Fix tanf spurious underflows (bug 18221).
[glibc.git] / ChangeLog
blob92b4e2dac0cc7fbc40298cc0599551e21bf2fdb0
1 2015-05-15  Joseph Myers  <joseph@codesourcery.com>
3         [BZ #18221]
4         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use 2**-13 not
5         2**-28 as threshold for returning x or +/- 1/x.
6         * math/auto-libm-test-in: Add more tests of tan.
7         * math/auto-libm-test-out: Regenerated.
9         [BZ #18220]
10         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
11         2**26 not 2**58 as threshold for returning x * (log (x) - 1).
12         * math/auto-libm-test-in: Add another test of lgamma.
13         * math/auto-libm-test-out: Regenerated.
15 2015-05-15  Wilco Dijkstra  <wdijkstr@arm.com>
17         * stdio-common/printf_fp.c (___printf_fp): Use abs.
18         * stdlib/gmp-impl.h (ABS): Remove define.  (ABSIZ): Remove.
19         * sysdeps/ieee754/dbl-64/branred.c (__branred): Use fabs.
20         * sysdeps/ieee754/dbl-64/dla.h (EADD): Use fabs.
21         (ESUB): Use fabs.  (ADD2): Use fabs.  (SUB2): Use fabs.
22         (ADD2A): Use fabs.  (SUB2A): Use fabs.
23         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Use fabs.
24         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Use fabs.
25         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use fabs.
26         (log1): Use fabs.  (my_log2): Use fabs.
27         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Use fabs.
28         * sysdeps/ieee754/dbl-64/mpa.h (ABS): Remove define.
29         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use fabs.
30         * sysdeps/ieee754/dbl-64/mydefs.h (ABS): Remove define.
31         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use fabs.
32         (__cos): Use fabs.  (slow): Use fabs.  (slow2): Use fabs.
33         (sloww): Use fabs.  (sloww1): Use fabs.  (sloww2): Use fabs.
34         (bslow1): Use fabs.  (bslow2): Use fabs.  (cslow2): Use fabs.
35         (csloww): Use fabs.  (csloww1): Use fabs.  (csloww2): Use fabs.
36         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Use fabs.
37         * sysdeps/x86_64/fpu/multiarch/e_log.c: add math.h include.
39 2015-05-15  Joseph Myers  <joseph@codesourcery.com>
41         [BZ #18217]
42         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Use 2**-26 not 2**-56
43         as threshold for returning 1 - x.
44         * math/auto-libm-test-in: Add more tests of erfc.
45         * math/auto-libm-test-out: Regenerated.
47 2015-05-14  Joseph Myers  <joseph@codesourcery.com>
49         [BZ #18196]
50         * sysdeps/ieee754/flt-32/s_atanf.c (__atanf): Use 2^25 not 2^34 as
51         threshold for large arguments.
52         * math/auto-libm-test-in: Add another test of atan.
53         * math/auto-libm-test-out: Regenerated.
55         [BZ #16339]
56         * sysdeps/i386/fpu/s_log1p.S (dbl_min): New object.
57         (__log1p): Force underflow exception for results with small
58         absolute value.
59         * sysdeps/i386/fpu/s_log1pf.S (flt_min): New object.
60         (__log1pf): Force underflow exception for results with small
61         absolute value.
62         * sysdeps/ieee754/dbl-64/s_log1p.c: Include <float.h>.
63         (__log1p): Force underflow exception for results with small
64         absolute value.
65         * sysdeps/ieee754/flt-32/s_log1pf.c: Include <float.h>.
66         (__log1pf): Force underflow exception for results with small
67         absolute value.
68         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Include <float.h>.
69         (__log1pl): Force underflow exception for results with small
70         absolute value.
71         * math/auto-libm-test-in: Do not allow missing underflow
72         exceptions from log1p.
73         * math/auto-libm-test-out: Regenerated.
75 2015-05-14  Jakub Bogusz  <qboosh@pld-linux.org>
76             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
78         [BZ #16704]
79         * sysdeps/unix/make-syscalls.sh: Remove non-portable echo usage.
81 2015-05-14  Andrew Senkevich  <andrew.senkevich@intel.com>
83         * Makeconfig (rpath-dirs, all-subdirs): Added mathvec folder.
84         (libmvec): New variable.
85         * configure.ac: Added option for mathvec build.
86         * configure: Regenerated.
87         * mathvec/Depend: New file.
88         * mathvec/Makefile: New file.
89         * shlib-versions: Added libmvec.
90         * math/Makefile: Added rule for libm.so installation.
92         * bits/math-vector.h: New file.
93         * bits/libm-simd-decl-stubs.h: New header.
94         * math/Makefile (headers): Added new header
95         libm-simd-decl-stubs.h.
96         * math/math.h (__MATHCALL_VEC): New macro.
98         * math/gen-libm-have-vector-test.sh: Script generates series of macros
99         for conditions in testing functions.
100         * math/Makefile: Added call of libm-have-vector-test.sh.
101         * math/libm-test.inc (HAVE_VECTOR): New macros.
103         * math/libm-test.inc: START refactored.
104         * math/test-double.c (TEST_MATHVEC): Add define.
105         * math/test-float.c: Likewise.
106         * math/test-idouble.c: Likewise.
107         * math/test-ifloat.c: Likewise.
108         * math/test-ildoubl.c: Likewise.
109         * math/test-ldouble.c: Likewise.
110         * sysdeps/generic/math-tests-arch.h
111         (INIT_ARCH_EXT, CHECK_ARCH_EXT): New helper macros for runtime
112         architecture check.
114         * math/test-double.c (FUNC_TEST): New macro.
115         * math/test-float.c: Likewise.
116         * math/test-idouble.c: Likewise.
117         * math/test-ifloat.c: Likewise.
118         * math/test-ildoubl.c: Likewise.
119         * math/test-ldouble.c: Likewise.
120         * math/libm-test.inc: Use FUNC_TEST for name of tested functions.
122 2015-05-13  Roland McGrath  <roland@hack.frob.com>
124         * sysdeps/nacl/fdopendir.c: New file.
126         * dirent/scandir-tail.c: New file.
127         * dirent/scandir64-tail.c: New file.
128         * dirent/Makefile (routines): Add them.
129         (CFLAGS-scandir-tail.c, CFLAGS-scandir64-tail.c): New variables.
130         * include/dirent.h (__scandir_tail, __scandir64_tail): Declare them.
131         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Macro removed.
132         [!SCANDIR] (SCANDIR_TAIL): New macro.
133         (SCANDIR): Call __opendir and __scandir_tail, not __scandirat.
134         * dirent/scandir64.c [!_DIRENT_MATCHES_DIRENT64]
135         (SCANDIRAT): Macro removed.
136         (SCANDIR_TAIL): New macro.
137         * dirent/scandirat.c [!SCANDIRAT] (READDIR): Macro removed.
138         [!SCANDIRAT] (SCANDIR_TAIL): New macro.
139         (SCANDIRAT): Just call __opendirat and __scandir_tail.
140         * dirent/scandirat64.c [!_DIRENT_MATCHES_DIRENT64]
141         (READDIR): Macro removed.
142         (SCANDIR_TAIL): New macro.
143         * sysdeps/unix/sysv/linux/i386/scandir64.c (READDIR): Macro removed.
144         (SCANDIR_TAIL): New macro.
146         * dirent/scandirat.c (__scandir_cancel_handler): Function moved ...
147         * dirent/scandir-cancel.c: ... to this new file.
148         * dirent/Makefile (routines): Add it.
149         * dirent/scandirat64.c (SKIP_SCANDIR_CANCEL): Macro removed.
150         * sysdeps/unix/sysv/linux/i386/scandir64.c
151         (SKIP_SCANDIR_CANCEL): Macro removed.
152         * include/dirent.h (__scandir_cancel_handler): Add attribute_hidden.
154         * dirent/tst-scandir.c: New file.
155         * dirent/tst-scandir64.c: New file.
156         * dirent/Makefile (tests): Add them.
158 2015-05-13  H.J. Lu  <hongjiu.lu@intel.com>
160         [BZ #18409]
161         * sysdeps/unix/make-syscalls.sh: Remove a trailing `\'.
163 2015-05-13  Szabolcs Nagy  <szabolcs.nagy@arm.com>
165         * sysdeps/aarch64/tls-macros.h (TLS_GD): Add "cc" to the clobber
166         list.
168 2015-05-13  Leonhard Holz  <leonhard.holz@web.de>
170         * benchtests/bench-strcoll.c: New benchmark.
171         * benchtests/Makefile: Generate locales and run benchmark.
172         * benchtests/strcoll-inputs/filelist#C: New benchmark input file.
173         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Likewise.
174         * benchtests/strcoll-inputs/lorem_ipsum#ar_SA.UTF-8: Likewise.
175         * benchtests/strcoll-inputs/lorem_ipsum#cs_CZ.UTF-8: Likewise.
176         * benchtests/strcoll-inputs/lorem_ipsum#da_DK.UTF-8: Likewise.
177         * benchtests/strcoll-inputs/lorem_ipsum#el_GR.UTF-8: Likewise.
178         * benchtests/strcoll-inputs/lorem_ipsum#en_GB.UTF-8: Likewise.
179         * benchtests/strcoll-inputs/lorem_ipsum#en_US.UTF-8: Likewise.
180         * benchtests/strcoll-inputs/lorem_ipsum#es_ES.UTF-8: Likewise.
181         * benchtests/strcoll-inputs/lorem_ipsum#fr_FR.UTF-8: Likewise.
182         * benchtests/strcoll-inputs/lorem_ipsum#hi_IN.UTF-8: Likewise.
183         * benchtests/strcoll-inputs/lorem_ipsum#hu_HU.UTF-8: Likewise.
184         * benchtests/strcoll-inputs/lorem_ipsum#is_IS.UTF-8: Likewise.
185         * benchtests/strcoll-inputs/lorem_ipsum#it_IT.UTF-8: Likewise.
186         * benchtests/strcoll-inputs/lorem_ipsum#iw_IL.UTF-8: Likewise.
187         * benchtests/strcoll-inputs/lorem_ipsum#ja_JP.UTF-8: Likewise.
188         * benchtests/strcoll-inputs/lorem_ipsum#pl_PL.UTF-8: Likewise.
189         * benchtests/strcoll-inputs/lorem_ipsum#pt_PT.UTF-8: Likewise.
190         * benchtests/strcoll-inputs/lorem_ipsum#ru_RU.UTF-8: Likewise.
191         * benchtests/strcoll-inputs/lorem_ipsum#sr_RS.UTF-8: Likewise.
192         * benchtests/strcoll-inputs/lorem_ipsum#sv_SE.UTF-8: Likewise.
193         * benchtests/strcoll-inputs/lorem_ipsum#tr_TR.UTF-8: Likewise.
194         * benchtests/strcoll-inputs/lorem_ipsum#vi_VN.UTF-8: Likewise.
195         * benchtests/strcoll-inputs/lorem_ipsum#zh_CN.UTF-8: Likewise.
197 2015-05-12  Ondřej Bílka  <neleai@seznam.cz>
199         * sysdeps/x86_64/multiarch/strcspn.S: Remove plt indirection.
200         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
202 2015-05-12  Roland McGrath  <roland@hack.frob.com>
204         * posix/uname-values.h: New file.
205         * posix/uname.c: Include that instead of <config-name.h>.
206         * sysdeps/nacl/uname-values.h: New file.
207         * sysdeps/arm/nacl/uname-values.h: New file.
209 2015-05-12  Joseph Myers  <joseph@codesourcery.com>
211         * conform/linknamespace.pl (list_syms): Remove \[.*?\] before
212         splitting into fields.
214 2015-05-12  Leonhard Holz  <leonhard.holz@web.de>
216         * locale/categories.def: Define _NL_COLLATE_ENCODING_TYPE.
217         * locale/langinfo.h: Add _NL_COLLATE_ENCODING_TYPE to attribute list.
218         * locale/localeinfo.h: Add enum collation_encoding_type.
219         * locale/C-collate.c: Set _NL_COLLATE_ENCODING_TYPE to 8bit.
220         * programs/ld-collate.c (collate_output): Add encoding type info.
221         * string/strcoll_l.c (STRDIFF): New function.
222         * (STRCOLL): Use STRDIFF to skip over equal prefix.
223         * wcsmbs/wcscoll_l.c: Define STRDIFF.
225 2015-05-11  Joseph Myers  <joseph@codesourcery.com>
227         [BZ #18397]
228         * sysdeps/mips/mips32/fpu/fpu_control.c: Move to ....
229         * sysdeps/mips/mips32/fpu/fpucw-helpers.c: ... here.  Include
230         <fpu_control.h> instead of <math/fpu_control.c>.
231         * sysdeps/mips/mips32/fpu/Makefile: New file.
233 2015-05-11  Andreas Schwab  <schwab@suse.de>
235         [BZ #18007]
236         * nis/nss_compat/compat-grp.c (internal_endgrent): Don't call
237         nss_endgrent.
238         (_nss_compat_endgrent): Call nss_endgrent.
239         * nis/nss_compat/compat-pwd.c (internal_endpwent): Don't call
240         nss_endpwent.
241         (_nss_compat_endpwent): Call nss_endpwent.
242         * nis/nss_compat/compat-spwd.c (internal_setspent): Add parameter
243         needent, call nss_setspent only if non-zero.
244         (_nss_compat_setspent, _nss_compat_getspent_r): Pass non-zero.
245         (internal_endspent): Don't call nss_endspent.
246         (_nss_compat_endspent): Call nss_endspent.
247         * nss/nss_files/files-XXX.c (position, last_use, keep_stream):
248         Remove.  All uses removed.
249         (internal_setent): Remove parameter stayopen, add parameter
250         stream.  Use it instead of global variable.
251         (CONCAT(_nss_files_set,ENTNAME)): Pass global stream.
252         (internal_endent, internal_getent): Add parameter stream.  Use it
253         instead of global variable.
254         (CONCAT(_nss_files_end,ENTNAME))
255         (CONCAT(_nss_files_get,ENTNAME_r)): Pass global stream.
256         (_nss_files_get##name##_r): Pass local stream.  Remove locking.
257         * nss/nss_files/files-alias.c (position, last_use): Remove.  All
258         uses removed.
259         (internal_setent, internal_endent): Add parameter stream.  Use it
260         instead of global variable.
261         (_nss_files_setaliasent, _nss_files_endaliasent): Pass global
262         stream.
263         (get_next_alias): Add parameter stream.
264         (_nss_files_getaliasent_r): Pass global stream.
265         (_nss_files_getaliasbyname_r): Pass local stream.  Remove locking.
266         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r)
267         (_nss_files_gethostbyname4_r): Pass local stream to
268         internal_setent, internal_getent and internal_endent.  Remove
269         locking.
271 2015-05-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
273         * tst-strfmon1.c (tests): Update expected currency symbol.
275 2015-05-08  Roland McGrath  <roland@hack.frob.com>
277         * sysdeps/nacl/gethostname.c: New file.
279 2015-05-08  Joseph Myers  <joseph@codesourcery.com>
281         * math/auto-libm-test-in: Add more tests of csqrt, lgamma, log10
282         and sinh.
283         * math/auto-libm-test-out: Regenerated.
284         * sysdeps/i386/fpu/libm-test-ulps: Update.
285         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
287 2015-05-08  Carlos O'Donell  <carlos@redhat.com>
289         [BZ #18125]
290         * stdlib/tst-setcontext3.c: New file.
291         * stdlib/tst-setcontext3.sh: New file.
292         * stdlib/Makefile (tests): Add tst-setcontext3.
293         (tst-setcontext3.out): Custom rule to run tst-setcontext3.sh
294         to verify test program created output file.
295         * sysdeps/unix/sysv/linux/aarch64/setcontext.S: Call exit.
296         * sysdeps/unix/sysv/linux/arm/setcontext.S: Likewise.
297         * sysdeps/unix/sysv/linux/hppa/setcontext.S: Likewise.
298         * sysdeps/unix/sysv/linux/nios2/setcontext.S: Likewise.
300 2015-05-06  Roland McGrath  <roland@hack.frob.com>
302         [BZ #18383]
303         * elf/tst-tlsalign.c: New file.
304         * elf/tst-tlsalign-static.c: New file.
305         * elf/tst-tlsalign-lib.c: New file.
306         * elf/Makefile [$(build-shared) = yes] (tests): Add tst-tlsalign.
307         (tests-static): Add tst-tlsalign-static.
308         (modules-names): Add tst-tlsalign-lib.
309         (test-xfail-tst-tlsalign): New variable.
310         (test-xfail-tst-tlsalign-static): New variable.
312         * sysdeps/nacl/nacl-test-wrapper.sh (NACL_LOADER):
313         Use elf_loader_${arch}.nexe rather than loader_${arch}.nexe.
315 2015-05-06  Joseph Myers  <joseph@codesourcery.com>
317         * math/auto-libm-test-in: Add more tests of acosh, atanh, cos,
318         csqrt, erfc, sin and sincos.
319         * math/auto-libm-test-out: Regenerated.
320         * sysdeps/i386/fpu/libm-test-ulps: Update.
321         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
323 2015-05-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
325         * sysdeps/aarch64/libm-test-ulps: Update.
327 2015-05-05  Joseph Myers  <joseph@codesourcery.com>
329         * math/auto-libm-test-in: Add more tests of acosh, atanh, clog,
330         clog10, csqrt, erfc, exp2, expm1, log10, log2 and sinh.
331         * math/auto-libm-test-out: Regenerated.
332         * sysdeps/i386/fpu/libm-test-ulps: Update.
333         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
335 2015-04-30  Daniel Marjamäki  <daniel.marjamaki@evidente.se>
337         [BZ #18265]
338         * wcsmbs/wchar.h (wcscpy): Add __nonnull attribute.
339         (wcsncpy): Likewise.
341 2015-05-05  Florian Weimer  <fweimer@redhat.com>
343         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
344         Assume __ASSUME_FALLOCATE is always true.
345         * sysdeps/unix/sysv/linux/posix_fallocate64.c
346         (__posix_fallocate64_l64): Likweise.
347         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c
348         (posix_fallocate): Likewise.
349         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c
350         (__posix_fallocate64_l64): Likewise.
351         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
352         [!__ASSUME_FALLOCATE]: Add comment.
354 2015-05-05  Florian Weimer  <fweimer@redhat.com>
356         * sysdeps/unix/sysv/linux/i386/Makefile
357         (sysdep_routines) [$(subdir) = misc]: Remove call_fallocate.
358         (sysdep_routines) [$(subdir) = io]: Add libc-do-syscall.
359         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: Remove.
360         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
361         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
362         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Likewise.
363         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
365 2015-05-02  Joseph Myers  <joseph@codesourcery.com>
367         * math/auto-libm-test-in: Add more tests of atan, clog, clog10,
368         cos, csqrt, erf, erfc, exp2, lgamma, log1p, sin, sincos, tanh and
369         tgamma.
370         * math/auto-libm-test-out: Regenerated.
371         * sysdeps/i386/fpu/libm-test-ulps: Update.
372         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
374 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
376         * math/auto-libm-test-in: Add more tests of tgamma.
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 more tests of tanh.
382         * math/auto-libm-test-out: Regenerated.
383         * sysdeps/i386/fpu/libm-test-ulps: Update.
384         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
386         * math/auto-libm-test-in: Add more tests of tan.
387         * math/auto-libm-test-out: Regenerated.
388         * sysdeps/i386/fpu/libm-test-ulps: Update.
389         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
391         * math/auto-libm-test-in: Add more tests of cos, sin and sincos.
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         * math/auto-libm-test-in: Add another test of pow.
397         * math/auto-libm-test-out: Regenerated.
398         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
400         * math/auto-libm-test-in: Add more tests of lgamma.
401         * math/auto-libm-test-out: Regenerated.
402         * sysdeps/i386/fpu/libm-test-ulps: Update.
403         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
405         * math/auto-libm-test-in: Add more tests of log, log10, log2 and
406         log1p.
407         * math/auto-libm-test-out: Regenerated.
408         * sysdeps/i386/fpu/libm-test-ulps: Update.
409         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
411 2015-05-01  Mark Wielaard  <mjw@redhat.com>
413         * elf/elf.h: Add SHF_COMPRESSED section flag, Elf32_Chdr and
414         Elf64_Chdr structs and ELFCOMPRESS constants.
416 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
418         * math/auto-libm-test-in: Add more tests of exp, exp10, exp2 and
419         expm1.
420         * math/auto-libm-test-out: Regenerated.
421         * sysdeps/i386/fpu/libm-test-ulps: Update.
422         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
424         * math/auto-libm-test-in: Add more tests of erf and erfc.
425         * math/auto-libm-test-out: Regenerated.
426         * sysdeps/i386/fpu/libm-test-ulps: Update.
427         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
429 2015-05-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
431         * config.h.in (HAVE_AARCH64_BE): Add.
433 2015-04-30  Joseph Myers  <joseph@codesourcery.com>
435         * math/auto-libm-test-in: Add more tests of csqrt.
436         * math/auto-libm-test-out: Regenerated.
437         * sysdeps/i386/fpu/libm-test-ulps: Update.
438         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
440         * math/auto-libm-test-in: Add more tests of cosh and sinh.
441         * math/auto-libm-test-out: Regenerated.
442         * sysdeps/i386/fpu/libm-test-ulps: Update.
443         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
445         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
447 2015-04-29  Roland McGrath  <roland@hack.frob.com>
449         * sysdeps/nacl/bits/typesizes.h (__CLOCK_T_TYPE): Use __SLONGWORD_TYPE.
450         * sysdeps/nacl/nacl-interfaces.h (nacl_abi_clock_t): Use clock_t.
452         * sysdeps/nacl/euidaccess.c (euidaccess): Renamed to __euidaccess.
453         (euidaccess, eaccess): Define as weak aliases.
455         * sysdeps/nacl/bits/typesizes.h (__SUSECONDS_T_TYPE): Use
456         __SLONGWORD_TYPE rather than __S32_TYPE.  They are the same size,
457         but __suseconds_t is often 'long int' so some sources assume that
458         type is being used (e.g. they use %ld to print tv_usec).
460 2015-04-29  Florian Weimer  <fweimer@redhat.com>
462         [BZ #18007]
463         * nss/nss_files/files-XXX.c (CONCAT): Always enable stayopen.
464         (CVE-2014-8121)
465         * nss/tst-nss-getpwent.c: New file.
466         * nss/Makefile (tests): Add new test.
468 2015-04-28  Joseph Myers  <joseph@codesourcery.com>
470         [BZ #18346]
471         * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Handle all
472         exponents less than 48 as cases where high part of mantissa needs
473         examining to determine whether argument is integral.
474         * math/libm-test.inc (round_test_data): Add more tests.
476 2015-04-28  Mark Wielaard  <mjw@redhat.com>
478         * elf/elf.h (SHF_EXCLUDE): Use unsigned 1 for shift.
480 2015-04-27  David S. Miller  <davem@davemloft.net>
482         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
483         __tls_get_addr.
484         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
486 2015-04-27  H.J. Lu  <hongjiu.lu@intel.com>
488         [BZ#18333]
489         * time/tzset.c (__tzfile_read): Check tzspec_len == 0.
491 2015-04-27  Florian Weimer  <fweimer@redhat.com>
493         [BZ#18333]
494         * time/tzset.c (parse_tzname): Return error on memory allocation
495         failure.
496         * test-skeleton.c (struct temp_name_list): Change type of name
497         member to non-const.
498         (add_temp_file): Create a copy of the file name.
499         (delete_temp_files): Deallocate memory.
500         (create_temp_file): Add comment.
502 2015-04-24  Florian Weimer  <fweimer@redhat.com>
504         * io/posix_fallocate.c (posix_fallocate): Do not set errno.
505         * io/posix_fallocate64.c (posix_fallocate64): Likewise.
507 2015-04-24  Roland McGrath  <roland@hack.frob.com>
509         * sysdeps/arm/configure.ac (PI_STATIC_AND_HIDDEN): Define it.
510         * sysdeps/arm/configure: Regenerated.
512 2015-04-24  Florian Weimer  <fweimer@redhat.com>
514         [BZ #17715]
515         * time/tzfile.c (__tzfile_read): Check for large values of
516         tzh_ttisstdcnt and tzh_ttisgmtcnt.  Use malloc instead of alloca.
517         * time/tzset.c (__tzstring_len): New function, based on the old
518         __tzstring function.
519         (__tzstring): Call __tzstring_len.
520         (parse_tzname): New helper function extracted from
521         __tzset_parse_tz.  Call __tzstring_len, without making a copy of
522         the input string.
523         (parse_offset): New helper function extracted from
524         __tzset_parse_tz.  Replace switch with fallthrough with
525         initialization before sscanf.
526         (parse_rule): Likewise.
527         (__tzset_parse_tz): Rewrite using the new helper functions.  Use
528         new-style function definition.
529         * timezone/Makefile (tests): Add tst-tzset.
530         (tst-tzset.out): Dependencies on time zone files.
531         (tst-tzset-ENV): Set TZDIR.
532         (testdata/XT%): Copy crafted time zone files.
533         * timezone/README: Mention crafted time zone files.
534         * timezone/testdata/XT1, timezone/testdata/XT2,
535         timezone/testdata/XT3, timezone/testdata/XT4: New time zone test
536         files.
537         * timezone/tst-tzset.c: New test.
539 2015-04-24  Florian Weimer  <fweimer@redhat.com>
541         * Makeconfig (+gccwarn): Remove -Winline.
543 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
545         * sysdeps/s390/fpu/libm-test-upls: Regenerate.
547 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
549         * NEWS: Mention sysconf() cache information support for s390.
550         * sysdeps/unix/sysv/linux/s390/sysconf.c: New File.
552 2015-04-22  Wilco Dijkstra  <wdijkstr@arm.com>
554         * math/k_casinh.c (__kernel_casinh): Use __copysign.
555         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
556         (__nearbyint): Likewise.
557         * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c
558         (copysignl): Likewise.
560 2015-04-21  Arjun Shankar  <arjun.is@lostca.se>
562         [BZ #18287]
563         * resolv/nss_dns/dns-host.c (getanswer_r): Adjust buffer length
564         based on padding.  (CVE-2015-1781)
566 2015-04-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
568         * nptl/pthread_cond_timedwait.c: Change include bits/libc-vdso.h to just
569         libc-vdso.h.
570         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
571         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
572         * sysdeps/unix/sysv/linux/aarch64/init-first.c: Likewise.
573         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
574         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
575         * sysdeps/unix/sysv/linux/gettimeofday.c: Likewise.
576         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Likewise.
577         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
578         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
579         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Likewise.
580         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
581         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
582         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
583         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise.
584         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
585         * sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h: Move to ...
586         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: ... here.
587         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Move to ...
588         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: ... here.
589         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: Move to ...
590         * sysdeps/unix/sysv/linux/s390/libc-vdso.h: ... here.
591         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Move to ...
592         * sysdeps/unix/sysv/linux/tile/libc-vdso.h: ... here.
594 2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>
596         * stdlib/setenv.c (__add_to_environ):
597         Dump core quickly if setenv (..., NULL, ...) is called.
598         This time, do it the right way, and pacify GCC with a pragma.
600 2015-04-17  Roland McGrath  <roland@hack.frob.com>
602         * elf/dl-close.c (_dl_close_worker) [DL_NNS == 1]: Just assert that
603         IMAP->l_prev cannot be null, and #if out the code for the contrary
604         case, avoiding 'assert (nsid != LM_ID_BASE)' making the compiler
605         believe that NS (&_dl_ns[NSID]) could point outside the array.
607         * elf/dl-open.c (_dl_open): Use __glibc_unlikely in invalid namespace
608         check.  Reject NSID < 0 and NSID >= dl_nns, and check for DL_NNS==1,
609         before using NSID as an index.
611 2015-04-17  Il'ya Malakhov <ilmalakhov@yandex.ru>
613         [BZ #17825]
614         * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
615         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
616         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
618 2015-04-17  Roland McGrath  <roland@hack.frob.com>
620         Add preliminary port to Google Native Client on ARM.
621         * abi-tags (.*-.*-nacl.*): New entry.
622         * sysdeps/arm/nacl: New directory.
623         * sysdeps/nacl: New directory.
625 2015-04-16  David S. Miller  <davem@davemloft.net>
627         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Make use of
628         lowlevellock-futex.h
630 2015-04-16  Chris Metcalf  <cmetcalf@ezchip.com>
632         * sysdeps/tile/configure.ac: New file.
633         * sysdeps/tile/configure: Regenerated.
635 2015-04-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
637         * wcsmbs/wcschr.c [WCSCHR] (wcschr): Define as __wcschr.  Remove
638         conditionals for weak_alias and libc_hidden_weak.
639         * sysdeps/i386/i686/multiarch/wcschr-c.c [libc]: Undefine
640         libc_hidden_weak and weak_alias.
641         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c [libc]:
642         Undefine libc_hidden_weak. Define libc_hidden_def for SHARED builds
643         and weak_alias for static one.
645 2015-04-15  David S. Miller  <davem@davemloft.net>
647         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
649 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
651         [BZ #18206]
652         * wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
653           Use signed comparision instead of substraction to avoid
654           overflow bug.
655         * localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
656           Take the sign of ret.
657         * localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
658           Do not expect precise return values. Only the sign matters.
659         * wcsmbs/Makefile (strop-tests): Add wcsncmp.
660         * wcsmbs/test-wcsncmp.c: New File.
661         * string/test-strncmp.c: Add wcsncmp support.
663 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
665         [BZ #6792]
666         * math/w_log1p.c: New file.
667         * math/w_log1pf.c: Likewise.
668         * math/w_log1pl.c: Likewise.
669         * math/Makefile (libm-calls): Add w_log1p.
670         * math/s_log1pl.c (log1pl): Remove weak_alias.
671         * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
672         * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
673         * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
674         * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
675         * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
676         [NO_LONG_DOUBLE] (log1pl): Likewise.
677         * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
678         * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
679         * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
680         (log1p): Remove long_double_symbol.
681         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
682         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
683         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
684         * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
685         remove weak_alias for corresponding log1p function.
686         * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
687         * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
688         * sysdeps/ia64/fpu/w_log1p.c: New file.
689         * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
690         * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
691         * math/libm-test.inc (log1p_test_data): Add errno expectations.
693 2015-04-10  Joseph Myers  <joseph@codesourcery.com>
695         [BZ #18247]
696         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
697         decimal exponent by 1.
698         * stdlib/tst-strtod-round-data: Add more tests.
699         * stdlib/tst-strtod-round.c (tests): Regenerated.
701 2015-04-09  Joseph Myers  <joseph@codesourcery.com>
703         * math/auto-libm-test-in: Add more tests of clog and clog10.
704         * math/auto-libm-test-out: Regenerated.
705         * sysdeps/i386/fpu/libm-test-ulps: Update.
706         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
708 2015-04-09  Roland McGrath  <roland@hack.frob.com>
710         * Makeconfig (module-cppflags): Exclude all .v.i files.
711         (skip-module-cppflags): Variable removed.
713         * configure.ac (libc_config_ok): Initialize before reading
714         preconfigure scripts, not after.
715         * configure: Regenerated.
717         * test-skeleton.c (TIMEOUT): Move #define to top level.
718         (main): Grok environment variable TEST_DIRECT.  If set, print
719         test expectation details into that file and then behave as if
720         given --direct.
722 2015-04-09  Florian Weimer  <fweimer@redhat.com>
724         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
725         warning on 32-bit.
727 2015-04-08  David S. Miller  <davem@davemloft.net>
729         * sysdeps/sparc/fpu/libm-test-ulps: Update.
731 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
733         * math/auto-libm-test-in: Add more tests of atanh.
734         * math/auto-libm-test-out: Regenerated.
735         * sysdeps/i386/fpu/libm-test-ulps: Update.
736         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
738         * math/auto-libm-test-in: Add more tests of atan.
739         * math/auto-libm-test-out: Regenerated.
740         * sysdeps/i386/fpu/libm-test-ulps: Update.
741         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
743 2015-04-08  Florian Weimer  <fweimer@redhat.com>
745         * elf/pldd.c (main): Rewrite to use struct
746         scratch_buffer instead of extend_alloca.
747         * elf/pldd-xx.c (find_maps): Likewise.
748         * grp/initgroups.c: Include <scratch_buffer.h> instead of
749         <alloca.h>.
750         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
751         scratch_buffer instead of extend_alloca.
752         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
753         grp/compat-initgroups.c.
754         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
755         Rewrite to use struct scratch_buffer instead of extend_alloca.
756         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
757         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
759 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
761         * math/auto-libm-test-in: Add more tests of cbrt.
762         * math/auto-libm-test-out: Regenerated.
763         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
765         * math/auto-libm-test-in: Add more tests of cabs.
766         * math/auto-libm-test-out: Regenerated.
767         * sysdeps/i386/fpu/libm-test-ulps: Update.
768         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
770         [BZ #18210]
771         [BZ #18211]
772         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
773         (__ieee754_atan2): Set FE_TONEAREST mode for internal
774         computations.
775         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
776         clog10.
777         * math/auto-libm-test-out: Regenerated.
778         * sysdeps/i386/fpu/libm-test-ulps: Update.
779         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
781         [BZ #18197]
782         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
783         (atan): Set FE_TONEAREST mode for internal computations.
784         * math/auto-libm-test-in: Add more tests of atan.
785         * math/auto-libm-test-out: Regenerated.
787 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
789         [BZ #17930]
790         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
792 2015-04-07  Florian Weimer  <fweimer@redhat.com>
794         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
796 2015-04-07  Florian Weimer  <fweimer@redhat.com>
798         * include/scratch_buffer.h: New file.
799         * malloc/scratch_buffer_grow.c: Likewise.
800         * malloc/scratch_buffer_grow_preserve.c: Likewise.
801         * malloc/scratch_buffer_set_array_size.c: Likewise.
802         * malloc/tst-scratch_buffer.c: Likewise.
803         * malloc/Makefile (routines): Add scratch_buffer_grow.
804         (tests): Add test case.
805         * malloc/Versions (GLIBC_PRIVATE): Export
806         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
807         __libc_scratch_buffer_set_array_size.
809 2015-04-06  Richard Henderson  <rth@redhat.com>
811         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
812         * sysdeps/alpha/fpu/libm-test-ulps: Update.
814         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
815         unsigned int before printing.
817 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
819         [BZ #17596]
820         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
821         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
823 2015-04-02  Florian Weimer  <fweimer@redhat.com>
825         * include/libc-internal.h (libc_max_align_t): Define.
827 2015-04-02  Andreas Schwab  <schwab@suse.de>
829         [BZ #16850]
830         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
832 2015-04-02  Mel Gorman  <mgorman@suse.de>
834         [BZ #17195]
835         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
836         as well as the main arena.
838 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
840         [BZ #18185]
841         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
842         sharing L2 cache to 2 for Silvermont/Knights Landing.
844 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
846         [BZ #17711]
847         * config.make.in (have-protected-data): New.
848         * configure.ac: Check linker support for protected data symbol.
849         * configure: Regenerated.
850         * elf/Makefile (modules-names): Add tst-protected1moda and
851         tst-protected1modb if $(have-protected-data) is yes.
852         (tests): Add tst-protected1a and tst-protected1b if
853         $(have-protected-data) is yes.
854         ($(objpfx)tst-protected1a): New.
855         ($(objpfx)tst-protected1b): Likewise.
856         (tst-protected1modb.so-no-z-defs): Likewise.
857         * elf/tst-protected1a.c: New file.
858         * elf/tst-protected1b.c: Likewise.
859         * elf/tst-protected1mod.h: Likewise.
860         * elf/tst-protected1moda.c: Likewise.
861         * elf/tst-protected1modb.c: Likewise.
863 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
865         [BZ #17711]
866         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
867         indicates it is called from do_lookup_x on relocation against
868         protected data, skip the data definion in the executable from
869         copy reloc.
870         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
871         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
872         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
873         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
874         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
875         otherwise to 0.
876         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
877         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
878         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
879         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
880         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
881         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
883 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
885         * sysdeps/nptl/pthread.h: Remove duplicate definition of
886         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
888 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
890         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
891         THREAD_SETMEM_NC.
892         * sysdeps/x86_64/nptl/tls.h: Ditto.
894 2015-03-27  Roland McGrath  <roland@hack.frob.com>
896         * dlfcn/tststatic.c (main): Converted to ...
897         (do_test): ... this.
898         (TEST_FUNCTION): New macro.
899         Include test-skeleton.c.
901 2015-03-26  Alan Modra  <amodra@gmail.com>
903         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
904         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
905         zero for undefined weak.
906         (elf_machine_plt_conflict): Similarly.
908 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
910         * math/auto-libm-test-in: Add more tests of acosh, asinh and
911         atanh.
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         * math/auto-libm-test-in: Add another test of asin.
917         * math/auto-libm-test-out: Regenerated.
918         * sysdeps/i386/fpu/libm-test-ulps: Update.
919         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
921         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
922         Remove macro.
923         (LLL_EBX_REG): Likewise.
924         (LLL_ENTER_KERNEL): Likewise.
926         * math/auto-libm-test-in: Add more tests of asin.
927         * math/auto-libm-test-out: Regenerated.
928         * sysdeps/i386/fpu/libm-test-ulps: Update.
929         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
931         [BZ #18138]
932         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
933         libc_do_syscall_args): New structure.
934         (INTERNAL_SYSCALL_MAIN_0): New macro.
935         (INTERNAL_SYSCALL_MAIN_1): Likewise.
936         (INTERNAL_SYSCALL_MAIN_2): Likewise.
937         (INTERNAL_SYSCALL_MAIN_3): Likewise.
938         (INTERNAL_SYSCALL_MAIN_4): Likewise.
939         (INTERNAL_SYSCALL_MAIN_5): Likewise.
940         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
941         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
942         Replace conditional definitions by conditional definitions of ....
943         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
944         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
945         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
946         (libpthread-sysdep_routines): Add libc-do-syscall.
947         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
948         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
949         to __NR_futex not 240.
951 2015-03-25  Alan Modra  <amodra@gmail.com>
953         * NEWS: Advertise TLS optimization.
954         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
955         (DT_PPC_NUM): Increment.
956         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
957         (CHECK_STATIC_TLS): Use here.
958         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
959         TLS descriptors.
960         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
961         * sysdeps/powerpc/dl-tls.c: New file.
962         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
963         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
964         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
965         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
970 2015-03-25  Alan Modra  <amodra@gmail.com>
972         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
973         for overlapping .opd entries" to "support...".
974         * sysdeps/powerpc/powerpc64/configure: Regenerate
976 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
978         * math/auto-libm-test-in: Add more tests of acos.
979         * math/auto-libm-test-out: Regenerated.
980         * sysdeps/i386/fpu/libm-test-ulps: Update.
981         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
983         * math/auto-libm-test-in: Add more tests of expm1.
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-24  Joseph Myers  <joseph@codesourcery.com>
990         * math/auto-libm-test-in: Add more tests of cosh and sinh.
991         * math/auto-libm-test-out: Regenerated.
992         * sysdeps/i386/fpu/libm-test-ulps: Update.
993         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
995         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
996         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
998         * math/auto-libm-test-in: Add more tests of log2.
999         * math/auto-libm-test-out: Regenerated.
1000         * sysdeps/i386/fpu/libm-test-ulps: Update.
1001         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1003 2015-03-23  Roland McGrath  <roland@hack.frob.com>
1005         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
1006         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
1007         _IO_IS_APPENDING bit in READ_WRITE instead.
1009 2015-03-23  Florian Weimer  <fweimer@redhat.com>
1011         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
1012         (__determine_cpumask_size): Replace extend_alloca with a
1013         variable-length array.  Do not treat res == 0 as an error.
1015 2015-03-23  Florian Weimer  <fweimer@redhat.com>
1017         [BZ #18100]
1018         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
1019         and integer overflow.
1020         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
1021         (main): Add integer overflow tests.
1022         * manual/pattern.texi (Calling Wordexp): Document additional use
1023         for WRDE_SYNTAX.
1025 2015-03-23  Alan Modra  <amodra@gmail.com>
1027         * config.h.in: Remove HAVE_ASM_PPC_REL16.
1028         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
1029         and false branch of conditional.
1030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
1031         Likewise.
1033 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
1035         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
1036         libc-modules.h
1037         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
1038         unused declaration of _hurd_intr_rpc_msg_in_trap.
1039         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
1040         defined instead of whether it is non-zero.
1041         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
1042         input constraint instead of both input and output constraint.  Use ecx
1043         clobber instead of %ecx.
1044         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
1045         mutex_unlock): Use a statement expression instead of an expression list.
1046         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
1047         type to vm_size_t instead of vm_address_t.
1048         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
1049         defined instead of whether it is non-zero.
1050         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
1051         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
1052         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
1053         comparisons with mapaddr.
1054         * nscd/nscd-client.h: Include <time.h>.
1055         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
1056         9th parameter to __vm_region instead of int.
1057         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
1058         * scripts/check-local-headers.sh (exclude): Add device/,
1059         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
1060         cthreads.h.
1062 2015-03-19  Roland McGrath  <roland@hack.frob.com>
1064         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
1065         to account for alignment padding.
1066         * sysdeps/arm/memmove.S: Likewise.
1068 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
1070         * sysdeps/unix/sysv/linux/generic/README: New file.
1072 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
1074         [BZ #18138]
1075         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
1076         (futex_abstimed_wait)
1077         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
1078         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
1079         of lll_futex_timed_wait.
1081 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
1083         [BZ #17542]
1084         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
1086 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
1088         [BZ #17090]
1089         [BZ #17620]
1090         [BZ #17621]
1091         [BZ #17628]
1092         * NEWS: Update.
1093         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
1094         entries with Static TLS too.  Skip entries past the end of the
1095         allocated DTV, from Alan Modra.
1096         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
1097         Static TLS DTV entry set up from...
1098         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
1099         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
1100         * nptl/allocatestack.c (init_one_static_tls): ... and here...
1101         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
1102         for Static TLS.
1103         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
1104         that the slot we find is associated with the given map before
1105         using its generation count.
1106         * nptl_db/db_info.c: Include ldsodefs.h.
1107         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
1108         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
1109         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
1110         (link_map::l_tls_offset): New struct field.
1111         (dtv_t::counter): Likewise.
1112         (rtld_global): New struct.
1113         (_rtld_global): New rtld variable.
1114         (dl_tls_dtv_slotinfo_list): New rtld global field.
1115         (dtv_slotinfo_list): New struct.
1116         (dtv_slotinfo): Likewise.
1117         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
1118         (td_lookup): Rename to...
1119         (td_mod_lookup): ... this.  Use new mod parameter instead of
1120         LIBPTHREAD_SO.
1121         * nptl_db/td_thr_tlsbase.c: Include link.h.
1122         (dtv_slotinfo_list, dtv_slotinfo): New functions.
1123         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
1124         addresses even if the DTV is out of date or missing them.
1125         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
1126         index zero-length arrays.
1127         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
1128         (td_lookup): Make it a macro implemented in terms of...
1129         (td_mod_lookup): ... this declaration.
1130         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
1131         (DB_MAIN_VARIABLE): Likewise.
1133 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
1135         [BZ #18134]
1136         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
1138 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
1140         * stdlib/setenv.c (__add_to_environ): Revert previous change.
1142 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
1144         [BZ #18128]
1145         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
1146         (atomic_add, atomic_increment_and_test)
1147         (atomic_decrement_and_test): Fix 64-bit arithmetic.
1149 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
1151         * stdlib/setenv.c (__add_to_environ):
1152         Dump core quickly if setenv (..., NULL, ...) is called.
1154 2015-03-13  Roland McGrath  <roland@hack.frob.com>
1156         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
1157         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
1158         all the necessary asm magic in one place.
1159         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
1160         using those.
1162 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
1164         [BZ #14906]
1165         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
1166         traced file mtime. Use consistent log message.
1167         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
1168         (register_traced_file): Call install_watches. Always set mtime.
1169         (invalidate_cache): Iterate over all trace files. Call install_watches.
1170         (inotify_check_files): Don't inline. Handle watching parent
1171         directories and configuration file movement in and out.
1172         (handle_inotify_events): New function.
1173         (main_loop_poll): Call handle_inotify_events.
1174         (main_loop_epoll): Likewise.
1175         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
1176         (struct traced_file): Use array of inotify fds. Add parent directory,
1177         and basename.
1178         (struct database_dyn): Remove unused file_mtime.
1179         (init_traced_file): New inline function.
1180         (define_traced_file): New macro.
1181         * nss/nss_db/db-init.c: Use define_traced_file.
1182         (_nss_db_init): Use init_traced_file.
1183         * nss/nss_files/files-init.c: Use define_traced_file.
1184         (_nss_files_init): Use init_traced_file.
1186 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
1188         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
1189         [_LIBC]: Do not include <stdlib.h>.
1190         [!_LIBC] (abort): Remove declaration.
1191         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
1192         _FP_STATIC_ASSERT instead of conditionally calling abort.
1193         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
1194         (_FP_EXTEND_CNAN): Likewise.
1195         (FP_TRUNC): Likewise.
1196         (__FP_CLZ): Likewise.
1197         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
1199 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
1201         * manual/string.texi (XPG basename): Fix prototype.
1203 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
1205         [BZ #18080]
1206         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
1207         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
1208         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
1209         (__setcontext): Likewise.
1210         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
1211         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
1212         Call rt_sigprocmask syscall one time to set new signal mask
1213         and retrieve the current signal mask instead of two calls.
1214         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
1215         (__swapcontext): Likewise.
1216         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
1217         * stdlib/tst-setcontext2.c: New file.
1219 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
1221         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
1223 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
1225         [BZ #18093]
1226         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
1227         the wrong size.
1229 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
1231         [BZ #18043]
1232         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
1234 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1236         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
1237         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
1238         Remove define.
1239         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
1240         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
1241         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
1242         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
1243         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
1244         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
1245         define.
1246         * nptl_db/td_symbol_list.c (td_lookup): Remove
1247         HAVE_ASM_GLOBAL_DOT_NAME code.
1248         * sysdeps/powerpc/powerpc64/configure.ac: Remove
1249         HAVE_ASM_GLOBAL_DOT_NAME check.
1250         * sysdeps/powerpc/powerpc64/configure: Regenerate.
1251         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
1252         (DOT_LABEL): Remove define.
1253         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
1254         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
1255         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
1256         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
1257         (__TLS_GET_ADDR): Likewise.
1258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
1259         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
1261 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
1263         [BZ #18111]
1264         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
1265         (_FPU_SETCW): Initialize cw from fpsr before storing.
1266         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
1267         (fesetexceptflag): Rewrite using fpu_control.h.
1268         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
1270 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
1272         [BZ #18110]
1273         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
1274         asms.
1275         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
1277 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
1279         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
1280         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
1281         abort.
1282         (_FP_FMA): Likewise.
1283         (_FP_DIV): Likewise.
1285 2015-03-10  Roland McGrath  <roland@hack.frob.com>
1287         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
1288         with 0 in that case.
1289         * Makefile (summarize-tests): New canned sequence, factored out of
1290         commands for targets tests and xtests.  Display summary lines that
1291         don't start with PASS: or XFAIL: rather than ones that do start with
1292         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
1293         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
1294         do start with ERROR: or FAIL:.
1295         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
1296         (except for [$(build-shared) = yes]).
1297         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
1298         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
1299         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
1300         * nptl/Makefile: Revert 2015-03-04 changes.
1301         [$(CXX) empty] (tests-unsupported): New variable.
1302         * debug/Makefile: Likewise.
1304         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
1305         gnulib file.  Replace __attribute with __attribute__ throughout.
1307 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
1309         * sysdeps/hppa/fpu/libm-test-ulps: Update.
1311 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
1313         [BZ #18104]
1314         * math/auto-libm-test-in: Add another test of pow.
1315         * math/auto-libm-test-out: Regenerated.
1317 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1319         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
1320         $(config-cflags-nofma).
1322 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
1324         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
1325         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
1326         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
1327         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
1328         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
1329         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
1330         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
1331         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
1332         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
1333         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
1334         Add comment on closing #endif.
1336 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1338         * posix/wordexp.c (CHAR_IN_SET): New macro.
1339         (parse_param): Use it.
1341 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1343         * sysdeps/powerpc/fpu/libm-test-ulps: update.
1345 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1347         [BZ #18043]
1348         * posix/wordexp.c (parse_param): Fix buffer overflow.
1349         * posix/wordexp-test.c (test_case): Add test case.
1351 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1353         [BZ #18042]
1354         * posix/wordexp.c (parse_backtick): Fix off-by-one.
1355         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
1357 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1359         [BZ #18043]
1360         * posix/wordexp-test.c (test_case): Add test for BZ #18043
1361         (do_bz18043): Delete.
1362         (at_page_end): New.
1363         (testit): Refactor to have words at the edge of unreadable page.
1365 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
1367         [BZ #16734]
1368         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
1369         Cleanup read-only streams as well.
1370         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
1372 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1374         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
1375         <bits/libc-lockP.h>
1377 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
1379         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
1380         on [__KERNEL__].
1381         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
1382         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
1383         * soft-fp/op-common.h (_FP_DECL): Likewise.
1385 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
1387         * elf/ifuncdep2.c (global): Replace
1388         __attribute__((visibility("protected"))) with
1389         asm (".protected global").
1390         * elf/ifuncmod1.c (global): Likewise.
1391         * elf/ifuncmod5.c (global): Likewise.
1393 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
1395         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
1396         <asm/sfp-machine.h> instead of <sfp-machine.h>.
1398 2015-03-06  Roland McGrath  <roland@hack.frob.com>
1400         * manual/install.texi (Configuring and compiling):
1401         Document test-wrapper-env-only.
1402         * INSTALL: Regenerated.
1404 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
1406         [BZ #18043]
1407         * posix/wordexp.c (parse_param): Fix buffer overflow.
1408         * posix/wordexp-test.c (do_bz18043): Add test case.
1410 2015-03-06  Vincent Bernat  <vincent@bernat.im>
1412         * time/tst-strptime2.c (do_test): Ensure failing tests are
1413         reported correctly.
1414         * time/tst-strptime3.c (do_test): Likewise.
1416 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
1418         Fix aio_error thread-safety.
1419         * sysdeps/pthread/aio_error.c: New file
1420         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
1421         synchronization.
1423 2015-03-06  Florian Weimer  <fweimer@redhat.com>
1425         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
1426         (group_number, vfprintf): Use it.
1427         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
1428         (JUMP, REF): Use it.
1429         (WORK_BUFFER_SIZE): New enum constant.
1430         (process_arg, vfprintf): Use it.
1432 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
1434         * manual/errno.texi (Error Messages): Complete example function
1435         by adding missing #define.
1436         (program_invocation_name): Add statement indicating GNU
1437         extension and reference which header file declares the variable.
1438         (program_invocation_short_name): Likewise.
1440 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
1442         * manual/errno.texi (Error Messages): Delete strerror ISO C89
1443         compatibility note.
1445 2015-03-05  Roland McGrath  <roland@hack.frob.com>
1447         * Makeconfig (test-wrapper-env-only): New variable.
1448         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
1449         then use that with $(test-wrapper-env-only) rather than using
1450         $(test-wrapper-env) $(run-program-env) $($*-ENV).
1452 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
1454         [BZ #18082]
1455         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
1456         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
1457         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
1458         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
1459         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
1460         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
1461         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
1462         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
1463         Likewise.
1464         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
1465         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
1466         Likewise.
1467         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
1468         Likewise.
1469         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
1470         Likewise.
1471         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
1472         Likewise.
1473         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
1474         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
1475         Likewise.
1476         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
1477         Likewise.
1478         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
1479         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
1481 2015-03-04  Roland McGrath  <roland@hack.frob.com>
1483         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
1484         (ETH_ALEN): New macro.
1485         (struct ether_addr): Use it for length of ether_addr_octet.
1487         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
1488         (setdb): Don't call __nss_configure_lookup for "rpc".
1489         (do_test): Don't call test_rpc.
1490         (output_rpcent, test_rpc): Functions moved ...
1491         * sunrpc/test-rpcent.c: ... to this new file.
1492         * sunrpc/Makefile (tests): Add it.
1494         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
1495         __xpg_sigpause.
1496         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
1497         * nptl/tst-signal6.c: Likewise.
1498         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
1499         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
1501         * configure.ac (libc_cv_cxx_link_ok): New check.
1502         Reset CXX to empty if it fails to link.
1503         * configure: Regenerated.
1504         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
1505         bug-atexit3-lib only if $(CXX) is nonempty.
1506         * nptl/Makefile (tests): Likewise for tst-cancel24.
1507         (tests, tests-static): Likewise for tst-cancel24-static.
1508         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
1509         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
1510         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
1511         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
1513 2015-03-04  Andreas Schwab  <schwab@suse.de>
1515         [BZ #17631]
1516         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
1517         for non-GCC compilers.
1518         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
1519         Likewise.
1521 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1523         [BZ #17776]
1524         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
1525         integer before bitwise and assembly operations.
1526         (feclearexcept): Likewise.
1527         * math/test-fenvinline.c: New file.
1528         * math/Makefile: Add test-fenvinline test.
1530 2015-03-03  Alan Modra  <amodra@gmail.com>
1532         [BZ #16512]
1533         * scripts/localplt.awk: Strip off symbol version.
1534         * NEWS: Mention bug fix.
1536 2015-03-02  Roland McGrath  <roland@hack.frob.com>
1538         * sysdeps/pthread/timer_routines.c
1539         (timer_free_list, thread_free_list, thread_active_list): Make static.
1541 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
1543         [BZ #17779]
1544         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1545         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1546         Undefine.
1547         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1548         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1549         Likewise.
1550         * sysdeps/unix/sysv/linux/sh/kernel-features.h
1551         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1552         Likewise.
1554 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
1556         [BZ #18036]
1557         * posix/fnmatch_loop.c (END): Detect invalid pattern.
1558         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
1560 2015-03-02  Andreas Schwab  <schwab@suse.de>
1562         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
1563         variable name.
1565 2015-03-02  Florian Weimer  <fweimer@redhat.com>
1567         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
1568         Return error status.
1570 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
1572         [BZ #15969]
1573         * locale/findlocale.c (_nl_find_locale): Introduce const
1574         version of loc_name and drop unsafe type casts.
1576 2015-02-27  Roland McGrath  <roland@hack.frob.com>
1578         * dlfcn/tststatic2.c (main): Converted to ...
1579         (do_test): ... this.
1580         (TEST_FUNCTION): New macro.
1581         Include test-skeleton.c.
1583 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
1585         [BZ #17711]
1586         * elf/Makefile (tests): Add vismain only if PIE is enabled.
1587         (tests-pie): Add vismain.
1588         (CFLAGS-vismain.c): New.
1589         * elf/vismain.c: Add comments for PIE requirement.
1591 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
1593         [BZ #18046]
1594         [BZ #18047]
1595         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
1596         0x1p-56L as threshold for just returning the argument.
1597         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
1598         0x1p-32L as threshold for just returning the argument.
1599         * math/auto-libm-test-in: Add more tests of atanh.
1600         * math/auto-libm-test-out: Regenerated.
1601         * sysdeps/i386/fpu/libm-test-ulps: Update.
1602         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
1604 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
1606         * string/bcopy.c (bcopy): Call memmove for performance.
1608 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
1610         * string/bzero.c (__bzero): Call memset for performance.
1612 2015-02-27  John David Anglin  <dave.anglin@bell.net>
1614         [BZ #18068]
1615         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
1616         to 00100000.
1618 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
1620         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
1622 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
1624         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
1625         (__kernel_standard): Use CSTR macro when setting exc.name.
1626         * sysdeps/ieee754/Makefile [$(subdir) = math]
1627         (CFLAGS-k_standard.c): Remove variable.
1629         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
1630         setting p and q from "else if" to "else".
1631         (qzero): Likewise.
1632         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
1633         (qone): Likewise.
1634         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
1635         (qzerof): Likewise.
1636         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
1637         (qonef): Likewise.
1638         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
1639         (qzero): Likewise.
1640         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
1641         (qone): Likewise.
1643         [BZ #18038]
1644         [BZ #18039]
1645         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
1646         return pi/2 for arguments below 0x1p-113L.
1647         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
1648         return pi/2 for arguments below 0x1p-106L.
1649         * math/auto-libm-test-in: Add more tests of acos.
1650         * math/auto-libm-test-out: Regenerated.
1652         [BZ #16351]
1653         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
1654         (MO): New macro.
1655         (__ieee754_asin): Force underflow exception for results with small
1656         absolute value.
1657         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
1658         (MO): New macro.
1659         (__ieee754_asinf): Force underflow exception for results with
1660         small absolute value.
1661         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
1662         (__ieee754_asin): Force underflow exception for results with small
1663         absolute value.
1664         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
1665         (__ieee754_asinf): Force underflow exception for results with
1666         small absolute value.
1667         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
1668         (__ieee754_asinl): Force underflow exception for results with
1669         small absolute value.
1670         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
1671         (__ieee754_asinl): Force underflow exception for results with
1672         small absolute value.
1673         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
1674         (__ieee754_asinl): Force underflow exception for results with
1675         small absolute value.
1676         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
1677         Include <math.h>.
1678         * math/auto-libm-test-in: Do not mark underflow exceptions as
1679         possibly missing for bug 16351.
1680         * math/auto-libm-test-out: Regenerated.
1682         [BZ #18030]
1683         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
1684         of power of 2 down when low part has opposite sign.
1685         * math/libm-test.inc (logb_test_data): Add more tests.
1687 2015-02-26  Andreas Schwab  <schwab@suse.de>
1689         [BZ #18032]
1690         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
1691         over collating symbol inside a bracket expression.  Minor cleanup.
1692         * posix/tst-fnmatch3.c (do_test): Add test case.
1694 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
1696         [BZ #18029]
1697         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
1698         Adjust exponent of power of 2 down when low part has opposite
1699         sign.
1700         * math/libm-test.inc (ilogb_test_data): Add more tests.
1702 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
1704         [BZ #15969]
1705         * locale/findlocale.c (_nl_find_locale): Fix constness error in
1706         the previous change.
1708         [BZ #15969]
1709         * locale/findlocale.c (_nl_find_locale): Retry archive search
1710         after alias expansion.
1712 2015-02-25  Roland McGrath  <roland@hack.frob.com>
1714         * iconv/tst-iconv3.c (main): Converted to ...
1715         (do_test): ... this.
1716         (TEST_FUNCTION): New macro.
1717         Include test-skeleton.c.
1719         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
1720         (convert): Make function static.
1721         (test_unalign): Likewise.  Add const to argument pointee types.
1722         (main): Replace with static function do_test.
1723         Print "Succeeded." only if RET is zero.
1724         (TEST_FUNCTION): New macro.
1725         Include test-skeleton.c.
1727         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
1728         returns a null pointer.
1730 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1732         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
1733         to __memcpy_ppc only for static builds.
1735 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
1737         [BZ #18020]
1738         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
1739         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
1740         * math/auto-libm-test-in: Add more tests of asinh.
1741         * math/auto-libm-test-out: Regenerated.
1742         * sysdeps/i386/fpu/libm-test-ulps: Update.
1743         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1745 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
1747         [BZ #15850]
1748         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
1749         and ip6_mtuinfo definitions here.
1750         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
1751         in this define too.  Update comment.
1753 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
1755         * elf/sprof.c (load_shobj): Tweak error message to match others.
1757 2015-02-24  Kevin Easton  <kevin@guarana.org>
1759         [BZ #16145] (partial fix)
1760         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
1761         to reduce lock contention.
1763 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
1765         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
1766         (struct timex): Update time comment.
1767         (ADJ_SETOFFSET): Define.
1769 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1771         [BZ #18019]
1772         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
1773         2**56 not 2**28 as threshold for log (2x) formula.
1774         * math/auto-libm-test-in: Add more tests of acosh.
1775         * math/auto-libm-test-out: Regenerated.
1776         * sysdeps/i386/fpu/libm-test-ulps: Update.
1777         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1779 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1781         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
1782         parenthesis around the buf assignment.
1783         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
1785 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1787         [BZ #16783]
1788         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
1789         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
1790         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
1791         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1792         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1793         * math/libm-test.inc (scalb_test_data): Add more tests.
1795 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
1797         [BZ #17916]
1798         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
1799         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
1801 2015-02-24  Eric Rannaud  <e@nanocritical.com>
1803         [BZ #17523]
1804         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
1805         * io/bits/fcntl2.h (open): Use it.
1806         (openat): Likewise.
1807         * io/open.c (__libc_open): Likewise.
1808         * io/open64.c (__libc_open64): Likewise.
1809         * io/open64_2.c (__open64_2): Likewise.
1810         * io/open_2.c (__open_2): Likewise.
1811         * io/openat.c (__openat): Likewise.
1812         * io/openat64.c (__openat64): Likewise.
1813         * io/openat64_2.c (__openat64_2): Likewise.
1814         * io/openat_2.c (__openat_2): Likewise.
1815         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
1816         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
1817         * sysdeps/posix/open64.c (__libc_open64): Likewise.
1818         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
1819         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
1820         (__open_nocancel): Likewise.
1821         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
1822         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
1823         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
1825 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1827         [BZ #14841]
1828         * resolv/gethnamaddr.c (getanswer): Skip logging if
1829         RES_USE_DNSSEC is set.
1830         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
1832 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1834         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
1836 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
1838         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
1839         201304L, for Unicode 7.
1841 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1843         [BZ #17836]
1844         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
1845         shared library.  Add gmon-start.os otherwise.
1846         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
1847         $(objpfx)gmon-start.os if builing shared library.
1848         ($(objpfx)g$(static-start-installed-name)): Likewise.
1850 2015-02-23  Andreas Schwab  <schwab@suse.de>
1852         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
1854 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
1856         [BZ #17269]
1857         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
1858         (enlarge_userbuf): Likewise.
1860 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
1862         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
1863         * math/atest-exp.c (TIMEOUT): Adjust to 200.
1864         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
1865         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
1867 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
1869         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
1870         expression inside statement expression.
1872 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
1874         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
1875         <sysdeps/nptl/lowlevellock.h> and remove macros and
1876         functions that are now defined there.
1877         (SYS_futex): Remove.
1878         (lll_compare_and_swap): Remove.
1879         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
1881 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
1883         [BZ #17999]
1884         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
1885         instead of scandirat.
1886         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
1887         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
1888         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
1889         __scandirat.
1890         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
1891         (__scandirat): Declare.  Use libc_hidden_proto.
1892         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
1893         Remove variable.
1894         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1896 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1898         [BZ #15319]
1899         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
1900         (MO): New macro.
1901         (__ieee754_atan2): For results with small absolute value, force
1902         underflow exception and remove excess range and precision from
1903         return value.
1904         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
1905         (MO): New macro.
1906         (__ieee754_atan2f): For results with small absolute value, force
1907         underflow exception and remove excess range and precision from
1908         return value.
1909         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
1910         (MO): New macro.
1911         (__atan): For results with small absolute value, force underflow
1912         exception and remove excess range and precision from return value.
1913         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
1914         (MO): New macro.
1915         (__atanf): For results with small absolute value, force underflow
1916         exception and remove excess range and precision from return value.
1917         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
1918         <math.h>.
1919         (__ieee754_atan2): Force underflow exception for results with
1920         small absolute value.
1921         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
1922         <math_private.h>.
1923         (atan): Force underflow exception for results with small absolute
1924         value.
1925         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
1926         (__atanf): Force underflow exception for results with small
1927         absolute value.
1928         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
1929         <math.h>.
1930         (__atanl): Force underflow exception for results with small
1931         absolute value.
1932         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
1933         (__atanl): Force underflow exception for results with small
1934         absolute value.
1935         * sysdeps/x86/fpu/bits/mathinline.h
1936         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
1937         (__ieee754_atan2): Only define inline for long double.
1938         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
1939         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
1940         * math/auto-libm-test-in: Do not mark underflow exceptions as
1941         possibly missing for bug 15319.  Add more tests of atan2.
1942         * math/auto-libm-test-out: Regenerated.
1943         * math/libm-test.inc (casin_test_data): Do not mark underflow
1944         exceptions as possibly missing for bug 15319.
1945         (casinh_test_data): Likewise.
1946         * sysdeps/i386/fpu/libm-test-ulps: Update.
1948 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
1950         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
1951         * sysdeps/mips/bits/endian.h: Fix comments.
1953 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1955         [BZ #17996]
1956         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
1957         (hdestroy_r): Likewise.
1958         (hsearch_r): Likewise.
1959         (__hcreate_r): Declare and use libc_hidden_proto.
1960         (__hdestroy_r): Likewise.
1961         (__hsearch_r): Likewise.
1962         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
1963         (hcreate): Call __hcreate_r instead of hcreate_r.
1964         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
1965         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
1966         as weak alias of __hcreate_r.
1967         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
1968         __hdestroy_r.
1969         (hsearch_r): Rename to __hsearch_r and define as weak alias of
1970         __hsearch_r.
1971         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
1972         Remove variable.
1973         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1974         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1975         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1976         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1978 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
1980         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
1981         arena_lock into a single arena_get.
1983 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
1985         * dl-reloc.c: Inlucde libc-internal.h.
1986         (_dl_try_allocate_static_tls): Call ALIGN_UP.
1987         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
1988         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
1989         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
1990         (grow_heap): Likewise.
1991         * malloc/malloc.c: Include libc-internal.h.
1992         (do_check_malloc): Call powerof2.
1993         (sysmalloc): Use pagesize. Call ALIGN_UP.
1994         (systrim): Use pagesize.
1995         (mremap_chunk): Use pagesize. Call ALIGN_UP.
1996         (__libc_valloc): Use pagesize.
1997         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
1999 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
2001         [BZ #17991]
2002         * include/sys/resource.h (__getrlimit64): Declare.  Use
2003         libc_hidden_proto.
2004         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
2005         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
2006         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
2007         getrlimit64.
2008         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
2009         __getrlimit64.
2010         [!getrlimit64] (getrlimit64): Define as weak alias of
2011         __getrlimit64.  Use libc_hidden_weak.
2012         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
2013         using __getrlimit64 not __new_getrlimit64.
2014         (__GI_getrlimit64): Likewise.
2015         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
2016         Likewise.
2017         (__GI_getrlimit64): Likewise.
2018         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
2019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
2020         (getrlimit): Add __getrlimit64 alias.
2021         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
2022         Likewise.
2023         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
2024         Remove variable.
2025         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2026         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2028 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
2030         * libio/fileops.c: Add missing sys/mman.h
2031         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
2033 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
2035         * manual/math.texi (Errors in Math Functions): Clarify goals
2036         regarding inexact and underflow exceptions.
2038 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
2040         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
2041         * sysdeps/mips/memset.S: Ditto.
2043 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
2045         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
2047 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2049         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
2050         (__v1longjmp): Remove versioned symbol.
2051         (__v1siglongjmp): Remove alias and versioned symbol.
2052         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
2053         (__v2siglongjmp): Likewise.
2055 2015-02-16  Torvald Riegel  <triegel@redhat.com>
2057         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
2059 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
2061         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
2063 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
2065         [BZ #17987]
2066         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
2067         zero result does not depend on the sign resulting from
2068         subtraction.
2069         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
2070         Likewise.
2071         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
2072         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
2073         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
2074         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
2075         * math/libm-test.inc (remquo_test_data): Add more tests.
2077 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
2079         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
2080         Problem reported by J William Piggott.
2082 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
2084         [BZ #17978]
2085         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
2086         products 4 * y and 2 * y where those would overflow.
2087         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
2088         Likewise.
2089         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
2090         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
2091         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
2092         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
2093         * math/libm-test.inc (remquo_test_data): Add more tests.
2095         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
2097         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
2098         [defined _COMPILING_NEWLIB].
2099         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
2100         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
2102         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
2103         [!defined __mips_isa_rev || __mips_isa_rev < 6].
2105 2015-02-16  Torvald Riegel  <triegel@redhat.com>
2107         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
2108         acquired.
2110 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
2112         [BZ #17792]
2113         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
2114         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
2115         HOST_STACK_END_ADDR): Likewise.
2117 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
2119         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
2120         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
2121         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
2123 2015-02-13  Roland McGrath  <roland@hack.frob.com>
2125         * sysdeps/generic/c++-types.data: New file.
2126         * sysdeps/generic/ld.abilist: New file.
2127         * sysdeps/generic/libBrokenLocale.abilist: New file.
2128         * sysdeps/generic/libanl.abilist: New file.
2129         * sysdeps/generic/libc.abilist: New file.
2130         * sysdeps/generic/libcrypt.abilist: New file.
2131         * sysdeps/generic/libdl.abilist: New file.
2132         * sysdeps/generic/libm.abilist: New file.
2133         * sysdeps/generic/libpthread.abilist: New file.
2134         * sysdeps/generic/libresolv.abilist: New file.
2135         * sysdeps/generic/librt.abilist: New file.
2137 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
2139         [BZ #17569]
2140         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
2141         Compute absolute value of x as modified by fmod, not original
2142         value of x.
2143         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
2144         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
2145         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
2146         RUN_TEST_ffI_f1_mod8.
2147         (remquo_test_data): Add more tests.
2149 2015-02-13  Roland McGrath  <roland@hack.frob.com>
2151         * sysdeps/init_array/pt-crti.S: New file.
2153 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
2155         [BZ #17967]
2156         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
2157         __builtin_fmaf instead of relying on contraction of a * b + c.
2159 2015-02-12  J William Piggott  <elseifthen@gmx.com>
2161         [BZ #17969]
2162         * manual/time.texi: correct the zoneinfo path in the TZ Variable
2163         node.
2165 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
2167         [BZ #17964]
2168         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
2169         __builtin_fma instead of relying on contraction of a * b + c.
2171 2015-02-12  Roland McGrath  <roland@hack.frob.com>
2173         * Makeconfig (ASFLAGS): Add -Werror=undef.
2174         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
2175         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
2176         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
2178         * Makeconfig (after-link): New variable.
2179         (+link-pie, +link-pie-tests): Use it.
2180         (+link-static, +link-static-tests): Likewise.
2181         (+link, +link-tests): Likewise.
2182         * Makerules (build-module, build-module-asneeded): Likewise.
2183         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
2184         Likewise.
2185         * elf/Makefile ($(objpfx)ld.so): Likewise.
2187 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
2189         [BZ #17965]
2190         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
2191         both struct timeval and struct timespec.
2193 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
2195         [BZ #16560]
2196         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
2197         and redefine.
2198         (__ieee754_exp2l): Do not multiply small fractional parts by
2199         M_LN2l.
2200         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
2201         small argument.
2202         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
2203         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
2204         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
2205         * math/auto-libm-test-in: Add more tests of exp2.
2206         * math/auto-libm-test-out: Regenerated.
2208 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2210         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
2211         unaligned path.
2213 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2215         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
2216         little endian.
2218 2015-02-12  Andreas Schwab  <schwab@suse.de>
2220         [BZ #15790]
2221         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
2222         Filter out elision flags from value returned in kind.
2223         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
2224         * nptl/tst-pthread-mutexattr.c: New file.
2226 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2228         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
2229         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
2230         into gnu-gnu, and update comment to refer to abi-tags.
2232 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
2234         [BZ #15467]
2235         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
2236         (__sincos): Set errno to EDOM for infinite argument.
2237         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
2238         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
2239         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
2240         (__sincosl): Set errno to EDOM for infinite argument.
2241         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
2242         (__sincosl): Set errno to EDOM for infinite argument.
2243         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
2244         (__sincosl): Set errno to EDOM for infinite argument.
2245         * math/libm-test.inc (sincos_test_data): Test errno setting.
2247 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
2249         * string/strxfrm_l.c: Remove #define STRCMP.
2250         * string/strcoll_l.c: Remove #define STRLEN.
2251         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
2252         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
2254 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
2256         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
2257         * sysdeps/mips/mips32/sfp-machine.h: ... here.
2258         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
2259         * sysdeps/mips/mips64/Makefile: ... here.
2260         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
2261         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
2262         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
2263         * sysdeps/mips/mips64/sfp-machine.h: ... here.
2264         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
2265         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
2266         * sysdeps/mips/mips64/n64/Implies: Likewise.
2268 2015-02-10  Roland McGrath  <roland@hack.frob.com>
2270         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
2271         <sys/time.h>, <string.h>, and <errno.h>.
2272         (dest_offset, dest_address, value, zero): Remove unused variables.
2273         (ldouble): Remove typedef.
2274         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
2275         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
2276         1).  Fix code style.
2277         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
2278         (check): Function removed.
2279         (CHECK): New macro.
2280         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
2281         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
2282         Don't call set_sigaction_FP and remove_sigaction_FP here.
2283         (ldouble_test): Just use 'long double' as macro argument, no need for
2284         the 'ldouble' typedef.
2285         (do_test): Set up SIGFPE handler at start, using plain signal rather
2286         than sigaction.  Fix code style.
2288 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
2290         [BZ #17949]
2291         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
2292         jump label.
2294 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2296         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
2297         * sysdeps/powerpc/powerpc32/configure: Regenerated.
2299         * sysdeps/powerpc/configure.ac: Remove file.
2300         * sysdeps/powerpc/configure: Likewise.
2302         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
2303         [sysdep_routines]: Remove wordcopy-power6 object.
2304         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
2305         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
2306         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
2307         (__memmove_ppc32): Likewise.
2308         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
2309         file.
2310         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
2311         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
2312         Remove preprocessor.
2314         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
2315         [sysdep_routines]: Remove wide chars objects.
2316         [wcsmbs]: New rule for wide char objects.
2318         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2319         Remove wordcopy-power6 obejct.
2320         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
2321         Use local call for wordcopy and memcpy symbols.
2322         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
2323         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
2324         implementation for loader.
2325         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
2327         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2328         Remove wordcopy-power7 object.
2329         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
2330         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
2331         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
2332         (_wordcopy_fwd_dest_aligned): Likewise.
2333         (_wordcopy_bwd_aligned): Likewise.
2334         (_wordcopy_bwd_dest_aligned): Likewise.
2336         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
2337         Rewrite to call __memmove_ppc instead of include default
2338         implementation.
2340         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2341         Remove wide chars objects.
2342         [wcsmbs]: New rule for wide char objects.
2344 2015-02-09  Andreas Schwab  <schwab@suse.de>
2346         [BZ #17912]
2347         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
2348         in terms of __O_DIRECTORY.
2350 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2352         * time/getdate.c: Include <stdbool.h>.
2353         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
2354         call PTR_MANGLE.
2355         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
2356         PTR_DEMANGLE.
2358 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
2360         Add ersatz _Static_assert on older C hosts
2361         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
2362         pre-C11 C platform that is not known to support _Static_assert.
2364 2015-02-07  Richard Braun  <rbraun@sceen.net>
2366         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
2367         sigstate.
2368         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
2370 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2372         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
2373         priority against unexistent AIO_PRIO_DELTA_MAX.
2374         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
2375         instead of int.
2376         * misc/fchflags.c (fchflags): Likewise.
2377         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
2378         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
2379         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
2380         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
2381         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
2382         Declare macros.
2383         [__USE_MISC] (chflags, fchflags): Declare functions.
2384         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
2385         EINVAL when nfds is greater than FD_SETSIZE.
2386         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
2387         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
2388         45.
2389         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
2390         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
2391         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
2392         MACH_RCV_TIMED_OUT.
2393         * hurd/hurd/signal.h (_hurd_self_sigstate,
2394         _hurd_critical_section_lock, _hurd_critical_section_unlock):
2395         Explicit casts from void *.
2396         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
2397         * abi-tags: Rename gnu-gnu os into gnu.
2399         [BZ #4719]
2400         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
2401         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
2402         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
2403         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
2404         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
2405         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
2407         [BZ #17944]
2408         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
2409         duplicates ADDR->sun_path with sockaddr LEN limitation.
2410         * sysdeps/mach/hurd/connect.c: Include <string.h>
2411         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
2412         * sysdeps/mach/hurd/sendmsg.c: Likewise.
2413         * sysdeps/mach/hurd/sendto.c: Likewise.
2414         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
2415         implementing it by hand.
2417 2015-02-06  Roland McGrath  <roland@hack.frob.com>
2419         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
2420         Use sfi_breg on ldr.
2421         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
2422         Likewise.
2424         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
2425         it's defined.
2426         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
2427         Test SIGSETXID only if it's defined.
2429         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
2431         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
2432         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
2434         * nptl/tst-align2.c: Moved ...
2435         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
2436         * nptl/Makefile (tests): Remove tst-align2.
2437         * sysdeps/unix/sysv/linux/Makefile
2438         [$(subdir) = nptl] (tests): Add tst-align-clone.
2439         * nptl/tst-getpid1.c: Moved ...
2440         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
2441         * nptl/tst-getpid2.c: Moved ...
2442         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
2443         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
2444         * sysdeps/unix/sysv/linux/Makefile
2445         [$(subdir) = nptl] (tests): ... here.
2446         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
2447         * sysdeps/unix/sysv/linux/Makefile
2448         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
2450         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
2451         Drop trailing \n from perror argument.  Use return rather than exit.
2453         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
2454         on [SA_SIGINFO].
2455         * nptl/tst-cancel21.c (do_test): Likewise.
2456         * debug/tst-backtrace6.c: Include <signal.h> first thing.
2457         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
2458         [!SA_SIGINFO]: Make it a stub test.
2460         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
2461         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
2463         * posix/tst-getlogin.c: Move to ...
2464         * login/tst-getlogin.c: ... here.
2465         * posix/Makefile (tests): Move tst-getlogin to ...
2466         * login/Makefile (tests): ... here.
2468         * libio/tst-atime.c (do_test): Move local variables SV and E
2469         inside [ST_NOATIME] conditional.
2471         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
2473         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
2475         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
2476         (wait_code): New function replaces macro.
2477         Call nanosleep rather than syscall.
2479         * nptl/pt-system.c: Rewritten.  Put everything under
2480         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2481         Use IFUNC to redirect when possible.
2483         * nptl/pt-longjmp.c: Rewritten.  Put everything under
2484         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2485         Use IFUNC to redirect when possible.
2487         * nptl/pt-fork.c: Rewritten.  Put everything under
2488         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2489         Use IFUNC to redirect when possible.
2490         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
2492         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
2493         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
2494         unconditionally nowadays.  This included the only reference to
2495         __vdso_clock_gettime that appears outside libc proper.
2496         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
2497         Remove version set (containing only __vdso_clock_gettime).
2498         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
2499         Add attribute_hidden.
2500         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
2501         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
2502         libc_hidden_data_def.
2503         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
2504         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
2506         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
2507         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
2508         setrpcent, and getrpcport to ...
2509         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
2510         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
2511         getrpcbynumber_r, and getrpcent_r to ...
2512         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
2513         * inet/getrpcbyname.c: Moved ...
2514         * sunrpc/getrpcbyname.c: ... here.
2515         * inet/getrpcbyname_r.c: Moved ...
2516         * sunrpc/getrpcbyname_r.c: ... here.
2517         * inet/getrpcbynumber.c: Moved ...
2518         * sunrpc/getrpcbynumber.c: ... here.
2519         * inet/getrpcbynumber_r.c: Moved ...
2520         * sunrpc/getrpcbynumber_r.c: ... here.
2521         * inet/getrpcent.c: Moved ...
2522         * sunrpc/getrpcent.c: ... here.
2523         * inet/getrpcent_r.c: Moved ...
2524         * sunrpc/getrpcent_r.c: ... here.
2525         * inet/Makefile (routines): Move those to ...
2526         * sunrpc/Makefile (routines): ... here.
2527         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
2528         the $(subdirs) list.
2529         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
2530         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
2531         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
2532         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
2534         * elf/Makefile (routines): Include $(all-dl-routines), not just
2535         $(dl-routines).
2536         (rtld-routines): Likewise.  Use = rather than :=.
2537         * sysdeps/aarch64/Makefile [$(subdir) = elf]
2538         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
2539         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
2540         * sysdeps/arm/Makefile: Likewise.
2541         * sysdeps/i386/Makefile: Likewise.
2542         * sysdeps/x86_64/Makefile: Likewise.
2543         * sysdeps/hppa/Makefile [$(subdir) = elf]
2544         (sysdep_routines, sysdep-rtld-routines): Don't add
2545         $(sysdep-dl-routines) to these.
2546         * sysdeps/ia64/Makefile: Likewise.
2547         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
2548         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
2549         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
2550         Don't add dl-static to these; sysdep-dl-routines alone is enough.
2551         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2552         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
2553         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
2554         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
2555         * sysdeps/powerpc/Makefile [$(subdir) = elf]
2556         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
2557         these; sysdep-dl-routines alone is enough.
2559 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
2561         [BZ #17932]
2562         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
2563         where multiplication results in zero and third argument is finite
2564         and nonzero.
2565         * math/auto-libm-test-in: Add more tests of fma.
2566         * math/auto-libm-test-out: Regenerated.
2568         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
2569         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
2570         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
2571         (_FP_CMP_EQ): Likewise.
2572         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
2574         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
2575         extra argument CHECK_NAN.  Redefine as wrapper around
2576         _FP_EXTEND_CNAN.
2578 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
2580         * version.h (RELEASE): Set to "stable".
2581         (VERSION): Set to "2.21"
2582         * include/features.h (__GLIBC_MINOR__): Set to 21.
2584         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
2586 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
2587             Paul Eggert  <eggert@cs.ucla.edu>
2589         [BZ #16618]
2590         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
2591         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
2592         size in bytes. Store needed elements in wpmax. Use needed size
2593         in bytes for extend_alloca.
2595 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
2597         * manual/install.texi: Latest tested versions are GCC 4.9.2,
2598         binutls 2.25, and texinfo 5.2.
2599         * INSTALL: Regenerate.
2600         * sysdeps/nios2/configure: Regenerate.
2601         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
2602         * manual/contrib.texi: Update.
2603         * po/be.po: Update.
2604         * po/bg.po: Update.
2605         * po/ca.po: Update.
2606         * po/cs.po: Update.
2607         * po/da.po: Update.
2608         * po/de.po: Update.
2609         * po/el.po: Update.
2610         * po/eo.po: Update.
2611         * po/es.po: Update.
2612         * po/fi.po: Update.
2613         * po/fr.po: Update.
2614         * po/gl.po: Update.
2615         * po/hr.po: Update.
2616         * po/hu.po: Update.
2617         * po/ia.po: Update.
2618         * po/id.po: Update.
2619         * po/it.po: Update.
2620         * po/ja.po: Update.
2621         * po/ko.po: Update.
2622         * po/lt.po: Update.
2623         * po/nb.po: Update.
2624         * po/nl.po: Update.
2625         * po/pl.po: Update.
2626         * po/pt_BR.po: Update.
2627         * po/ru.po: Update.
2628         * po/rw.po: Update.
2629         * po/sk.po: Update.
2630         * po/sl.po: Update.
2631         * po/sv.po: Update.
2632         * po/tr.po: Update.
2633         * po/uk.po: Update.
2634         * po/vi.po: Update.
2635         * po/zh_CN.po: Update.
2636         * po/zh_TW.po: Update.
2638         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
2639         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
2640         * sysdeps/hppa/dl-irel.h: Remove #warning.
2641         * sysdeps/hppa/entry.h: Provide prototype for
2642         __canonicalize_funcptr_for_compare and cast argument.
2643         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
2644         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
2645         * sysdeps/hppa/sotruss-lib.c: New file.
2646         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
2647         (atomic_compare_and_exchange_val_acq): Use __typeof__.
2648         (atomic_compare_and_exchange_bool_acq): Likewise.
2649         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
2650         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
2652         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
2653         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
2654         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
2656 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
2658         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
2659         called function in non-PIC case.
2661 2015-01-31  David S. Miller  <davem@davemloft.net>
2663         * sysdeps/sparc/sparc32/bits/atomic.h
2664         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
2665         unlock not after it.
2666         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
2667         volatile register usage warnings from the compiler.
2669         * sysdeps/sparc/nptl/sem_init.c: Delete.
2670         * sysdeps/sparc/nptl/sem_post.c: Delete.
2671         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
2672         * sysdeps/sparc/nptl/sem_wait.c: Delete.
2673         * sysdeps/sparc/sparc32/sem_init.c: New file.
2674         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
2675         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
2676         padding explicitly initialized.
2677         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
2678         padding for in-semaphore spinlock.
2679         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
2680         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
2681         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
2682         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
2683         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
2684         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
2685         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
2686         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
2687         version.
2688         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
2689         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
2691 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
2693         [BZ #17801]
2694         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2695         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
2696         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
2697         New.
2698         (index_AVX_Fast_Unaligned_Load): Likewise.
2699         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
2700         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
2701         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
2702         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
2703         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
2704         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
2705         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
2706         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
2707         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
2709 2015-01-29  Andreas Schwab  <schwab@suse.de>
2711         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
2713 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
2715         [BZ #17892]
2716         * nscd/nscd_stat.c (send_stats): Initialize DATA.
2718 2015-01-28  Martin Sebor  <msebor@redhat.com>
2720         * math/README.libm-test: Clarify. Add "How to read the test output."
2722 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
2724         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
2725         Define to 0.
2727 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
2729         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
2730         (__HAVE_64B_ATOMICS): Define to 0.
2732 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2734         [BZ #17885]
2735         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
2736         value to set as new flag.
2738         [BZ #16576]
2739         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
2740         and use _ARCH_PPCSQ instead.
2741         (__ieee754_sqrt): Likewise.
2742         (__ieee754_sqrtf): Likewise.
2743         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
2744         _ARCH_PPCSQ is defined.
2745         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
2746         fsqrt instruction.
2747         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
2748         _ARCH_PPCSQ is defined.
2749         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
2750         fsqrts instruction.
2751         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
2753 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2755         * iconv/loop.c: Suppress array out of bound warning caused by GCC
2756         bug (GCC BZ #64739).
2758 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
2760         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
2761         Mark _retval as used.
2762         (lll_futex_wake_unlock): Likewise.
2763         (lll_futex_timed_wait_requeue_pi): Likewise.
2765         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2766         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
2767         register variables.
2769         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
2770         libm_hidden_def.
2772         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
2773         (__bswap_64): Mark as __always_inline.
2775 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
2777         [BZ #15378]
2778         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
2779         when none of the search directories exist.
2781 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2783         [BZ #17869]
2784         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
2785         power8 in .machine directive.
2787         [BZ #17868]
2788         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
2789         set dependency from opd value.
2791 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2793         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2794         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
2795         architecture.
2797 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2799         [BZ #17870]
2800         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
2801         with uint64_t.
2802         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
2803         (uint64_t) 1.
2804         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
2805         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
2806         Replace 1UL with (uint64_t) 1.
2807         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
2808         int with uint64_t.
2810 2015-01-23  Roland McGrath  <roland@hack.frob.com>
2812         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
2813         (if_freenameindex): Likewise.
2815         * resource/getrlimit64.c: Add missing libc_hidden_def.
2817 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
2819         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
2820         __label__.
2821         (_FP_FMA): Likewise.
2822         (_FP_TO_INT_ROUND): Likewise.
2823         (_FP_FROM_INT): Likewise.
2825 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2827         [BZ #16418]
2828         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
2829         Make code racy and cancel safe.
2831 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
2833         * sysdeps/arm/unwind-resume.h: Fix copyright year.
2834         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
2835         attribution.
2837         * pwd/tst-getpw.c: Rewrite.
2839         [BZ #17702]
2840         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
2841         (modules-names): Add moddummy1 and moddummy2.
2842         ($(objpfx)tst-rec-dlopen): Define.
2843         * dlfcn/moddummy1.c: New file.
2844         * dlfcn/moddummy2.c: New file.
2845         * dlfcn/tst-rec-dlopen.c: New file.
2846         * elf/dl-cache.c (_dl_load_cache_lookup):
2847         Return char*. Copy result with alloca/strcpy/strdup.
2848         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
2849         returns char*. Free cached. If not saving realname
2850         free cached.
2851         * elf/dl-open.c (dl_open_worker): Do not assert that
2852         _r_debug->r_state is RT_CONSISTENT.
2853         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
2854         returns char*.
2856 2015-01-21  Torvald Riegel  <triegel@redhat.com>
2857             Carlos O'Donell  <carlos@redhat.com>
2859         [BZ #12674]
2860         * nptl/sem_waitcommon.c: New file.
2861         * nptl/sem_wait.c: Include sem_waitcommon.c.
2862         (__sem_wait_cleanup, do_futex_wait): Remove.
2863         (__new_sem_wait): Adapt.
2864         (__new_sem_trywait): New function.
2865         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
2866         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
2867         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
2868         (sem_timedwait): Adapt.
2869         * nptl/sem_post.c (__new_sem_post): Adapt.
2870         (futex_wake): New function.
2871         (__old_sem_post): Add release MO fence.
2872         * nptl/sem_open.c (sem_open): Adapt.
2873         * nptl/sem_init.c (__new_sem_init): Adapt.
2874         (futex_private_if_supported): New function.
2875         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
2876         (__old_sem_getvalue): Add using previous code.
2877         * sysdeps/nptl/internaltypes.h: Adapt.
2878         * nptl/tst-sem13.c (do_test): Adapt.
2879         * nptl/tst-sem11.c (main): Adapt.
2880         * nptl/sem_trywait.c: Remove.
2881         * nptl/DESIGN-sem.txt: Remove.
2882         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
2883         (gen-as-const-headers): Remove structsem.sym.
2884         * nptl/structsem.sym: Remove.
2885         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
2886         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
2887         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
2888         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
2889         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
2890         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
2891         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
2892         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
2893         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
2894         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
2895         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
2896         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
2897         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
2898         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
2899         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
2900         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
2901         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
2902         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
2903         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
2904         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
2905         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
2906         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
2908 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
2910         * INSTALL: Regenerated.
2912         * po/libc.pot: Regenerated.
2914 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
2915             Sandra Loosemore  <sandra@codesourcery.com>
2916             Andrew Jenner  <andrew@codesourcery.com>
2917             Joseph Myers  <joseph@codesourcery.com>
2918             Nathan Sidwell  <nathan@codesourcery.com>
2920         * NEWS: Mention new Nios II port.
2921         * sysdeps/nios2/Implies: New file.
2922         * sysdeps/nios2/Makefile: New file.
2923         * sysdeps/nios2/Subdirs: New file.
2924         * sysdeps/nios2/Versions: New file.
2925         * sysdeps/nios2/__longjmp.S: New file.
2926         * sysdeps/nios2/abort-instr.h: New file.
2927         * sysdeps/nios2/backtrace.c: New file.
2928         * sysdeps/nios2/bits/endian.h: New file.
2929         * sysdeps/nios2/bits/fenv.h: New file.
2930         * sysdeps/nios2/bits/link.h: New file.
2931         * sysdeps/nios2/bits/setjmp.h: New file.
2932         * sysdeps/nios2/bsd-_setjmp.S: New file.
2933         * sysdeps/nios2/bsd-setjmp.S: New file.
2934         * sysdeps/nios2/configure: New generated file.
2935         * sysdeps/nios2/configure.ac: New file.
2936         * sysdeps/nios2/crti.S: New file.
2937         * sysdeps/nios2/crtn.S: New file.
2938         * sysdeps/nios2/dl-init.c: New file.
2939         * sysdeps/nios2/dl-machine.h: New file.
2940         * sysdeps/nios2/dl-sysdep.h: New file.
2941         * sysdeps/nios2/dl-tls.h: New file.
2942         * sysdeps/nios2/dl-trampoline.S: New file.
2943         * sysdeps/nios2/gccframe.h: New file.
2944         * sysdeps/nios2/gmp-mparam.h: New file.
2945         * sysdeps/nios2/jmpbuf-offsets.h: New file.
2946         * sysdeps/nios2/jmpbuf-unwind.h: New file.
2947         * sysdeps/nios2/ldsodefs.h: New file.
2948         * sysdeps/nios2/libc-tls.c: New file.
2949         * sysdeps/nios2/libm-test-ulps: New file.
2950         * sysdeps/nios2/machine-gmon.h: New file.
2951         * sysdeps/nios2/math-tests.h: New file.
2952         * sysdeps/nios2/math_private.h: New file.
2953         * sysdeps/nios2/memusage.h: New file.
2954         * sysdeps/nios2/nptl/Makefile: New file.
2955         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
2956         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
2957         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
2958         * sysdeps/nios2/nptl/pthreaddef.h: New file.
2959         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
2960         * sysdeps/nios2/nptl/tls.h: New file.
2961         * sysdeps/nios2/preconfigure: New file.
2962         * sysdeps/nios2/s_fma.c: New file.
2963         * sysdeps/nios2/s_fmaf.c: New file.
2964         * sysdeps/nios2/setjmp.S: New file.
2965         * sysdeps/nios2/sfp-machine.h: New file.
2966         * sysdeps/nios2/sotruss-lib.c: New file.
2967         * sysdeps/nios2/stackguard-macros.h: New file.
2968         * sysdeps/nios2/stackinfo.h: New file.
2969         * sysdeps/nios2/start.S: New file.
2970         * sysdeps/nios2/sysdep.h: New file.
2971         * sysdeps/nios2/tls-macros.h: New file.
2972         * sysdeps/nios2/tst-audit.h: New file.
2973         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
2974         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
2975         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
2976         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
2977         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
2978         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
2979         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
2980         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
2981         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
2982         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
2983         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
2984         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
2985         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
2986         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
2987         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
2988         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
2989         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
2990         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
2991         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
2992         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
2993         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
2994         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
2995         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
2996         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
2997         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
2998         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
2999         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
3000         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
3001         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
3002         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
3003         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
3004         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
3005         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
3006         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
3007         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
3008         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
3009         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
3010         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
3011         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
3012         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
3013         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
3014         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
3015         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
3016         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
3018 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
3020         [BZ #17844]
3021         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
3022         (getutent): Use weak_alias in non SHARED case
3023         and default_symbol_version in SHARED case.
3024         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
3025         (getutent_r, pututline): Likewise.
3026         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
3027         (getutid): Likewise.
3028         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
3029         (getutid_r): Likewise.
3030         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
3031         (getutline): Likewise.
3032         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
3033         (getutline_r): Likewise.
3034         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
3035         (updwtmp): Likewise.
3037 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
3039         [BZ #17848]
3040         * sysdeps/s390/s390-32/memcmp.S
3041         (memcmp_g5): Rename to __memcmp_g5.
3042         * sysdeps/s390/s390-32/memcpy.S
3043         (memcpy_g5): Rename to __memcpy_g5.
3044         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3045         (memcpy_mvcle) Rename to __memcpy_mvcle.
3046         * sysdeps/s390/s390-32/memset.S
3047         (memset_g5): Rename to __memset_g5.
3048         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
3049         (IFUNC_RESOLVE): Prefix ifunc-resolve function
3050         and use prefixed functions.
3051         * sysdeps/s390/s390-32/multiarch/memcmp.S
3052         (memcmp_z196): Rename to __memcmp_z196.
3053         (memcmp_z10): Rename to __memcmp_z10.
3054         (memcmp): Set alias to __memcmp_g5.
3055         (bcmp): Set alias to __memcmp_g5.
3056         * sysdeps/s390/s390-32/multiarch/memcpy.S
3057         (memcpy_z196): Rename to __memcpy_z196.
3058         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3059         (memcpy_z10): Rename to __memcpy_z10.
3060         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3061         (memcpy): Set alias to __memcpy_g5.
3062         * sysdeps/s390/s390-32/multiarch/memset.S
3063         (memset_z196): Rename to __memset_z196.
3064         Jump to __memset_mvcle instead of memset_mvcle.
3065         (memset_z10): Rename to __memset_z10.
3066         Jump to __memset_mvcle instead of memset_mvcle.
3067         (memset_mvcle) Rename to __memset_mvcle.
3068         (memset): Set alias to __memset_g5.
3069         * sysdeps/s390/s390-64/memcmp.S
3070         (memcmp_z900): Rename to __memcmp_z900.
3071         * sysdeps/s390/s390-64/memcpy.S
3072         (memcpy_z900): Rename to __memcpy_z900.
3073         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3074         (memcpy_mvcle) Rename to __memcpy_mvcle.
3075         * sysdeps/s390/s390-64/memset.S
3076         (memset_z900): Rename to __memset_z900.
3077         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
3078         (IFUNC_RESOLVE): Prefix ifunc-resolve function
3079         and use prefixed functions.
3080         * sysdeps/s390/s390-64/multiarch/memcmp.S
3081         (memcmp_z196): Rename to __memcmp_z196.
3082         (memcmp_z10): Rename to __memcmp_z10.
3083         (memcmp): Set alias to __memcmp_z900.
3084         (bcmp): Set alias to __memcmp_z900.
3085         * sysdeps/s390/s390-64/multiarch/memcpy.S
3086         (memcpy_z196): Rename to __memcpy_z196.
3087         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3088         (memcpy_z10): Rename to __memcpy_z10.
3089         Jump to __memcpy_mvcle instead of memcpy_mvcle.
3090         (memcpy): Set alias to __memcpy_z900.
3091         * sysdeps/s390/s390-64/multiarch/memset.S
3092         (memset_z196): Rename to __memset_z196.
3093         Jump to __memset_mvcle instead of memset_mvcle.
3094         (memset_z10): Rename to __memset_z10.
3095         Jump to __memset_mvcle instead of memset_mvcle.
3096         (memset_mvcle) Rename to __memset_mvcle.
3097         (memset): Set alias to __memset_z900.
3099 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
3101         [BZ #17748]
3102         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
3103         __fesetenv instead of fesetenv.
3105 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
3107         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
3108         macro.
3110 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3112         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
3113         regression on LE.
3115         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
3116         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
3117         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
3118         strncmp-power8 object.
3119         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3120         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
3121         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
3122         * NEWS: Update.
3124 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3125             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3127         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
3128         trailing byte check.
3130 2015-01-13  David S. Miller  <davem@davemloft.net>
3132         * include/signal.h (__sigreturn): Guard with __USE_MISC.
3134 2015-01-13  Roland McGrath  <roland@hack.frob.com>
3136         * login/logout.c (logout): Use memset rather than bzero.
3137         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
3138         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
3139         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
3140         (_gethtbyaddr): Likewise.
3141         * locale/programs/simple-hash.c (bcopy): Macro removed.
3143 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3145         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3146         Add strcmp-power8 object.
3147         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3148         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
3149         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
3150         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
3151         __strcmp_power8 implementation.
3152         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
3153         * NEWS: Update.
3155         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3156         Add strncpy-power8 and stpncpy-power8 objects.
3157         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3158         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
3159         implementations.
3160         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
3161         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
3162         __stpncpy_power8 implementation.
3163         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
3164         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
3165         __strncpy_power8 implementation.
3166         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
3167         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
3168         * NEWS: Update.
3170         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
3171         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
3172         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
3174         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
3175         strncat-power8 object.
3176         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
3177         __strcat_power8 implementation.
3178         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3179         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
3180         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
3181         optimized strcat for power8.
3183         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
3184         strcpy-power8 and stpcpy-power8 objects.
3185         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3186         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
3187         implementations.
3188         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
3189         multiarch stpcpy implementation for POWER8.
3190         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
3191         multiarch strcpy implementation for POWER8.
3192         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
3193         __strcpy_power8 function.
3194         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
3195         stpcpy for POWER8.
3196         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
3197         strcpy for POWER8.
3198         * NEWS: Update.
3200 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
3202         [BZ #16009]
3203         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
3204         weights and rules. Use do_xfrm_cached if data fits in cache,
3205         do_xfrm otherwise.  Moved former main loop to...
3206         * (do_xfrm_cached): New function.
3207         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
3208         find_idx, find_position and stack_push.
3209         * (find_idx): New function.
3210         * (find_position): Likewise.
3211         * localedata/sort-test.sh: Added test run for do_xfrm.
3212         * localedata/xfrm-test.c (main): Added command line option
3213         -nocache to run the test with strings that are too large for
3214         the STRXFRM cache.
3216 2015-01-13  Torvald Riegel  <triegel@redhat.com>
3218         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
3219         variable to lll_futex_wake call, not the value itself.
3221 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
3223         [BZ #17803]
3224         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
3225         twom64.  Adjust value to 0x1p-64L.
3226         (__scalblnl): Only return standard underflowing result for K <=
3227         -64 not K <= -63; adjust exponent for underflowing result by 64
3228         not 63.
3229         * math/libm-test.inc (scalbn_test_data): Add more tests.
3230         (scalbln_test_data): Likewise.
3232         [BZ #17834]
3233         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
3234         0x1p63L.
3235         (__scalblnl): Get new exponent of adjusted subnormal value from ES
3236         not HX.
3237         * math/libm-test.inc (scalbn_test_data): Add more tests.
3238         (scalbln_test_data): Likewise.
3240 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3241             Stefani Seibold  <stefani@seibold.net>
3243         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
3244         (sysdep_routines): Add dl-vdso here, ...
3245         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
3246         (sysdep_routines): ... not here.
3247         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
3248         fallback when vDSO is not presented.
3249         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
3250         Define with libc_hidden_proto/libc_hidden_data_def definitions.
3251         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
3252         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
3253         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
3254         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
3255         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
3256         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
3257         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
3258         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
3259         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
3260         fallback configurable symbol when vDSO is not available.
3261         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
3262         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
3263         be able to redefine fallback symbol when vDSO is not available.
3264         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
3265         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
3267 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3269         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
3270         (TLS_INIT_TP): Add tm_capable initialization.
3271         (TLS_DEFINE_INIT_TP): Likewise.
3272         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
3273         TCB.
3274         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
3275         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
3276         calculation.
3277         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
3278         transactoion is lock elision is built and TCB tm_capable is set.
3279         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
3280         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3281         (INTERNAL_SYSCALL_NCS): Likewise.
3282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
3283         (INTERNAL_SYSCALL_NCS): Likewise.
3284         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
3286         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
3287         for powerpc.
3288         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
3289         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
3290         and remove it for 32 bits case.
3291         [pthread_rwlock_t] (__rwelision): New field for lock elision.
3292         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
3293         initialization.
3294         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
3295         Disable lock elision with rdlocks if elision is not available.
3297         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
3298         (sysdep_routines): Add lock elision objects.
3299         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
3300         [pthread_mutex_t] (__spins): Rework to add lock elision field.
3301         [pthread_mutex_t] (__elision): Add field.
3302         [__PTHREAD_SPINS]: Adjust to init lock elision field.
3303         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
3304         elision definitions for powerpc.
3305         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
3306         implementation of lock elision for powerpc.
3307         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
3308         implementation of timed lock elision for powerpc.
3309         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
3310         implementation of trylock with lock elision for powerpc.
3311         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
3312         implementaion of unlock for lock elision for powerpc.
3313         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
3314         automatic enable lock elision for mutexes.
3315         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
3316         transaction execution definitions for powerpc.
3317         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
3318         definitions.
3319         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
3320         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
3321         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
3322         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
3323         * NEWS: Update.
3325 2015-01-09  Roland McGrath  <roland@hack.frob.com>
3327         * sysdeps/posix/shm-directory.c: Use <> rather than ""
3328         for #include of <shm-directory.h>.
3330 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
3332         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
3333         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
3335 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
3337         [BZ #17791]
3338         * NEWS: Mention bug fix.
3339         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
3340         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
3341         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
3343 2015-01-09  Torvald Riegel <triegel@redhat.com>
3345         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
3347 2015-01-09  Torvald Riegel <triegel@redhat.com>
3349         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
3351 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
3353         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
3354         pointer and cast to uintptr_t.
3356 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
3358         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
3359         removed.
3360         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
3362 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
3364         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
3365         of 0.
3367 2015-01-08  Roland McGrath  <roland@hack.frob.com>
3369         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
3370         <nptl/pthreadP.h> instead.
3371         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
3373         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
3374         already defined.
3375         [__SIGRTMIN] (init): Function removed.
3376         [__SIGRTMIN] (initialized): Variable removed.
3377         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
3378         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
3379         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
3380         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
3381         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
3382         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
3383         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
3384         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
3385         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
3386         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
3387         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
3388         * sysdeps/nptl/allocrtsig.c: New file.
3389         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
3390         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
3391         * sysdeps/generic/testrtsig.h: File removed.
3393         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
3394         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
3396         * nptl/nptl-init.c (pthread_functions): Conditionalize
3397         .ptr__nptl_setxid initialization on [SIGSETXID].
3399         * sysdeps/nptl/sys/procfs.h: New file.
3400         * nptl_db/Makefile (headers): Add it.
3401         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
3403         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
3404         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
3405         * nptl/pthread_attr_setaffinity.c: Include it.
3406         * nptl/pthread_setattr_default_np.c: Likewise.
3407         * nptl/check-cpuset.h: New file.
3409 2015-01-08  Richard Henderson  <rth@redhat.com>
3411         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
3412         (CFLAGS-tst-execstack-prog.c): Likewise.
3413         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
3415 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
3416             Sandra Loosemore  <sandra@codesourcery.com>
3417             Andrew Jenner  <andrew@codesourcery.com>
3418             Joseph Myers  <joseph@codesourcery.com>
3419             Nathan Sidwell  <nathan@codesourcery.com>
3421         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
3422         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
3423         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
3424         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
3425         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
3426         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
3427         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
3428         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
3429         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
3430         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
3431         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
3432         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
3433         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
3434         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
3435         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
3436         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
3437         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
3439 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3441         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
3442         timespec struct member in syscall macro.
3443         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
3444         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
3445         first timeval struct member in syscall macro.
3446         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
3448 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
3450         [BZ #17748]
3451         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
3452         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
3453         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
3454         __feupdateenv and define as weak alias of __feupdateenv.  Use
3455         libm_hidden_weak.
3456         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
3457         libm_hidden_def.
3458         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
3459         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
3460         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
3461         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
3462         libm_hidden_def.
3463         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
3464         __feupdateenv and define as weak alias of __feupdateenv.  Use
3465         libm_hidden_weak.
3466         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
3467         libm_hidden_def.
3468         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
3469         __feupdateenv and define as weak alias of __feupdateenv.  Use
3470         libm_hidden_weak.
3471         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
3472         libm_hidden_def.
3473         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3474         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3475         (__feupdateenv): Likewise.
3476         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
3477         __feupdateenv and define as weak alias of __feupdateenv.  Use
3478         libm_hidden_weak.
3479         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3480         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
3481         libm_hidden_def.
3482         * sysdeps/tile/math_private.h (__feupdateenv): New inline
3483         function.
3484         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
3485         libm_hidden_def.
3486         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
3487         __feupdateenv instead of feupdateenv.
3488         (default_libc_feupdateenv_test): Likewise.
3489         (libc_feresetround_ctx): Likewise.
3491 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3493         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
3494         prototype.
3496 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
3498         * posix/regcomp.c (parse_bracket_exp): Initialize type to
3499         COLL_SYM in a couple of places to avoid uninitialized variable
3500         wanings on tilegx gcc 4.8.2.
3502 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
3504         * sysdeps/aarch64/strcpy.S: New file.
3505         * sysdeps/aarch64/stpcpy.S: New file.
3506         * NEWS: Updated.
3508 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
3510         * sysdeps/aarch64/strrchr.S: New file.
3511         * NEWS: Updated.
3513 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
3515         [BZ #17658]
3516         * stdlib/setenv.c: Fix memory leak when setting large,
3517         duplicate string.
3519 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
3521         [BZ #17273]
3522         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
3523         and tabs from buffer before parsing fstab entry.
3524         * misc/tst-mntent.c (main): Add test for mount entry with
3525         trailing spaces and tabs.
3527 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
3529         [BZ #17748]
3530         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
3531         * math/fesetround.c (fesetround): Rename to __fesetround and
3532         define as weak alias of __fesetround.  Use libm_hidden_weak.
3533         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
3534         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
3535         * sysdeps/arm/fesetround.c (fesetround): Likewise.
3536         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
3537         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
3538         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
3539         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
3540         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
3541         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
3542         __fesetround_inline.
3543         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
3544         __fesetround_inline instead of __fesetround.
3545         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
3546         __fesetround and define as weak alias of __fesetround.  Use
3547         libm_hidden_weak.  Call __fesetround_inline instead of
3548         __fesetround.
3549         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
3550         __fesetround and define as weak alias of __fesetround.  Use
3551         libm_hidden_weak.
3552         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
3553         Likewise.
3554         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
3555         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
3556         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
3557         * sysdeps/tile/math_private.h (__fesetround): New inline function.
3558         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
3559         __fesetround and define as weak alias of __fesetround.  Use
3560         libm_hidden_weak.
3561         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
3562         __fesetround instead of fesetround.
3563         (default_libc_feholdexcept_setround): Likewise.
3564         (libc_feholdsetround_ctx): Likewise.
3565         (libc_feholdsetround_noex_ctx): Likewise.
3567         [BZ #17748]
3568         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
3569         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
3570         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3571         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
3572         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3573         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
3574         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3575         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
3576         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3577         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3578         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3579         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3580         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3581         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3582         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
3583         libm_hidden_def.
3584         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
3585         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
3586         Likewise.
3587         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3588         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3589         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
3590         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3591         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
3592         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3593         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
3594         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
3595         __fesetenv instead of fesetenv.
3596         (libc_feresetround_noex_ctx): Likewise.
3597         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3598         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
3599         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
3600         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3601         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3602         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3603         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3604         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3605         (__feupdateenv): Likewise.
3606         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3607         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3608         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3609         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
3611 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
3613         [BZ #17806]
3614         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
3615         addresses have been freed.
3617 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
3619         * resolv/res_init.c (__res_vinit): Improve comments about nserv
3620         and nservall.
3622 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
3624         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
3625         Clean up check_pf allocation pattern. addresses
3627 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3629         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
3630         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
3631         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
3632         * nptl/pthread_exit.c (__pthread_exit): Likewise.
3633         * nptl/pthread_join.c (pthread_join): Likewise.
3634         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
3635         * sysdeps/posix/waitid.c (__waitid): Likewise.
3636         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
3637         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
3638         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
3639         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
3640         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
3641         Likewise.
3642         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
3643         (__libc_pread64): Likewise.
3644         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
3645         (__libc_pwrite): Likewise.
3646         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
3647         (__libc_pwrite64): Likewsie.
3648         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
3649         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
3650         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
3651         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
3652         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
3653         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
3654         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
3655         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
3656         Likewise.
3657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
3658         (__libc_pread64): Likewise.
3659         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
3660         Likewise.
3661         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
3662         (__libc_pwrite64): Likewise.
3663         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
3664         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
3665         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
3666         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
3667         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
3668         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
3669         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
3670         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
3671         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
3672         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
3673         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
3674         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
3675         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
3676         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
3677         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
3678         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
3679         Likewise.
3681 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
3683         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
3684         (CFLAGS-test-double.c): Likewise.
3685         (CFLAGS-test-ldouble.c): Likewise.
3686         (CPPFLAGS-test-ifloat.c): Likewise.
3687         (CPPFLAGS-test-idouble.c): Likewise.
3688         (CPPFLAGS-test-ildoubl.c): Likewise.
3689         (CFLAGS-test-test-fenv.c): Remove variable.
3690         (CFLAGS-test-misc.c): Likewise.
3692 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
3694         [BZ #17797]
3695         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
3696         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
3697         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
3698         CLOCKS_PER_SEC == 1000000.
3699         * time/clocktest.c (main): Replace %ld with %jd and cast to
3700         intmax_t.
3702 2015-01-05  Roland McGrath  <roland@hack.frob.com>
3704         * sysdeps/generic/unwind-resume.h: New file.
3705         * sysdeps/gnu/unwind-resume.c: Include it.
3706         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
3707         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
3708         argument list.
3709         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
3710         global rather than static.
3711         (_Unwind_Resume): Update user.
3712         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
3713         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
3714         rather than static.  Add __attribute__ ((cold)).
3715         (_Unwind_Resume, __gcc_personality_v0): Update callers.
3716         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
3717         * sysdeps/arm/arm-unwind-resume.S: New file.
3718         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
3719         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
3720         * sysdeps/arm/Makefile [$(subdir) = csu]
3721         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
3722         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
3723         Add rt-arm-unwind-resume.
3724         [$(subdir) = nptl]
3725         (libpthread-sysdep_routines, libpthread-shared-only-routines):
3726         Add pt-arm-unwind-resume.
3727         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
3728         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
3730 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3732         [BZ #17748]
3733         * include/fenv.h (__feholdexcept): Declare.  Use
3734         libm_hidden_proto.
3735         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
3736         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
3737         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3738         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
3739         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
3740         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
3741         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
3742         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3743         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
3744         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
3745         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3746         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
3747         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
3748         (feholdexcept): Likewise.
3749         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
3750         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
3751         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3752         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3753         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
3754         __feholdexcept instead of feholdexcept.
3755         (default_libc_feholdexcept_setround): Likewise.
3757 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3759         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
3760         to avoid using stl/str to align destination.
3762 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3764         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
3766 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3768         [BZ #17796]
3769         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
3770         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
3771         Define as weak alias not strong alias.
3773 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3775         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
3776         bltzal with addiupc.
3777         (RTLD_START): Ditto.
3779 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
3781         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
3782         for __vdso_* functions in declarations.
3783         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
3784         definitions.
3785         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
3786         INTERNAL_VSYSCALL): Use struct return types to check for error.
3788         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
3789         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
3790         function with cast from llround().
3791         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
3792         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
3793         Define.
3795 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3797         [BZ #17793]
3798         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
3799         Define as weak alias not strong alias.
3801         [BZ #17635]
3802         * ctype/ctype-c99.c: New file.  isblank implementation moved from
3803         ...
3804         * ctype/ctype-extn.c: ... here.
3805         (__isblank_l): Move to ...
3806         * ctype/ctype-c99_l.c: ... here.  New file.
3807         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
3808         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
3809         Remove variable.
3810         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
3811         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
3812         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
3813         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
3814         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
3816         [BZ #17777]
3817         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
3818         (posix_fadvise64): Define as weak alias not strong alias.
3819         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
3820         (posix_fallocate64): Likewise.
3821         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
3822         Remove variable.
3823         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
3824         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
3825         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
3826         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
3827         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
3829 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
3831         [BZ #16191]
3832         * NEWS: Mention bug fix.
3833         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
3834         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
3835         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
3836         (HOST_STACK_END_ADDR): Likewise.
3838 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3840         [BZ #17748]
3841         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
3842         * math/fegetround.c (fegetround): Rename to __fegetround and
3843         define as weak alias of __fegetround.  Use libm_hidden_weak.
3844         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
3845         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
3846         * sysdeps/arm/fegetround.c (fegetround): Likewise.
3847         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
3848         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
3849         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
3850         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
3851         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
3852         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
3853         Undefine after rather than before function definition; use
3854         parentheses around function name in definition.
3855         (__fegetround): Also undefine macro after function definition.
3856         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
3857         __fegetround and define as weak alias of __fegetround.  Use
3858         libm_hidden_weak.  Do not undefine as macro.
3859         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
3860         Likewise.
3861         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
3862         __fegetround and define as weak alias of __fegetround.  Use
3863         libm_hidden_weak.
3864         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
3865         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
3866         * sysdeps/tile/math_private.h (__fegetround): New inline function.
3867         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
3868         __fegetround and define as weak alias of __fegetround.  Use
3869         libm_hidden_weak.
3870         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
3871         __fegetround instead of fegetround.
3873         [BZ #17782]
3874         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
3875         Condition macro definition on [__USE_MISC].
3877         [BZ #17781]
3878         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
3879         (struct sigaction): Change type of sa_flags field to int.
3881         [BZ #17780]
3882         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
3883         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
3884         __glibc_reserved0.
3886         * nptl/version.c (banner): Use single year in copyright notice.
3888         * NEWS: Update copyright dates.
3889         * catgets/gencat.c (print_version): Likewise.
3890         * csu/version.c (banner): Likewise.
3891         * debug/catchsegv.sh: Likewise.
3892         * debug/pcprofiledump.c (print_version): Likewise.
3893         * debug/xtrace.sh (do_version): Likewise.
3894         * elf/ldconfig.c (print_version): Likewise.
3895         * elf/ldd.bash.in: Likewise.
3896         * elf/pldd.c (print_version): Likewise.
3897         * elf/sotruss.sh: Likewise.
3898         * elf/sprof.c (print_version): Likewise.
3899         * iconv/iconv_prog.c (print_version): Likewise.
3900         * iconv/iconvconfig.c (print_version): Likewise.
3901         * locale/programs/locale.c (print_version): Likewise.
3902         * locale/programs/localedef.c (print_version): Likewise.
3903         * login/programs/pt_chown.c (print_version): Likewise.
3904         * malloc/memusage.sh (do_version): Likewise.
3905         * malloc/memusagestat.c (print_version): Likewise.
3906         * malloc/mtrace.pl: Likewise.
3907         * manual/libc.texinfo: Likewise.
3908         * nptl/version.c (banner): Likewise.
3909         * nscd/nscd.c (print_version): Likewise.
3910         * nss/getent.c (print_version): Likewise.
3911         * nss/makedb.c (print_version): Likewise.
3912         * posix/getconf.c (main): Likewise.
3913         * scripts/test-installation.pl: Likewise.
3914         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
3916 2015-01-02  Will Newton  <will.newton@linaro.org>
3918         * sysdeps/arm/armv7/configure: Removed.
3919         * sysdeps/arm/armv7/configure.ac: Likewise.
3921 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3923         * All files with FSF copyright notices: Update copyright dates
3924         using scripts/update-copyrights.
3925         * intl/plural.c: Regenerated.
3926         * locale/programs/charmap-kw.h: Likewise.
3927         * locale/programs/locfile-kw.h: Likewise.
3929 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3931         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
3933 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3935         [BZ #17748]
3936         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
3937         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
3938         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3939         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3940         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3941         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
3942         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3943         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
3944         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3945         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3946         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3947         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3948         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3949         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3950         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
3951         libm_hidden_def.
3952         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
3953         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
3954         Likewise.
3955         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3956         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3957         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
3958         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3959         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
3960         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3961         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3962         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
3963         __fegetenv instead of fegetenv.
3964         (libc_feholdsetround_noex_ctx): Likewise.
3966 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3968         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
3969         (Elf_MIPS_ABIFlags_v0): New structure.
3970         (EF_MIPS_FP64): Define.
3971         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
3972         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
3973         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
3974         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
3975         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
3976         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
3977         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
3978         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
3979         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
3980         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
3981         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
3982         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
3983         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
3984         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
3985         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
3986         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
3987         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
3988         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
3989         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
3990         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
3991         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
3992         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
3993         field.
3994         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
3995         EF_MIPS_FP64.
3996         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
3997         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
3998         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
3999         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
4000         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
4001         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
4002         * sysdeps/mips/tst-abi-interlink.c: Likewise.
4003         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
4004         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
4005         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
4006         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
4007         record the current FP ABI extension.
4008         (mips-mode-switch): Define to show if kernel headers support mode
4009         switching.
4010         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
4011         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
4012         supported SYSV ABI version to 3.
4013         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
4014         feature.
4016 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
4017             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4019         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
4020         path.
4021         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
4023 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
4025         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
4026         __fegetround and redefine to call __fegetround.  Remove condition
4027         on [!__NO_MATH_INLINES].
4028         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
4029         function.
4030         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
4031         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
4032         Remove macro.
4033         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
4034         instead of <fenv_libc.h>.
4035         (__llrintl): Call fegetround instead of __fegetround.
4036         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
4037         instead of <fenv_libc.h>.
4038         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
4039         (__lrintl): Call fegetround instead of __fegetround.
4040         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
4041         instead of <fenv_libc.h>.
4042         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
4043         (__rintl): Call fegetround instead of __fegetround.
4045 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
4047         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
4048         arrays.
4050 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
4052         [BZ #17775]
4053         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
4054         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
4055         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
4057 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
4059         * sysdeps/i386/tls-macros.h: Include <features.h>.
4060         (TLS_LE): Use non-PIC version for GCC >= 5.0.
4061         (TLS_IE): Likewise.
4062         (TLS_LD): Likewise.
4063         (TLS_GD): Likewise.
4064         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
4065         define for GCC >= 5.0.
4067 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
4069         * math/test-fenv.c (test_single_exception, set_single_exc,
4070         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
4071         feexcp_mask_test, feenable_test, fe_single_test): Add
4072         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
4073         case where they are not used.
4074         * math/libm-test.inc: Likewise.
4075         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
4076         unused in the absence of FP rounding/exception support.
4077         * stdio-common/tst-printf-round.c: Likewise.
4078         * stdlib/tst-strtod-round.c: Likewise.
4079         * stdlib/tst-strtod-underflow.c: Likewise.
4081 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
4083         [BZ #17723]
4084         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
4085         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
4086         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
4087         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
4088         libm_hidden_weak.
4089         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
4090         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
4091         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
4092         libm_hidden_def.
4093         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
4094         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
4095         libm_hidden_weak.
4096         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
4097         Likewise.
4098         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
4099         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
4100         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
4101         libm_hidden_weak.
4102         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
4103         libm_hidden_def.
4104         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
4105         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
4106         (__feraiseexcept): Likewise.
4107         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
4108         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
4109         libm_hidden_weak.
4110         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
4111         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
4112         libm_hidden_def.
4113         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
4114         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
4115         Use libm_hidden_def.
4116         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
4117         libm_hidden_def.
4118         (feraiseexcept): Define as weak not strong alias.  Use
4119         libm_hidden_weak.
4120         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
4121         New inline function.  Factored out of ...
4122         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
4123         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
4124         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
4125         feraiseexcept.
4126         * math/w_acos.c (__acos): Likewise.
4127         * math/w_asin.c (__asin): Likewise.
4128         * math/w_ilogb.c (__ilogb): Likewise.
4129         * math/w_j0.c (y0): Likewise.
4130         * math/w_j1.c (y1): Likewise.
4131         * math/w_jn.c (yn): Likewise.
4132         * math/w_log.c (__log): Likewise.
4133         * math/w_log10.c (__log10): Likewise.
4134         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
4135         * sysdeps/aarch64/fpu/math_private.h
4136         (libc_feupdateenv_test_aarch64): Likewise.
4137         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
4138         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
4139         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
4140         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
4141         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
4142         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
4143         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
4144         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
4145         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
4146         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
4148 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
4150         [BZ #17732]
4151         * io/test-utime.c (main): Replace %ld with %jd and cast to
4152         intmax_t.
4153         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
4154         * nptl/tst-mutex5.c: Include <stdint.h>.
4155         (do_test): Replace %ld with %jd and cast to intmax_t.
4156         * posix/tst-regex.c (run_test): Likewise.
4157         (run_test_backwards): Likewise.
4158         * rt/tst-clock.c: Include <stdint.h>.
4159         (clock_test): Replace %ld with %jd and cast to intmax_t.
4160         * rt/tst-cpuclock1.c: Include <stdint.h>.
4161         (do_test): Replace %lu with %ju and cast to uintmax_t.
4162         * rt/tst-cpuclock2.c: Include <stdint.h>.
4163         (do_test): Replace %lu with %ju and cast to uintmax_t.
4164         * rt/tst-mqueue1.c: Include <stdint.h>.
4165         (check_attrs): Replace %ld with %jd and cast to intmax_t.
4166         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
4167         intmax_t.
4168         * rt/tst-mqueue4.c (do_test): Likewise.
4169         * rt/tst-timer4.c: Include <stdint.h>.
4170         (check_ts): Replace %ld with %jd and cast to intmax_t.
4171         (do_test): Likewise.
4172         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
4173         and cast to intmax_t.
4174         * sysdeps/pthread/tst-timer.c (main): Likewise.
4175         * time/clocktest.c (main): Likewise.
4176         * time/tst-posixtz.c (do_test): Likewise.
4177         * timezone/tst-timezone.c (main): Likewise.
4179 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
4180             H.J. Lu  <hongjiu.lu@intel.com>
4182         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
4183         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
4184         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
4185         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
4186         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
4187         version if bit_Fast_Unaligned_Load is set.
4188         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
4189         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
4190         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
4191         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
4192         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
4193         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
4194         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
4195         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
4196         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
4197         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
4198         to 4.
4199         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
4200         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
4201         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
4202         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
4204 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
4206         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
4207         instead of #if to avoid a Wundef warning.
4208         * stdlib/tst-limits.c (do_test): Likewise.
4210         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
4211         parallel other exception macros.
4212         (fegetenv): Convert from macro to extern inline so that it applies
4213         retroactively to inline functions already seen by the compiler.
4214         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
4216         * posix/Makefile (before-compile): Use $(objpfx) for
4217         posix-conf-vars-def.h.
4219 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
4221         * posix/getconf.c (main): Use size_t for type of I.
4222         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
4223         NSPEC.
4225         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
4226         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
4227         * posix/posix-envs.def: Likewise.
4228         * sysdeps/posix/sysconf.c: Likewise.
4229         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
4230         (specs): Remove array.
4231         * scripts/gen-posix-conf-vars.awk: Support generation of specs
4232         array.
4234         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
4235         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
4236         (__sysconf): Use CONF_IS_* macros.
4238         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
4239         ($(objpfx)posix-conf-vars-def.h): New target.
4240         * posix/posix-conf-vars.list: New file.
4241         * posix/posix-conf-vars.h: New file.
4242         * posix/confstr.c: Include posix-conf-vars.h.
4243         (confstr): Use CONF_IS_* macros.
4244         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
4245         CONF_IS_* macros.
4246         * scripts/gen-posix-conf-vars.awk: New file.
4248 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
4250         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
4251         fegetround): Add no-op macros to avoid linknamespace issues.
4253         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
4254         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
4256         * sysdeps/unix/sysv/linux/tile/sysdep.h
4257         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
4258         assembly-specific section to avoid a redefinition warning.
4260         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
4261         long before casting to pointer to avoid a cast warning.
4263 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
4265         * sysdeps/tile/tilegx/Implies: New file.
4267 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
4269         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
4271 2014-12-23  Florian Weimer  <fweimer@redhat.com>
4273         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
4275 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
4277         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
4278         not define.
4279         * sysdeps/unix/sysv/linux/utimes.c: Do not include
4280         <kernel-features.h>.
4281         (__utimes) [__NR_utimes]: Make code unconditional.
4282         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
4283         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
4284         (__ASSUME_UTIMES): Do not undefine.
4285         * sysdeps/unix/sysv/linux/tile/kernel-features.h
4286         (__ASSUME_UTIMES): Likewise.
4287         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
4288         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
4289         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
4290         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
4292 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
4294         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
4296 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
4298         [BZ #17747]
4299         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
4300         alias to weak alias for j0l, y0l.
4301         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
4302         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
4304         [BZ #17746]
4305         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
4306         conversion.
4308 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
4310         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
4311         to zero if not already defined.
4313 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
4315         [BZ #17724]
4316         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
4317         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
4318         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
4319         (char *) casts added.
4320         * sysdeps/ieee754/k_standardf.c: New file.
4321         * sysdeps/ieee754/k_standardl.c: Likewise.
4322         * math/Makefile (libm-support): Remove k_standard.
4323         (libm-calls): Add k_standard.
4325 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4327         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
4328         Optimize to avoid an unnecessary FPCR read.
4330 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4332         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
4333         Optimize to reduce FPCR/FPSR accesses.
4335 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4337         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
4338         Call libc_fetestexcept_aarch64.
4340 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4342         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
4343         Call libc_fesetround_aarch64.
4345 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
4347         [BZ #17733]
4348         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
4349         (__bind): Do not define as weak alias.
4350         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
4351         define.
4352         (__getsockname): Do not define as weak alias.
4354 2014-12-22  Will Newton  <will.newton@linaro.org>
4356         * manual/install.texi: Document that we require bison 2.7
4357         or above.
4358         * INSTALL: Regenerate.
4359         * configure.ac: Use AC_CHECK_PROG_VER instead of
4360         AC_PATH_PROG when checking for bison and check for
4361         version 2.7 or above.
4362         * configure: Regenerate.
4364 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
4366         [BZ #17745]
4367         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
4368         * sysdeps/tile/ffsll.c (ffsll): To here.
4370         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
4372 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
4374         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
4375         if not defined.
4376         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
4377         definition.
4378         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
4379         hidden ___tls_get_addr.
4380         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
4381         hidden __tls_get_addr.
4382         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
4383         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
4384         Likewise.
4386 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
4388         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
4389         _dl_init call.
4391 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
4393         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
4394         from "call _dl_init@PLT".
4395         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
4397 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
4399         * manual/search.texi: (Array Sort Function): Clarify stable sorting
4400         guarantees.
4402 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
4404         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
4406 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
4408         [BZ #17744]
4409         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
4410         strnlen.
4412 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
4414         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
4415         of multu on MIPSr6.
4416         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
4417         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
4418         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
4419         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
4420         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
4422 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
4424         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
4425         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
4426         (PTR_SUBU): Use subu for mips32r6/mips64r6.
4427         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
4428         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
4429         mips32r6/mips64r6.
4430         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
4432 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
4434         * string/strncat.c (STRNCAT): Simplify implementation.
4436 2014-12-19  David S. Miller  <davem@davemloft.net>
4438         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
4439         access the quad as both a long double and as a series of 4 words.
4441         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
4442         link_map->l_info array access.
4444 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
4446         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
4448         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
4449         * math/atest-exp2.c (TIMEOUT): Likewise.
4450         * math/atest-sincos.c (TIMEOUT): Likewise.
4452 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4454         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
4455         -Wno-error with -fno-builtin-lround.
4457 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4459         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
4460         Contains futex constants and functions moved over from ...
4461         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
4462         <lowlevellock-futex.h>.
4463         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
4464         (lll_timedwait_tid): Add comments and parentheses around macro
4465         arguments.
4467 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4469         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
4470         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
4471         (__lll_private_flag): Remove.
4472         (lll_futex_wait): Likewise.
4473         (lll_futex_timed_wait): Likewise.
4474         (lll_futex_wake): Likewise.
4475         (lll_futex_requeue): Likewise.
4476         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
4477         (__lll_timedwait_tid): Spell out argument names.
4478         (lll_timedwait_tid): Add comments and parentheses around macro
4479         arguments.
4480         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
4481         LLL_SHARED and LLL_PRIVATE usable from assembly code.
4483 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4485         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
4486         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4487         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4488         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
4489         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
4490         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
4491         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
4492         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
4493         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
4494         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
4495         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
4496         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
4497         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
4498         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
4499         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
4500         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
4501         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
4502         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
4503         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
4505 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4507         * sysdeps/x86_64/x32/Makefile: New file.
4509 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4511         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
4512         1L with (mp_limb_t) 1.
4514 2014-12-17  Roland McGrath  <roland@hack.frob.com>
4516         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
4517         * nptl/libc_pthread_init.c: ... here.
4518         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
4519         * nptl/register-atfork.c: ... here.
4521         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
4522         Use pthread_sigmask rather than INTERNAL_SYSCALL.
4523         Use assert_perror to check its return value.
4524         (__gai_create_helper_thread): Likewise.
4526         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
4528         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
4530 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
4532         [BZ #17725]
4533         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
4534         __profil_counter.
4535         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
4536         Likewise.
4537         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
4538         Likewise.
4539         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
4540         Likewise.
4541         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
4542         (profil_counter): Likewise.
4543         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
4544         (profil_counter): Likewise.
4545         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
4546         Likewise.
4547         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
4548         Likewise.
4549         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
4550         (profil_counter): Likewise.
4551         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
4552         Likewise.
4553         [!__profil_counter] (profil_counter): Define as weak alias of
4554         __profil_counter.
4555         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
4556         (profil_counter): Rename to __profil_counter.
4557         [!__profil_counter] (profil_counter): Define as weak alias of
4558         __profil_counter.
4559         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
4560         (profil_counter): Rename to __profil_counter.
4561         [!__profil_counter] (profil_counter): Define as weak alias of
4562         __profil_counter.
4563         * sysdeps/posix/profil.c: Update comment referring to
4564         profil_counter.
4565         (__profil): Use __profil_counter instead of profil_counter.
4566         * sysdeps/posix/sprofil.c (profil_counter): Rename to
4567         __profil_counter.  Use __profil_counter_ushort and
4568         __profil_counter_uint in definitions.
4569         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
4570         instead of profil_counter_uint and profil_counter_ushort.
4572         [BZ #17722]
4573         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
4574         define as weak alias of __inet_makeaddr.
4575         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
4576         as weak alias of __inet_addr.
4577         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
4578         as weak alias of __inet_pton.  Use libc_hidden_weak.
4579         * include/arpa/inet.h (__inet_pton): Declare.  Use
4580         libc_hidden_proto.
4581         (inet_makeaddr): Don't use libc_hidden_proto.
4582         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
4583         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
4584         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
4585         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
4586         Remove variable.
4587         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
4588         (test-xfail-POSIX/time.h/linknamespace): Likewise.
4590 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
4592         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
4594 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
4596         * stdio-common/bug-vfprintf-nargs.c (do_test):
4597         Cast value to intptr_t to avoid format warning
4598         for usage with PRIdPTR printing macro.
4600 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
4602         * libio/tst-widetext.c (do_test):
4603         Use format type %td instead of %Zd for ptrdiff_t
4604         in order to avoid format warning.
4606 2014-12-17  Andreas Schwab  <schwab@suse.de>
4608         * nscd/mem.c (gc): Add size_t cast to match printf format.
4610 2014-12-16  Roland McGrath  <roland@hack.frob.com>
4612         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
4613         (init): Apply PTR_MANGLE to pointers before storing them.
4614         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
4615         before using them.
4617 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
4619         [BZ #17719]
4620         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
4621         define as weak alias of __memrchr.
4622         (__memrchr): Do not define as strong alias of memrchr.
4623         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
4624         Remove variable.
4625         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4626         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4627         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4629         [BZ #17717]
4630         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
4631         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
4632         (if_indextoname): Rename to __if_indextoname and define as weak
4633         alias of __if_indextoname.  Use libc_hidden_weak.
4634         (if_freenameindex): Rename to __if_freenameindex and define as
4635         weak alias of __if_freenameindex.
4636         (if_nameindex): Rename to __if_nameindex and define as weak alias
4637         of __if_nameindex.
4638         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
4639         __if_nametoindex and define as weak alias of __if_nametoindex.
4640         Use libc_hidden_weak.
4641         (if_freenameindex): Rename to __if_freenameindex and define as
4642         weak alias of __if_freenameindex.
4643         (if_nameindex): Rename to __if_nameindex and define as weak alias
4644         of __if_nameindex.
4645         (if_indextoname): Rename to __if_indextoname and define as weak
4646         alias of __if_indextoname.  Use libc_hidden_weak.
4647         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
4648         __if_nametoindex and define as weak alias of __if_nametoindex.
4649         Use libc_hidden_weak.
4650         (if_freenameindex): Rename to __if_freenameindex and define as
4651         weak alias of __if_freenameindex.  Use libc_hidden_weak.
4652         (if_nameindex_netlink): Use __if_freenameindex instead of
4653         if_freenameindex.
4654         (if_nameindex): Rename to __if_nameindex and define as weak alias
4655         of __if_nameindex.  Use libc_hidden_weak.
4656         (if_indextoname): Rename to __if_indextoname and define as weak
4657         alias of __if_indextoname.  Use libc_hidden_weak.
4658         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
4659         libc_hidden_proto.
4660         [!_ISOMAC] (__if_freenameindex): Likewise.
4661         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
4662         if_nametoindex.
4663         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
4664         variable.
4665         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
4666         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4667         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4668         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4669         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4670         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4671         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4673         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
4674         Remove variable.
4675         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4676         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4678 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4680         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
4681         subscript above bounds'
4683         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
4684         bounds.
4686 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
4688         * libio/tst-fopenloc.c: Use test-skeleton.c.
4690         * stdlib/tst-bsearch.c: Use test-skeleton.c.
4691         (entry): Rename to ITEM.
4692         (do_test, comp): Adjust.
4694         * stdio-common/tst-fseek.c: Use test-skeleton.c.
4696 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4698         * string/tester.c: Include <libc-internal.h>.
4699         (test_memset): Ignore -Wmemset-transposed-args.
4701 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4703         * misc/tst-mntent2.c (do_test): Fix warning.
4705 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4707         * elf/tst-unique4lib.cc(a): Mark as used.
4709 2014-12-16  Florian Weimer  <fweimer@redhat.com>
4711         [BZ #17630]
4712         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
4713         names.
4715 2014-12-16  Allan McRae  <allan@archlinux.org>
4717         * stdio-common/Makefile (tests): Re-add bug26.
4719 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
4721         [BZ #17657]
4722         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
4723         static array.
4725 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
4727         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
4728         (__lll_lock_wait): Likewise.
4729         (__lll_timedlock_wait): Likewise.
4730         (__lll_timedwait_tid): Likewise.
4731         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
4732         (__lll_robust_timedlock_wait): Likewise.
4733         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
4734         (lll_cond_trylock): Likewise.
4735         (__lll_lock): Likewise.
4736         (__lll_robust_lock): Likewise.
4737         (__lll_cond_lock): Likewise.
4738         (lll_robust_cond_lock): Likewise.
4739         (__lll_timedlock): Likewise.
4740         (__lll_robust_timedlock): Likewise.
4741         (__lll_unlock): Likewise.
4742         (__lll_robust_unlock): Likewise.
4743         (lll_wait_tid): Likewise.
4744         (lll_timedwait_tid): Likewise.
4746 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4748         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
4750 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4752         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
4754 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4756         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
4757         * stdio-common/tst-sprintf.c: Likewise.
4759 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4761         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
4763 2014-12-15  Jeff Law  <law@redhat.com>
4765         [BZ #16617]
4766         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
4767         on the heap.  (CVE-2012-3406)
4768         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
4769         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
4770         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
4772 2014-12-15  Will Newton  <will.newton@linaro.org>
4774         * manual/install.texi: Bump required version of texinfo
4775         to 4.7 from 4.5.
4776         * INSTALL: Regenerated.
4777         * configure.ac: Check for makeinfo version 4.7 and above.
4778         * configure: Regenerated.
4780 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4782         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
4783         PREFIX, string constant to insert between directory and name.
4784         * sysdeps/posix/shm_open.c: Update caller.
4785         * sysdeps/posix/shm_unlink.c: Likewise.
4786         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
4787         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
4788         (SEM_SHM_PREFIX): New macro.
4789         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
4790         [$(have-thread-library) = no].
4791         * nptl/Makefile (libpthread-routines): Add shm-directory.
4792         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
4793         * sysdeps/nptl/shm-directory.h: New file.
4794         * sysdeps/posix/shm-directory.c
4795         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
4796         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
4797         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
4798         INTERNAL_SYSCALL.
4799         (__where_is_shmfs): Function removed.
4800         (mountpoint, defaultmount, defaultdir, __namedsem_once):
4801         Variables removed.
4802         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
4803         Use SHM_GET_NAME.
4804         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
4806         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
4807         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
4808         unconditional for use inside libpthread.
4809         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
4811 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4813         * nptl/pthread_getaffinity.c: New file.
4814         * nptl/pthread_setaffinity.c: New file.
4815         * nptl/pthread_getname.c: New file.
4816         * nptl/pthread_setname.c: New file.
4818         * nptl/pthread_create.c (START_THREAD_DEFN)
4819         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
4821 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4822             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4824         * resolv/res_send.c (send_vc): Disable warning resplen may
4825         be used uninitialized.
4827 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4829         * nptl/tst-mutex6.c
4830         (ATTR_NULL): New define checks ATTR against NULL.
4831         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
4832         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
4834 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
4836         [BZ #17581]
4837         * malloc/hooks.c
4838         (mem2mem_check): Revert my previous change.
4839         (malloc_check_get_size): Revert my previous change.
4840         (mem2chunk_check): Revert my previous change.
4842 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4844         * sysdeps/posix/shm-directory.c: New file.
4845         * sysdeps/posix/shm-directory.h: New file.
4846         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
4847         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
4848         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
4849         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
4850         Transmute EPERM to EACCES.
4851         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
4852         from ...
4853         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
4854         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
4856 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4858         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
4859         pointer and cast to uintptr_t.
4860         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
4861         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
4862         Add cast to avoid warning.
4863         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
4865 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4867         * nptl/semaphore.h: Move to ...
4868         * sysdeps/pthread/semaphore.h: ... here.
4869         * Makefile (installed-headers): Change nptl/semaphore.h to
4870         sysdeps/pthread/semaphore.h.
4872 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4874         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
4875         generated error format strings.
4877         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
4878         -Wformat-extra-args warnings for scanf formats.
4879         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
4880         test of zero-length format (duh).
4881         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
4882         corner-case scanf format test.
4883         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
4884         generated fprintf format string.
4885         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
4886         corner-case sprintf format tests.
4887         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
4888         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
4889         -Wformat-extra-args warnings throughout.
4890         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
4891         (CFLAGS-scanf4.c): Likewise.
4892         (CFLAGS-scanf7.c): Likewise.
4893         (CFLAGS-tst-sprintf.c): Likewise.
4894         (CFLAGS-tst-printf.c): Likewise.
4895         (CFLAGS-tst-printfsz.c): Likewise.
4897 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4899         * include/cpio.h: New file.
4900         * include/fmtmsg.h: Likewise.
4902         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
4903         corresponding format argument to size_t.
4904         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
4905         arguments.
4906         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
4907         corresponding format argument to size_t.
4908         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
4909         arguments.
4910         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
4911         corresponding format argument to size_t.
4912         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
4913         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
4914         (CFLAGS-tst-mbswcs2.c): Likewise.
4915         (CFLAGS-tst-mbswcs3.c): Likewise.
4916         (CFLAGS-tst-mbswcs4.c): Likewise.
4917         (CFLAGS-tst-mbswcs5.c): Likewise.
4918         (CFLAGS-tst-trans.c): Likewise
4920 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4922         * posix/regexbug1.c (main): Use "%s" format with regerror results,
4923         rather than assuming they won't contain any '%'s.
4925 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
4927         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
4928         inhibit_loop_to_libcall to avoid recursive calls.
4929         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
4930         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
4932 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4934         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
4935         prototype.
4937 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4939         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
4940         integer value instead of boolean.
4942 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4944         * malloc/malloc.c: Fix powerof2 check.
4946 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4948         * locale/programs/locfile.h (maybe_swap_uint32):
4949         Remove inline and add unused attribute.
4951 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4953         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4954         Truncating assembler expression to a .long expression.
4956 2014-12-11  Andreas Schwab  <schwab@suse.de>
4958         * elf/rtld.c (struct map_args): Constify str member.
4959         (do_preload): Constify fname argument.
4961 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4963         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
4964         constants definition.
4966 2014-12-11  Andreas Schwab  <schwab@suse.de>
4968         [BZ #16657]
4969         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
4970         FORCE_ELISION instead of DO_ELISION.
4971         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
4972         Remove.
4973         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
4974         Likewise.
4976         * iconvdata/gconv-modules: Remove duplicate entry.
4978 2014-12-11  Will Newton  <will.newton@linaro.org>
4980         Merge gettext 0.19.3 into intl/.
4982         This involves a number of cosmetic changes to comments
4983         and ANSI function definitions and prototypes throughout
4984         all the files. The gettext copyright header is used but
4985         with the date ranges taken from the glibc copy.
4987         * NEWS: Add gettext merge to 2.21.
4988         * intl/bindtextdom.c: Switch to gettext copyright.
4989         Use ANSI definitions and prototypes.
4990         Use gl_* locking primitives rather than __libc_* ones.
4991         Use __builtin_expect rather than __glibc_likely/unlikely.
4992         * intl/dcgettext.c: Switch to gettext copyright.
4993         Use ANSI definitions and prototypes.
4994         * intl/dcigettext.c: Switch to gettext copyright.
4995         Use ANSI definitions and prototypes.
4996         (INTDIV0_RAISES_SIGFPE): New define.
4997         Use gl_* locking primitives rather than __libc_* ones.
4998         Include eval-plural.h instead of plural-eval.c.
4999         Use __builtin_expect rather than __glibc_likely/unlikely.
5000         * intl/dcngettext.c: Switch to gettext copyright.
5001         Use ANSI definitions and prototypes.
5002         * intl/dgettext.c: Likewise.
5003         * intl/dngettext.c: Likewise.
5004         * intl/plural-eval.c: Renamed to...
5005         * intl/eval-plural.h: ...this.
5006         * intl/explodename.c: Switch to gettext copyright.
5007         Use ANSI definitions and prototypes.
5008         (_nl_explode_name): Use strchr instead of __rawmemchr.
5009         * intl/finddomain.c: Switch to gettext copyright.
5010         Use ANSI definitions and prototypes.
5011         Use gl_* locking primitives rather than __libc_* ones.
5012         (_nl_find_domain): Use malloc rather than alloca for
5013         allocation of temporary locale name.
5014         * intl/gettext.c: Switch to gettext copyright.
5015         Use ANSI definitions and prototypes.
5016         * intl/gettextP.h: Switch to gettext copyright.
5017         Use ANSI definitions and prototypes.
5018         Use gl_* locking primitives rather than __libc_* ones.
5019         * intl/gmo.h: Switch to gettext copyright.
5020         (struct sysdep_string): Move struct segment_pair outside of
5021         struct definition.
5022         * intl/hash-string.c: Use ANSI definitions and prototypes.
5023         * intl/hash-string.h: Switch to gettext copyright.
5024         Use ANSI definitions and prototypes.
5025         * intl/l10nflist.c: Switch to gettext copyright.
5026         Use ANSI definitions and prototypes.
5027         (_nl_normalize_codeset): Avoid integer overflow.
5028         * intl/loadinfo.h: Switch to gettext copyright.
5029         Use ANSI definitions and prototypes.
5030         (LIBINTL_DLL_EXPORTED): New define.
5031         (PATH_SEPARATOR): New define.
5032         * intl/loadmsgcat.c: Switch to gettext copyright.
5033         * intl/localealias.c: Switch to gettext copyright.
5034         Use ANSI definitions and prototypes.
5035         (_nl_expand_alias): Use PATH_SEPARATOR.
5036         * intl/ngettext.c: Switch to gettext copyright.
5037         Use ANSI definitions and prototypes.
5038         * intl/plural-exp.c: Likewise.
5039         * intl/plural-exp.h: Switch to gettext copyright.
5040         Use ANSI definitions and prototypes.
5041         (struct expression): Move definition of enum operator outside
5042         of struct definition.
5043         * intl/plural.c: Regenerate.
5044         * intl/plural.y: Switch to gettext copyright.
5045         Use ANSI definitions and prototypes.
5046         Port to bison 3.0.
5047         * intl/textdomain.c: Switch to gettext copyright.
5048         Use ANSI definitions and prototypes.
5049         Use gl_* locking primitives rather than __libc_* ones.
5051 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
5053         * debug/warning-nop.c: Add used atrribute.
5055 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
5057         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
5059         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
5060         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
5061         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
5063 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
5064             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5066         [BZ #17634]
5067         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
5068         Undefine after defining function.  Define as weak alias of
5069         __wcschr.  Use libc_hidden_weak.
5070         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
5071         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
5072         (libc_hidden_def): Also define __GI___wcschr alias.
5073         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
5074         __wcschr and define as weak alias of __wcschr.
5075         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
5076         __wcschr.
5077         [!WCSCHR] (DEFAULT_WCSCHR): Define.
5078         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
5079         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
5080         libc_hidden_weak.  Do not use libc_hidden_def.
5081         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
5082         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
5083         __GI___wcschr alias.
5084         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
5085         [IS_IN (libc)] (wcschr): Define as macro expanding to
5086         __redirect_wcschr.
5087         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
5088         [IS_IN (libc)] (__wcschr_power6): Likewise.
5089         [IS_IN (libc)] (__wcschr_power7): Likewise.
5090         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
5091         instead of wcschr.
5092         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
5093         __libc_wcschr.
5094         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
5095         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
5096         __wcschr and define as weak alias of __wcschr.  Use
5097         libc_hidden_builtin_def.
5098         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
5099         as weak alias of __wcschr.  Use libc_hidden_weak.
5100         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
5101         wcschr.
5102         * time/era.c (_nl_init_era_entries): Likewise.
5103         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
5104         variable.
5105         (test-xfail-XPG3/time.h/linknamespace): Likewise.
5106         (test-xfail-XPG4/time.h/linknamespace): Likewise.
5108 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
5110         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
5111         format for long int variable.
5113 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
5115         [BZ #10672]
5116         * manual/search.texi: (Array Sort Function): Remove claim how to make
5117         qsort stable.
5119 2014-12-10  Andreas Schwab  <schwab@suse.de>
5121         [BZ #12847]
5122         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
5123         user-controlled locks.
5125 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
5127         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
5128         register.
5130 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
5132         * configure.ac (--disable-werror): New configure option.
5133         (enable_werror): New AC_SUBST.
5134         * configure: Regenerated.
5135         * config.make.in (enable-werror): New variable.
5136         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
5137         -Wno-error=undef.
5138         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
5139         * manual/install.texi (Configuring and compiling): Document
5140         --disable-werror.
5141         * INSTALL: Regenerated.
5142         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
5143         (CFLAGS-tst-chk2.c): Likewise.
5144         (CFLAGS-tst-chk3.c): Likewise.
5145         (CFLAGS-tst-chk4.cc): Likewise.
5146         (CFLAGS-tst-chk5.cc): Likewise.
5147         (CFLAGS-tst-chk6.cc): Likewise.
5148         (CFLAGS-tst-lfschk1.c): Likewise.
5149         (CFLAGS-tst-lfschk2.c): Likewise.
5150         (CFLAGS-tst-lfschk3.c): Likewise.
5151         (CFLAGS-tst-lfschk4.cc): Likewise.
5152         (CFLAGS-tst-lfschk5.cc): Likewise.
5153         (CFLAGS-tst-lfschk6.cc): Likewise.
5155         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
5156         (main): Disable -Wdeprecated-declarations around calls to
5157         register_printf_function.
5159         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
5160         (do_test): Disable -Wdiv-by-zero around some calls to
5161         fwrite_unlocked and fread_unlocked.
5163         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
5164         (DIAG_POP_NEEDS_COMMENT): Likewise.
5165         (_DIAG_STR1): Likewise.
5166         (_DIAG_STR): Likewise.
5167         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
5168         * stdio-common/bug21.c: Include <libc-internal.h>.
5169         (do_test): Disable -Wformat around call to sscanf.
5170         * stdio-common/scanf14.c: Include <libc-internal.h>.
5171         (main): Disable -Wformat around some calls to scanf functions.
5173 2014-12-09  Torvald Riegel  <triegel@redhat.com>
5175         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
5177 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5179         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
5180         stack variable alignment.
5182 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
5184         [BZ #17682]
5185         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
5186         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
5187         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
5188         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
5189         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
5190         __getrlimit instead of getrlimit.
5191         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
5192         __gettimeofday instead of gettimeofday.
5193         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
5194         Likewise.
5195         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
5196         Likewise.
5197         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
5198         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
5199         Remove variable.
5200         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
5201         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
5203 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5205         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
5206         for wide-character tests.
5208 2014-12-04  Roland McGrath  <roland@hack.frob.com>
5210         * io/openat64.c: #include <libc-internal.h>
5211         (__openat64): Prototypify.  Use ignore_value on MODE.
5212         * io/openat.c: Likewise.
5213         * misc/reboot.c: #include <libc-internal.h>
5214         (reboot): Prototypify.  Use ignore_value on HOWTO.
5215         * misc/ptrace.c: #include <libc-internal.h>
5216         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
5218 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
5220         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
5221         XPG4, UNIX98 and XOPEN2K.
5222         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
5223         Remove variable.
5224         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
5226 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5228         * libio/fileops.c: Use ISO C style for function definitions.
5229         * libio/iofopen.c: Likewise.
5230         * libio/wfileops.c: Likewise.
5232         [BZ #17653]
5233         * libio/fileops.c (_IO_new_file_underflow): Unset cached
5234         offset on EOF.
5235         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
5236         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
5237         (fgets_func): Function pointer to fgets and fgetws.
5238         (do_ftell_test): Add test to verify ftell value after read
5239         EOF.
5240         (do_test): Set fgets_func.
5242         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
5243         O_TRUNC flag for w and w+ modes.
5244         (do_rewind_test): Likewise.
5245         (do_ftell_test): Likewise.
5246         (do_write_test): Likewise.
5248         [BZ #17647]
5249         * libio/fileops.c (do_ftell): Seek only when there are
5250         unflushed writes.
5251         * libio/wfileops.c (do_ftell_wide): Likewise.
5252         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
5253         test case.
5254         (do_one_test): Call it.
5256 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
5258         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
5259         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
5260         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
5261         Remove variable.
5262         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
5263         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
5264         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
5266 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
5268         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
5269         Remove variable.
5270         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
5272         [BZ #17668]
5273         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
5274         as weak alias of __getifaddrs.  Use libc_hidden_weak.
5275         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5276         __freeifaddrs.  Use libc_hidden_weak.
5277         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
5278         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
5279         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5280         __freeifaddrs.  Use libc_hidden_weak.
5281         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
5282         __getifaddrs and define as weak alias of __getifaddrs.  Use
5283         libc_hidden_weak.
5284         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5285         __freeifaddrs.  Use libc_hidden_weak.
5286         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
5287         Remove variable.
5288         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
5289         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
5291 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
5293         [BZ #17601]
5294         * sysdeps/mips/start.S (__start): Use indirect jump to call
5295         __libc_start_main.
5297 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
5299         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
5301         * nptl/tst-mutex1.c: Include <stdbool.h>.
5302         [!ATTR] (ATTR_NULL): New macro.
5303         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
5304         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
5305         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
5307         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
5308         to char *.
5310         [BZ #17665]
5311         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
5312         Change conditional to [__USE_MISC].
5314         [BZ #17664]
5315         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
5316         fgets_unlocked.
5317         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
5318         __fgets_unlocked.
5319         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
5320         fgets_unlocked.
5321         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
5322         Remove variable.
5323         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
5324         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
5325         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
5326         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
5327         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
5328         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
5329         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
5330         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
5331         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
5333         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
5335 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5337         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5338         Remove strpbrk objects.
5339         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5340         (__libc_ifunc_impl_list): Remove strpbrk implementation.
5341         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
5342         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
5343         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
5344         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
5346         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5347         Remove strcspn objects.
5348         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5349         (__libc_ifunc_impl_list): Remove strcspn implementation.
5350         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
5351         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
5352         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
5353         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
5355         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5356         Remove strspn objetcs.
5357         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5358         (__libc_ifunc_impl_list): Remove strspn implementation.
5359         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
5360         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5361         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
5362         * sysdeps/powerpc/powerpc64/strspn.S: New file.
5364 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
5366         [BZ #17581]
5367         * malloc/hooks.c
5368         (mem2mem_check): Add a terminator to the chain of checking blocks.
5369         (malloc_check_get_size): Use it here.
5370         (mem2chunk_check): Ditto.
5372 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
5374         * sysdeps/powerpc/powerpc64/strtok.S: New file.
5375         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
5377 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
5379         * bits/ioctl-types.h: Indent preprocessor directives correctly.
5381         * nptl/nptl-init.c: Include libc-internal.h.
5382         (__pthread_initialize_minimal_internal): Use ROUND_UP.
5384         * elf/ldconfig.c (search_dir): Expand comment.
5386 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
5388         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
5389         variable.
5390         (linknamespace-symlist-stdlibs-tests): Likewise.
5391         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
5392         instead of $(objpfx)symlist-stdlibs.
5393         (linknamespace-libs-isoc): New variable.
5394         (linknamespace-libs): Use $(linknamespace-libs-isoc).
5395         (linknamespace-libs-ISO): New variable.
5396         (linknamespace-libs-ISO99): Likewise.
5397         (linknamespace-libs-ISO11): Likewise.
5398         (linknamespace-libs-XPG3): Likewise.
5399         (linknamespace-libs-XPG4): Likewise.
5400         (linknamespace-libs-POSIX): Likewise.
5401         (linknamespace-libs-UNIX98): Likewise.
5402         (linknamespace-libs-XOPEN2K): Likewise.
5403         (linknamespace-libs-POSIX2008): Likewise.
5404         (linknamespace-libs-XOPEN2K8): Likewise.
5405         ($(objpfx)symlist-stdlibs): Replace by
5406         $(linknamespace-symlist-stdlibs-tests).  Use
5407         $(linknamespace-libs-$*) as set of libraries.
5408         ($(linknamespace-header-tests)): Update dependencies.  Use
5409         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
5410         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
5411         * conform/linknamespace.pl: Remove comment about considering
5412         definitions of symbols from irrelevant libraries.
5414 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
5416         [BZ #13862]
5417         * elf/dl-tls.c: Include <atomic.h>.
5418         (oom): Remove #ifdef SHARED/#endif.
5419         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
5420         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
5421         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
5422         big enough.
5423         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
5424         * nptl/Makefile (tests): Add tst-stack4.
5425         (modules-names): Add tst-stack4mod.
5426         ($(objpfx)tst-stack4): New.
5427         (tst-stack4mod.sos): Likewise.
5428         ($(objpfx)tst-stack4.out): Likewise.
5429         ($(tst-stack4mod.sos)): Likewise.
5430         (clean): Likewise.
5431         * nptl/tst-stack4.c: New file.
5432         * nptl/tst-stack4mod.c: Likewise.
5434 2014-11-27  J. Brown  <jb999@gmx.de>
5436         * sysdeps/x86/bits/string.h: Add recent CPUs.
5438 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
5440         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
5441         sigblock.
5443         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
5444         feof.
5446         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
5447         variable.
5449 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
5451         * nscd/connections.c: Include libc-internal.h because of macro
5452         usage ignore_value.
5454 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
5456         * string/bits/string3.h (__warn_memset_zero_len): Don't
5457         declare for gcc newer than 5.0.
5458         (memset): Don't test for zero-length __LEN for gcc newer than
5459         5.0.
5461 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
5463         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
5464         size_t for %zu format.
5466         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
5467         difference, not %ju.
5469 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
5471         * include/libc-internal.h (ignore_value): New macro.
5472         * nscd/connections.c (restart): Wrap calls to setuid and setgid
5473         with ignore_value.
5475         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
5476         definition.
5478         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
5479         pthread_cleanup_push to void *.
5481         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
5482         Undefine.
5484         [BZ #16619]
5485         [BZ #16740]
5486         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
5487         instead of 1L << 52.
5489         * libio/bug-rewind.c (do_test): Check fwscanf return values.
5490         * libio/bug-rewind2.c (do_test): Likewise.
5492         * debug/test-stpcpy_chk-ifunc.c: Remove file.
5493         * debug/test-strcpy_chk-ifunc.c: Likewise.
5494         * wcsmbs/test-wcschr-ifunc.c: Likewise.
5495         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
5496         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
5497         * wcsmbs/test-wcslen-ifunc.c: Likewise.
5498         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
5499         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
5500         * Rules [$(multi-arch) = no] (tests): Do not filter out
5501         $(tests-ifunc).
5502         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
5503         * debug/Makefile (tests-ifunc): Remove variable.
5504         (tests): Do not add $(tests-ifunc).
5505         * wcsmbs/Makefile (tests-ifunc): Remove variable.
5506         (tests): Do not add $(tests-ifunc).
5507         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
5508         [TEST_IFUNC]: Remove conditionals.
5509         * string/test-string.h (TEST_IFUNC): Remove macro.
5510         [TEST_IFUNC]: Remove conditionals.
5512         * string/test-strchr.c [!WIDE] (L): New macro.
5513         [WIDE] (L): Likewise.
5514         (check1): Use CHAR instead of char.  Use L on string and character
5515         constants.
5517 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
5519         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
5520         tests.
5521         * sysdeps/powerpc/bits/atomic.h
5522         (__arch_atomic_exchange_and_add_32_acq): Add definition.
5523         (__arch_atomic_exchange_and_add_32_rel): Likewise.
5524         (atomic_exchange_and_add_acq): Likewise.
5525         (atomic_exchange_and_add_rel): Likewise.
5526         * sysdeps/powerpc/powerpc32/bits/atomic.h
5527         (__arch_atomic_exchange_and_add_64_acq): Add definition.
5528         (__arch_atomic_exchange_and_add_64_rel): Likewise.
5529         * sysdeps/powerpc/powerpc64/bits/atomic.h
5530         (__arch_atomic_exchange_and_add_64_acq): Add definition.
5531         (__arch_atomic_exchange_and_add_64_rel): Likewise.
5533 2014-11-26  Torvald Riegel  <triegel@redhat.com>
5535         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
5536         Change synchronization of __sched_fifo_min_prio and
5537         __sched_fifo_max_prio.
5538         * nptl/pthread_mutexattr_getprioceiling.c
5539         (pthread_mutexattr_getprioceiling): Likewise.
5540         * nptl/pthread_mutexattr_setprioceiling.c
5541         (pthread_mutexattr_setprioceiling): Likewise.
5542         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
5543         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
5544         Likewise.
5546 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
5548         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
5549         void.
5551 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
5553         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
5554         third argument const.
5556 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5558         fnmatch: work around GCC compiler warning bug with uninit var
5559         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
5560         This works around a bug with x86-64 GCC 4.9.2 and earlier
5561         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
5562         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
5563         used uninitialized in this function [-Wmaybe-uninitialized]".
5565 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
5567         * posix/bug-regex31.c (main): Return RES not 0.
5569 2014-11-25  Anton Blanchard <anton@samba.org>
5571         * sysdeps/powerpc/bits/atomic.h
5572         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
5574 2014-11-24  Sterling Augustine  <saugustine@google.com>
5576         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
5578 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
5580         [BZ #17608]
5581         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
5583 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
5585         [BZ #17633]
5586         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
5587         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
5588         variable.
5589         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5590         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5592 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
5594         * string/strncpy.c (strncpy): Improve performance by using memset.
5596 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
5598         * string/strcpy.c (strcpy):
5599         Improve performance by using strlen and memcpy.
5601 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
5603         * string/strcoll_l.c (get_next_seq): __always_inline.
5604         * string/strcoll_l.c (do_compare): __always_inline.
5606 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
5608         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
5609         defined.
5610         * include/mqueue.h: Likewise.
5611         * include/stdlib.h: Likewise.
5613         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
5614         (get_null_defines): Adjust.
5615         * sunrpc/Makefile: Adjust comment.
5616         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
5617         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
5618         (CFLAGS-interp.c): Likewise.
5619         (CFLAGS-ldconfig.c): Likewise.
5620         (CPPFLAGS-.os): Likewise.
5621         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5622         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5623         * extra-modules.mk (extra-modules.mk): Likewise.
5624         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
5625         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
5626         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
5627         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
5628         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
5629         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
5630         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
5631         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
5632         * iconvdata/Makefile (CPPFLAGS): Likewise.
5633         (cpp-srcs-left): Add libof for all iconvdata routines.
5634         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
5635         * include/assert.h: Likewise.
5636         * include/ctype.h: Likewise.
5637         * include/errno.h: Likewise.
5638         * include/libc-symbols.h: Likewise.
5639         * include/math.h: Likewise.
5640         * include/netdb.h: Likewise.
5641         * include/resolv.h: Likewise.
5642         * include/stdio.h: Likewise.
5643         * include/stdlib.h: Likewise.
5644         * include/string.h: Likewise.
5645         * include/sys/stat.h: Likewise.
5646         * include/wctype.h: Likewise.
5647         * intl/l10nflist.c: Likewise.
5648         * libidn/idn-stub.c: Likewise.
5649         * libio/libioP.h: Likewise.
5650         * nptl/libc_multiple_threads.c: Likewise.
5651         * nptl/pthreadP.h: Likewise.
5652         * posix/regex_internal.h: Likewise.
5653         * resolv/res_hconf.c: Likewise.
5654         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
5655         * sysdeps/arm/memmove.S: Likewise.
5656         * sysdeps/arm/sysdep.h: Likewise.
5657         * sysdeps/generic/_itoa.h: Likewise.
5658         * sysdeps/generic/symbol-hacks.h: Likewise.
5659         * sysdeps/gnu/errlist.awk: Likewise.
5660         * sysdeps/gnu/errlist.c: Likewise.
5661         * sysdeps/i386/i586/memcpy.S: Likewise.
5662         * sysdeps/i386/i586/memset.S: Likewise.
5663         * sysdeps/i386/i686/memcpy.S: Likewise.
5664         * sysdeps/i386/i686/memmove.S: Likewise.
5665         * sysdeps/i386/i686/mempcpy.S: Likewise.
5666         * sysdeps/i386/i686/memset.S: Likewise.
5667         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
5668         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
5669         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
5670         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
5671         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
5672         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
5673         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
5674         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
5675         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
5676         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
5677         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
5678         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
5679         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
5680         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
5681         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
5682         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
5683         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
5684         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
5685         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
5686         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
5687         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
5688         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
5689         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
5690         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
5691         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
5692         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
5693         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
5694         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
5695         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
5696         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
5697         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
5698         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
5699         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
5700         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
5701         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
5702         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
5703         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
5704         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
5705         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
5706         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
5707         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
5708         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
5709         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
5710         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
5711         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
5712         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
5713         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
5714         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
5715         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
5716         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
5717         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
5718         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
5719         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
5720         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
5721         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
5722         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
5723         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
5724         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
5725         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
5726         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
5727         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
5728         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
5729         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
5730         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5731         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5732         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
5733         * sysdeps/posix/closedir.c: Likewise.
5734         * sysdeps/posix/opendir.c: Likewise.
5735         * sysdeps/posix/readdir.c: Likewise.
5736         * sysdeps/posix/rewinddir.c: Likewise.
5737         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
5738         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
5739         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
5740         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
5741         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
5742         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
5743         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
5744         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
5745         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
5746         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
5747         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
5748         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
5749         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
5750         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
5751         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
5752         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
5753         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
5754         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
5755         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
5756         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
5757         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
5758         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
5759         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
5760         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
5761         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
5762         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
5763         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
5764         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
5765         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
5766         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
5767         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
5768         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
5769         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
5770         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
5771         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
5772         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
5773         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
5774         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
5775         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
5776         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
5777         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
5778         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
5779         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
5780         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
5781         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
5782         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
5783         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
5784         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
5785         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
5786         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
5787         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
5788         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
5789         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
5790         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
5791         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
5792         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
5793         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
5794         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
5795         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
5796         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
5797         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
5798         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
5799         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
5800         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
5801         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
5802         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
5803         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
5804         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
5805         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
5806         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
5807         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
5808         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
5809         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
5810         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
5811         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
5812         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
5813         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
5814         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
5815         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5816         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
5817         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
5818         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
5819         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
5820         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
5821         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
5822         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
5823         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
5824         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
5825         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
5826         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
5827         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
5828         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
5829         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
5830         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
5831         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
5832         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
5833         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
5834         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
5835         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
5836         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
5837         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
5838         * sysdeps/unix/alpha/sysdep.S: Likewise.
5839         * sysdeps/unix/alpha/sysdep.h: Likewise.
5840         * sysdeps/unix/make-syscalls.sh: Likewise.
5841         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5842         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5843         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5844         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
5845         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5846         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
5847         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
5848         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5849         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5850         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
5851         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5852         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5853         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5854         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5855         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5856         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
5857         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5858         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5859         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5860         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5861         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
5862         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5863         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5864         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5865         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5866         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5867         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5868         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5870         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
5871         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5872         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5873         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
5874         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5875         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
5876         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5877         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
5878         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5879         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
5880         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
5881         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5882         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5883         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5884         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
5885         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5886         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5887         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5888         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5889         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5890         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5891         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5892         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5893         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5894         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5895         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
5896         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5897         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5898         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5899         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
5900         * sysdeps/x86_64/memcpy.S: Likewise.
5901         * sysdeps/x86_64/memmove.c: Likewise.
5902         * sysdeps/x86_64/memset.S: Likewise.
5903         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
5904         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
5905         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
5906         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
5907         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
5908         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
5909         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
5910         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
5911         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
5912         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
5913         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
5914         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
5915         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
5916         * sysdeps/x86_64/multiarch/memset.S: Likewise.
5917         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5918         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
5919         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
5920         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
5921         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
5922         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
5923         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
5924         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
5925         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
5926         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
5927         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
5928         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
5929         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
5930         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
5931         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
5932         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
5933         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
5934         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
5935         * sysdeps/x86_64/strcmp.S: Likewise.
5937         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
5939         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
5940         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
5941         * elf/rtld-Rules: Likewise.
5942         * elf/setup-vdso.h: Likewise.
5943         * include/assert.h: Likewise.
5944         * include/bits/stdlib-float.h: Likewise.
5945         * include/errno.h: Likewise.
5946         * include/sys/stat.h: Likewise.
5947         * include/unistd.h: Likewise.
5948         * sysdeps/aarch64/setjmp.S: Likewise.
5949         * sysdeps/alpha/setjmp.S: Likewise.
5950         * sysdeps/arm/__longjmp.S: Likewise.
5951         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
5952         * sysdeps/arm/setjmp.S: Likewise.
5953         * sysdeps/arm/sysdep.h: Likewise.
5954         * sysdeps/generic/_itoa.h: Likewise.
5955         * sysdeps/generic/dl-sysdep.h: Likewise.
5956         * sysdeps/generic/ldsodefs.h: Likewise.
5957         * sysdeps/i386/dl-tls.h: Likewise.
5958         * sysdeps/i386/setjmp.S: Likewise.
5959         * sysdeps/m68k/setjmp.c: Likewise.
5960         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
5961         * sysdeps/mach/hurd/opendir.c: Likewise.
5962         * sysdeps/posix/getcwd.c: Likewise.
5963         * sysdeps/posix/opendir.c: Likewise.
5964         * sysdeps/posix/profil.c: Likewise.
5965         * sysdeps/powerpc/dl-procinfo.h: Likewise.
5966         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
5967         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
5968         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
5969         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
5970         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
5971         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
5972         * sysdeps/s390/dl-tls.h: Likewise.
5973         * sysdeps/s390/s390-32/setjmp.S: Likewise.
5974         * sysdeps/s390/s390-64/setjmp.S: Likewise.
5975         * sysdeps/sh/sh3/setjmp.S: Likewise.
5976         * sysdeps/sh/sh4/setjmp.S: Likewise.
5977         * sysdeps/unix/alpha/sysdep.h: Likewise.
5978         * sysdeps/unix/arm/sysdep.S: Likewise.
5979         * sysdeps/unix/i386/sysdep.S: Likewise.
5980         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5981         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5982         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5983         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5984         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5985         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5986         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
5987         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5988         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5989         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5990         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
5991         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5992         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5993         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5995         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5996         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5997         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5998         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5999         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
6000         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
6001         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
6002         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
6003         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
6004         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6005         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
6006         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6007         * sysdeps/unix/x86_64/sysdep.S: Likewise.
6008         * sysdeps/x86_64/setjmp.S: Likewise.
6010         * include/math.h: Use IS_IN instead of IS_IN_libm.
6011         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
6012         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
6013         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
6014         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
6015         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
6016         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
6017         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
6018         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
6019         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
6020         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
6021         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
6022         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
6023         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
6024         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
6025         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
6026         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
6027         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
6028         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
6029         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
6030         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
6031         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
6032         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
6033         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
6034         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
6035         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
6036         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
6037         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
6038         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
6039         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
6040         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
6041         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
6042         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
6043         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
6044         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
6045         Likewise.
6046         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
6047         Likewise.
6048         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
6049         Likewise.
6050         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
6051         Likewise.
6052         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
6053         Likewise.
6054         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
6055         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
6056         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
6057         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
6058         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
6059         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
6060         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
6061         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
6062         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
6063         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
6064         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
6065         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
6066         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
6067         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
6068         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
6069         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
6070         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
6071         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
6072         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
6073         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
6074         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
6075         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
6076         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
6077         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
6078         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
6079         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
6080         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
6082         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
6083         * nptl/pthreadP.h: Likewise.
6084         * nptl_db/structs.def: Likewise.
6085         * sysdeps/arm/sysdep.h: Likewise.
6086         * sysdeps/nptl/bits/libc-lock.h: Likewise.
6087         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
6088         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
6089         * sysdeps/unix/alpha/sysdep.h: Likewise.
6090         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
6091         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6092         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
6093         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
6094         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
6095         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
6096         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6097         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
6098         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6099         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
6100         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
6101         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
6102         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
6103         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
6104         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
6105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
6106         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
6107         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
6108         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
6109         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
6110         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
6111         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
6112         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6113         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
6114         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
6115         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
6117         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
6118         * nptl/pthreadP.h: Likewise.
6119         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
6120         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
6121         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
6122         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
6123         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
6124         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
6125         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6126         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
6127         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
6128         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
6129         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
6130         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
6131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
6132         Likewise.
6133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
6134         Likewise.
6135         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
6136         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
6137         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
6138         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
6139         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
6140         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
6141         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
6142         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
6144         * dlfcn/dladdr.c: Use IS_IN.
6145         * dlfcn/dladdr1.c: Likewise.
6146         * dlfcn/dlclose.c: Likewise.
6147         * dlfcn/dlerror.c: Likewise.
6148         * dlfcn/dlinfo.c: Likewise.
6149         * dlfcn/dlmopen.c: Likewise.
6150         * dlfcn/dlopen.c: Likewise.
6151         * dlfcn/dlsym.c: Likewise.
6152         * dlfcn/dlvsym.c: Likewise.
6154         * include/ifaddrs.h: Use IS_IN.
6155         * inet/check_pf.c: Likewise.
6156         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6157         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
6159         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
6160         IS_IN_ldconfig.
6161         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
6162         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
6164         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
6165         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
6166         IS_IN (libc).
6168         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
6170         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
6171         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
6172         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
6173         * include/libc-symbols.h (IS_IN_LIB): New macro.
6174         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
6175         * include/netdb.h: Likewise.
6176         * include/stap-probe.h: Remove all uses of IN_LIB.
6178         * Makeconfig (module-cppflags-real): Define MODULE_NAME
6179         instead of IN_MODULE.
6180         * include/libc-symbols.h (IN_MODULE): Define using
6181         MODULE_NAME.
6182         (PASTE_NAME, PASTE_NAME1): New macros.
6183         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
6184         of IN_LIB.
6185         (STAP_PROBE_ASM): Likewise.
6187 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6189         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
6190         __mach_init in dlopened libc.
6192 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
6194         * sysdeps/arm/preconfigure.ac: Delete EABI check.
6195         * sysdeps/arm/preconfigure: Regenerate.
6197 2014-11-21  Roland McGrath  <roland@hack.frob.com>
6199         * nptl/pthread_create.c (__pthread_create_2_1): Set
6200         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
6201         when copying values from IATTR into PD.
6203 2014-11-21  Will Newton  <will.newton@linaro.org>
6204             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
6206         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
6207         Refactor inline-asm.  Also add comment.
6209         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
6210         ElfW macro instead of hardcoded Elf64 types.
6211         (la_aarch64_gnu_pltenter): Likewise.
6212         * sysdeps/aarch64/dl-machine.h
6213         (elf_machine_runtime_setup): Use ElfW(Addr).
6215         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
6216         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
6217         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
6218         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
6219         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
6220         (R_AARCH64_TLS_DTPMOD64): Rename to ..
6221         (R_AARCH64_TLS_DTPMOD): This.
6222         (R_AARCH64_TLS_DTPREL64): Rename to ...
6223         (R_AARCH64_TLS_DTPREL): This.
6224         (R_AARCH64_TLS_TPREL64): Rename to ...
6225         (R_AARCH64_TLS_TPREL): This.
6226         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
6227         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
6228         R_AARCH64_TLS_TPREL64.
6229         (elf_machine_rela): Likewise.
6231 2014-11-21  Torvald Riegel  <triegel@redhat.com>
6233         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
6234         by setting it to 0.  64b atomics are not supported currently.
6236 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6238         [BZ #16469]
6239         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
6240         search domain names.
6242 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6244         [BZ #16469]
6245         * NEWS: Update.
6246         * resolv/res_query.c (__libc_res_nquerydomain): Retain
6247         trailing dot.
6248         * posix/tst-getaddrinfo5.c: New.
6249         * posix/Makefile (tests): Add it.
6251 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6253         [BZ #14498]
6254         * NEWS: Fixed.
6255         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
6256         after parsing line but before break_if_match.
6257         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
6258         if there is a protocol mismatch.
6260 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
6262         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
6263         because the potential race is on the user-supplied stream.
6265 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6267         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
6268         string literal if not passed a buffer.
6269         * manual/job.texi (ctermid): Update reasoning, note deviation
6270         from posix, suggest mtasurace when not passed a buffer, for
6271         future non-preliminary safety notes.
6273 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6275         * manual/users.texi (cuserid): Fix MT-Safety note for the case
6276         of not passing it a buffer.
6277         Reported by Peng Haitao.
6279 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6281         * manual/Makefile ($(objpfx)stamp-summary): Require
6282         check-safety.sh to pass.
6283         * manual/check-safety.sh: Wish for verification that every
6284         @deftypefn and @deftypefun is followed by a @safety remark.
6286 2014-11-20  Roland McGrath  <roland@hack.frob.com>
6288         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
6290         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
6291         PTHREAD_CANCEL_ASYNCHRONOUS.
6292         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
6293         send SIGCANCEL.
6295         * nptl/default-sched.h: New file.
6296         * sysdeps/unix/sysv/linux/default-sched.h: New file.
6297         * nptl/pthread_create.c: Include it.
6298         (__pthread_create_2_1): Use collect_default_sched instead of making
6299         Linux syscalls here directly.
6301 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6303         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
6304         __pthread_once): Use C11 atomics.
6306 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6308         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
6310 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6312         * include/atomic.h (__atomic_link_error, __atomic_check_size,
6313         atomic_thread_fence_acquire, atomic_thread_fence_release,
6314         atomic_thread_fence_seq_cst, atomic_load_relaxed,
6315         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
6316         atomic_compare_exchange_weak_relaxed,
6317         atomic_compare_exchange_weak_acquire,
6318         atomic_compare_exchange_weak_release,
6319         atomic_exchange_acquire, atomic_exchange_release,
6320         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
6321         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
6322         atomic_fetch_and_acquire,
6323         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
6325 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6327         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
6328         USE_ATOMIC_COMPILER_BUILTINS): Define.
6329         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
6330         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6331         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
6332         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6333         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
6334         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6335         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
6336         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6337         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
6338         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6339         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
6340         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6341         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
6342         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6343         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
6344         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6345         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
6346         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6347         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
6348         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6349         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
6350         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6351         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
6352         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6353         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
6354         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6355         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
6356         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6357         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
6358         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6359         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
6360         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6361         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
6362         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6363         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
6364         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6365         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
6366         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6367         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
6368         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6370 2014-11-19  Roland McGrath  <roland@hack.frob.com>
6372         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
6373         the sched_priority value here.  It was already checked when the user
6374         called pthread_attr_setschedparam.
6376         * nptl/tst-bad-schedattr.c: New file.
6377         * nptl/Makefile (tests): Add it.
6379 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
6380             Florian Weimer  <fweimer@redhat.com>
6381             Joseph Myers  <joseph@codesourcery.com>
6382             Adam Conrad  <adconrad@0c3.net>
6383             Andreas Schwab  <schwab@suse.de>
6384             Brooks  <bmoses@google.com>
6386         [BZ #17625]
6387         * wordexp-test.c (__dso_handle): Add prototype.
6388         (__register_atfork): Likewise.
6389         (__app_register_atfork): New function.
6390         (registered_forks): New global.
6391         (register_fork): New function.
6392         (test_case): Add 3 new tests for WRDE_CMDSUB.
6393         (main): Call __app_register_atfork.
6394         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
6395         fork count is non-zero fail the test.
6396         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
6397         is set.
6398         (parse_dollars): Remove check for WRDE_NOCMD.
6399         (parse_dquote): Likewise.
6401 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
6403         * Makeconfig (built-modules): List non-library modules to be
6404         built.
6405         (module-cppflags): Include libc-modules.h for
6406         everything except shlib-versions.v.i.
6407         (CPPFLAGS): Use it.
6408         (before-compile): Add libc-modules.h.
6409         ($(common-objpfx)libc-modules.h,
6410         $(common-objpfx)libc-modules.stmp): New targets.
6411         (common-generated): Add libc-modules.h and libc-modules.stmp.
6412         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
6413         * include/libc-symbols.h: Don't include libc-modules.h.
6414         * include/libc-modules.h: Remove file.
6415         * scripts/gen-libc-modules.awk: New script to generate
6416         libc-modules.h.
6417         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
6418         Depend on libc-modules.stmp.
6420         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
6422         * Makeconfig (in-module): Get value of libof set for the
6423         translation unit.
6424         (CPPFLAGS): Use $(in-module).
6425         * Makerules: Don't suffix routine names for nonlib.
6426         * include/libc-modules.h: New file.
6427         * include/libc-symbols.h: Include libc-modules.h
6428         (IS_IN): New macro to replace IS_IN_* macros.
6429         * elf/Makefile: Set libof-* for each routine.
6430         * elf/rtld-Rules: Likewise.
6431         * extra-modules.mk: Likewise.
6432         * iconv/Makefile: Likewise.
6433         * iconvdata/Makefile: Likewise.
6434         * locale/Makefile: Likewise.
6435         * malloc/Makefile: Likewise.
6436         * nss/Makefile: Likewise.
6437         * sysdeps/gnu/Makefile: Likewise.
6438         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
6439         * sysdeps/unix/sysv/linux/Makefile: Likewise.
6440         * sysdeps/s390/s390-64/Makefile: Likewise.
6441         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
6442         CPPFLAGS for nscd instead of nonlib.
6444 2014-11-18  Roland McGrath  <roland@hack.frob.com>
6446         * nptl/createthread.c: New file.
6448         * nptl/createthread.c: Moved ...
6449         * sysdeps/unix/sysv/linux/createthread.c: ... here.
6451         * nptl/createthread.c: Add proper top-line comment.
6452         (do_clone): Folded into ...
6453         (create_thread): ... here.  Take new arguments STOPPED_START and
6454         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
6455         increment __nptl_threads, do event-reporting logic, do
6456         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
6457         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
6458         resource cleanup if sched_setaffinity or sched_setscheduler fails,
6459         just send SIGCANCEL.
6460         * nptl/pthread_create.c: Forward-declare create_thread before
6461         including createthread.c.
6462         (start_thread): Use new macro START_THREAD_DEFN to replace defining
6463         declaration, and new macro START_THREAD_SELF to replace argument.
6464         Remove return statement.
6465         (report_thread_creation): New function.
6466         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
6467         synchronization logic, and __nptl_nthreads increment here, around
6468         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
6469         PD->parent_cancelhandling here, before create_thread.  When
6470         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
6471         __deallocate_stack, and ENOMEM translation here.
6473 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
6475         [BZ #17616]
6476         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
6477         (mptwo): Rename to __mptwo.
6478         (__inv): Use __mptwo instead of mptwo.
6479         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
6480         (mptwo): Rename to __mptwo.
6481         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
6482         of mpone and __mptwo instead of mptwo.
6483         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
6484         instead of mpone.
6485         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
6486         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
6487         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
6488         of mpone and __mptwo instead of mptwo.
6489         (__mpranred): Use __mpone instead of mpone.
6490         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
6491         variable.
6492         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6493         (test-xfail-ISO99/math.h/linknamespace): Likewise.
6494         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6495         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6496         (test-xfail-ISO11/math.h/linknamespace): Likewise.
6497         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6498         (test-xfail-XPG3/math.h/linknamespace): Likewise.
6499         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6500         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6501         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6502         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6503         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6504         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6505         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6506         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6507         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6508         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6509         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6510         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6512 2014-11-18  Tom de Vries  <tom@codesoucery.com>
6514         * manual/signal.texi (Primitives Interrupted by Signals): In section,
6515         replace BSD Handler xref with BSD Signal Handling.
6517 2014-11-17  Richard Henderson  <rth@redhat.com>
6519         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
6520         (_FP_PACK_RAW_2): Remove.
6521         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
6522         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
6523         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
6524         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
6525         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
6526         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
6527         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
6528         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
6529         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
6530         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
6531         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
6532         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
6533         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
6534         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
6535         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
6536         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
6538 2014-11-14  Roland McGrath  <roland@hack.frob.com>
6540         * signal/signal.h [__USE_MISC]
6541         (struct sigvec): Remove type.
6542         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
6543         (sigvec): Remove declaration.
6544         * sysdeps/posix/sigvec.c: Moved ...
6545         * signal/sigvec.c: ... here, replacing old file.
6546         (struct sigvec): New type, copied from old signal.h definition.
6547         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
6548         (__sigvec): Convert definition to prototype.
6549         (sigvec): Replace weak_alias with compat_symbol.
6550         * signal/Versions (libc: GLIBC_2.21): New version set.
6551         * include/signal.h: Remove __sigvec declaration.
6552         * sysdeps/unix/bsd/sigvec.c: Remove file.
6553         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
6554         * manual/signal.texi (BSD Handler): Remove subsection.
6555         Move siginterrupt up to ...
6556         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
6557         (Blocking in BSD): Fold subsection into its parent.
6558         * NEWS: Mention sigvec removal.
6560 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
6562         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
6563         (DLA_FMS): Make definition conditional only on [__FMA4__].
6564         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
6565         definition.
6567         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
6568         Make definition conditional only on [PROF].
6569         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
6570         definition.
6571         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
6572         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
6574         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
6575         !__GNUC__].
6576         * include/signal.h (__sigpause): Move declaration above call to
6577         libc_hidden_proto.
6578         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
6579         variable.
6580         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6581         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6583 2014-11-14  David S. Miller  <davem@davemloft.net>
6585         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
6586         Define before including <string/memcpy.c> and <string/mempcpy.c>.
6588 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
6590         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
6591         * configure: Regenerated.
6592         * manual/install.texi (Tools for Compilation): Document a
6593         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
6594         compiler verified to work.
6595         * INSTALL: Regenerated.
6597         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
6598         redeclare with asm name.
6599         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
6600         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
6601         including <string.h>.
6602         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6603         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
6604         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6605         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
6606         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6607         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
6608         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6610 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
6612         * stdlib/strtol.c (__strtol): Use prototype definition.
6614         [BZ #17594]
6615         * stdlib/strtol.c (SYM__): New macro.
6616         (SYM__1): Likewise.
6617         (__strtol): Likewise.
6618         (strtol): Rename to __strtol and define as weak alias of
6619         __strtol.  Use libc_hidden_weak.
6621 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6623         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
6624         Use numbered labels in inline assembly.
6626 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6628         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
6629         Add setjmp LIBC_PROBE.
6630         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
6631         Likewise.
6632         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
6633         Add longjmp, longjmp_target LIBC_PROBE.
6634         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
6635         Likewise.
6637 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6639         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
6640         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
6641         to get rid of unused variable warning.
6643 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6645         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
6646         Check for unwind_backtrace ==  NULL only in SHARED case.
6647         (__backchain_backtrace): Compile only in SHARED case.
6648         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
6649         Likewise.
6650         (__backchain_backtrace): Declare as static.
6652 2014-11-12  Roland McGrath  <roland@hack.frob.com>
6654         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
6655         (__libc_multiple_threads_ptr): Variable moved ...
6656         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
6658 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
6660         * conform/GlibcConform.pm: New file.
6661         * conform/conformtest.pl: Use GlibcConform module.
6662         * conform/linknamespace.pl: New file.
6663         * conform/list-header-symbols.pl: Likewise.
6664         * conform/Makefile (linknamespace-symlists-base): New variable.
6665         (linknamespace-symlists-tests): Likewise.
6666         (linknamespace-header-base): Likewise.
6667         (linknamespace-header-tests): Likewise.
6668         (tests-special): Add new tests.
6669         ($(linknamespace-symlists-tests)): New rule.
6670         (linknamespace-libs): New variable.
6671         ($(objpfx)symlist-stdlibs): New rule.
6672         ($(linknamespace-header-tests)): Likewise.
6673         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
6674         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
6675         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
6676         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
6677         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
6678         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
6679         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
6680         (test-xfail-ISO/math.h/linknamespace): Likewise.
6681         (test-xfail-ISO/signal.h/linknamespace): Likewise.
6682         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
6683         (test-xfail-ISO/time.h/linknamespace): Likewise.
6684         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6685         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
6686         (test-xfail-ISO99/math.h/linknamespace): Likewise.
6687         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6688         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
6689         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6690         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6691         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
6692         (test-xfail-ISO11/math.h/linknamespace): Likewise.
6693         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6694         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
6695         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6696         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
6697         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
6698         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
6699         (test-xfail-XPG3/math.h/linknamespace): Likewise.
6700         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
6701         (test-xfail-XPG3/search.h/linknamespace): Likewise.
6702         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
6703         (test-xfail-XPG3/time.h/linknamespace): Likewise.
6704         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
6705         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
6706         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
6707         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
6708         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
6709         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
6710         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
6711         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
6712         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6713         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
6714         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
6715         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
6716         (test-xfail-XPG4/search.h/linknamespace): Likewise.
6717         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
6718         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
6719         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
6720         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
6721         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
6722         (test-xfail-XPG4/time.h/linknamespace): Likewise.
6723         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
6724         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
6725         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
6726         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
6727         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
6728         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6729         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
6730         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
6731         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
6732         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
6733         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
6734         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
6735         (test-xfail-POSIX/time.h/linknamespace): Likewise.
6736         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
6737         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
6738         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
6739         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
6740         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
6741         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
6742         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
6743         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
6744         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
6745         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6746         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
6747         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
6748         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
6749         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
6750         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
6751         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
6752         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
6753         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
6754         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
6755         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
6756         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
6757         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
6758         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
6759         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
6760         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
6761         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
6762         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
6763         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
6764         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6765         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
6766         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
6767         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
6768         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
6769         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
6770         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
6771         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6772         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
6773         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
6774         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
6775         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
6776         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
6777         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
6778         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
6779         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
6780         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
6781         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
6782         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
6783         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
6784         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
6785         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
6786         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
6787         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6788         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
6789         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
6790         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
6791         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
6792         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
6793         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6794         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
6795         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
6796         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
6797         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
6798         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6799         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
6800         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
6801         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
6802         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
6803         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
6804         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
6805         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
6806         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
6807         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
6808         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6809         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
6810         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
6811         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
6812         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6813         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
6814         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
6815         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
6816         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
6817         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
6818         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6819         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
6820         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
6821         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
6822         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
6823         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
6824         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
6825         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
6826         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
6827         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
6828         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
6829         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
6830         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
6831         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6832         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
6833         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
6835         [BZ #17589]
6836         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
6837         of fgets_unlocked.
6839         [BZ #17585]
6840         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
6841         (memmem): Rename to __memmem and define as weak alias of
6842         __memmem.  Use libc_hidden_weak.
6843         (__memmem): Use libc_hidden_def.
6844         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
6845         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
6846         memmem.
6848         [BZ #17582]
6849         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
6850         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
6851         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
6852         and define as weak alias of __fgets_unlocked.  Use
6853         libc_hidden_weak.
6854         (__fgets_unlocked): Use libc_hidden_def.
6855         * include/stdio.h (__fgets_unlocked): Declare.  Use
6856         libc_hidden_proto.
6857         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
6858         __fgets_unlocked instead of fgets_unlocked.
6859         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
6860         (GET_NPROCS_CONF_PARSER): Likewise.
6861         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
6862         (GET_NPROCS_CONF_PARSER): Likewise.
6864         [BZ #17574]
6865         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
6866         weak alias of __wmemset.  Use libc_hidden_weak.
6867         (__wmemset): Use libc_hidden_def.
6868         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
6869         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
6870         of wmemset.
6872         [BZ #17573]
6873         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
6874         with asm name __mempcpy.
6875         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
6877         [BZ #17572]
6878         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
6879         and define as weak alias of __rawmemchr.
6880         (__rawmemchr): Do not define as strong alias of rawmemchr.
6882         [BZ #17571]
6883         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
6884         alias of __qsort_r.
6885         (qsort): Call __qsort_r instead of qsort_r.
6886         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
6887         (__qsort_r): Declare.  Call libc_hidden_proto.
6888         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
6889         instead of qsort_r.
6890         * nscd/gai.c (__qsort_r): Define to qsort_r.
6891         * posix/tst-rfc3484.c (__qsort_r): Likewise.
6892         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
6893         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
6895         [BZ #17570]
6896         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
6897         define as weak alias of __malloc_info.
6899         [BZ #17584]
6900         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
6901         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6902         (__rewinddir): Use libc_hidden_def.
6903         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
6904         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6905         (__rewinddir): Use libc_hidden_def.
6906         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
6907         weak alias of __rewinddir.  Don't use libc_hidden_def.
6908         (__rewinddir): Use libc_hidden_def.
6909         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
6910         (__rewinddir): Use libc_hidden_proto.
6911         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
6912         rewinddir.
6913         (__getcwd): Use __rewinddir instead of rewinddir.
6915         [BZ #17583]
6916         * libio/fileno.c (fileno): Rename to __fileno and define as weak
6917         alias of __fileno.  Use libc_hidden_weak.
6918         (__fileno): Use libc_hidden_def.
6919         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
6920         * libio/ftello.c (ftello): Rename to __ftello and define as weak
6921         alias of __ftello.
6922         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
6923         __ftello.
6924         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
6925         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
6926         libc_hidden_def.
6927         (fread_unlocked): Don't use libc_hidden_ver.
6928         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
6929         and define as weak alias of __fread_unlocked.  Don't use
6930         libc_hidden_def.
6931         (__fread_unlocked): Use libc_hidden_def.
6932         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
6933         (ftello): Don't use libc_hidden_proto.
6934         (__ftello): Declare.  Use libc_hidden_proto.
6935         (fread_unlocked): Don't use libc_hidden_proto.
6936         (__fread_unlocked): Declare.  Use libc_hidden_proto.
6937         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
6938         and __ftello instead of fileno, fread_unlocked and ftello.
6940 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6942         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
6943         GOT12.
6944         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
6945         Likewise.
6946         (_dl_start_user): Likewise.
6947         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
6949 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
6950             Siddhesh Poyarekar  <siddhesh@redhat.com>
6952         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
6953         Move argv and envp down instead of moving argc up.
6954         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
6956 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
6958         [BZ #17506]
6959         * test-skeleton.c (main): Return successful if one of
6960         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
6961         * string/tst-strcoll-overflow.c: Define expected status.
6963 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
6965         [BZ #17475]
6966         * locale/iso-639.def: Define Bhili and Tulu language codes.
6968 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
6970         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
6972 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
6974         [BZ #17555]
6975         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
6977 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
6979         * configure.ac: Updated check of minimal required version to
6980         2.22.
6981         * manual/install.texi (Tools for Compilation): Updated version
6982         number.
6983         * configure: Regenerated.
6984         * INSTALL: Likewise.
6986 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
6988         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
6989         __tls_get_addr.
6991 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
6993         * include/sys/wait.h (__libc_waitpid): Remove declaration.
6994         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
6995         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6996         libc_hidden_weak.
6997         (waitpid): Define as alias of __waitpid.
6998         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
6999         __waitpid.
7000         (__waitpid): Don't define as alias.  Use libc_hidden_def not
7001         libc_hidden_weak.
7002         (waitpid): Define as alias of __waitpid.
7003         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
7004         __libc_waitpid alias.
7005         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
7006         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
7007         Likewise.
7008         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
7009         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
7010         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
7011         alias.
7012         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
7013         __waitpid.
7014         (__waitpid): Don't define as alias.  Use libc_hidden_def not
7015         libc_hidden_weak.
7016         (waitpid): Define as alias of __waitpid.
7018 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
7020         * manual/llio.texi: Add comment that write safety has been
7021         fixed in Linux.
7023         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
7024         (localplt-build-dso): Add elf/ld.so.
7025         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
7026         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
7027         and free for ld.so.
7028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
7029         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
7030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
7031         Likewise.
7032         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7033         Likewise.
7034         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
7035         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
7036         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
7037         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
7038         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
7039         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
7040         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
7041         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
7042         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
7043         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
7044         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
7046 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
7048         [BZ #14132]
7049         * include/libc-symbols.h (INTUSE): Remove macro.
7050         (INTDEF): Likewise.
7051         (INTVARDEF): Likewise.
7052         (_INTVARDEF): Likewise.
7053         (INTDEF2): Likewise.
7054         (INTVARDEF2): Likewise.
7055         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
7056         rtld_hidden_def instead of INTVARDEF.
7057         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
7058         (_dl_starting_up_internal): Remove declaration.
7059         (_dl_starting_up): Use rtld_hidden_proto.
7060         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
7061         declaration.
7062         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
7063         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
7064         _dl_starting_up.
7065         * elf/dl-writev.h (_dl_writev): Likewise.
7066         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
7067         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
7068         _dl_starting_up_internal.
7070 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7072         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
7073         test-skeleton.c.
7075 2014-11-05  Will Newton  <will.newton@linaro.org>
7077         * benchtests/Makefile: (bench-malloc): Add malloc thread
7078         scalability benchmark.
7079         * benchtests/bench-malloc-threads.c: New file.
7081 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
7083         * sysdeps/aarch64/strchrnul.S: New file.
7085 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7087         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
7088         definition.
7089         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
7090         Likwise.
7091         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
7092         Likewise.
7093         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
7094         Likewise.
7095         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
7096         Likewise.
7097         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
7098         Likewise.
7100 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
7102         * catgets/test-gencat.c: Use test-skeleton.c.
7103         * catgets/tst-catgets.c: Likewise.
7104         * csu/tst-empty.c: Likewise.
7105         * elf/tst-audit2.c: Likewise.
7106         * elf/tst-global1.c: Likewise.
7107         * elf/tst-pathopt.c: Likewise.
7108         * elf/tst-piemod1.c: Likewise.
7109         * elf/tst-tls10.c: Likewise.
7110         * elf/tst-tls11.c: Likewise.
7111         * elf/tst-tls12.c: Likewise.
7112         * gnulib/tst-gcc.c: Likewise.
7113         * iconvdata/tst-e2big.c: Likewise.
7114         * iconvdata/tst-loading.c: Likewise.
7115         * iconv/tst-iconv1.c: Likewise.
7116         * iconv/tst-iconv2.c: Likewise.
7117         * inet/test-inet6_opt.c: Likewise.
7118         * inet/tst-gethnm.c: Likewise.
7119         * inet/tst-network.c: Likewise.
7120         * inet/tst-ntoa.c: Likewise.
7121         * intl/tst-codeset.c: Likewise.
7122         * intl/tst-gettext2.c: Likewise.
7123         * intl/tst-gettext3.c: Likewise.
7124         * intl/tst-ngettext.c: Likewise.
7125         * intl/tst-translit.c: Likewise.
7126         * io/test-stat.c: Likewise.
7127         * libio/test-fmemopen.c: Likewise.
7128         * libio/tst-freopen.c: Likewise.
7129         * libio/tst-sscanf.c: Likewise.
7130         * libio/tst-ungetwc1.c: Likewise.
7131         * libio/tst-ungetwc2.c: Likewise.
7132         * libio/tst-widetext.c: Likewise.
7133         * localedata/tst-ctype.c: Likewise.
7134         * localedata/tst-digits.c: Likewise.
7135         * localedata/tst-leaks.c: Likewise.
7136         * localedata/tst-mbswcs1.c: Likewise.
7137         * localedata/tst-mbswcs2.c: Likewise.
7138         * localedata/tst-mbswcs3.c: Likewise.
7139         * localedata/tst-mbswcs4.c: Likewise.
7140         * localedata/tst-mbswcs5.c: Likewise.
7141         * localedata/tst-setlocale.c: Likewise.
7142         * localedata/tst-trans.c: Likewise.
7143         * localedata/tst-wctype.c: Likewise.
7144         * localedata/tst-xlocale1.c: Likewise.
7145         * login/tst-grantpt.c: Likewise.
7146         * malloc/tst-calloc.c: Likewise.
7147         * malloc/tst-malloc.c: Likewise.
7148         * malloc/tst-mallocstate.c: Likewise.
7149         * malloc/tst-mcheck.c: Likewise.
7150         * malloc/tst-mtrace.c: Likewise.
7151         * malloc/tst-obstack.c: Likewise.
7152         * math/atest-exp2.c: Likewise.
7153         * math/atest-exp.c: Likewise.
7154         * math/atest-sincos.c: Likewise.
7155         * math/test-matherr.c: Likewise.
7156         * math/test-misc.c: Likewise.
7157         * math/test-powl.c: Likewise.
7158         * math/tst-definitions.c: Likewise.
7159         * misc/tst-dirname.c: Likewise.
7160         * misc/tst-efgcvt.c: Likewise.
7161         * misc/tst-fdset.c: Likewise.
7162         * misc/tst-hsearch.c: Likewise.
7163         * misc/tst-mntent2.c: Likewise.
7164         * nptl/tst-sem7.c: Likewise.
7165         * nptl/tst-sem8.c: Likewise.
7166         * nptl/tst-sem9.c: Likewise.
7167         * nss/test-netdb.c: Likewise.
7168         * posix/tst-fnmatch.c: Likewise.
7169         * posix/tst-getlogin.c: Likewise.
7170         * posix/tst-gnuglob.c: Likewise.
7171         * posix/tst-mmap.c: Likewise.
7172         * pwd/tst-getpw.c: Likewise.
7173         * resolv/tst-inet_ntop.c: Likewise.
7174         * rt/tst-timer.c: Likewise.
7175         * stdio-common/test-fseek.c: Likewise.
7176         * stdio-common/test-popen.c: Likewise.
7177         * stdio-common/test-vfprintf.c: Likewise.
7178         * stdio-common/tst-cookie.c: Likewise.
7179         * stdio-common/tst-fileno.c: Likewise.
7180         * stdio-common/tst-gets.c: Likewise.
7181         * stdio-common/tst-obprintf.c: Likewise.
7182         * stdio-common/tst-perror.c: Likewise.
7183         * stdio-common/tst-sprintf2.c: Likewise.
7184         * stdio-common/tst-sprintf3.c: Likewise.
7185         * stdio-common/tst-sprintf.c: Likewise.
7186         * stdio-common/tst-swprintf.c: Likewise.
7187         * stdio-common/tst-tmpnam.c: Likewise.
7188         * stdio-common/tst-unbputc.c: Likewise.
7189         * stdio-common/tst-wc-printf.c: Likewise.
7190         * stdlib/tst-environ.c: Likewise.
7191         * stdlib/tst-fmtmsg.c: Likewise.
7192         * stdlib/tst-limits.c: Likewise.
7193         * stdlib/tst-rand48-2.c: Likewise.
7194         * stdlib/tst-rand48.c: Likewise.
7195         * stdlib/tst-random2.c: Likewise.
7196         * stdlib/tst-random.c: Likewise.
7197         * stdlib/tst-strtol.c: Likewise.
7198         * stdlib/tst-strtoll.c: Likewise.
7199         * stdlib/tst-tls-atexit.c: Likewise.
7200         * stdlib/tst-xpg-basename.c: Likewise.
7201         * string/test-ffs.c: Likewise.
7202         * string/tst-bswap.c: Likewise.
7203         * string/tst-inlcall.c: Likewise.
7204         * string/tst-strtok.c: Likewise.
7205         * string/tst-strxfrm.c: Likewise.
7206         * sysdeps/x86_64/tst-audit10.c: Likewise.
7207         * sysdeps/x86_64/tst-audit3.c: Likewise.
7208         * sysdeps/x86_64/tst-audit4.c: Likewise.
7209         * sysdeps/x86_64/tst-audit5.c: Likewise.
7210         * time/tst-ftime_l.c: Likewise.
7211         * time/tst-getdate.c: Likewise.
7212         * time/tst-mktime3.c: Likewise.
7213         * time/tst-mktime.c: Likewise.
7214         * time/tst-posixtz.c: Likewise.
7215         * time/tst-strptime2.c: Likewise.
7216         * time/tst-strptime3.c: Likewise.
7217         * wcsmbs/tst-btowc.c: Likewise.
7218         * wcsmbs/tst-mbrtowc.c: Likewise.
7219         * wcsmbs/tst-mbsrtowcs.c: Likewise.
7220         * wcsmbs/tst-wchar-h.c: Likewise.
7221         * wcsmbs/tst-wcpncpy.c: Likewise.
7222         * wcsmbs/tst-wcrtomb.c: Likewise.
7223         * wcsmbs/tst-wcsnlen.c: Likewise.
7224         * wcsmbs/tst-wcstof.c: Likewise.
7226 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
7228         [BZ #14132]
7229         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
7230         INTDEF.
7231         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
7232         declaration.
7233         (_dl_mcount): Use rtld_hidden_proto.
7234         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
7235         _dl_mcount.
7236         * elf/rtld.c (_rtld_global_ro): Likewise.
7238         [BZ #14132]
7239         * elf/dl-init.c (_dl_init): Don't use INTDEF.
7240         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
7241         of _dl_init_internal.
7242         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
7243         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
7244         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
7245         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
7246         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
7247         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
7248         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
7249         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
7250         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
7251         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
7252         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
7253         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
7254         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
7255         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
7256         * sysdeps/tile/dl-start.S (_start): Likewise.
7257         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
7258         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
7260         [BZ #14132]
7261         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
7262         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
7263         (rtld_progname): Make macro definition unconditional.
7264         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
7265         INTDEF.
7266         (dlmopen_doit): Do not use INTUSE with _dl_argv.
7267         (dl_main): Likewise.
7268         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
7269         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
7270         instead of _dl_argv_internal.
7271         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
7272         __GI__dl_argv instead of INTUSE(_dl_argv).
7273         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
7274         __GI__dl_argv instead of _dl_argv_internal.
7276         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
7277         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
7278         macro.
7279         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
7280         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
7281         New macro.
7282         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
7283         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
7284         macro.
7285         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
7286         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
7288 2014-11-04  Andreas Schwab  <schwab@suse.de>
7290         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
7292 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7294         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
7295         mtvsrd instruction in binary form.
7297 2014-11-03  Andreas Schwab  <schwab@suse.de>
7299         [BZ #17522]
7300         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
7301         for less than MB_LEN_MAX use a local buffer of that size.
7302         * libio/tst-fputws.c: New file.
7303         * libio/Makefile (tests): Add tst-fputws.
7305 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
7307         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
7308         the size of the fpu_fr.fpu_dregs[] array.
7310 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
7312         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
7313         (__nanosleep): Do not define as alias.
7314         (nanosleep): Define as alias of __nanosleep.
7315         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
7316         __libc_nanosleep name.
7318 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
7320         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
7321         install.texi in comment.
7323 2014-10-31  Torvald Riegel  <triegel@redhat.com>
7325         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
7326         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
7327         ... add here and use lwsync or sync ...
7328         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
7329         ... and add here using lwsync.
7331 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
7333         * elf/dl-machine-reject-phdr.h: New file.
7334         * elf/dl-load.c: #include that.
7335         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
7336         if that returned true.
7338 2014-10-31  Roland McGrath  <roland@hack.frob.com>
7340         [BZ #17496]
7341         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
7342         gen-as-const-headers chunk.  Add a big scare comment after the last
7343         safe place to touch before-compile.
7345 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
7347         * manual/install.texi (Tools for Compilation): Update autoconf
7348         version requirements.
7349         * INSTALL: Regenerated.
7351         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
7352         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
7353         (__libc_pselect): Likewise.
7355         [BZ #14138]
7356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
7357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
7358         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
7359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
7361 2014-10-31  Torvald Riegel  <triegel@redhat.com>
7363         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
7364         correct barrier instruction.
7365         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
7366         Likewise.
7367         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
7368         Likewise.
7370 2014-10-30  Roland McGrath  <roland@hack.frob.com>
7372         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
7373         after defining inlines.  Instead, just use parens to defeat macro
7374         expansion of __isctype in its declaration.
7376 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
7378         * include/sys/uio.h (__libc_readv): Remove declaration.
7379         (__libc_writev): Likewise.
7380         * misc/readv.c (__libc_readv): Rename to __readv.
7381         (__readv): Do not define as alias.
7382         (readv): Define as alias of __readv.
7383         * misc/writev.c (__libc_writev): Rename to __writev.
7384         (__writev): Do not define as alias.
7385         (writev): Define as alias of __writev.
7386         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
7387         (__readv): Do not define as alias.
7388         (readv): Define unconditionally as alias of __readv.
7389         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
7390         (__writev): Do not define as alias.
7391         (writev): Define unconditionally as alias of __writev.
7392         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
7393         name.
7394         (writev): Do not define __libc_writev name.
7396 2014-10-30  Roland McGrath  <roland@hack.frob.com>
7398         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
7399         (convert_charseq): New function, broken out of ...
7400         (use_from_charmap): ... here.  Call it.
7401         (use_to_charmap): Use convert_charseq and free instead of duplicating
7402         its code with a variable-length stack struct.
7404 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
7406         * include/fcntl.h (__libc_creat): Remove declaration.
7407         * io/creat.c (__libc_creat): Rename to creat.
7408         (creat): Do not define as alias.
7409         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
7410         of creat instead of __libc_creat.
7411         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
7412         to creat.
7413         (creat): Do not define as alias.
7414         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
7415         __libc_creat.
7416         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
7417         __libc_creat name.
7418         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
7419         Likewise.
7421 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
7423         * manual/llio.texi: Add comments discussing why write() may be
7424         considered MT-unsafe on Linux.
7426 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
7428         * dl-load.c (local_strdup): Remove.
7429         (expand_dynamic_string_token): Use __strdup.
7430         (decompose_rpath): Likewise.
7431         (_dl_map_object): Likewise.
7433 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
7435         [BZ #14132]
7436         * sysdeps/generic/unwind-dw2-fde.c
7437         (__register_frame_info_bases_internal): Do not declare.
7438         (__register_frame_info_table_bases_internal): Likewise.
7439         (__deregister_frame_info_bases_internal): Likewise.
7440         (__register_frame_info_bases): Declare and use hidden_proto before
7441         definition.  Use hidden_def instead of INTDEF.
7442         (__register_frame_info_table_bases): Likewise.
7443         (__deregister_frame_info_bases): Likewise.
7444         (__register_frame_info): Do not use INTUSE.
7445         (__register_frame): Likewise.
7446         (__register_frame_info_table): Likewise.
7447         (__register_frame_table): Likewise.
7448         (__deregister_frame_info): Likewise.
7449         (__deregister_frame): Likewise.
7451 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
7453         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7454         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
7455         not undefine.
7456         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
7457         Likewise.
7458         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
7459         Likewise.
7461 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
7463         [BZ #14138]
7464         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
7465         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
7466         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
7467         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
7468         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
7469         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
7470         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
7471         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
7472         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
7473         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
7474         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
7475         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
7476         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
7477         syscall.
7478         (setfsuid): Likewise.
7479         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
7480         (setfsuid): Likewise.
7481         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
7482         (setfsuid): Likewise.
7483         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
7484         Likewise.
7485         (setfsuid): Likewise.
7486         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
7487         (setfsuid): Likewise.
7488         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
7489         Likewise.
7490         (setfsuid): Likewise.
7492 2014-10-27  Andreas Schwab  <schwab@suse.de>
7494         [BZ #17501]
7495         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
7496         check for Slow_SSE4_2 feature bit.
7497         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
7498         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
7499         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
7500         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
7502 2014-10-24  Roland McGrath  <roland@hack.frob.com>
7504         * configure.ac: Validate compiler version with a empirical test of
7505         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
7506         $CC -v output.
7507         * configure: Regenerated.
7509         * inet/htons.c (htons): Prototypify.
7510         * inet/htonl.c (htonl): Likewise.
7512 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7514         * string/strncat.c (strncat): Improve performance by using strlen.
7516 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7518         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
7520 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7522         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
7523         Call libc_fetestexcept_aarch64.
7525 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7527         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
7528         Call libc_feholdexcept_aarch64.
7530 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7532         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
7533         Call get_rounding_mode.
7535 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7537         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
7538         Simplify logic.
7540 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7542         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
7543         Simplify logic.
7545 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
7547         [BZ #14138]
7548         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
7549         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
7550         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
7551         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
7552         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
7553         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
7554         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
7555         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
7556         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
7557         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
7558         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
7559         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
7560         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
7561         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
7562         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
7563         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
7564         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
7565         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
7566         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
7567         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
7568         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
7569         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
7570         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
7571         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
7572         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
7573         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
7574         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
7575         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
7576         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
7577         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
7578         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
7579         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
7580         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
7581         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
7582         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
7583         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
7584         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
7585         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
7586         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
7587         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
7588         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
7589         syscall.
7590         (geteuid): Likewise.
7591         (getgid): Likewise.
7592         (getuid): Likewise.
7593         (getresgid): Likewise.
7594         (getresuid): Likewise.
7595         (getgroups): Likewise.
7596         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
7597         (geteuid): Likewise.
7598         (getgid): Likewise.
7599         (getuid): Likewise.
7600         (getresgid): Likewise.
7601         (getresuid): Likewise.
7602         (getgroups): Likewise.
7603         * sysdeps/unix/sysv/linux/m68k/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/s390/s390-32/syscalls.list (getegid):
7611         Likewise.
7612         (geteuid): Likewise.
7613         (getgid): Likewise.
7614         (getuid): Likewise.
7615         (getresgid): Likewise.
7616         (getresuid): Likewise.
7617         (getgroups): Likewise.
7618         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
7619         (geteuid): Likewise.
7620         (getgid): Likewise.
7621         (getuid): Likewise.
7622         (getresgid): Likewise.
7623         (getresuid): Likewise.
7624         (getgroups): Likewise.
7625         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
7626         Likewise.
7627         (geteuid): Likewise.
7628         (getgid): Likewise.
7629         (getuid): Likewise.
7630         (getgroups): Likewise.
7632         [BZ #14138]
7633         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
7634         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
7635         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
7636         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
7637         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
7638         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
7639         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
7640         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
7641         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
7642         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
7643         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
7644         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
7645         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
7646         __chown.
7647         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
7648         (lchown): Likewise.
7649         (fchown): Likewise.
7650         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
7651         Likewise.
7652         (lchown): Likewise.
7653         (fchown): Likewise.
7654         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
7655         (lchown): Likewise.
7656         (fchown): Likewise.
7657         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
7658         Likewise.
7659         (lchown): Likewise.
7660         (fchown): Likewise.
7662 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7664         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
7665         Simplify logic.
7667 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7669         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7670         Cleanup logic.
7672 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7674         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7675         Remove unused include.
7677 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7679         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
7680         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
7681         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
7682         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
7684 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
7685             Helge Deller <deller@gmx.de>
7687         [BZ #17508]
7688         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
7689         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
7690         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
7692 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
7694         [BZ #14132]
7695         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
7696         Remove macro definition.
7697         (__ashrdi3_v_glibc20): Likewise.
7698         (__lshrdi3_v_glibc20): Likewise.
7699         (__cmpdi2_v_glibc20): Likewise.
7700         (__ucmpdi2_v_glibc20): Likewise.
7701         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
7702         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
7703         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
7704         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
7705         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
7706         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
7708 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7710         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
7711         old GNU extension [0] syntax.
7712         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
7713         alloca rather than an array member with variable length.
7714         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
7715         * nscd/nscd.c (invalidate_db): New function, broken out of ...
7716         (parse_opt): ... here.  Likewise use alloca there.
7717         Validate the -i argument before checking for rootness.
7718         (send_shutdown): New function, broken out of ...
7719         (parse_opt): ... here.
7721 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7723         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
7724         macro to get at the _rt_local_ro field.
7725         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
7726         ([PIC] case) or _dl_hwcap ([!PIC] case).
7727         * sysdeps/arm/setjmp.S: Likewise.
7729         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
7730         * sysdeps/arm/configure.ac: New check to define it.
7731         * sysdeps/arm/configure: Regenerated.
7732         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
7733         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
7734         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
7735         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
7736         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
7737         Use move/movt pair instead of a load.
7738         (LDST_GLOBAL): Macro removed.
7739         (LDR_GLOBAL): New macro replaces it.
7740         (LDR_HIDDEN): New macro.
7741         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
7742         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
7744         * setjmp/tst-setjmp-static.c: New file.
7745         * setjmp/Makefile (tests): Add it.
7746         (tests-static): New variable.
7748 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
7750         [BZ #17485]
7751         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
7753 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
7755         [BZ #14132]
7756         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
7758 2014-10-21  Roland McGrath  <roland@hack.frob.com>
7760         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
7762 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7764         * io/fts.c (dirent_not_directory): New function.
7765         (fts_build): Call it.
7767 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7769         * nptl/version.c (__nptl_main): Use normal __write rather than
7770         INTERNAL_SYSCALL.
7771         (banner): Update copyright years.
7773         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
7774         gettimeofday.
7775         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7776         * nptl/pthread_cond_timedwait.c: Likewise.
7777         * nptl/pthread_mutex_timedlock.c: Likewise.
7778         * nptl/sem_timedwait.c: Likewise.
7780         * sysdeps/nptl/bits/libc-lock.h
7781         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7782         (__libc_lock_init_recursive): Return void, not 0.
7783         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
7784         (__libc_rwlock_init): Likewise.
7785         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
7787 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7789         [BZ #15215]
7790         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
7791         (__pthread_once_slow): ... here.
7792         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
7793         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
7795 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7797         [BZ #15215]
7798         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
7799         __PTHREAD_ONCE_FORK_GEN_INCR): New.
7800         * sysdeps/nptl/fork.c (__libc_fork): Use them.
7801         * nptl/pthread_once.c (__pthread_once): Likewise.
7802         Update comments.
7804 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
7806         [BZ #14138]
7807         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
7808         name.
7809         (writev): Use __libc_writev as strong name.
7810         * sysdeps/unix/sysv/linux/readv.c: Remove file.
7811         * sysdeps/unix/sysv/linux/writev.c: Likewise.
7813 2014-10-17  Roland McGrath  <roland@hack.frob.com>
7815         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
7817         * sysdeps/i386/nptl/tls.h
7818         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
7819         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
7820         New macros.
7821         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
7822         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
7823         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
7824         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
7825         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
7826         Call CHECK_THREAD_SYSINFO instead of doing an assert.
7828         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
7829         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
7830         on [__NR_futex].
7831         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
7832         broken out of ...
7833         (__pthread_mutex_init): ... here.  Call it.
7834         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
7835         Conditionalize PI cases on [__NR_futex].
7836         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
7837         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
7838         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
7840         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
7841         conditional on [SIGSETXID].
7842         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
7843         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
7844         is defined.  Likewise for SIGSETXID.
7845         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
7846         Conditionalize definitions on [SIGSETXID].
7847         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
7848         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
7849         unblocking on [SIGCANCEL].
7851         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
7852         [__NR_set_robust_list].
7854 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7856         * string/strcoll_l.c (get_next_seq): Fix up formatting.
7857         (do_compare): Likewise.
7859 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
7861         [BZ #15884]
7862         * string/strcoll_l.c: Don't include stdio.h.
7863         (coll_seq): Remove members idxarr and rulearr.
7864         (get_next_seq_cached): Remove function.
7865         (get_next_seq): Likewise.
7866         (get_next_seq_nocache): Rename to get_next_seq.
7867         (do_compare): Remove function.
7868         (do_compare_nocache): Rename to do_compare.
7869         (STRCOLL): Remove weight and rules cache.
7871 2014-10-16  Roland McGrath  <roland@hack.frob.com>
7873         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
7874         * sysdeps/arm/sfp-machine.h: ... to here.
7875         * sysdeps/arm/Implies: Remove arm/soft-fp.
7877 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
7879         * conform/data/sys/utsname.h-data (*_t): Allow.
7880         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
7881         [POSIX] (WEXITED): Do not expect constant.
7882         [POSIX] (WSTOPPED): Likewise.
7883         [POSIX] (WNOHANG): Likewise.
7884         [POSIX] (WNOWAIT): Likewise.
7885         [POSIX] (siginfo_t): Do not expect type or elements.
7886         [POSIX] (pid_t): Do not expect type.
7887         [POSIX] (signal.h): Do not allow header.
7888         [POSIX] (sys/resource.h): Likewise.
7889         [POSIX] (si_*): Do not allow pattern.
7890         [POSIX] (W*): Likewise.
7891         [POSIX] (P_*): Likewise.
7892         [POSIX] (BUS_*): Likewise.
7893         [POSIX] (CLD_*): Likewise.
7894         [POSIX] (FPE_*): Likewise.
7895         [POSIX] (ILL_*): Likewise.
7896         [POSIX] (POLL_*): Likewise.
7897         [POSIX] (SEGV_*): Likewise.
7898         [POSIX] (SI_*): Likewise.
7899         [POSIX] (TRAP_*): Likewise.
7900         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
7901         variable.
7903 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
7905         [BZ #12926]
7906         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
7907         infinite loop when __recvmsg returns 0.
7909 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
7911         * CANCEL-FCT-WAIVE: Remove file.
7912         * CANCEL-FILE-WAIVE: Likewise.
7914         [BZ #14132]
7915         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
7916         instead of INTVARDEF.
7917         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7918         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
7919         rtld_hidden_data_def instead of INTVARDEF.
7920         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7921         * elf/dl-deps.c (expand_dst): Likewise.
7922         * elf/dl-load.c (_dl_dst_count): Likewise.
7923         (_dl_dst_substitute): Likewise.
7924         (decompose_rpath): Likewise.
7925         (_dl_init_paths): Likewise.
7926         (open_path): Likewise.
7927         (_dl_map_object): Likewise.
7928         * elf/rtld.c (dl_main): Likewise.
7929         (process_dl_audit): Likewise.
7930         (process_envvars): Likewise.
7931         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
7932         Remove declaration.
7933         (__libc_enable_secure): Use rtld_hidden_proto.
7935 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7937         * elf/dl-load.c
7938         (add_path): New function broken out of _dl_rtld_di_serinfo.
7939         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
7941 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7943         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
7944         parentheses around macro arguments.
7945         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
7946         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
7947         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
7948         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
7949         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
7950         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7951         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7952         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
7953         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
7954         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
7955         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
7956         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
7957         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
7958         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
7959         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
7960         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
7961         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
7962         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
7963         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
7964         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
7965         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
7966         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
7967         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
7968         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7969         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7970         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
7971         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
7972         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
7973         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
7974         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
7975         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
7976         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
7977         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
7978         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
7979         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
7980         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
7981         Likewise.
7982         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
7983         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7984         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7985         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
7986         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
7987         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
7988         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
7989         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
7990         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
7991         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
7992         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
7993         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
7994         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
7995         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
7996         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
7997         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7998         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7999         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
8000         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
8001         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
8002         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
8003         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
8004         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
8005         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
8006         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
8007         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
8008         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
8009         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
8010         (_FP_FRAC_SRS_1): Likewise.
8011         (_FP_FRAC_CLZ_1): Likewise.
8012         (_FP_MUL_MEAT_1_imm): Likewise.
8013         (_FP_MUL_MEAT_1_wide): Likewise.
8014         (_FP_MUL_MEAT_1_hard): Likewise.
8015         (_FP_SQRT_MEAT_1): Likewise.
8016         (_FP_FRAC_ASSEMBLE_1): Likewise.
8017         (_FP_FRAC_DISASSEMBLE_1): Likewise.
8018         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
8019         (__FP_CLZ_2): Likewise.
8020         (_FP_MUL_MEAT_2_wide): Likewise.
8021         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
8022         (_FP_MUL_MEAT_2_gmp): Likewise.
8023         (_FP_MUL_MEAT_2_120_240_double): Likewise.
8024         (_FP_SQRT_MEAT_2): Likewise.
8025         (_FP_FRAC_ASSEMBLE_2): Likewise.
8026         (_FP_FRAC_DISASSEMBLE_2): Likewise.
8027         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
8028         (_FP_FRAC_CLZ_4): Likewise.
8029         (_FP_MUL_MEAT_4_wide): Likewise.
8030         (_FP_MUL_MEAT_4_gmp): Likewise.
8031         (_FP_SQRT_MEAT_4): Likewise.
8032         (_FP_FRAC_ASSEMBLE_4): Likewise.
8033         (_FP_FRAC_DISASSEMBLE_4): Likewise.
8034         * soft-fp/op-common.h (_FP_CMP): Likewise.
8035         (_FP_CMP_EQ): Likewise.
8036         (_FP_CMP_UNORD): Likewise.
8037         (_FP_TO_INT): Likewise.
8038         (_FP_FROM_INT): Likewise.
8039         [!__FP_CLZ] (__FP_CLZ): Likewise.
8040         (_FP_DIV_HELP_imm): Likewise.
8041         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
8042         Likewise.
8043         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
8044         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
8045         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
8046         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
8047         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
8048         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
8049         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
8050         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
8051         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
8052         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
8053         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
8054         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
8055         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
8056         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
8057         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
8058         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
8059         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
8060         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
8061         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
8062         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
8063         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
8064         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
8065         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
8066         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
8067         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
8068         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
8069         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
8070         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
8071         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
8072         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
8073         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
8074         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
8075         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
8076         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
8077         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
8078         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
8079         (FP_UNPACK_RAW_SP): Likewise.
8080         (FP_PACK_RAW_S): Likewise.
8081         (FP_PACK_RAW_SP): Likewise.
8082         (FP_UNPACK_S): Likewise.
8083         (FP_UNPACK_SP): Likewise.
8084         (FP_UNPACK_SEMIRAW_S): Likewise.
8085         (FP_UNPACK_SEMIRAW_SP): Likewise.
8086         (FP_PACK_S): Likewise.
8087         (FP_PACK_SP): Likewise.
8088         (FP_PACK_SEMIRAW_S): Likewise.
8089         (FP_PACK_SEMIRAW_SP): Likewise.
8090         (_FP_SQRT_MEAT_S): Likewise.
8091         (FP_CMP_S): Likewise.
8092         (FP_CMP_EQ_S): Likewise.
8093         (FP_CMP_UNORD_S): Likewise.
8094         (FP_TO_INT_S): Likewise.
8095         (FP_FROM_INT_S): Likewise.
8097         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
8099         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
8100         (FP_EX_INVALID_IMZ): Likewise.
8101         (FP_EX_INVALID_IMZ_FMA): Likewise.
8102         (FP_EX_INVALID_ISI): Likewise.
8103         (FP_EX_INVALID_ZDZ): Likewise.
8104         (FP_EX_INVALID_IDI): Likewise.
8105         (FP_EX_INVALID_SQRT): Likewise.
8106         (FP_EX_INVALID_CVI): Likewise.
8107         (FP_EX_INVALID_VC): Likewise.
8108         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
8109         "invalid" exceptions.
8110         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
8111         (_FP_ADD_INTERNAL): Likewise.
8112         (_FP_MUL): Likewise.
8113         (_FP_FMA): Likewise.
8114         (_FP_DIV): Likewise.
8115         (_FP_CMP_CHECK_NAN): Likewise.
8116         (_FP_SQRT): Likewise.
8117         (_FP_TO_INT): Likewise.
8118         (FP_EXTEND): Likewise.
8120 2014-10-09  Allan McRae  <allan@archlinux.org>
8122         * po/fr.po: Update French translation from translation project.
8124 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
8126         [BZ #14132]
8127         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
8128         of INTDEF.
8129         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
8130         (__cxa_atexit): Use libc_hidden_proto.
8131         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
8133         [BZ #14132]
8134         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
8135         declaration.
8136         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
8137         [!_ISOMAC] (__iswspace_l_internal): Likewise.
8138         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
8139         [!_ISOMAC] (__iswctype_internal): Likewise.
8140         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
8141         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
8142         alias.
8143         (fcntl): Remove __fcntl_internal alias.
8144         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
8145         __connect_internal alias.
8146         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
8147         Likewise.
8149         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
8150         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
8151         FP_DENORM_ZERO.
8152         (_FP_CHECK_FLUSH_ZERO): New macro.
8153         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
8154         (_FP_CMP): Likewise.
8155         (_FP_CMP_EQ): Likewise.
8156         (_FP_TO_INT): Do not set inexact for subnormal arguments if
8157         FP_DENORM_ZERO.
8158         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
8159         (FP_TRUNC): Likewise.
8161         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
8162         treated as invalid conversion, not as normal exponent.
8164         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
8165         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
8166         (_FP_CMP_EQ): Likewise.
8167         (_FP_CMP_UNORD): Likewise.
8168         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
8169         (FP_CMP_EQ_D): Likewise.
8170         (FP_CMP_UNORD_D): Likewise.
8171         * soft-fp/extended.h (FP_CMP_E): Likewise.
8172         (FP_CMP_EQ_E): Likewise.
8173         (FP_CMP_UNORD_E): Likewise.
8174         * soft-fp/quad.h (FP_CMP_Q): Likewise.
8175         (FP_CMP_EQ_Q): Likewise.
8176         (FP_CMP_UNORD_Q): Likewise.
8177         * soft-fp/single.h (FP_CMP_S): Likewise.
8178         (FP_CMP_EQ_S): Likewise.
8179         (FP_CMP_UNORD_S): Likewise.
8180         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
8181         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
8182         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
8183         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
8184         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
8185         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
8186         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
8187         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
8188         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
8189         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
8190         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
8191         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
8192         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
8193         to FP_CMP_Q.
8194         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
8195         FP_CMP_Q.
8196         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
8197         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
8198         FP_CMP_EQ_Q.
8199         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
8200         FP_CMP_Q.
8201         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
8202         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
8203         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
8204         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
8205         FP_CMP_EQ_Q.
8206         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
8207         FP_CMP_Q.
8208         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
8209         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
8210         FP_CMP_EQ_Q.
8211         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
8212         FP_CMP_Q.
8213         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
8214         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
8215         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
8216         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
8217         FP_CMP_EQ_Q.
8219         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
8220         a subnormal result, set the underflow exception if trapping on
8221         underflow is enabled.
8222         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
8223         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
8224         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
8225         redefine to 0.
8226         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
8227         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
8228         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
8229         * soft-fp/extendxftf2.c (__extendxftf2): Use
8230         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
8232         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
8233         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
8234         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8235         FP_HANDLE_EXCEPTIONS.
8236         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
8237         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8238         FP_HANDLE_EXCEPTIONS.
8239         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
8240         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8241         FP_HANDLE_EXCEPTIONS.
8242         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
8243         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
8244         FP_HANDLE_EXCEPTIONS.
8246 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
8248         [BZ #14132]
8249         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
8250         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
8251         use INTUSE.
8252         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
8253         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
8254         Remove alias.
8255         (__adjtimex): Define using libc_hidden_ver.
8256         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
8257         Remove declaration.
8258         (ntp_gettime): Call __adjtimex directly.
8259         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
8260         Remove declaration.
8261         (ntp_gettimex): Call __adjtimex directly.
8262         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
8263         __adjtimex_internal alias.
8265 2014-10-08  Roland McGrath  <roland@hack.frob.com>
8267         [BZ #17460]
8268         * nscd/nscd.c (more_help): Rewrite list of tables collection
8269         using xstrdup and asprintf.
8271         * nscd/nscd_conf.c: Remove local xstrdup declaration.
8273 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8274             Roland McGrath  <roland@hack.frob.com>
8276         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
8277         (do_lookup_unique): ... local function 'enter' here; update callers.
8279 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
8281         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
8282         compat_symbol calls on [SHARED].
8283         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
8284         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
8285         Remove.
8286         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8287         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
8288         (oldsetrlimit): Remove.
8289         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
8291         (lchown): New syscall entry.
8292         (oldsetrlimit): Remove.
8293         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8294         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
8295         (oldsetrlimit): Remove.
8296         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8298         [BZ #14138]
8299         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
8300         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
8301         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
8302         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
8303         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
8304         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
8305         (fchown): Likewise.
8306         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
8307         (fchown): Likewise.
8308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
8309         Likewise.
8311 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8313         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
8314         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
8315         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
8316         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
8317         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
8318         Likewise.
8319         (__old_sem_post): Likewise.
8321 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
8323         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
8324         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
8325         HAVE_CLOCK_GETTIME_VSYSCALL macros.
8326         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
8327         Use INLINE_VSYSCALL macro.
8328         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
8329         __vdso_clock_gettime.
8330         * sysdeps/unix/sysv/linux/tile/init-first.c
8331         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
8332         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
8333         __vdso_clock_gettime.
8335         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
8336         to set up frame more cleanly.
8338         * sysdeps/tile/memcmp.c: New file.
8340         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
8342         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
8343         * sysdeps/tile/tilegx/strcasestr.c: New file.
8344         * sysdeps/tile/tilegx/strnlen.c: New file.
8345         * sysdeps/tile/tilegx/strstr.c: New file.
8347         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
8349 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
8351         * nptl/tst-setuid3.c: Write errors to stdout.
8353 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8355         * elf/dl-deps.c
8356         (preload): New functions broken out of _dl_map_object_deps.
8357         (_dl_map_object_deps):  Remove a nested function. Update call sites.
8359 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
8361         [BZ #14138]
8362         * sysdeps/unix/sysv/linux/execve.c: Remove file.
8363         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
8365 2014-10-01  Steve Ellcey  <sellcey@mips.com>
8367         * sysdeps/mips/strcmp.S: New.
8369 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
8371         [BZ #14138]
8372         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
8373         (linkat): Likewise.
8374         (mkdirat): Likewise.
8375         (readlinkat): Likewise.
8376         (renameat): Likewise.
8377         (symlinkat): Likewise.
8378         (unlinkat): Likewise.
8379         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
8380         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
8381         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
8382         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
8383         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
8384         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
8385         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
8387 2014-09-30  Will Newton  <will.newton@linaro.org>
8389         * math/math.h: Define long double math functions if
8390         _LIBC_TEST is defined.
8391         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
8393         * localedata/Makefile: Move assignment to tests-special
8394         into an ifdef testing run-built-tests.
8395         * timezone/Makefile: Likewise.
8397 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
8399         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
8400         with $(BASH) not $(SHELL).
8402 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
8403             Matthew LeGendre  <legendre1@llnl.gov>
8405         [BZ #17411]
8406         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
8407         l_reloc_result.
8409 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8411         * stdio-common/printf_fp.c
8412         (hack_digit): New function, broken out of ...
8413         (__printf_fp): ... local function here.  Update call sites.
8414         hack_digit now takes an additional parameter that is a pointer
8415         to a struct of the referenced locals.  Those locals moved inside
8416         the struct and references updated.
8418 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
8420         * aclocal.m4: Require autoconf 2.69.
8421         * configure: Regenerated.
8422         * sysdeps/aarch64/configure: Likewise.
8423         * sysdeps/alpha/configure: Likewise.
8424         * sysdeps/arm/armv7/configure: Likewise.
8425         * sysdeps/arm/configure: Likewise.
8426         * sysdeps/ia64/configure: Likewise.
8427         * sysdeps/mach/configure: Likewise.
8428         * sysdeps/mips/configure: Likewise.
8429         * sysdeps/s390/configure: Likewise.
8430         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
8431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
8433         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
8434         file.
8435         * sysdeps/ia64/configure.ac: Likewise.
8437 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
8439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
8440         specify symbol version for ld.so.  Do not include entry for
8441         libpthread.
8442         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8443         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8444         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8446         [BZ #14171]
8447         * Makeconfig [$(build-shared) = yes]
8448         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
8449         makefiles.
8450         [$(build-shared) = yes && $(soversions.mk-done) = t]
8451         ($(common-objpfx)gnu/lib-names.h): Remove rule.
8452         [$(build-shared) = yes && $(soversions.mk-done) = t]
8453         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
8454         to Makerules.
8455         [$(build-shared) = yes && $(soversions.mk-done) = t]
8456         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
8457         here.
8458         [$(build-shared) = yes && $(soversions.mk-done) = t]
8459         (common-generated): Don't append gnu/lib-names.h and
8460         gnu/lib-names.stmp here.
8461         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
8462         (lib-names-h-abi): New variable.
8463         [$(build-shared) = yes && $(soversions.mk-done) = t]
8464         (lib-names-stmp-abi): Likewise.
8465         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8466         abi-variants] (before-compile): Append
8467         $(common-objpfx)$(lib-names-h-abi).
8468         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8469         abi-variants] (common-generated): Append gnu/lib-names.h.
8470         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8471         abi-variants] (install-others-nosubdir): Depend on
8472         $(inst_includedir)/$(lib-names-h-abi).
8473         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8474         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
8475         [$(build-shared) = yes && $(soversions.mk-done) = t]
8476         ($(common-objpfx)$(lib-names-h-abi)): New rule.
8477         [$(build-shared) = yes && $(soversions.mk-done) = t]
8478         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
8479         [$(build-shared) = yes && $(soversions.mk-done) = t]
8480         (common-generated): Append $(lib-names-h-abi) and
8481         $(lib-names-stmp-abi).
8482         * scripts/lib-names.awk: Do not handle multi being set.
8483         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
8484         Remove variable.
8485         (abi-lp64_be-ld-soname): Likewise.
8486         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
8487         Likewise.
8488         (abi-hard-ld-soname): Likewise.
8489         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
8490         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
8491         Remove variable.
8492         (abi-o32_hard-ld-soname): Likewise.
8493         (abi-o32_soft_2008-ld-soname): Likewise.
8494         (abi-o32_hard_2008-ld-soname): Likewise.
8495         (abi-n32_soft-ld-soname): Likewise.
8496         (abi-n32_hard-ld-soname): Likewise.
8497         (abi-n32_soft_2008-ld-soname): Likewise.
8498         (abi-n32_hard_2008-ld-soname): Likewise.
8499         (abi-n64_soft-ld-soname): Likewise.
8500         (abi-n64_hard-ld-soname): Likewise.
8501         (abi-n64_soft_2008-ld-soname): Likewise.
8502         (abi-n64_hard_2008-ld-soname): Likewise.
8503         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
8504         Likewise.
8505         (abi-64-v2-ld-soname): Likewise.
8506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
8507         ld.so entries.
8508         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
8509         variable.
8510         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
8511         entry.
8512         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
8513         variable.
8514         (abi-64-ld-soname): Likewise.
8515         (abi-x32-ld-soname): Likewise.
8516         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
8517         entry.
8518         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8520 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
8522         [BZ #14138]
8523         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
8524         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
8525         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
8526         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
8527         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
8528         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
8529         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
8530         syscall entry for GLIBC_2.2 symbol version.
8531         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
8532         Likewise.
8533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
8534         (setrlimit): Likewise.
8535         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
8536         Likewise.
8538 2014-09-23  Will Newton  <will.newton@linaro.org>
8540         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
8541         _LINUX_ARM_SYSDEP_H include guard too.
8542         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
8543         define.
8545 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
8547         * sysdeps/unix/sysv/linux/eventfd.c:
8548         Make first argument unsigned.
8549         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
8550         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
8552 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
8554         * socket/recvmmsg.c (recvmmsg): Drop const argument.
8555         * socket/sys/socket.h: Likewise
8556         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
8558 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8560         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
8562 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
8564         * time/tst-ftime.c: New test.
8565         * time/Makefile (tests): Add tst-ftime.
8567 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
8569         * soft-fp/extended.h: Fix comment formatting.
8570         * soft-fp/op-1.h: Likewise.
8571         * soft-fp/op-2.h: Likewise.
8572         * soft-fp/op-4.h: Likewise.
8573         * soft-fp/op-8.h: Likewise.
8574         * soft-fp/op-common.h: Likewise.
8575         * soft-fp/soft-fp.h: Likewise.
8577         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
8579 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
8581         [BZ #6652]
8582         * Makeconfig (soversions-default-setname): Remove variable.
8583         ($(common-objpfx)soversions.i): Don't pass default_setname to
8584         soversions.awk.
8585         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
8586         oldest_abi to abi-versions.awk.
8587         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
8588         * config.make.in (oldest-abi): Remove variable.
8589         * configure.ac (--enable-oldest-abi): Remove configure option.
8590         * configure: Regenerated.
8591         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
8592         text.
8593         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
8594         * scripts/soversions.awk: Do not handle default_setname variable.
8595         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
8596         variable.
8597         * sysdeps/mach/hurd/configure: Regenerated.
8598         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
8599         variable.
8600         * sysdeps/unix/sysv/linux/configure: Regenerated.
8602 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
8604         * elf/Makefile (CFLAGS-interp.c): Remove.
8605         ($(elf-objpfx)runtime-linker.h): Generate header with linker
8606         path string.
8607         * elf/interp.c: Include generated runtime-linker.h
8609         * Makerules (lib%.so): Don't include $(+interp) in
8610         prerequisites.
8611         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
8612         * dlfcn/eval.c: Remove file.
8614         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
8615         macros.
8617         [BZ #17266]
8618         * misc/sys/cdefs.h: Define __extern_always_inline for clang
8619         4.2 and newer.
8621         [BZ #17370]
8622         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
8624 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
8625             Jakub Jelinek  <jakub@redhat.com>
8627         [BZ #17266]
8628         * libio/stdio.h: Check definition of __fortify_function
8629         instead of __extern_always_inline to include bits/stdio2.h.
8630         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
8631         check if __extern_always_inline is defined.
8632         [__USE_MISC || __USE_XOPEN]: Likewise.
8633         [__USE_ISOC99] Likewise.
8634         * misc/sys/cdefs.h (__fortify_function): Define only if
8635         __extern_always_inline is defined.
8636         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
8637         __extern_always_inline and __extern_inline only for g++-4.3
8638         and newer or a compatible gcc.
8640 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
8642         [BZ #17371]
8643         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8644         last change to handle zero prefix length.
8646 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
8648         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
8649         _SC_REGEX_VERSION.
8651         * posix/getconf.c (vars): Add _POSIX_IPV6 and
8652         _POSIX_RAW_SOCKETS.
8654 2014-09-13  Allan McRae  <allan@archlinux.org>
8656         * po/ru.po: Update Russian translation from translation project.
8658 2014-09-12  Roland McGrath  <roland@hack.frob.com>
8660         * locale/programs/locale.c (show_locale_vars): Inline local function
8661         into its sole call site.  Clean up some style nits.
8662         (print_item): New function, broken out of ...
8663         (show_info): ... local function here.  Clean up style nits.
8665         * locale/programs/ld-ctype.c (set_one_default): New function, broken
8666         out of ...
8667         (set_class_defaults): ... local function set_default here.
8668         Define set_default as a macro locally to pass constant parameters.
8669         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
8670         rather than a shared local.
8672         * stdlib/rpmatch.c (try): New function, broken out of ...
8673         (rpmatch): ... local function here.  Also, prototypify definition.
8675 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
8677         * scripts/soversions.awk: Do not handle configuration names.
8678         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
8679         vendor and os variables to soversions.awk.
8680         * configure.ac: Do not modify gnu-* host_os.
8681         * configure: Regenerated
8682         * shlib-versions: Remove first column with configuration names.
8683         * nptl/shlib-versions: Likewise.
8684         * nptl_db/shlib-versions: Likewise.
8685         * sysdeps/hppa/shlib-versions: Likewise.
8686         * sysdeps/m68k/shlib-versions: Likewise.
8687         * sysdeps/mach/hurd/shlib-versions: Likewise.
8688         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
8689         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
8690         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
8691         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
8692         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
8693         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
8694         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
8695         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
8696         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8697         Likewise.
8698         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8699         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8700         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8701         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8702         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8703         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
8704         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8705         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8707         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8708         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
8709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8710         Regenerated.
8711         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
8712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8713         Condition symbol version definitions on [HAVE_ELFV2_ABI].
8715         * shlib-versions: Remove OS-specific entries.  Moved to files in
8716         sysdeps.
8717         * sysdeps/mach/hurd/shlib-versions: New file.
8718         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8720         * nptl/shlib-versions: Remove architecture-specific entries.
8721         Moved to files in sysdeps.
8722         * shlib-versions: Likewise.
8723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
8724         file.
8725         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8726         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8727         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8728         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8730         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
8731         (UDP_NO_CHECK6_RX): Likewise.
8733 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8735         * sysdeps/posix/sysconf.c (__sysconf): Spell
8736         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
8738 2014-08-12  Florian Weimer  <fweimer@redhat.com>
8740         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
8741         loading.
8742         * iconv/Versions (__gconv_transliterate): Export for use from
8743         gconv modules.
8744         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
8745         (struct __gconv_trans_data, __gconv_trans_fct,
8746         __gconv_trans_context_fct, __gconv_trans_query_fct,
8747         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
8748         definitions.
8749         (struct __gconv_step_data): Remove __trans member.
8750         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
8751         longer hidden.  Remove unused trans_data argument.
8752         * iconv/gconv_int.h (struct trans_struct): Remove definition.
8753         (__gconv_translit_find): Remove declaration.
8754         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
8755         prototype.
8756         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
8757         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
8758         trans_data argument.  Add hidden definition.
8759         (__gconv_translit_find): Remove.
8760         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
8761         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
8762         * iconv/skeleton.c: Remove transliteration initialization.
8763         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
8764         __gconv_step_data initialization.
8765         * libio/iofwide.c (__libio_translit_): Remove.
8766         (_IO_fwide): Adjust struct __gconv_step_data initialization.
8767         * wcsmbs/btowc.c (__btowc): Likewise.
8768         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
8769         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
8770         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
8771         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
8772         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
8773         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
8774         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
8775         * wcsmbs/wctob.c (wctob): Likewise.
8777 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8779         [BZ #16194]
8780         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
8781         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
8782         register usage.
8783         * sysdeps/x86/Makefile: Adjust.
8785 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8786             Roland McGrath  <roland@hack.frob.com>
8788         * locale/weight.h: Add include guard.
8789         (findidx): Make static rather than auto; take new parameters
8790         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
8791         * locale/weightwc.h: Likewise.
8792         * posix/fnmatch_loop.c
8793         (FCT): Change type of EXTRA from int32_t to wint_t.
8794         Don't include either header inside the function.
8795         Call FINDIDX rather than findidx, and pass new arguments.
8796         #undef FINDIDX at the end of the file.
8797         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
8798         FINDIDX before including fnmatch_loop.c for the non-wide version.
8799         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
8800         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
8801         for the wide version.
8802         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
8803         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
8804         Pass new arguments to findidx.
8805         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
8806         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
8807         Don't #include it inside the function.  Pass new arguments to findidx.
8808         * posix/regex_internal.h
8809         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
8810         (re_string_elem_size_at): Don't #include it inside the function.
8811         Pass new arguments to findidx.
8812         * string/strcoll_l.c: #include WEIGHT_H at top level.
8813         (get_next_seq): Don't #include it inside the function.
8814         Pass new arguments to findidx.
8815         (get_next_seq_nocache): Likewise.
8816         * string/strxfrm_l.c: #include WEIGHT_H at top level.
8817         (STRXFRM): Don't #include it inside the function.
8818         Pass new arguments to findidx.
8820 2014-09-11  Florian Weimer  <fweimer@redhat.com>
8822         [BZ #17344]
8823         * malloc/malloc.c (unlink): Turn asserts into a call to
8824         malloc_printerr.
8826 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
8828         [BZ #17370]
8829         * libio/wfileops (do_ftell_wide): Free OUT.
8831 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
8833         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
8835 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8837         [BZ #17363]
8838         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
8839         group if the current group is empty.
8841 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8843         * benchtests/bench-memset.c (test_main): Add more test from size
8844         from 32 to 512 bytes.
8845         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8846         Add POWER8 memset object.
8847         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8848         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
8849         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
8850         implementation.
8851         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
8852         Likewise.
8853         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
8854         multiarch POWER8 memset optimization.
8855         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
8856         POWER8 memset optimization.
8858         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8859         Remove bzero multiarch objects.
8860         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
8861         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
8862         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
8863         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
8864         Remove define.
8865         [__bzero]: Redefine to specific name.
8866         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
8867         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
8868         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
8869         define.
8870         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
8871         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
8873 2014-09-10  Florian Weimer  <fweimer@redhat.com>
8875         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
8876         warnings into errors.
8878         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
8879         __cxa_thread_atexit_impl prototype.
8881 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8883         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
8884         Fix capitalization of error message.
8886 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8888         * sysdeps/mips/preconfigure: Modify ABI tests.
8890 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
8892         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
8894 2014-09-07  Roland McGrath  <roland@hack.frob.com>
8895             Carlos O'Donell  <carlos@systemhalted.org>
8897         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
8898         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
8899         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
8900         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
8901         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
8902         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
8903         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
8904         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
8905         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
8906         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
8907         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
8908         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
8909         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
8910         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
8911         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
8912         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
8913         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
8914         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
8915         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
8916         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
8917         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
8918         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
8919         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
8920         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
8921         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
8922         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
8923         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
8924         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
8925         Deconditionalize the code that was previously under [RESET_PID].
8926         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
8927         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
8928         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
8929         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
8930         include sysdep.h.
8932 2014-09-08  Allan McRae  <allan@archlinux.org>
8934         * version.h (RELEASE): Set to "development".
8935         (VERSION): Set to "2.20.90"
8937 2014-09-07  Allan McRae  <allan@archlinux.org
8939         * version.h (RELEASE): Set to "stable".
8940         (VERSION): Set to "2.20"
8941         * include/features.h (__GLIBC_MINOR__): Set to 20.
8943         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
8944         Liebler.
8946         * po/ko.po: Update Korean translation from translation project.
8948 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
8950         [BZ #17354]
8951         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
8952         macro for handling signed relocations.
8954 2014-09-03  Florian Weimer  <fweimer@redhat.com>
8956         [BZ #17325]
8957         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
8958         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
8959         assert.
8960         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
8961         * iconvdata/ibm935.c (BODY): Likewise.
8962         * iconvdata/ibm937.c (BODY): Likewise.
8963         * iconvdata/ibm939.c (BODY): Likewise.
8964         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
8965         assert.
8966         * iconvdata/Makefile (iconv-test.out): Pass module list to test
8967         script.
8968         * iconvdata/run-iconv-test.sh: New test loop for checking for
8969         decoder crashers.
8971 2014-09-02  Khem Raj  <raj.khem@gmail.com>
8973         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
8974         libm_hidden_ver.
8976 2014-09-01  Allan McRae  <allan@archlinux.org>
8978         * po/eo.po: Update Esperanto translation from translation project.
8980         * po/ca.po: Update Catalan translation from translation project.
8982 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8984         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
8985         __proc_dostop call.
8987 2014-08-27  Mark Wielaard  <mjw@redhat.com>
8989         [BZ #17319]
8990         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
8991         to call set_thread_area instead of hand written asm.
8992         (__NR_set_thread_area): Removed define.
8993         (TLS_FLAG_WRITABLE): Likewise.
8994         (__ASSUME_SET_THREAD_AREA): Remove check.
8995         (TLS_EBX_ARG): Remove define.
8996         (TLS_LOAD_EBX): Likewise.
8998 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9000         Simplify atomicity of socket creation in bind.
9002         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
9003         looking up the name after linking the file.
9005 2014-08-27  Allan McRae  <allan@archlinux.org>
9007         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9009 2014-08-26  Florian Weimer  <fweimer@redhat.com>
9011         [BZ #17187]
9012         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
9013         trans_compare, open_translit, __gconv_translit_find):
9014         Remove module loading code.
9016 2014-08-26  Allan McRae  <allan@archlinux.org>
9018         * po/vi.po: Update Vietnamese translation from translation project.
9020         * po/uk.po: Update Ukrainian translation from translation project.
9022         * po/fr.po: Update French translation from translation project.
9024         * po/ru.po: Update Russian translation from translation project.
9026         * po/pl.po: Update Polish translation from translation project.
9028         * po/cs.po: Update Czech translation from translation project.
9030         * po/de.po: Update German translation from translation project.
9032         * po/bg.po: Update Bulgarian translation from translation project.
9034         * po/sv.po: Update Sweedish translation from translation project.
9036         * po/nl.po: Update Dutch translation from translation project.
9038         * po/es.po: Update Spanish translation from translation project.
9040 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
9042         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
9044         * catgets/Makefile (CPPFLAGS-gencat): Remove.
9045         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
9046         (CPPFLAGS-iconvconfig): Likewise.
9047         * timezone/Makefile (CPPFLAGS-zic): Likewise.
9049         * include/libc-symbols.h: Remove unnecessary check for
9050         NOT_IN_libc.
9051         * nptl/pthreadP.h: Likewise.
9052         * sysdeps/aarch64/setjmp.S: Likewise.
9053         * sysdeps/alpha/setjmp.S: Likewise.
9054         * sysdeps/arm/sysdep.h: Likewise.
9055         * sysdeps/i386/setjmp.S: Likewise.
9056         * sysdeps/m68k/setjmp.c: Likewise.
9057         * sysdeps/posix/getcwd.c: Likewise.
9058         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
9059         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
9060         * sysdeps/s390/s390-32/setjmp.S: Likewise.
9061         * sysdeps/s390/s390-64/setjmp.S: Likewise.
9062         * sysdeps/sh/sh3/setjmp.S: Likewise.
9063         * sysdeps/sh/sh4/setjmp.S: Likewise.
9064         * sysdeps/unix/alpha/sysdep.h: Likewise.
9065         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
9066         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
9067         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
9068         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
9069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
9070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
9071         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
9072         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
9073         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
9074         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
9075         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
9076         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
9077         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
9078         * sysdeps/x86_64/setjmp.S: Likewise.
9080 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
9082         [BZ #17263]
9083         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
9084         <stdint.h>.
9085         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
9086         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
9088 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
9090         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
9092         [BZ #17262]
9093         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
9094         and __x86_64__ when disabling x87 inline functions.
9096 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
9098         [BZ #17259]
9099         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
9100         asm statement with __cpuid_count.
9102 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
9104         * configure.ac: Change __ehdr_start code to dereference the struct.
9105         Run readelf on the output to look for relocations.
9106         * configure: Regenerated.
9108 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
9110         [BZ #17261]
9111         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
9112         value to 0.
9113         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
9115 2014-08-12  Roland McGrath  <roland@hack.frob.com>
9117         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
9119 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
9121         [BZ #16892]
9122         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
9123         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
9125 2014-08-12  Sean Anderson  <seanga2@gmail.com>
9127         * malloc/malloc.c: Fix typo in comment.
9129 2014-08-09  Allan McRae  <allan@archlinux.org>
9131         * Regenerate libc.po.
9133 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
9135         * intl/tst-gettext2.sh: Check every lang file for creation.
9137 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
9139         * sysdeps/aarch64/fpu/math_private.h
9140         (libc_feholdsetround_noex_aarch64_ctx): New function.
9142 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
9144         * sysdeps/arm/armv6/strcpy.S (strcpy):
9145         Fix performance issue in misaligned cases.
9147 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9149         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
9150         Move definition from termios.h.
9151         (struct termio): Likewise.
9152         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9153         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
9154         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
9155         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
9156         Likewise.
9157         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
9158         Move definition to ioctl-types.h
9159         (struct termio): Likewise.
9160         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9161         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
9162         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
9163         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
9164         Likewise.
9166 2014-08-05  Richard Henderson  <rth@redhat.com>
9168         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
9169         exceptions.
9170         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
9171         Add fraiseexcpt.
9172         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
9173         Use __feraiseexcept.
9174         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
9175         Protect libm symbols with IS_IN_libm.
9177         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
9179 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
9181         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
9183 2014-08-04  Will Newton  <will.newton@linaro.org>
9185         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
9186         file.
9188 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
9190         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
9191         variants for each function.
9193 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9195         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
9196         appended ...
9197         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
9198         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
9199         appended ...
9200         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
9201         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
9202         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
9203         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
9204         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
9205         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
9206         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
9207         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
9208         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
9209         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
9210         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
9211         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
9212         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
9213         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
9214         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
9215         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
9216         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
9217         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
9218         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
9219         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
9220         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
9221         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
9222         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
9223         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
9224         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
9225         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
9226         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
9227         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
9228         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
9229         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
9230         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
9231         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
9232         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
9233         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
9234         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
9235         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
9236         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
9237         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
9238         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
9239         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
9240         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
9241         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
9242         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
9243         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
9244         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
9245         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
9246         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
9247         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
9248         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
9249         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
9250         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
9251         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
9252         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
9253         Update #include.
9254         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
9255         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
9257 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9259         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
9260         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
9261         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
9262         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
9263         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
9264         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
9266 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9268         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
9269         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
9270         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9271         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
9273 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9275         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
9276         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
9277         (__libc_vfork): Define function under this name.
9278         (__vfork): Define as an alias.
9279         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
9280         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
9282 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9284         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
9285         that was previously under [RESET_PID].
9286         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
9288 2014-08-04  Andreas Schwab  <schwab@suse.de>
9290         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
9292 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
9294         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
9295         (main): Likewise.
9297 2014-08-01  Roland McGrath  <roland@hack.frob.com>
9299         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
9301 2014-08-01  Richard Henderon  <rth@redhat.com>
9303         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
9304         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
9305         typo in exact zero test.
9306         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
9307         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
9308         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
9310 2014-08-01  Roland McGrath  <roland@hack.frob.com>
9312         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
9313         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
9314         * sysdeps/arm/sysdep.h: ... here.
9315         [!__ASSEMBLER__]: Include <stdint.h>.
9317 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
9319         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
9320         (HAVE_WCTYPE_H): Likewise.
9321         (HAVE_ISWCTYPE): Likewise.
9322         (ENABLE_NLS): Likewise.
9323         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
9324         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
9326         * posix/regex_internal.c: Check if DEBUG is defined and is
9327         set.
9329         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
9330         (HAVE_MBSRTOWCS): Likewise.
9331         * posix/fnmatch.c: Include string.h unconditionally.
9333 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
9335         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
9336         reversal.
9338 2014-07-31  Roland McGrath  <roland@hack.frob.com>
9340         * sysdeps/generic/safe-fatal.h: New file.
9341         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
9342         * nptl/forward.c: Include it.
9343         (__pthread_unwind): Use __safe_fatal as default action, rather
9344         than a bogus use of INTERNAL_SYSCALL that could never work.
9346         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
9347         * configure.ac (libc_cv_builtin_trap): New test.
9348         * configure: Regenerated.
9349         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
9350         (ABORT_INSTRUCTION): Define using __builtin_trap.
9352         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
9353         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
9354         * sysdeps/nptl/nptl-signals.h: New file.
9355         * nptl/pthreadP.h: Include <nptl-signals.h>.
9357 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
9359         * sysdeps/s390/s390-64/utf16-utf32-z9.c
9360         (ONE_DIRECTION): Define.
9361         * sysdeps/s390/s390-64/utf8-utf16-z9.c
9362         (ONE_DIRECTION): Define.
9363         * sysdeps/s390/s390-64/utf8-utf32-z9.c
9364         (ONE_DIRECTION): Define.
9366 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
9368         * sysdeps/s390/Makefile: Delete file.
9369         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
9370         * sysdeps/s390/__longjmp.c: Delete file.
9371         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
9372         Remove fields __flags and __reserved.
9373         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
9374         and add versioning.
9375         * sysdeps/s390/rtld-__longjmp.c: Delete file.
9376         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
9377         * sysdeps/s390/rtld-setjmp.S: Likewise.
9378         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
9379         * sysdeps/s390/s390-32/__longjmp.c: ... here.
9380         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
9381         * sysdeps/s390/s390-32/setjmp.S: ... here.
9382         Add versioning.
9383         (__sigsetjmp): Remove setting __flags field.
9384         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
9385         * sysdeps/s390/s390-64/__longjmp.c: ... here.
9386         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
9387         * sysdeps/s390/s390-64/setjmp.S: ... here.
9388         Add versioning.
9389         (__sigsetjmp): Remove setting __flags field.
9390         * sysdeps/s390/setjmp.S: Delete file.
9391         * sysdeps/s390/sigjmp.c: Likewise.
9392         * sysdeps/s390/v1-longjmp.c: Likewise.
9393         * sysdeps/s390/v1-setjmp.h: Likewise.
9394         * sysdeps/s390/v1-sigjmp.c: Likewise.
9395         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
9396         Remove v1-longjmp_chk.
9397         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
9398         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
9399         Include debug/longjmp_chk.c and add versioning.
9400         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
9401         Include nptl/pt-longjmp.c and add versioning.
9402         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
9403         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
9404         Include __longjmp.c.
9405         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
9406         Move to ...
9407         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
9408         (__getcontext): Remove setting __flags field.
9409         Add versioning.
9410         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
9411         Don't restore upper high grps.
9412         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
9413         Likewise.
9414         (__swapcontext): Remove setting uc_flags field.
9415         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
9416         Delete file.
9417         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
9418         Include __longjmp.c.
9419         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
9420         Move to ...
9421         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
9422         (__getcontext): Remove setting __flags field.
9423         Add versioning.
9424         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
9425         (__swapcontext): Remove setting uc_flags field.
9426         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
9427         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
9428         Remove fields uc_high_gprs and __reserved.
9429         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
9430         New file with reverted content.
9431         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
9432         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
9433         Regenerated.
9434         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
9435         Regenerated.
9437 2014-07-31  Andreas Schwab  <schwab@suse.de>
9439         * config.h.in (HAVE_IFUNC): Define to 0.
9440         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
9441         definedness.
9443 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
9445         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9446         memmove-avx-unaligned, memcpy-avx-unaligned and
9447         mempcpy-avx-unaligned.
9448         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9449         Add tests for AVX memcpy functions.
9450         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
9451         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
9452         memcpy_chk.
9453         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
9454         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
9455         memmove_chk.
9456         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
9457         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
9458         mempcpy_chk.
9459         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
9460         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
9461         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
9463 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9465         [BZ #17213]
9466         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
9467         powerpc64le.
9469 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
9471         [BZ #16839]
9472         * manual/llio.texi: Add section about open file description locks.
9473         * manual/examples/ofdlocks.c: Example of open file description
9474         lock usage.
9475         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
9476         F_OFD_SETLK, and F_OFD_SETLKW.
9478 2014-07-23  Allan McRae  <allan@archlinux.org>
9480         * po/es.po: Update Spanish translation from translation project.
9482 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
9484         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
9486 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
9488         [BZ #17078]
9489         * sysdeps/arm/dl-machine.h (elf_machine_rela)
9490         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
9491         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
9493 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
9495         [BZ #17088]
9496         * math/fesetenv.c (__fesetenv)
9497         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
9498         * math/feupdateenv.c (__feupdateenv)
9499         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
9501         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
9502         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
9503         (__ASSUME_SOCKETCALL): Do not define.
9505         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
9506         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
9507         (__ASSUME_SOCKETCALL): Do not define.
9508         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
9509         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9510         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9511         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9512         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9513         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
9514         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9515         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9517         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
9518         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
9519         (__ASSUME_SOCKETCALL): Do not define.
9520         (__ASSUME_IPC64): Define unconditionally.
9521         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9522         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9523         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9524         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9525         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
9526         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9527         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
9528         Likewise.
9530         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
9531         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
9532         (__ASSUME_SOCKETCALL): Do not define.
9533         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
9534         (__ASSUME_FUTEX_LOCK_PI): Likewise.
9535         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9536         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
9537         (__ASSUME_REQUEUE_PI): Define unconditionally.
9538         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
9539         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
9540         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9541         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
9542         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9543         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9545         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
9546         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
9547         (__ASSUME_SOCKETCALL): Do not define.
9548         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
9549         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9550         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9551         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
9552         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9553         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9555         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
9556         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
9557         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9558         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
9559         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9560         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
9561         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9562         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
9563         (__ASSUME_GETCPU_SYSCALL): Likewise.
9565         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
9566         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
9567         cases for individual architectures.
9568         * sysdeps/gnu/configure: Regenerated.
9569         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
9570         LIBC_SLIBDIR_RTLDDIR.
9571         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
9572         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
9573         LIBC_SLIBDIR_RTLDDIR.
9574         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
9575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
9576         LIBC_SLIBDIR_RTLDDIR.
9577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
9578         Regenerated.
9579         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
9580         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
9581         file.
9582         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
9583         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
9584         file.
9585         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
9586         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
9587         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
9588         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
9590         * sysdeps/aarch64/shlib-versions: Move to ...
9591         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
9592         * sysdeps/alpha/shlib-versions: Move to ...
9593         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
9594         * sysdeps/arm/shlib-versions: Move to ...
9595         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
9596         * sysdeps/hppa/shlib-versions: Move all contents except for
9597         libgcc_s entry to ...
9598         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
9599         entry from ...
9600         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
9601         * sysdeps/ia64/shlib-versions: Move to ...
9602         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
9603         entry from ...
9604         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
9605         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
9606         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
9607         * sysdeps/microblaze/shlib-versions: Move to ...
9608         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
9609         * sysdeps/mips/shlib-versions: Move to ...
9610         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
9611         entry from ...
9612         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
9613         * sysdeps/tile/shlib-versions: Move to ...
9614         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
9615         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
9616         from ...
9617         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
9618         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
9619         entry from ...
9620         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
9622 2014-07-17  Will Newton  <will.newton@linaro.org>
9624         * sysdeps/arm/bits/atomic.h
9625         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
9626         (__arch_compare_and_exchange_bool_16_int): Likewise.
9627         (__arch_compare_and_exchange_bool_64_int): Likewise.
9629         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
9630         into an #else block.
9632 2014-07-16  Roland McGrath  <roland@hack.frob.com>
9634         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
9635         just Linux configurations.  Test empirically that the compiler sets
9636         __ARM_EABI__, rather than using the tuple to decide.
9637         * sysdeps/arm/preconfigure: Regenerated.
9638         * sysdeps/unix/sysv/linux/arm/configure: File removed.
9639         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
9640         contents appended ...
9641         * sysdeps/arm/configure.ac: ... here.
9642         * sysdeps/arm/configure: Regenerated.
9644 2014-07-15  Roland McGrath  <roland@hack.frob.com>
9646         * nptl/pthread_kill.c: New file.
9647         * nptl/pthread_sigmask.c: New file.
9648         * nptl/pthread_sigqueue.c: New file.
9650         * sysdeps/nptl/lowlevellock.h: New file.
9651         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
9652         * sysdeps/nptl/lowlevellock-futex.h: New file.
9654         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
9655         Remove dead declarations.
9657 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
9659         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
9660         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
9661         config-cflags-avx2.
9662         * sysdeps/x86_64/configure.ac: Likewise.
9663         * sysdeps/i386/configure: Regenerated.
9664         * sysdeps/x86_64/configure: Likewise.
9665         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9666         memset-avx2 only if config-cflags-avx2 is yes.
9667         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9668         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
9669         defined.
9670         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
9671         only if HAVE_AVX2_SUPPORT is defined.
9672         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
9674 2014-07-14  Alan Modra  <amodra@gmail.com>
9676         [BZ #17153]
9677         * elf/elf.h (DT_PPC64_NUM): Correct value.
9678         * NEWS: Add to fixed bug list.
9680 2014-07-13  Jim Meyering  <meyering@fb.com>
9682         [BZ 17150]
9683         regex: don't deref NULL upon heap allocation failure
9684         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
9685         failure in one more place.
9686         To trigger the segfault, configure grep -with-included-regex,
9687         build it, and run these commands:
9688         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
9690 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
9692         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
9694 2014-07-11  Richard Henderson  <rth@redhat.com>
9696         * sysdeps/aarch64/libm-test-ulps: Update.
9698 2014-07-10  Florian Weimer  <fweimer@redhat.com>
9700         [BZ #17135]
9701         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
9702         * nptl/allocatestack.c (__nptl_setxid_error): New function.
9703         (__nptl_setxid): Initialize error member.  Call
9704         __nptl_setxid_error.
9705         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
9706         * nptl/descr.h (struct xid_command): Add error member.
9707         * nptl/tst-setuid3.c: New file.
9708         * nptl/Makefile (tests): Add it.
9710 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9712         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
9713         New define.
9714         (__lll_trylock): Use __lll_base_trylock.
9715         (__lll_cond_trylock): Likewise.
9717 2014-07-10  Roland McGrath  <roland@hack.frob.com>
9719         * nptl/pthread_create.c (start_thread): Use atomic_or and
9720         lll_futex_wake directly rather than lll_robust_dead.
9721         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9722         (lll_robust_dead): Macro removed.
9723         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
9724         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9725         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9726         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9727         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9728         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9729         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9730         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9731         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9732         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9733         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9734         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9735         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9736         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9737         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9739         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
9740         Use atomic_compare_and_exchange_val_acq directly rather than
9741         lll_robust_trylock.
9742         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9743         (__lll_robust_trylock, lll_robust_trylock): Removed.
9744         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9745         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9746         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9747         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9748         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9749         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9750         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9751         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9752         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9753         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9754         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9755         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9756         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9757         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9759 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9761         * manual/locale.texi (Locale Names): New section documenting
9762         locale name syntax.  Adjust menu and node chaining accordingly.
9763         (Choosing Locale): Reference Locale Names, Locale Categories.
9764         Mention setting LC_ALL=C.  Reflect that name syntax is now
9765         documented.
9766         (Locale Categories): New section title.  Reference Locale Names.
9767         LC_ALL is an environment variable, but not a category.
9768         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
9769         description, now in Locale Name.  Reference that section.  Locale
9770         name syntax is now documented.
9772 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9774         [BZ #17137]
9775         * locale/findlocale.c (name_present, valid_locale_name): New
9776         functions.
9777         (_nl_find_locale): Use the loc_name variable to store name
9778         candidates.  Call name_present and valid_locale_name to check and
9779         validate locale names.  Return an error if the locale is invalid.
9781 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9783         * locale/setlocale.c (setlocale): Use strdup for allocating
9784         composite name copy.
9786 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9788         Sync up with gnulib.
9789         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
9790         [!_LIBC && ENABLE_NLS]: Include gettext.h.
9791         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
9792         and _GL_ARG_NONNULL.
9793         [USE_UNLOCKED_IO]: Include unlocked-io.h.
9794         [!_LIBC]: Include code for Windows and Cygwin.
9795         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
9796         Include prototype for int strerror_r.
9797         [!_LIBC] (is_open): New function.
9798         (flush_stdout): New function.
9799         (print_errno_message): Use it.
9800         (error): Likewise.
9801         (error_at_line): Likewise.
9802         (error_tail) Add function attribute macros.  Use
9803         __builtin_expect.
9805         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
9807         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
9809         * io/ftw.c: Include sys/param.h unconditionally.
9811         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
9813         [BZ #17125]
9814         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
9815         libc_freeres_ptr.
9816         (freecache): New function to free CACHE on exit.
9818         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
9819         initialization.
9821 2014-07-09  David S. Miller  <davem@davemloft.net>
9823         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9825         * sysdeps/sparc/nptl/internaltypes.h: Delete.
9826         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
9827         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
9828         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
9829         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
9830         * sysdeps/sparc/nptl/sem_init.c: Likewise.
9831         * sysdeps/sparc/nptl/sem_post.c: Likewise.
9832         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
9833         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
9834         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
9835         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
9836         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
9837         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
9839 2014-07-09  Andreas Schwab  <schwab@suse.de>
9841         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
9842         output.
9843         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
9844         (do_test): Likewise.
9846         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9848 2014-07-09  Will Newton  <will.newton@linaro.org>
9850         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
9851         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
9852         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
9853         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
9854         * sysdeps/hppa/start.S (_start): Likewise.
9856 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
9858         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
9860         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
9861         defined.
9863 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9865         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
9866         after checking that it is non-NULL.
9868         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
9870 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9872         * sysdeps/powerpc/memmove.c: Remove file.
9873         * sysdeps/powerpc/powerpc32/power4/memcopy.h
9874         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
9875         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
9876         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
9877         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
9878         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
9879         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
9880         string memmove instead of removed powerpc one.
9882         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
9883         [weak_alias]: Fix compiler warning due trailing data.
9884         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
9885         [weak_alias]: Likewise.
9886         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
9887         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
9889         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
9890         (__libc_ifunc_impl_list): Add memmove functions.
9892 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9894         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
9895         Remove code.
9896         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
9897         Likewise
9898         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
9899         Likewise
9900         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
9901         Likewise
9902         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
9903         Likewise
9904         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
9905         Likewise
9906         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
9907         Likewise
9908         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
9909         Likewise
9910         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
9911         Likewise
9912         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
9913         Likewise
9914         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
9915         Likewise
9916         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
9917         Likewise
9918         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
9919         Likewise
9920         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
9921         Likewise
9922         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
9923         Likewise
9924         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
9925         Likewise
9926         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
9927         Likewise
9929 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9931         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
9932         to avoid alignment traps in non-cacheable memory.
9933         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
9935         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
9936         multiarch objects.
9937         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
9938         file: multiarch power7 memmove.
9939         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
9940         multiarch default memmove.
9941         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
9942         multiarch memove for powerpc32/power4.
9944         * string/bcopy.c: Use full path to include memmove.c.
9945         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
9946         multiarch objects.
9947         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
9948         bcopy for powerpc64.
9949         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
9950         bcopy for powerpc64.
9951         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
9952         and memmove implementations.
9953         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
9954         optimized multiarch memmove for POWER7/powerpc64.
9955         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
9956         default multiarch memmove for powerpc64.
9957         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
9958         multiarch for powerpc64.
9959         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
9960         for POWER7/powerpc64.
9961         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
9962         memmove for POWER7/powerpc64.
9964         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
9965         glibc default one.
9967         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
9968         __ELF_NATIVE_CLASS equal to 64.
9970 2014-07-07  Roland McGrath  <roland@hack.frob.com>
9972         * sysdeps/nptl/lowlevellock.h: File removed.
9974         * NEWS: NPTL is no longer an add-on!
9975         * nptl/internaltypes.h: Moved ...
9976         * sysdeps/nptl/internaltypes.h: ... here.
9977         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
9978         * sysdeps/nptl/fork.c: Likewise.
9979         * sysdeps/nptl/gai_misc.h: Likewise.
9980         * sysdeps/nptl/librt-cancellation.c: Likewise.
9981         * sysdeps/nptl/jmp-unwind.c: Likewise.
9982         * sysdeps/nptl/setxid.h: Likewise.
9983         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
9984         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
9985         * sysdeps/unix/sysv/linux/arm/Implies: New file.
9986         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
9987         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
9988         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
9989         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
9990         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
9991         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
9992         * sysdeps/unix/sysv/linux/mips/Implies: New file.
9993         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
9994         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
9995         * sysdeps/unix/sysv/linux/sh/Implies: New file.
9996         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
9997         * sysdeps/unix/sysv/linux/tile/Implies: New file.
9998         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
9999         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
10000         * nptl/Makeconfig: Moved ...
10001         * sysdeps/nptl/Makeconfig: ... here.
10002         * nptl/configure: File removed.
10003         * nptl/ANNOUNCE: File removed.
10004         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
10005         * sysdeps/unix/sysv/linux/configure: Regenerated.
10007         * nptl/Makefile (routines): Add libc_pthread_init,
10008         libc_multiple_threads, register-atfork and unregister-atfork.
10009         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
10010         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
10011         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
10012         pthread-pi-defines.sym, structsem.sym.
10013         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
10014         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
10015         [$(subdir) = nptl] (tests): Add tst-setgetname.
10016         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
10017         * sysdeps/unix/sysv/linux/sigaction.c: Just include
10018         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
10019         [!LIBC_SIGACTION]: Remove aliases.
10020         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
10021         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
10022         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10023         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
10024         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
10025         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
10026         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
10027         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
10028         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
10029         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
10030         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
10031         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
10032         __libc_allocate_rtsig_private.
10033         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
10034         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
10035         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
10036         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
10037         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
10038         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
10039         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
10040         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
10041         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
10042         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
10043         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
10044         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
10045         * nptl/internaltypes.h: ... here.
10046         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
10047         * sysdeps/nptl/jmp-unwind.c: ... here.
10048         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
10049         * nptl/libc-lowlevellock.c: ... here.
10050         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
10051         * nptl/libc_multiple_threads.c: ... here.
10052         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
10053         * nptl/libc_pthread_init.c: ... here.
10054         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
10055         * nptl/lowlevelbarrier.sym: ... here.
10056         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
10057         * nptl/lowlevelcond.sym: ... here.
10058         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
10059         * nptl/lowlevellock.c: ... here.
10060         * nptl/lowlevellock.h: Moved ...
10061         * sysdeps/nptl/lowlevellock.h: ... here.
10062         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
10063         * nptl/lowlevelrobustlock.c: ... here.
10064         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
10065         * nptl/lowlevelrobustlock.sym: ... here.
10066         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
10067         * nptl/lowlevelrwlock.sym: ... here.
10068         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
10069         * nptl/pt-fork.c: ... here.
10070         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
10071         * nptl/pthread-pi-defines.sym: ... here.
10072         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
10073         * nptl/pthread_attr_getaffinity.c: ... here.
10074         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
10075         * nptl/pthread_attr_setaffinity.c: ... here.
10076         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
10077         * nptl/pthread_mutex_cond_lock.c: ... here.
10078         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10079         Update #include.
10080         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
10081         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
10082         * nptl/pthread_once.c: ... here, replacing old file.
10083         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
10084         * nptl/pthread_yield.c: ... here.
10085         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
10086         * nptl/register-atfork.c: ... here.
10087         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
10088         * nptl/sem_post.c: ... here.
10089         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
10090         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
10091         * nptl/sem_timedwait.c: ... here.
10092         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
10093         * nptl/sem_trywait.c: ... here.
10094         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
10095         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
10096         * nptl/sem_wait.c: ... here.
10097         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
10098         * nptl/structsem.sym: ... here.
10099         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
10100         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
10101         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
10102         * nptl/unregister-atfork.c: ... here.
10103         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
10104         * nptl/unwindbuf.sym: ... here.
10105         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
10106         * sysdeps/nptl/fork.c: ... here.
10107         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
10108         * sysdeps/nptl/fork.h: ... here.
10109         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
10110         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
10111         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
10112         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
10113         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
10114         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
10115         * sysdeps/unix/sysv/linux/getpid.c: ... here.
10116         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
10117         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
10118         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
10119         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
10120         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
10121         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
10122         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
10123         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
10124         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
10125         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
10126         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
10127         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
10128         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
10129         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
10130         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
10131         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
10132         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
10133         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
10134         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
10135         * sysdeps/unix/sysv/linux/raise.c: ... here.
10136         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
10137         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
10138         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
10139         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
10140         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
10141         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
10142         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
10143         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
10144         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
10145         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
10146         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
10147         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
10148         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
10149         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
10150         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
10152 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
10154         * sysdeps/generic/memcopy.h: Add comment for
10155         MEMCPY_OK_FOR_FWD_MEMMOVE.
10157 2014-07-04  Will Newton  <will.newton@linaro.org>
10159         * string/memchr.c: Merge from gnulib.
10160         [_LIBC]: Remove conditionals.
10161         (__ptr_t): Remove define.
10162         (LONG_MAX_32_BITS): Likewise.
10163         (LONG_MAX): Likewise.
10164         (MEMCHR): Use ANSI prototype and optimize algorithm.
10166         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
10168 2014-07-03  Roland McGrath  <roland@hack.frob.com>
10170         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
10171         (lll_futex_timed_wait_bitset): Fix syscall argument count.
10173         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
10174         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
10175         in a bare environment with no <stdlib.h> installed.
10176         * sysdeps/nptl/configure: Regenerated.
10178         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
10180         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
10181         AC_EGREP_CPP for kernel header checks, so they only succeed if
10182         including <linux/version.h> actually works right.
10183         * sysdeps/unix/sysv/linux/configure: Regenerated.
10185         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
10186         value so it's not diagnosed as unused.
10188         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
10189         thing) with "ifeq ($(subdir),rt)".
10191 2014-07-03  Richard Henderson  <rth@redhat.com>
10193         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
10194         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
10195         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
10197         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
10198         (math_force_eval): New.
10200         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
10201         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
10203         * sysdeps/alpha/fpu/s_round.c: Remove file.
10204         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
10206         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
10207         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
10208         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
10209         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
10210         (_dl_start, print_statistics): Likewise.
10211         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
10212         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
10214         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10215         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10216         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10217         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10218         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10219         (HP_SMALL_TIMING_AVAIL): Define.
10220         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10221         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
10222         (HP_SMALL_TIMING_AVAIL): Define.
10223         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10224         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
10226         * sysdeps/aarch64/hp-timing.h: New file.
10228         * sysdeps/generic/hp-timing.h: Remove dead comment.
10229         * sysdeps/generic/hp-timing-common.h: New file.
10230         * sysdeps/alpha/hp-timing.h: Include it.
10231         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
10232         * sysdeps/i386/i686/hp-timing.h: Likewise.
10233         * sysdeps/ia64/hp-timing.h: Likewise.
10234         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
10235         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
10236         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
10237         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
10238         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
10239         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
10240         (hp_timing_t): New.
10242         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
10243         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
10244         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
10245         * elf/rtld.c (_dl_start_final): Likewise.
10246         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
10247         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10248         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10249         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10250         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10251         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10252         (HP_TIMING_DIFF_INIT): Remove.
10253         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10254         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
10255         (HP_TIMING_DIFF_INIT): Remove.
10256         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
10257         * sysdeps/i386/i686/hp-timing.c: Remove file.
10258         * sysdeps/x86_64/hp-timing.c: Remove file.
10259         * sysdeps/ia64/hp-timing.c: Remove file.
10260         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
10261         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
10262         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
10263         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
10265         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
10266         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
10267         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
10268         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10269         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10270         (HP_TIMING_ACCUM): Remove.
10271         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10272         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
10273         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10275         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
10276         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
10277         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
10278         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
10279         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
10280         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
10281         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
10282         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
10284         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
10286 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
10288         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
10290 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10292         Sync up with gettext.
10293         * intl/loadmsgcat.c: Define O_BINARY if not defined.
10294         [_MSC_VER]: Include malloc.h
10295         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
10296         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
10297         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
10298         TEMP_FAILURE_RETRY.  Cast return of alloca.
10299         [!_LIBC] Call gl_rwlock_init.
10300         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
10302 2014-07-02  Roland McGrath  <roland@hack.frob.com>
10304         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
10305         before checking its value.
10307 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10309         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
10311         * debug/memcpy_chk.c: Don't include pagecopy.h.
10312         * debug/mempcpy_chk.c: Likewise.
10313         * string/memcpy.c: Likewise.
10314         * string/memmove.c: Likewise.
10315         * sysdeps/powerpc/memmove.c: Likewise.
10316         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
10317         definition of PAGE_COPY_FWD_MAYBE here...
10318         * sysdeps/generic/pagecopy.h: ... from here.
10319         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
10321 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10322             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10324         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
10325         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
10326         optimizations.
10327         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10328         (__libc_ifunc_impl_list): Likewise.
10329         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
10330         multiarch strcat for PPC64.
10331         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
10332         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
10334 2014-07-02  Roland McGrath  <roland@hack.frob.com>
10336         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
10338 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10340         * intl/loadmsgcat.c: Remove declaration of
10341         get_sysdep_segment_value.
10342         (get_sysdep_segment_value): Use ISO C style.
10343         (_nl_load_domain): Use ISO C style.  Get rid of redundant
10344         semicolon.  Fix typo and formatting in comment.
10345         (_nl_unload_domain): Use ISO C style.
10347         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
10349 2014-07-02  Will Newton  <will.newton@linaro.org>
10351         * malloc/obstack.c: Merge from gnulib master.
10352         [HAVE_CONFIG_H]: Remove conditional code.
10353         [!_LIBC]: Include config.h.
10354         [!ELIDE_CODE]: Don't include inttypes.h, include
10355         stdint.h unconditionally.
10356         (print_and_abort): Mark as _Noreturn.
10357         (_obstack_allocated_p): Mark as __attribute_pure__.
10358         (obstack_free): Rename to __obstack_free.
10359         [!__attribute__]: Remove conditional code.
10360         * malloc/obstack.h: Merge from gnulib master.
10361         [__cplusplus]: Move conditional down.
10362         [!__attribute_pure__]: Define __attribute_pure__ here
10363         if it is not already defined.
10364         (_obstack_memory_used): Mark as __attribute_pure__.
10365         [!__obstack_free]: Define as obstack_free.
10366         [__GNUC__]: Remove check for ancient NeXT gcc.
10368 2014-07-02  Will Newton  <will.newton@linaro.org>
10369             Paul Eggert  <eggert@cs.ucla.edu>
10371         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
10373 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10375         * resolv/gethnamaddr.c: Add comment warning that the file is
10376         not maintained.
10378 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
10380         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
10381         entries.
10383         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
10384         entry for aio_cancel and aio_cancel64.
10385         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
10386         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
10387         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
10388         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
10389         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
10390         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
10391         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
10392         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
10393         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
10394         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
10395         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
10396         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
10397         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
10399 2014-07-01  Roland McGrath  <roland@hack.frob.com>
10401         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
10402         * nptl/pthread_mutex_lock.c: Likewise.
10403         * nptl/pthread_mutex_timedlock.c: Likewise.
10404         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
10406 2014-07-01  Richard henderson  <rth@redhat.com>
10408         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
10409         (__isnan, __isnanl): Remove.
10410         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
10412         * sysdeps/alpha/fpu/libm-test-ulps: Update.
10414 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
10416         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10418 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
10420         * resolv/nss_dns/dns-host.c (getanswer_r)
10421         [MULTI_PTRS_ARE_ALIASES]: Remove code.
10423 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
10425         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10426         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
10427         undefine.
10428         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
10429         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
10431 2014-07-01  Roland McGrath <roland@hack.frob.com>
10433         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
10434         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
10436         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
10437         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
10439         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
10440         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
10441         ... here.
10442         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
10443         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
10445         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
10446         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
10447         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
10448         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
10450         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
10451         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
10452         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
10453         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
10454         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
10455         Moved ...
10456         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
10457         ... here.
10458         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
10459         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
10460         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
10461         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
10462         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
10463         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
10464         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
10465         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
10466         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
10467         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
10468         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
10469         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
10470         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
10471         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
10472         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
10473         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
10474         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
10475         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
10476         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
10477         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
10478         ... here.
10479         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
10480         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
10481         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
10482         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
10483         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
10484         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
10485         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
10486         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
10488 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
10490         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
10491         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
10492         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
10493         Add sysdep.
10495 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10497         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10499 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
10501         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
10502         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10504         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
10506         * sysdeps/arm/libm-test-ulps: Regenerated.
10508 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
10509             Roland McGrath <roland@hack.frob.com>
10511         * test-skeleton.c (signal_handler): Kill the whole process group
10512         before killing the child individually.
10513         (main): Report any failure on `setpgid'.
10515 2014-06-30  Roland McGrath  <roland@hack.frob.com>
10517         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
10518         from _TLS_H to _ARM_NPTL_TLS_H.
10519         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
10520         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
10522 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
10524         [BZ #16539]
10525         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
10526         (__expm1l): Return argument unchanged when small but not
10527         subnormal.
10529         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
10530         include macro name.
10531         (_FP_UNPACK_RAW_1_P): Likewise.
10532         (_FP_PACK_RAW_1): Likewise.
10533         (_FP_PACK_RAW_1_P): Likewise.
10534         (_FP_MUL_MEAT_1_wide): Likewise.
10535         (_FP_MUL_MEAT_DW_1_hard): Likewise.
10536         (_FP_MUL_MEAT_1_hard): Likewise.
10537         (_FP_DIV_MEAT_1_imm): Likewise.
10538         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
10539         (_FP_DIV_MEAT_1_udiv): Likewise.
10540         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
10541         (_FP_UNPACK_RAW_2): Likewise.
10542         (_FP_UNPACK_RAW_2_P): Likewise.
10543         (_FP_PACK_RAW_2): Likewise.
10544         (_FP_PACK_RAW_2_P): Likewise.
10545         (_FP_MUL_MEAT_DW_2_wide): Likewise.
10546         (_FP_MUL_MEAT_2_wide): Likewise.
10547         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
10548         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
10549         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
10550         (_FP_MUL_MEAT_2_gmp): Likewise.
10551         (_FP_DIV_MEAT_2_udiv): Likewise.
10552         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
10553         (_FP_FRAC_SRL_4): Likewise.
10554         (_FP_FRAC_SRST_4): Likewise.
10555         (_FP_FRAC_SRS_4): Likewise.
10556         (_FP_UNPACK_RAW_4): Likewise.
10557         (_FP_UNPACK_RAW_4_P): Likewise.
10558         (_FP_PACK_RAW_4): Likewise.
10559         (_FP_PACK_RAW_4_P): Likewise.
10560         (_FP_MUL_MEAT_DW_4_wide): Likewise.
10561         (_FP_MUL_MEAT_4_wide): Likewise.
10562         (_FP_MUL_MEAT_4_gmp): Likewise.
10563         (umul_ppppmnnn): Likewise.
10564         (_FP_DIV_MEAT_4_udiv): Likewise.
10565         (__FP_FRAC_ADD_4): Likewise.
10566         (__FP_FRAC_SUB_3): Likewise.
10567         (__FP_FRAC_SUB_4): Likewise.
10568         (__FP_FRAC_DEC_3): Likewise.
10569         (__FP_FRAC_DEC_4): Likewise.
10570         (__FP_FRAC_ADDI_4): Likewise.
10571         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
10572         (_FP_FRAC_SRL_8): Likewise.
10573         (_FP_FRAC_SRS_8): Likewise.
10575         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
10576         include macro name.
10577         (FP_UNPACK_RAW_EP): Likewise.
10578         (FP_PACK_RAW_E): Likewise.
10579         (FP_PACK_RAW_EP): Likewise.
10580         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
10581         (_FP_ISSIGNAN): Likewise.
10582         (_FP_ADD_INTERNAL): Likewise.
10583         (_FP_FMA): Likewise.
10584         (_FP_CMP): Likewise.
10585         (_FP_SQRT): Likewise.
10586         (_FP_TO_INT): Likewise.
10587         (_FP_FROM_INT): Likewise.
10588         (FP_EXTEND): Likewise.
10589         (_FP_DIV_MEAT_N_loop): Likewise.
10591 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
10593         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
10594         throughout.
10596 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
10598         [BZ #17097]
10599         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
10600         result with correct sign in case of exponents that produce
10601         overflow except for X very close to 1.
10603 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
10605         mktime: merge #if/#ifdef usage from glibc
10606         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
10607         as that works with both Glibc's and Gnulib's style.
10608         See thread starting at Siddhesh Poyarekar's bug report at:
10609         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
10611 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
10613         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
10614         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
10615         * sysdeps/tile/tilegx/memmove.c: Remove file.
10617 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10619         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
10620         abi-name definition.
10621         * scripts/soversions.awk: Do not handle or generate ABI lines.
10622         * shlib-versions: Remove ABI entries.
10623         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
10624         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
10626 2014-06-27  Roland McGrath  <roland@hack.frob.com>
10628         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
10629         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
10630         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
10631         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
10632         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
10633         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
10634         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
10635         Moved ...
10636         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
10637         ... here.
10638         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
10639         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
10640         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
10641         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
10642         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
10643         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
10644         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
10645         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
10646         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
10647         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
10648         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
10649         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
10650         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
10651         Moved ...
10652         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
10653         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
10654         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
10655         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
10656         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
10657         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
10658         Moved ...
10659         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
10660         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
10661         Moved ...
10662         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
10663         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
10664         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
10665         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
10666         Moved ...
10667         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
10668         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
10669         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
10670         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
10671         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
10672         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
10673         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
10674         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
10675         Moved ...
10676         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
10677         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
10678         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
10679         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
10680         Moved ...
10681         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
10682         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
10683         Moved ...
10684         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
10685         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
10686         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
10687         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
10688         Moved ...
10689         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
10690         ... here.
10691         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
10692         Identical file removed.
10693         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
10694         Moved ...
10695         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
10696         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
10697         Identical file removed.
10698         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
10699         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
10700         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
10701         Moved ...
10702         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
10703         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
10704         Identical file removed.
10705         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
10706         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
10707         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
10708         Identical file removed.
10709         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
10710         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
10711         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
10712         Identical file removed.
10713         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
10714         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
10715         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
10716         Identical file removed.
10717         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
10718         Moved ...
10719         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
10720         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
10721         Identical file removed.
10722         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
10723         Moved ...
10724         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
10725         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
10726         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
10727         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
10728         Identical file removed.
10729         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
10730         Moved ...
10731         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
10732         ... here.
10733         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
10734         Identical file removed.
10735         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
10736         Moved ...
10737         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
10738         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
10739         Identical file removed.
10740         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
10741         Moved ...
10742         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
10743         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
10744         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
10745         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
10746         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
10747         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
10748         Moved ...
10749         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
10750         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
10751         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
10753         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
10754         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
10755         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
10756         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
10757         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
10759 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
10761         [BZ #17092]
10762         * nscd/nscd.c (monitor_child): Return exit status of child
10763         instead of return value from wait syscall.
10765 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10767         * configure.ac (libc_commonpagesize): Remove variable.
10768         (libc_relro_required): Likewise.
10769         (libc_cv_z_relro): Remove configure test.
10770         * configure: Regenerated.
10771         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
10772         variable.
10773         (libc_relro_required): Likewise.
10774         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
10775         (libc_relro_required): Likewise.
10776         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
10777         (libc_relro_required): Likewise.
10778         * sysdeps/arm/preconfigure: Regenerated.
10779         * sysdeps/ia64/preconfigure: Remove file.
10780         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
10781         variable.
10782         (libc_relro_required): Likewise.
10784         [BZ #16561]
10785         [BZ #16562]
10786         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
10787         (__ieee754_yn): Set FE_TONEAREST mode internally and then
10788         recompute overflowing results in original rounding mode.
10789         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
10790         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
10791         recompute overflowing results in original rounding mode.
10792         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
10793         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10794         recompute overflowing results in original rounding mode.
10795         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
10796         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10797         recompute overflowing results in original rounding mode.
10798         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
10799         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10800         recompute overflowing results in original rounding mode.
10801         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
10802         (libc_feholdsetround_ctx): New macro.
10803         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
10804         * sysdeps/i386/fpu/libm-test-ulps: Update.
10805         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
10807 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10809         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
10810         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
10811         corresponding .cpsetup call.
10813 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10815         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
10816         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
10817         * sysdeps/arm/Makefile [$(subdir) = csu]
10818         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
10819         (static-only-routines): Add aeabi_read_tp here.
10820         (shared-only-routines): Add libc-aeabi_read_tp here.
10821         (CFLAGS-libc-start.c): Add -fexceptions here.
10822         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
10823         (sysdep_routines, static-only-routines, shared-only-routines):
10824         Don't add to these here.
10825         (CFLAGS-libc-start.c): Likewise.
10827         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
10828         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10829         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
10830         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10831         * sysdeps/arm/Makefile [$(subdir) = rt]
10832         (librt-sysdep_routines, librt-shared-only-routines):
10833         Append rt-aeabi_unwind_cpp_pr1 here.
10834         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
10835         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
10836         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
10837         (libpthread-sysdep_routines, libpthread-shared-only-routines):
10838         Append nptl-aeabi_unwind_cpp_pr1 here.
10839         (tests): Filter out tst-cleanupx4 here.
10840         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
10841         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
10842         Don't do those here.
10844 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10846         * scripts/list-sources.sh: Do not handle ports specially.
10848 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10850         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
10851         * sysdeps/arm/feupdateenv.c: Likewise.
10853         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
10855 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10857         * manual/texinfo.tex: Update to version 2014-05-05.10 with
10858         trailing whitespace removed.
10859         * scripts/config.guess: Update to version 2014-03-23.
10860         * scripts/config.sub: Update to version 2014-05-01
10861         * scripts/install-sh: Update to version 2013-12-25.23.
10862         * scripts/move-if-change: Update from gnulib.
10864 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10866         * debug/memmove_chk.c: Remove pagecopy.h include.
10868 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10870         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
10871         identical to gnulib mktime.
10873 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10875         * configure.ac: Do not test for machine being rs6000.  Do not test
10876         for powerpc*-*soft.
10877         * configure: Regenerated.
10879         [BZ #11505]
10880         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
10881         test.
10882         * configure: Regenerated.
10883         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
10884         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
10885         Remove configure test.
10886         * sysdeps/arm/configure: Regenerated.
10887         * sysdeps/nptl/configure.ac: Do not check
10888         libc_cv_asm_cfi_directives.
10889         * sysdeps/nptl/configure: Regenerated.
10890         * sysdeps/x86_64/nptl/configure.ac: Remove file.
10891         * sysdeps/x86_64/nptl/configure: Remove generated file.
10892         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
10893         unconditional.
10894         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
10896 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10898         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
10899         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
10900         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
10901         it is defined.
10903         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
10904         instead of whether it is defined.
10905         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
10906         * sysdeps/hppa/dl-machine.h: Likewise.
10907         * sysdeps/ia64/dl-machine.h: Likewise.
10908         * sysdeps/m68k/dl-machine.h: Likewise.
10909         * sysdeps/microblaze/dl-machine.h: Likewise.
10910         * sysdeps/mips/dl-machine.: Likewise.
10911         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
10912         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
10913         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
10914         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
10915         * sysdeps/sh/dl-machine.h: Likewise.
10916         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10917         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10918         * sysdeps/tile/dl-machine.h: Likewise.
10919         * sysdeps/x86_64/dl-machine.h: Likewise.
10921         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
10922         code.
10923         (verify_persistent_db): Likewise.
10925 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10927         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
10928         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
10929         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
10930         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
10931         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
10932         Moved ...
10933         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
10934         ... here.
10935         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
10936         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
10937         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
10938         Identical file removed.
10939         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
10940         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
10941         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
10942         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
10943         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
10944         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
10945         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
10946         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
10947         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
10948         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
10949         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10950         Moved ...
10951         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
10952         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
10953         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
10954         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
10955         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
10956         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
10957         Moved ...
10958         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
10959         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
10960         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
10961         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
10962         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
10963         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
10964         Identical file removed.
10965         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
10966         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
10967         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
10968         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
10969         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
10970         Moved ...
10971         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
10972         ... here.
10973         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
10974         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
10975         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
10976         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
10977         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
10978         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
10979         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
10980         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
10981         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
10982         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
10983         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10984         Moved ...
10985         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
10986         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
10987         Moved ...
10988         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
10989         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
10990         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
10991         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
10992         Moved ...
10993         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
10994         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
10995         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
10997         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
10998         folded into ...
10999         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
11000         * sysdeps/unix/sysv/linux/s390/Versions
11001         (libpthread: GLIBC_2.19): New version set.
11002         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
11003         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
11004         (librt: GLIBC_2.3.3): New version set.
11005         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
11006         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
11007         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
11008         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
11009         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
11010         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
11011         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
11012         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
11013         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
11014         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
11015         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
11016         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
11017         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
11018         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
11019         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
11020         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
11021         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
11022         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
11023         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
11024         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
11025         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
11026         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
11027         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
11028         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
11029         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
11030         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
11031         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
11032         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
11033         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
11034         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
11035         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
11036         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
11037         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
11038         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
11039         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
11040         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
11041         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
11042         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
11043         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
11044         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
11045         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
11046         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
11047         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
11048         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
11049         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
11051         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
11052         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
11053         (__libc_vfork): Define the function under this name.
11054         [!NOT_IN_libc] (__vfork): Make this an alias.
11055         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
11056         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
11057         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
11058         (__libc_vfork): Define the function under this name.
11059         [!NOT_IN_libc] (__vfork): Make this an alias.
11060         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
11061         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
11062         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
11063         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
11064         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
11065         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
11067         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
11068         code that was previously under [RESET_PID].
11069         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
11070         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
11071         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
11073         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
11074         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
11075         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
11076         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
11077         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
11078         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
11079         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
11080         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
11081         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
11082         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
11083         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
11084         Moved ...
11085         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
11086         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
11087         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
11088         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
11089         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
11090         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
11091         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
11092         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
11093         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
11094         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
11095         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
11096         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
11097         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
11098         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
11099         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
11100         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
11101         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
11102         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
11103         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
11104         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
11105         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
11106         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
11107         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
11108         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
11109         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
11110         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
11111         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
11112         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
11113         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
11115 2014-06-25  Roland McGrath  <roland@hack.frob.com>
11117         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
11118         that was previously under [RESET_PID].
11119         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
11121 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11123         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
11124         not undefine and redefine.
11125         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
11126         [O_CLOEXEC]: Make code unconditional.
11127         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
11128         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
11129         <kernel-features.h>.
11130         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
11131         conditional variable definition.
11132         (shm_open) [O_CLOEXEC]: Make code unconditional.
11133         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
11134         code.
11136         * configure.ac (USE_REGPARMS): Don't define here.
11137         * configure: Regenerated.
11138         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
11139         * sysdeps/i386/configure: Regenerated.
11141         * nptl/createthread.c: Don't include kernel-features.h.
11142         * nptl/pthread_cancel.c: Likewise.
11143         * nptl/pthread_condattr_setclock.c: Likewise.
11144         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
11145         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
11146         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
11147         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
11148         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
11149         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
11150         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
11151         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
11152         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
11153         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
11154         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
11155         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
11156         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
11157         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
11158         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
11159         * nscd/gai.c: Likewise.
11160         * nss/nss_db/db-open.c: Likewise.
11161         * sysdeps/generic/ldsodefs.h: Likewise.
11162         * sysdeps/sh/nptl/tls.h: Likewise.
11163         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
11164         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
11165         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
11166         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
11167         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
11168         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
11169         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
11170         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
11171         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
11172         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
11173         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
11174         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
11175         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
11176         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
11177         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
11178         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
11179         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
11180         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
11181         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
11182         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
11183         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
11184         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
11185         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
11186         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
11187         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
11188         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
11189         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
11190         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
11191         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
11192         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
11193         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
11194         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
11195         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
11196         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
11197         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
11198         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
11199         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
11200         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
11201         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
11202         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
11203         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
11204         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
11205         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
11206         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
11207         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
11208         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
11209         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
11210         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
11211         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
11212         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
11213         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
11214         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
11215         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
11216         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
11217         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
11218         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
11219         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
11220         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
11221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
11222         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
11223         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
11224         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
11225         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
11226         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
11227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
11228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
11229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
11230         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
11231         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
11232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
11233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
11234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
11235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
11236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
11237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
11238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
11239         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
11240         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
11241         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
11242         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
11243         * sysdeps/unix/sysv/linux/pread.c: Likewise.
11244         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
11245         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
11246         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
11247         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
11248         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
11249         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
11250         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
11251         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
11252         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
11253         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
11254         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
11255         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
11256         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
11257         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
11258         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
11259         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
11260         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
11261         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
11262         * sysdeps/unix/sysv/linux/system.c: Likewise.
11263         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
11264         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
11265         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
11266         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
11267         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
11268         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
11269         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
11271         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
11272         * configure: Regenerated.
11273         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
11275         * configure.ac (base_machine): Do not set specially for particular
11276         machines here.
11277         * configure: Regenerated.
11278         * sysdeps/powerpc/preconfigure: Move machine and base_machine
11279         settings from configure.ac.
11280         * sysdeps/i386/preconfigure: New file.
11281         * sysdeps/s390/preconfigure: Likewise.
11282         * sysdeps/sh/preconfigure: Likewise.
11283         * sysdeps/sparc/preconfigure: Likewise.
11285 2014-06-25  Roland McGrath  <roland@hack.frob.com>
11287         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
11288         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
11289         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
11290         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
11291         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
11292         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
11293         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
11294         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
11295         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
11296         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
11297         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
11298         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
11299         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
11300         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
11301         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
11302         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
11303         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
11304         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
11305         * sysdeps/sparc/sparc64/Makefile: ... appended here.
11307         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
11308         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
11309         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
11310         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
11311         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
11312         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
11313         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
11314         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
11315         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
11316         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
11317         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
11318         * sysdeps/sparc/sparc32/sem_post.c: ... here.
11319         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
11320         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
11321         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
11322         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
11323         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
11324         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
11325         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
11326         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
11327         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
11328         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
11329         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
11330         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
11331         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
11332         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
11333         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
11334         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
11335         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
11336         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
11337         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
11338         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
11339         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
11340         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
11341         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
11342         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
11343         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
11344         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
11346         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
11347         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
11348         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
11349         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
11350         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
11351         Moved ...
11352         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
11353         ... here.
11354         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
11355         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
11356         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
11357         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
11358         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
11359         Moved ...
11360         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
11361         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
11362         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
11363         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
11364         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
11365         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
11366         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
11367         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
11368         Moved ...
11369         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
11370         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
11371         Moved ...
11372         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
11373         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
11374         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
11375         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
11376         Moved ...
11377         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
11378         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
11379         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
11380         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
11381         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
11382         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
11383         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
11384         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
11385         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
11386         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
11387         Moved ...
11388         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
11389         ... here.
11390         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
11391         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
11392         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
11393         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
11394         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
11395         Moved ...
11396         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
11397         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
11398         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
11399         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
11400         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
11401         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
11402         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
11403         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
11404         Moved ...
11405         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
11406         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
11407         Moved ...
11408         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
11409         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
11410         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
11411         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
11412         Moved ...
11413         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
11414         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
11415         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
11416         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
11417         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
11419 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11421         * timezone/checktab.awk: Update from tzcode 2014e.
11422         * timezone/private.h: Likewise.
11423         * timezone/tzfile.h: Likewise.
11424         * timezone/zdump.c: Likewise.
11425         * timezone/zic.c: Likewise.
11427         * sysdeps/unix/sysv/linux/kernel-features.h
11428         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
11429         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
11430         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
11431         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
11432         Remove conditional code.
11434 2014-06-25  Will Newton  <will.newton@linaro.org>
11436         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
11437         (_dl_arm_cap_flags): Add HWCAP2 values.
11438         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
11439         (_DL_HWCAP_COUNT): Increase to 37.
11440         (_DL_HWCAP_LAST): New define.
11441         (_DL_HWCAP2_LAST): New define.
11442         (_dl_procinfo): Add support for printing
11443         AT_HWCAP2 entries.
11444         (_dl_string_hwcap): Use _dl_hwcap_string.
11446 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11448         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11450 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11452         * README: Do not mention ports directory.
11454         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
11455         Remove macro.
11456         * sysdeps/unix/sysv/linux/futimes.c: Do not include
11457         <kernel-features.h>.
11458         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
11459         conditional variable definition.
11460         (__futimes): Update comment.
11461         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
11462         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
11464         [BZ #16560]
11465         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
11466         arguments close to 0.
11467         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
11468         Likewise.
11469         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
11470         Likewise.
11471         * math/auto-libm-test-in: Add more tests of exp10.
11472         * math/auto-libm-test-out: Regenerated.
11473         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11475         * sysdeps/unix/sysv/linux/kernel-features.h
11476         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
11477         * sysdeps/unix/sysv/linux/readv.c: Do not include
11478         <kernel-features.h>.
11479         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11480         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11481         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11482         unconditional.
11483         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11484         conditional code.
11485         * sysdeps/unix/sysv/linux/writev.c: Do not include
11486         <kernel-features.h>.
11487         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11488         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11489         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11490         unconditional.
11491         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11492         conditional code.
11494 2014-06-25  Will Newton  <will.newton@linaro.org>
11496         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
11497         comment changes throughout the file.  Remove checks
11498         for HAVE_*_H definitions that are not required.
11499         (__gen_tempname): Call abort if an unknown kind value is
11500         passed.
11502 2014-06-25  Andreas Schwab  <schwab@suse.de>
11504         [BZ #17086]
11505         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
11506         scalbln, scalblnf, scalblnl in libc.
11508 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
11510         [BZ #17086]
11511         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
11512         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11513         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11515 2014-06-24  Roland McGrath  <roland@hack.frob.com>
11517         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
11518         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
11519         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
11520         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
11521         Update #include.
11522         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
11523         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
11524         Update #include.
11525         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
11526         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
11527         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
11528         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
11529         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
11530         * sysdeps/x86/bits/pthreadtypes.h: ... here.
11531         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
11532         * sysdeps/x86/bits/semaphore.h: ... here.
11533         * sysdeps/x86/nptl/elide.h: Moved ...
11534         * sysdeps/x86/elide.h: ... here.
11535         * sysdeps/x86_64/nptl/Implies: File removed.
11536         * sysdeps/i386/nptl/Implies: File removed.
11538 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
11540         [BZ #16539]
11541         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
11542         return the argument for normal arguments with exponent below -64.
11543         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
11544         Likewise.
11545         * math/auto-libm-test-in: Add another test of expm1.
11546         * math/auto-libm-test-out: Regenerated.
11548         [BZ #16287]
11549         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
11550         calling __erfcl for arguments at least 16.
11551         * math/auto-libm-test-in: Add more tests of erf.
11552         * math/auto-libm-test-out: Regenerated.
11554         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
11555         individual architectures.
11556         * sysdeps/unix/sysv/linux/configure: Regenerated.
11557         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
11558         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
11559         * sysdeps/unix/sysv/linux/powerpc/configure.ac
11560         (ldd_rewrite_script): Define variable.
11561         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
11562         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
11563         file.
11564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
11565         generated file.
11566         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
11567         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
11568         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
11569         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
11570         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
11571         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
11572         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
11573         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
11575 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11577         [BZ #17084]
11578         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
11579         Rename member __data.d to __data.__elision_data.
11581 2014-06-24  Wilco  <wdijkstr@arm.com>
11583         * NEWS: Add 16918 to fixed bug list.
11585 2014-06-24  Wilco  <wdijkstr@arm.com>
11587         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
11589 2014-06-24  Wilco  <wdijkstr@arm.com>
11591         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
11592         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
11593         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
11594         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
11595         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
11596         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
11597         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
11598         Use _FPU_MASK_RM.
11600 2014-06-24  Wilco  <wdijkstr@arm.com>
11602         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
11604 2014-06-24  Wilco  <wdijkstr@arm.com>
11606         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
11607         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
11608         * sysdeps/arm/fesetround.c (fesetround): Remove space.
11609         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
11611 2014-06-24  Wilco  <wdijkstr@arm.com>
11613         [BZ #16918]
11614         * sysdeps/arm/feupdateenv.c (feupdateenv):
11615         Rewrite to reduce FPSCR accesses and fix return value.
11617 2014-06-24  Wilco  <wdijkstr@arm.com>
11619         * sysdeps/arm/fclrexcpt.c (feclearexcept):
11620         Optimize to avoid unnecessary FPSCR writes.
11621         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
11622         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
11623         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
11624         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
11626 2014-06-24  Wilco  <wdijkstr@arm.com>
11628         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
11629         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
11630         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
11631         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
11632         Call libc_fetestexcept_vfp.
11633         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
11634         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
11635         __SOFTFP__ ifdef so that they can be built for softfp.
11637 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11639         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
11640         argument type signed char.
11642         * Makerules (check-abi): Dump diff of symlist if the test
11643         fails.
11645 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11647         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
11648         using abort.
11650         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11651         Remove unused variable ST.
11653 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11655         [BZ #16354]
11656         [BZ #17061]
11657         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
11658         small arguments before calling __expm1.
11659         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
11660         small arguments before calling __expm1f.
11661         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
11662         small arguments before calling __expm1l.
11663         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
11664         Likewise.
11665         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
11666         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
11667         spurious underflow for some cosh tests.
11668         * math/auto-libm-test-out: Regenerated.
11669         * sysdeps/i386/fpu/libm-test-ulps: Update.
11671         [BZ #17050]
11672         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
11673         (__ieee754_y1): Set errno if return value overflows.
11674         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
11675         (__ieee754_y1f): Set errno if return value overflows.
11676         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
11677         (__ieee754_y1l): Set errno if return value overflows.
11678         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
11679         (__ieee754_y1l): Set errno if return value overflows.
11680         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
11681         * math/auto-libm-test-out: Regenerated.
11683         * math/gen-auto-libm-tests.c: Document use of
11684         ignore-zero-inf-sign.
11685         (input_flag_type): Add value flag_ignore_zero_inf_sign.
11686         (input_flags): Add ignore-zero-inf-sign.
11687         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
11688         * math/gen-libm-test.pl (generate_testfile): Handle
11689         ignore-zero-inf-sign.
11690         * math/auto-libm-test-in: Mark some cpow tests with
11691         ignore-zero-inf-sign and some with xfail-rounding.
11692         * math/auto-libm-test-out: Regenerated.
11693         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
11694         * sysdeps/i386/fpu/libm-test-ulps: Update.
11695         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11697         [BZ #16315]
11698         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
11699         overflowing or underflowing operations take place with sign of
11700         result.
11701         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
11702         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
11703         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
11704         (__ieee754_pow): Recompute overflowing and underflowing results in
11705         original rounding mode.
11706         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
11707         (__powl_helper): Allow negative argument X and scale negated value
11708         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
11709         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
11710         overflowing or underflowing operations take place with sign of
11711         result.
11712         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
11713         Include <math.h>.
11714         * math/auto-libm-test-in: Add more tests of pow.
11715         * math/auto-libm-test-out: Regenerated.
11716         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
11717         (pow_tonearest_test_data): Remove.
11718         (pow_test_tonearest): Likewise.
11719         (pow_towardzero_test_data): Likewise.
11720         (pow_test_towardzero): Likewise.
11721         (pow_downward_test_data): Likewise.
11722         (pow_test_downward): Likewise.
11723         (pow_upward_test_data): Likewise.
11724         (pow_test_upward): Likewise.
11725         (main): Don't call removed functions.
11726         * sysdeps/i386/fpu/libm-test-ulps: Update.
11727         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11729 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
11732         Moved ...
11733         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
11734         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
11735         Moved ...
11736         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
11737         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
11738         Moved ...
11739         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
11740         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
11741         Moved ...
11742         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
11743         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
11744         File removed.
11745         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
11746         File removed.
11747         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
11748         File removed.
11749         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
11750         File removed.
11751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
11752         File removed.
11753         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
11754         File removed.
11755         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
11756         File removed.
11757         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
11758         File removed.
11759         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
11760         File removed.
11761         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
11762         File removed.
11763         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
11764         File removed.
11765         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
11766         File removed.
11767         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
11768         Moved ...
11769         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
11770         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
11771         Moved ...
11772         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
11773         ... here.
11774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
11775         Moved ...
11776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
11777         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
11778         Moved ...
11779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
11780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
11781         Moved ...
11782         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
11783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
11784         Moved ...
11785         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
11786         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
11787         Moved ...
11788         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
11789         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
11790         Moved ...
11791         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
11792         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
11793         Moved ...
11794         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
11795         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
11796         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
11797         ... here.
11798         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
11799         Moved ...
11800         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
11801         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
11802         Moved ...
11803         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
11804         ... here.
11805         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
11806         Moved ...
11807         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
11808         ... here.
11809         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
11810         Moved ...
11811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
11812         ... here.
11813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
11814         Moved ...
11815         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
11816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11817         Moved ...
11818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
11819         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
11820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
11821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11822         Moved ...
11823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
11824         ... here.
11825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
11826         Moved ...
11827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
11828         ... here.
11829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11830         Moved ...
11831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
11832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
11833         Moved ...
11834         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
11835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11836         Moved ...
11837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
11838         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
11839         Moved ...
11840         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
11841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11842         Moved ...
11843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
11844         ... here.
11845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
11846         Moved ...
11847         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
11848         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11849         Moved ...
11850         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
11851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
11852         Moved ...
11853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
11854         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11855         Moved ...
11856         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
11857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
11858         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
11859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11860         Moved ...
11861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
11862         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
11863         Moved ...
11864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
11865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11866         Moved ...
11867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
11868         ... here.
11869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
11870         Moved ...
11871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
11872         ... here.
11873         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11874         Moved ...
11875         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
11876         ... here.
11877         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
11878         Moved ...
11879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
11880         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11881         Moved ...
11882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
11883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
11884         Moved ...
11885         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
11886         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11887         Moved ...
11888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
11889         ... here.
11890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
11891         Moved ...
11892         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
11893         ... here.
11894         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11895         Moved ...
11896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
11897         ... here.
11898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
11899         Moved ...
11900         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
11901         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
11902         Moved ...
11903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
11905 2014-06-23  Will Newton  <will.newton@linaro.org>
11906             Wilco  <wdijkstr@arm.com>
11908         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
11909         implementation.  Include get-rounding-mode.h.
11910         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
11911         [!libc_feholdsetround_noex_ctx]: Define
11912         libc_feholdsetround_noex_ctx.
11913         [!libc_feholdsetround_noexf_ctx]: Define
11914         libc_feholdsetround_noexf_ctx.
11915         [!libc_feholdsetround_noexl_ctx]: Define
11916         libc_feholdsetround_noexl_ctx.
11917         (libc_feholdsetround_ctx): New function.
11918         (libc_feresetround_ctx): New function.
11919         (libc_feholdsetround_noex_ctx): New function.
11920         (libc_feresetround_noex_ctx): New function.
11922 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11924         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
11925         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
11926         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
11927         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
11928         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
11929         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
11931         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
11932         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
11933         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
11934         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
11935         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
11936         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
11937         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
11938         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
11939         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
11940         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
11941         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
11942         Moved ...
11943         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
11944         ... here.
11945         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
11946         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
11947         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
11948         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
11949         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
11950         Moved ...
11951         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
11952         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
11953         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
11954         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
11955         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
11956         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
11957         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
11958         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
11959         Moved ...
11960         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
11961         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
11962         Moved ...
11963         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
11964         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
11965         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
11966         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
11967         Moved ...
11968         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
11969         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
11970         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
11971         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
11972         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
11973         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
11974         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
11975         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
11976         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
11977         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
11978         Moved ...
11979         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
11980         ... here.
11981         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
11982         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
11983         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
11984         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
11985         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
11986         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
11987         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
11988         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
11989         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
11990         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
11991         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
11992         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
11993         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
11994         Moved ...
11995         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
11996         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
11997         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
11998         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
11999         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
12000         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
12001         Moved ...
12002         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
12003         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
12004         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
12005         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
12006         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
12008         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
12009         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
12010         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
12011         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
12012         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
12013         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
12014         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
12015         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
12016         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
12017         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
12018         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
12019         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
12020         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
12021         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
12022         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
12023         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
12024         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
12025         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
12026         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
12027         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
12028         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
12029         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
12030         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
12031         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
12032         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
12033         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
12034         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
12035         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
12037 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
12039         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
12040         (FALLOC_FL_COLLAPSE_RANGE): New macro.
12041         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
12042         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
12043         (IPV6_PMTUDISC_INTERFACE): Likewise.
12044         (IPV6_PMTUDISC_OMIT): Likewise.
12046 2014-06-23  Andreas Schwab  <schwab@suse.de>
12048         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
12049         Remove unused errout label.
12051 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12053         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
12054         macro: hardware supports Vector Crypto instructions.
12056 2014-06-23  Will Newton  <will.newton@linaro.org>
12058         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
12059         rather than __builtin_expect.
12061         * elf/dl-lookup.c (undefined_msg): Remove variable.
12062         (_dl_lookup_symbol_x): Replace undefined_msg with string
12063         literal.
12065         * elf/dl-lookup.c (do_lookup_unique): New function.
12066         (do_lookup_x): Move STB_GNU_UNIQUE handling code
12067         to a separate function.
12069 2014-06-23  Andreas Schwab  <schwab@suse.de>
12071         [BZ #17079]
12072         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
12073         before reading the next line.
12075 2014-06-23  Will Newton  <will.newton@linaro.org>
12077         * test-skeleton.c (signal_handler): Use printf and %m
12078         rather than perror.  Use printf rather than fprintf to
12079         stderr.  Use puts rather than fputs to stderr.
12080         (main): Likewise.
12082 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
12084         * nscd/nscd.c (thread_info_t): Remove typedef.
12085         (thread_info): Remove variable.
12087 2014-06-21  Allan McRae  <allan@archlinux.org>
12089         * NEWS: Mention CVE-2014-4043.
12091 2014-06-20  Roland McGrath  <roland@hack.frob.com>
12093         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
12094         * nptl/smp.h: ... here.
12096         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
12098         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
12099         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
12100         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
12101         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
12103         * nptl/allocatestack.c: Include <stack-aliasing.h>.
12104         * nptl/stack-aliasing.h: New file.
12105         * sysdeps/i386/i686/stack-aliasing.h: New file.
12106         * sysdeps/i386/i686/nptl/Makefile: File removed.
12107         * sysdeps/x86_64/stack-aliasing.h: New file.
12108         * sysdeps/x86_64/nptl/Makefile
12109         (CFLAGS-pthread_create.c): Variable removed.
12111         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
12112         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
12113         old file.
12114         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
12115         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
12116         old file.
12118 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
12120         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12121         (__ASSUME_SIGFRAME_V2): Remove macro.
12122         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
12123         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
12124         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
12125         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
12126         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
12127         Declare as function.  Remove conditional macro definitions.
12128         (__default_rt_sa_restorer): Likewise.
12129         (__default_sa_restorer_v1): Remove declaration.
12130         (__default_sa_restorer_v2): Likewise.
12131         (__default_rt_sa_restorer_v1): Likewise.
12132         (__default_rt_sa_restorer_v2): Likewise.
12133         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
12134         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
12135         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
12137 2014-06-20  Roland McGrath  <roland@hack.frob.com>
12139         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
12140         (libpthread-routines): Add sysdep.
12141         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
12142         * sysdeps/unix/sysv/linux/sparc/Versions
12143         (libpthread: GLIBC_2.3.3): New version set.
12144         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
12145         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
12146         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
12147         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
12148         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
12149         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
12150         Moved ...
12151         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
12152         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
12153         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
12154         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
12155         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
12156         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
12157         * sysdeps/sparc/nptl/sem_init.c: ... here.
12158         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
12159         * sysdeps/sparc/nptl/sem_post.c: ... here.
12160         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
12161         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
12162         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
12163         * sysdeps/sparc/nptl/sem_wait.c: ... here.
12164         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
12165         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
12166         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
12167         (libpthread-routines): Add cpu_relax.
12168         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
12169         File removed.
12170         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
12171         (librt: GLIBC_2.3.3): New version set.
12172         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
12173         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
12174         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
12175         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
12176         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
12177         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
12178         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
12179         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
12180         Moved ...
12181         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
12182         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
12183         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
12184         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
12185         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
12186         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
12187         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
12188         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
12189         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
12190         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
12191         Moved ...
12192         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
12193         Update #include.
12194         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
12195         Moved ...
12196         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
12197         Update #include.
12198         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
12199         Moved ...
12200         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
12201         Update #include.
12202         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
12203         Moved ...
12204         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
12205         Update #include.
12206         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
12207         Moved ...
12208         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
12209         Update #include.
12210         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
12211         Moved ...
12212         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
12213         Update #include.
12214         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
12215         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
12216         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
12217         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
12218         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
12219         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
12220         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
12221         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
12222         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
12223         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
12224         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
12225         Moved ...
12226         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
12227         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
12228         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
12229         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
12230         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
12232 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12234         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
12235         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
12236         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
12237         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
12238         * nscd/nscd.c: Likewise.
12239         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
12240         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
12241         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
12242         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
12244         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
12245         <kernel-features.h>.
12246         (init_mq_netlink): Remove conditional have_sock_cloexec
12247         definitions.  Remove code conditional on have_sock_cloexec < 0.
12248         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
12249         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
12250         * sysdeps/unix/sysv/linux/opensock.c: Do not include
12251         <kernel-features.h>.
12252         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
12253         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
12255 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
12257         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
12258         Add tests for memset_chk and memset.
12260         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
12261         with AVX2_Usable.
12263 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
12265         [BZ #16046]
12266         * elf/tst-dl-iter-static.c: New file.
12267         * elf/Makefile (tests-static): Add tst-dl-iter-static.
12269         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
12270         error.
12272 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12274         * sysdeps/unix/sysv/linux/kernel-features.h
12275         (__ASSUME_F_GETOWN_EX): Remove macro.
12276         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
12277         <kernel-features.h>.
12278         (miss_F_GETOWN_EX): Remove variable or macro.
12279         (do_fcntl): Do not check miss_F_GETOWN_EX.
12280         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
12282         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
12283         Remove macro.
12284         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
12285         [!__ASSUME_AT_RANDOM]: Remove conditional code.
12286         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
12288         * sysdeps/unix/sysv/linux/kernel-features.h
12289         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
12290         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
12291         [ADJ_OFFSET_SS_READ]: Make code unconditional.
12292         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
12294 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
12296         [BZ #17075]
12297         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
12298         Fix calculation of the symbol's value.
12299         * sysdeps/arm/tst-armtlsdescloc.c: New file.
12300         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
12301         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
12302         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
12303         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
12304         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
12305         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
12306         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
12307         (modules-names): Add `tst-armtlsdescmod',
12308         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
12309         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
12310         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
12311         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
12312         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
12313         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
12314         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
12315         ($(objpfx)tst-armtlsdescloc): New dependency.
12316         ($(objpfx)tst-armtlsdescextnow): Likewise.
12317         ($(objpfx)tst-armtlsdescextlazy): Likewise.
12318         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
12319         TLS scheme support.
12320         * sysdeps/arm/configure: Regenerate.
12322 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12324         * include/fcntl.h (__atfct_seterrno): Remove prototype.
12325         (__atfct_seterrno_2): Likewise.
12326         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
12327         <kernel-features.h>.
12328         (__ASSUME_ATFCTS): Do not undefine and redefine.
12329         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
12330         (__have_atfcts): Remove conditional definition.
12331         (__fxstatat([__NR_fstatat64]: Make code unconditional.
12332         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
12333         unreachable if [__ASSUME_ATFCTS].
12334         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
12335         not undefine and redefine.
12336         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
12337         <kernel-features.h>.
12338         (faccessat) [__NR_faccessat]: Make code unconditional.
12339         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
12340         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
12341         <kernel-features.h>.
12342         (fchmodat) [__NR_fchmodat]: Make code unconditional.
12343         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
12344         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
12345         <kernel-features.h>.
12346         (fchownat) [__NR_fchownat]: Make code unconditional.
12347         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
12348         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
12349         <kernel-features.h>.
12350         (futimesat) [__NR_futimesat]: Make code unconditional.
12351         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
12352         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
12353         <kernel-features.h>.
12354         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
12355         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12356         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
12357         <kernel-features.h>.
12358         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
12359         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
12360         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
12361         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
12362         <kernel-features.h>.
12363         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
12364         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12365         * sysdeps/unix/sysv/linux/linkat.c: Do not include
12366         <kernel-features.h>.
12367         (linkat) [__NR_linkat]: Make code unconditional.
12368         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12369         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
12370         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
12371         <kernel-features.h>.
12372         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
12373         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
12374         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
12375         <kernel-features.h>.
12376         (mkdirat) [__NR_mkdirat]: Make code unconditional.
12377         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
12378         * sysdeps/unix/sysv/linux/openat.c: Do not include
12379         <kernel-features.h>.
12380         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
12381         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
12382         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
12383         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
12384         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
12385         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
12386         <kernel-features.h>.
12387         (readlinkat) [__NR_readlinkat]: Make code unconditional.
12388         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
12389         result of INLINE_SYSCALL directly, not via int variable.
12390         * sysdeps/unix/sysv/linux/renameat.c: Do not include
12391         <kernel-features.h>.
12392         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
12393         (renameat) [__NR_renameat]: Make code unconditional.
12394         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
12395         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
12396         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
12397         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
12398         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
12399         (__ASSUME_ATFCTS): Do not undefine and redefine.
12400         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
12401         <kernel-features.h>.
12402         (symlinkat) [__NR_symlinkat]: Make code unconditional.
12403         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12404         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
12405         <kernel-features.h>.
12406         (unlinkat) [__NR_unlinkat]: Make code unconditional.
12407         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12408         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
12409         (__ASSUME_ATFCTS): Do not undefine and redefine.
12410         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
12411         <kernel-features.h>.
12412         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
12413         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12414         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
12415         <kernel-features.h>.
12416         (__xmknodat) [__NR_mknodat]: Make code unconditional.
12417         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
12419 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
12421         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
12423 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
12425         [BZ #17069]
12426         * posix/regcomp.c (parse_reg_exp): Deallocate partially
12427         constructed tree before returning error.
12428         * posix/bug-regexp36.c: Expand test case.
12430 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
12432         [BZ #6803]
12433         * math/libm-test.inc (scalbln_test_date):
12434         Add errno expectations.
12435         * math/w_scalblnf.c: New File.
12436         Add wrapper which checks for setting errno to ERANGE.
12437         Add weak_alias for corresponding scalbln function.
12438         * math/w_scalbln.c: Likewise.
12439         * math/w_scalblnl.c: Likewise.
12440         * math/Makefile (libm-calls): Add w_scalbln.
12441         * sysdeps/ieee754/flt-32/s_scalblnf.c:
12442         Remove weak_alias for corresponding scalbln function.
12443         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
12444         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
12445         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
12446         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
12447         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
12448         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
12449         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
12450         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
12451         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
12452         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
12453         Remove long_double_symbol for scalblnl function in libm, libc.
12454         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
12455         Add wrapper which checks for setting errno to ERANGE.
12456         Add long_double_symbol for scalblnl function in libm, libc.
12457         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
12458         Remove long_double_symbol for scalblnl in libm.
12459         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
12460         Add wrapper which checks for setting errno to ERANGE.
12461         Add long_double_symbol for scalblnl function in libm.
12462         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
12463         Do not use wrapper because of own implementation.
12465 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
12467         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
12468         3 bytes for __pad1 for x32.
12469         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
12471 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
12472             H.J. Lu  <hongjiu.lu@intel.com>
12474         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
12475         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
12476         * sysdeps/x86_64/multiarch/memset.S: Likewise.
12477         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
12478         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
12480 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
12482         [BZ #17069]
12483         * posix/regcomp.c (parse_expression): Deallocate partially
12484         constructed tree before returning error.
12485         * posix/Makefile.c (tests): Add bug-regex36.
12486         (generated): Add bug-regex36.mtrace.
12487         (tests-special): Add $(objpfx)bug-regex36-mem.out
12488         (bug-regex36-ENV): New variable.
12489         ($(objpfx)bug-regex36-mem.out): New rule.
12490         * posix/bug-regex36.c: New file.
12492 2014-06-19  Will Newton  <will.newton@linaro.org>
12494         * malloc/malloc.c (systrim): If extra is zero then return
12495         early.
12497 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
12499         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
12501 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
12503         * sysdeps/aarch64/strchr.S: New file.
12505 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
12507         [BZ #17022]
12508         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
12509         from arguments -2 or below.
12510         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12511         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
12513 2014-06-18  Andreas Schwab  <schwab@suse.de>
12515         [BZ #17062]
12516         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
12517         of a bracket expr not to run off the end of the string.
12518         * posix/Makefile (tests): Add tst-fnmatch3.
12519         * posix/tst-fnmatch3.c: New file.
12521 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
12523         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
12524         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12525         [$(cross-compiling) = no]: Likewise.
12526         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12527         [$(cross-compiling) = no]: Likewise.
12529 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
12531         [BZ #17031]
12532         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
12533         double, adjusted for any remainder from the high double.
12534         * math/libm-test.inc (nearbyint): Add tests.
12535         (rint): Likewise.
12537 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12539         * nptl/sysdeps/powerpc/Makefile: Moved ...
12540         * sysdeps/powerpc/nptl/Makefile: ... here.
12541         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
12542         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
12543         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
12544         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
12545         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
12546         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
12547         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
12548         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
12549         * nptl/sysdeps/powerpc/tls.h: Moved ...
12550         * sysdeps/powerpc/nptl/tls.h: ... here.
12552 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
12554         [BZ #16681]
12555         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
12556         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
12557         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
12558         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
12559         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
12560         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
12561         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
12562         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
12563         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
12565 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
12567         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
12569 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
12571         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
12572         defined operator.
12574         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
12575         $TIMEOUTFACTOR.
12577 2014-06-16  Florian Weimer  <fweimer@redhat.com>
12579         [BZ #17058]
12580         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
12581         non-executed part of the test.
12583 2014-06-16  Andreas Schwab  <schwab@suse.de>
12585         * string/bits/string2.h (strdup, strndup): Update feature guard.
12587 2014-06-14  David S. Miller  <davem@davemloft.net>
12589         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12591 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
12593         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
12594         that was previously under [RESET_PID].
12595         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
12597         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
12598         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
12599         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
12600         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12601         (__libc_vfork): New strong alias.
12602         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
12604 2014-06-14 Andi Kleen  <ak@linux.intel.com>
12606         * sysdeps/generic/elide.h: New file.
12608 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
12610         * Makefile (installed-headers): Adjust path of pthread.h header.
12612 2014-06-13  Roland McGrath  <roland@hack.frob.com>
12614         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
12615         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
12616         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
12617         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
12619         * nptl/sysdeps/s390/Makefile: Moved ...
12620         * sysdeps/s390/nptl/Makefile: ... here.
12621         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
12622         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
12623         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
12624         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
12625         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
12626         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
12627         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
12628         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
12629         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
12630         * sysdeps/s390/nptl/pthreaddef.h: ... here.
12631         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
12632         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
12633         * nptl/sysdeps/s390/tls.h: Moved ...
12634         * sysdeps/s390/nptl/tls.h: ... here.
12636         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
12637         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
12639 2014-06-13  David S. Miller  <davem@davemloft.net>
12641         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
12642         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
12643         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
12644         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
12645         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
12646         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
12647         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
12648         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
12649         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
12650         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
12651         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
12652         Remove RESET_PID cpp guards.
12653         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
12654         Remove RESET_PID cpp guards.
12655         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
12657 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
12659         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
12660         __sp to uintptr_t.
12662 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12664         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
12665         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
12666         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
12667         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
12668         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
12669         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
12670         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
12671         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
12672         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
12673         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
12674         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
12675         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
12676         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
12677         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
12678         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
12679         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
12680         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
12681         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
12682         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
12683         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
12685         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
12686         (pthread_rwlock_rdlock): Add elision.
12687         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
12688         (pthread_rwlock_wrlock): Add elision.
12689         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
12690         (pthread_rwlock_trywrlock): Add elision.
12691         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
12692         (pthread_rwlock_tryrdlock): Add elision.
12693         * nptl/pthread_rwlock_unlock.c: Include elide.h.
12694         (pthread_rwlock_tryrdlock): Add elision unlock.
12695         * nptl/sysdeps/pthread/pthread.h:
12696         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
12697         (PTHREAD_RWLOCK_INITIALIZER,
12698         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
12699         Handle new elision field.
12700         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
12701         * sysdeps/arm/nptl/bits/pthreadtypes.h
12702         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12703         * sysdeps/sh/nptl/bits/pthreadtypes.h
12704         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12705         * sysdeps/tile/nptl/bits/pthreadtypes.h
12706         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12707         * sysdeps/a/nptl/bits/pthreadtypes.h
12708         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12709         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
12710         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12711         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
12712         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12713         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
12714         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12715         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
12716         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12717         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
12718         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12719         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
12720         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12721         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
12722         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12723         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
12724         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12725         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
12726         (elision_init): Set try_xbegin to zero when no RTM.
12727         * sysdeps/x86/nptl/bits/pthreadtypes.h
12728         (pthread_rwlock_t): Change __pad1 to __rwelision.
12729         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12731 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12733         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
12734         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
12735         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
12736         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
12738 2014-06-13  Meador Inge  <meadori@codesourcery.com>
12740         [BZ #16996]
12741         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
12742         that the cached result has been set before returning it.
12744 2014-06-12  Roland McGrath  <roland@hack.frob.com>
12746         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
12747         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
12748         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
12749         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
12750         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
12751         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
12753         * nptl/sysdeps/sparc/Makefile: Moved ...
12754         * sysdeps/sparc/nptl/Makefile: ... here.
12755         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
12756         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
12757         * nptl/sysdeps/sparc/tls.h: Moved ...
12758         * sysdeps/sparc/nptl/tls.h: ... here.
12759         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
12760         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
12761         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
12762         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
12763         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
12764         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
12765         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
12766         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
12767         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
12768         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
12769         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
12770         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
12771         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
12772         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
12773         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
12774         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
12775         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
12776         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
12777         Update #include.
12778         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
12779         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
12780         Update #include.
12781         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
12782         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
12783         Update #include.
12784         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
12785         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
12786         Update #include.
12788         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12790         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
12791         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
12793         * sysdeps/pthread/posix-timer.h: Include <list.h>.
12794         (struct list_links): Type removed.
12795         (struct thread_node, struct timer_node): Replace struct list_links
12796         with struct list_head.
12797         (list_unlink_ip): Likewise.
12798         * sysdeps/pthread/timer_routines.c
12799         (timer_free_list, thread_free_list, thread_active_list): Likewise.
12800         (list_append, list_insbefore): Likewise.
12801         (list_init): Function removed.
12802         (thread_init, init_module): Use INIT_LIST_HEAD instead.
12803         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
12804         * sysdeps/pthread/Makefile: ... here, new file.
12806         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
12807         * sysdeps/nptl/Implies: ... here.
12808         * sysdeps/unix/sysv/linux/Implies: Add nptl.
12809         * nptl/sysdeps/pthread/list.h: Moved ...
12810         * include/list.h: ... here.
12811         * nptl/sysdeps/pthread/createthread.c: Moved ...
12812         * nptl/createthread.c: ... here.
12813         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
12814         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
12815         * nptl/pt-longjmp.c: ... here.
12816         * nptl/sysdeps/pthread/Makefile: Moved ...
12817         * sysdeps/nptl/Makefile: ... here.
12818         * nptl/sysdeps/pthread/Subdirs: Moved ...
12819         * sysdeps/nptl/Subdirs: ... here.
12820         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
12821         * sysdeps/nptl/aio_misc.h: ... here.
12822         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
12823         * sysdeps/nptl/bits/libc-lock.h: ... here.
12824         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
12825         * sysdeps/nptl/bits/libc-lockP.h: ... here.
12826         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
12827         * sysdeps/nptl/bits/stdio-lock.h: ... here.
12828         * nptl/sysdeps/pthread/configure: Moved ...
12829         * sysdeps/nptl/configure: ... here.
12830         * nptl/sysdeps/pthread/configure.ac: Moved ...
12831         * sysdeps/nptl/configure.ac: ... here.
12832         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
12833         * sysdeps/nptl/gai_misc.h: ... here.
12834         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
12835         * sysdeps/nptl/librt-cancellation.c: ... here.
12836         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
12837         * sysdeps/nptl/malloc-machine.h: ... here.
12838         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
12839         * sysdeps/nptl/pthread-functions.h: ... here.
12840         * nptl/sysdeps/pthread/pthread.h: Moved ...
12841         * sysdeps/nptl/pthread.h: ... here.
12842         * nptl/sysdeps/pthread/setxid.h: Moved ...
12843         * sysdeps/nptl/setxid.h: ... here.
12844         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
12845         * sysdeps/nptl/sigfillset.c: ... here.
12846         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
12847         * sysdeps/nptl/tcb-offsets.h: ... here.
12848         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
12849         * sysdeps/nptl/tst-mqueue8x.c: ... here.
12850         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
12851         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
12852         * nptl/sysdeps/pthread/allocalim.h: Moved ...
12853         * sysdeps/pthread/allocalim.h: ... here.
12854         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
12855         * sysdeps/pthread/bits/sigthread.h: ... here.
12856         * nptl/sysdeps/pthread/flockfile.c: Moved ...
12857         * sysdeps/pthread/flockfile.c: ... here.
12858         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
12859         * sysdeps/pthread/ftrylockfile.c: ... here.
12860         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
12861         * sysdeps/pthread/funlockfile.c: ... here.
12862         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
12863         * sysdeps/pthread/posix-timer.h: ... here.
12864         * nptl/sysdeps/pthread/timer_create.c: Moved ...
12865         * sysdeps/pthread/timer_create.c: ... here.
12866         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
12867         * sysdeps/pthread/timer_delete.c: ... here.
12868         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
12869         * sysdeps/pthread/timer_getoverr.c: ... here.
12870         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
12871         * sysdeps/pthread/timer_gettime.c: ... here.
12872         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
12873         * sysdeps/pthread/timer_routines.c: ... here.
12874         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
12875         * sysdeps/pthread/timer_settime.c: ... here.
12876         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
12877         * sysdeps/pthread/tst-timer.c: ... here.
12878         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
12879         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
12881         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
12882         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
12884         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
12885         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
12886         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
12887         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
12888         Update #include target.
12889         * nptl/sysdeps/i386/i686/Makefile: Moved ...
12890         * sysdeps/i386/i686/nptl/Makefile: ... here.
12891         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
12892         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
12893         Update #include target.
12894         * nptl/sysdeps/i386/i686/tls.h: Moved ...
12895         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
12896         * nptl/sysdeps/i386/Makefile: Moved ...
12897         * sysdeps/i386/nptl/Makefile: ... here.
12898         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
12899         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
12900         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
12901         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
12902         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
12903         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
12904         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
12905         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
12906         * sysdeps/i386/nptl/pthreaddef.h: ... here.
12907         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
12908         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
12909         * nptl/sysdeps/i386/tls.h: Moved ...
12910         * sysdeps/i386/nptl/tls.h: ... here.
12912         * sysdeps/sh/Makefile [$(subdir) = csu]
12913         (gen-as-const-headers): Add tcb-offsets.sym.
12914         * nptl/sysdeps/sh/Makefile: File removed.
12915         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
12916         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
12917         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
12918         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
12919         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
12920         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
12921         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
12922         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
12923         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
12924         * sysdeps/sh/nptl/pthreaddef.h: ... here.
12925         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
12926         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
12927         * nptl/sysdeps/sh/tls.h: Moved ...
12928         * sysdeps/sh/nptl/tls.h: ... here.
12929         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
12930         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
12931         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
12932         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
12933         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
12934         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
12935         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
12936         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
12937         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
12938         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
12939         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
12940         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
12941         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
12942         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
12943         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
12944         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
12945         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
12946         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
12947         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
12948         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
12949         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
12950         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
12951         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
12952         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
12953         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
12954         Moved ...
12955         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
12956         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
12957         Moved ...
12958         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
12959         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
12960         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
12961         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
12962         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
12963         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
12964         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
12965         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
12966         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
12967         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
12968         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
12969         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
12970         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
12971         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
12972         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
12973         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
12974         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
12975         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
12976         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
12978 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
12980         * posix/spawn_faction_addopen.c: Include string.h.
12982 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12984         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
12985         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
12986         * nptl/sysdeps/x86_64/Makefile: Moved ...
12987         * sysdeps/x86_64/nptl/Makefile: ... here.
12988         * nptl/sysdeps/x86_64/configure: Moved ...
12989         * sysdeps/x86_64/nptl/configure: ... here.
12990         * nptl/sysdeps/x86_64/configure.ac: Moved ...
12991         * sysdeps/x86_64/nptl/configure.ac: ... here.
12992         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
12993         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
12994         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
12995         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
12996         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
12997         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
12998         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
12999         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
13000         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
13001         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
13002         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
13003         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
13004         * nptl/sysdeps/x86_64/tls.h: Moved ...
13005         * sysdeps/x86_64/nptl/tls.h: ... here.
13006         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
13007         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
13008         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
13009         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
13011         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
13013 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13015         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13017 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
13019         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
13020         type.
13021         [POSIX] (off_t): Likewise.
13022         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
13023         [POSIX] (S_ISBLK): Require macro.
13024         [POSIX] (S_ISCHR): Likewise.
13025         [POSIX] (S_ISDIR): Likewise.
13026         [POSIX] (S_ISFIFO): Likewise.
13027         [POSIX] (S_ISREG): Likewise.
13028         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
13029         optional-macro.
13030         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
13031         type.
13032         [POSIX] (time_t): Likewise.
13033         [POSIX] (timer_t): Likewise.
13035 2014-06-11  Florian Weimer  <fweimer@redhat.com>
13037         [BZ #17048]
13038         * posix/spawn_int.h (struct __spawn_action): Make the path string
13039         non-const to support deallocation.
13040         * posix/spawn_faction_addopen.c
13041         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
13042         * posix/spawn_faction_destroy.c
13043         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
13044         path in all spawn_do_open actions.
13045         * posix/tst-spawn.c (do_test): Exercise the copy operation in
13046         posix_spawn_file_actions_addopen.
13048 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
13050         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
13051         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
13052         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
13053         conditional code always true.
13054         (__libc_vfork): New alias.
13056 2014-06-11  Roland McGrath  <roland@hack.frob.com>
13058         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13059         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
13061         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
13063         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13064         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
13066         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
13067         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
13069         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13070         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
13072 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13074         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
13075         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
13076         multiarch strcmp for PPC64.
13077         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
13078         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
13079         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
13080         multiarch optimizations.
13081         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13082         (__libc_ifunc_impl_list): Likewise.
13084 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
13086         * benchtests/scripts/validate_benchout.py: New script.
13087         * benchtests/Makefile (bench-func): Call it.
13088         * benchtests/scripts/benchout.schema.json: New file.
13090 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
13092         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
13093         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
13094         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
13095         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
13096         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
13097         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
13098         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
13099         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
13100         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
13101         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
13102         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
13103         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
13104         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
13105         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
13106         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
13107         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
13108         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
13109         Moved ...
13110         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
13111         ... here.
13112         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
13113         Moved ...
13114         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
13115         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
13116         Moved ...
13117         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
13118         ... here.
13119         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
13120         Moved ...
13121         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
13122         ... here.
13123         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
13124         Moved ...
13125         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
13126         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
13127         Moved ...
13128         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
13129         ... here.
13130         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
13131         Moved ...
13132         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
13133         ... here.
13134         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
13135         Moved ...
13136         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
13137         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
13138         Moved ...
13139         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
13140         ... here.
13141         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
13142         Moved ...
13143         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
13144         ... here.
13145         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
13146         Moved ...
13147         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
13148         ... here.
13149         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
13150         Moved ...
13151         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
13152         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
13153         Moved ...
13154         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
13155         ... here.
13156         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
13157         Moved ...
13158         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
13159         ... here.
13160         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
13161         Moved ...
13162         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
13163         ... here.
13164         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
13165         Moved ...
13166         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
13167         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
13168         Moved ...
13169         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
13170         ... here.
13171         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
13172         Moved ...
13173         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
13174         ... here.
13175         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
13176         Moved ...
13177         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
13178         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
13179         Moved ...
13180         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
13181         ... here.
13182         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
13183         Moved ...
13184         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
13185         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
13186         Moved ...
13187         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
13188         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
13189         Moved ...
13190         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
13191         ... here.
13192         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
13193         Moved ...
13194         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
13195         ... here.
13196         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
13197         Moved ...
13198         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
13199         ... here.
13200         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
13201         Moved ...
13202         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
13203         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
13204         Moved ...
13205         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
13206         ... here.
13207         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
13208         Moved ...
13209         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
13210         ... here.
13211         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
13212         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
13213         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
13214         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
13215         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
13216         Moved ...
13217         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
13218         ... here.
13219         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
13220         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
13221         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
13222         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
13223         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
13224         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
13225         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
13226         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
13227         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
13228         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
13229         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
13230         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
13231         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
13232         Moved ...
13233         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
13234         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
13235         Moved ...
13236         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
13237         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
13238         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
13239         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
13240         Moved ...
13241         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
13242         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
13243         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
13244         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
13245         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
13246         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
13247         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
13249 2014-06-10  Wilco  <wdijkstr@arm.com>
13251         * math/test-fenv-return.c: New file.
13252         * math/Makefile: Add new test test-fenv-return.
13254 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
13256         [BZ #17042]
13257         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
13258         when x - 1 is zero.
13259         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
13260         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
13261         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
13262         0.0L for an argument of 1.0L.
13263         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
13264         Likewise.
13265         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
13266         value when x - 1 is zero.
13267         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
13268         * sysdeps/i386/fpu/libm-test-ulps: Update.
13269         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13271 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
13273         [BZ #15119]
13274         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
13276 2014-06-09  Roland McGrath  <roland@hack.frob.com>
13278         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
13279         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
13281 2014-06-09  Roland McGrath  <roland@hack.frob.com>
13283         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13284         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
13286         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13287         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
13289         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13290         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
13292         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13293         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
13295         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
13296         if not already defined.
13297         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
13298         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
13299         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
13300         (TLS_INIT_TP): Use it.
13301         (TLS_DEFINE_INIT_TP): New macro.
13302         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
13304 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
13306         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
13307         constant.
13308         [POSIX] (IXANY): Likewise.
13309         [POSIX] (OLCUC): Likewise.
13310         [POSIX || POSIX2008] (CBAUD): Do not allow.
13311         [POSIX || POSIX2008] (DEFECHO): Likewise.
13312         [POSIX || POSIX2008] (ECHOCTL): Likewise.
13313         [POSIX || POSIX2008] (ECHOKE): Likewise.
13314         [POSIX || POSIX2008] (ECHOPRT): Likewise.
13315         [POSIX || POSIX2008] (EXTA): Likewise.
13316         [POSIX || POSIX2008] (EXTB): Likewise.
13317         [POSIX || POSIX2008] (FLUSHO): Likewise.
13318         [POSIX || POSIX2008] (LOBLK): Likewise.
13319         [POSIX || POSIX2008] (PENDIN): Likewise.
13320         [POSIX || POSIX2008] (SWTCH): Likewise.
13321         [POSIX || POSIX2008] (VDISCARD): Likewise.
13322         [POSIX || POSIX2008] (VDSUSP): Likewise.
13323         [POSIX || POSIX2008] (VLNEXT): Likewise.
13324         [POSIX || POSIX2008] (VREPRINT): Likewise.
13325         [POSIX || POSIX2008] (VSTATUS): Likewise.
13326         [POSIX || POSIX2008] (VWERASE): Likewise.
13327         (B*): Change to B[0123456789]*.
13328         * conform/data/time.h-data [POSIX || UNIX98]
13329         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
13330         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
13331         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
13332         [POSIX] (tm_*): Do not allow.
13334 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
13336         * Makefile (install): Don't set LANGUAGE.
13337         * Makefile.in (install): Likewise.
13338         * assert/Makefile (test-assert-ENV): Remove variable.
13339         (test-assert-perr-ENV): Likewise.
13340         * elf/Makefile (neededtest4-ENV): Likewise.
13341         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13342         [$(cross-compiling) = no]: Don't set LANGUAGE.
13343         * io/ftwtest-sh (LANG): Remove variable.
13344         * libio/Makefile (tst-widetext-ENV): Likewise.
13345         * manual/install.texi (Running make install): Don't refer to
13346         environment settings for make install.
13347         * INSTALL: Regenerated.
13348         * nptl/tst-tls6.sh: Don't set LANG.
13349         * posix/globtest.sh (LANG): Remove variable.
13350         * string/Makefile (tester-ENV): Likewise.
13351         (inl-tester-ENV): Likewise.
13352         (noinl-tester-ENV): Likewise.
13353         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13354         [$(cross-compiling) = no]: Don't set LANGUAGE.
13355         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
13356         without explicit environment settings.
13358 2014-06-06  Roland McGrath  <roland@hack.frob.com>
13360         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
13361         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
13362         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
13363         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
13365 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
13367         * crypt/crypt-private.h [DOS]: Add some includes taken from the
13368         other files in the crypt directory.
13369         * crypt/crypt.c: Remove duplicate includes.
13370         * crypt/crypt-entry.c: Likewise.
13371         * crypt/crypt_util.c: Likewise.
13373 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
13375         * Makeconfig (run-program-env): New variable.
13376         (run-program-prefix-before-env): Likewise.
13377         (run-program-prefix-after-env): Likewise.
13378         (run-program-prefix): Define in terms of new variables.
13379         (built-program-cmd-before-env): New variable.
13380         (built-program-cmd-after-env): Likewise.
13381         (built-program-cmd): Define in terms of new variables.
13382         (test-program-prefix-before-env): New variable.
13383         (test-program-prefix-after-env): Likewise.
13384         (test-program-prefix): Define in terms of new variables.
13385         (test-program-cmd-before-env): New variable.
13386         (test-program-cmd-after-env): Likewise.
13387         (test-program-cmd): Define in terms of new variables.
13388         * Rules (make-test-out): Use $(run-program-env).
13389         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
13390         (help): Do not mention environment variables.  Mention
13391         --timeoutfactor option.
13392         (timeoutfactor): New variable.
13393         (blacklist_exports): Remove function.
13394         (exports): Remove variable.
13395         (command): Do not include ${exports}.
13396         * manual/install.texi (Configuring and compiling): Do not mention
13397         test wrappers preserving environment variables.  Mention that last
13398         assignment to a variable must take precedence.
13399         * INSTALL: Regenerated.
13400         * benchtests/Makefile (run-bench): Use $(run-program-env).
13401         * catgets/Makefile ($(objpfx)test1.cat): Use
13402         $(built-program-cmd-before-env), $(run-program-env) and
13403         $(built-program-cmd-after-env).
13404         ($(objpfx)test2.cat): Do not specify environment variables
13405         explicitly.
13406         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
13407         $(run-program-env) and $(built-program-cmd-after-env).
13408         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
13409         $(run-program-env) and $(test-program-cmd-after-env).
13410         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
13411         explicitly.
13412         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
13413         run_program_env and test_program_cmd_after_env arguments.
13414         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
13415         * elf/tst-pathopt.sh: Use run_program_env argument.
13416         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
13417         $(test-wrapper-env) and $(run-program-env).
13418         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
13419         run_program_env arguments.
13420         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
13421         * intl/Makefile ($(objpfx)tst-gettext.out): Use
13422         $(test-program-prefix-before-env), $(run-program-env) and
13423         $(test-program-prefix-after-env).
13424         ($(objpfx)tst-gettext2.out): Likewise.
13425         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
13426         run_program_env and test_program_prefix_after_env arguments.
13427         * intl/tst-gettext2.sh: Likewise.
13428         * intl/tst-gettext4.sh: Do not set environment variables
13429         explicitly.
13430         * intl/tst-gettext6.sh: Likewise.
13431         * intl/tst-translit.sh: Likewise.
13432         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
13433         $(test-program-prefix-before-env), $(run-program-env) and
13434         $(test-program-prefix-after-env).
13435         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
13436         run_program_env and test_program_prefix_after_env arguments.
13437         * math/Makefile (run-regen-ulps): Use $(run-program-env).
13438         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
13439         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
13440         explicitly with each use of ${test_wrapper_env}.
13441         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
13442         $(test-program-prefix-before-env), $(run-program-env) and
13443         $(test-program-prefix-after-env).
13444         * posix/tst-getconf.sh: Do not set environment variables
13445         explicitly.
13446         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
13447         run_program_env and test_program_prefix_after_env arguments.
13448         * stdio-common/tst-printf.sh: Do not set environment variables
13449         explicitly.
13450         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
13451         $(test-program-prefix-before-env), $(run-program-env) and
13452         $(test-program-prefix-after-env).
13453         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
13454         run_program_env and test_program_prefix_after_env arguments.
13455         Split $test calls into $test_pre and $test.
13456         * timezone/Makefile (build-testdata): Use
13457         $(built-program-cmd-before-env), $(run-program-env) and
13458         $(built-program-cmd-after-env).
13460 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13462         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
13463         strlen for non SHARED builds.
13465 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
13467         * nptl/allocatestack.c (check_list): Inlined function...
13468         (__reclaim_stacks): ... here.
13470 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
13472         [BZ #15698]
13473         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
13474         memory overrun.
13476 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
13478         * Rules (make-test-out): Include
13479         LOCPATH=$(common-objpfx)localedata in default environment.
13480         * debug/Makefile (tst-chk1-ENV): Remove variable.
13481         (tst-chk2-ENV): Likewise.
13482         (tst-chk3-ENV): Likewise.
13483         (tst-chk4-ENV): Likewise.
13484         (tst-chk5-ENV): Likewise.
13485         (tst-chk6-ENV): Likewise.
13486         (tst-lfschk1-ENV): Likewise.
13487         (tst-lfschk2-ENV): Likewise.
13488         (tst-lfschk3-ENV): Likewise.
13489         (tst-lfschk4-ENV): Likewise.
13490         (tst-lfschk5-ENV): Likewise.
13491         (tst-lfschk6-ENV): Likewise.
13492         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
13493         (tst-iconv7-ENV): Likewise.
13494         * intl/Makefile (LOCPATH-ENV): Likewise.
13495         (tst-codeset-ENV): Likewise.
13496         (tst-gettext3-ENV): Likewise.
13497         (tst-gettext5-ENV): Likewise.
13498         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
13499         (tst-fopenloc-ENV): Likewise.
13500         (tst-fgetws-ENV): Remove variable.
13501         (tst-ungetwc1-ENV): Likewise.
13502         (tst-ungetwc2-ENV): Likewise.
13503         (bug-ungetwc2-ENV): Likewise.
13504         (tst-swscanf-ENV): Likewise.
13505         (bug-ftell-ENV): Likewise.
13506         (tst-fgetwc-ENV): Likewise.
13507         (tst-fseek-ENV): Likewise.
13508         (tst-ftell-partial-wide-ENV): Likewise.
13509         (tst-ftell-active-handler-ENV): Likewise.
13510         (tst-ftell-append-ENV): Likewise.
13511         * posix/Makefile (tst-fnmatch-ENV): Likewise.
13512         (tst-regexloc-ENV): Likewise.
13513         (bug-regex1-ENV): Likewise.
13514         (tst-regex-ENV): Likewise.
13515         (tst-regex2-ENV): Likewise.
13516         (bug-regex5-ENV): Likewise.
13517         (bug-regex6-ENV): Likewise.
13518         (bug-regex17-ENV): Likewise.
13519         (bug-regex18-ENV): Likewise.
13520         (bug-regex19-ENV): Likewise.
13521         (bug-regex20-ENV): Likewise.
13522         (bug-regex22-ENV): Likewise.
13523         (bug-regex23-ENV): Likewise.
13524         (bug-regex25-ENV): Likewise.
13525         (bug-regex26-ENV): Likewise.
13526         (bug-regex30-ENV): Likewise.
13527         (bug-regex32-ENV): Likewise.
13528         (bug-regex33-ENV): Likewise.
13529         (bug-regex34-ENV): Likewise.
13530         (bug-regex35-ENV): Likewise.
13531         (tst-rxspencer-ENV): Likewise.
13532         (tst-rxspencer-no-utf8-ENV): Likewise.
13533         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
13534         (tst-sscanf-ENV): Likewise.
13535         (tst-swprintf-ENV): Likewise.
13536         (tst-swscanf-ENV): Likewise.
13537         (test-vfprintf-ENV): Likewise.
13538         (scanf13-ENV): Likewise.
13539         (bug14-ENV): Likewise.
13540         (tst-grouping-ENV): Likewise.
13541         * stdlib/Makefile (tst-strtod-ENV): Likewise.
13542         (tst-strtod3-ENV): Likewise.
13543         (tst-strtod4-ENV): Likewise.
13544         (tst-strtod5-ENV): Likewise.
13545         (testmb2-ENV): Likewise./
13546         * string/Makefile (tst-strxfrm-ENV): Likewise.
13547         (tst-strxfrm2-ENV): Likewise.
13548         (bug-strcoll1-ENV): Likewise.
13549         (test-strcasecmp-ENV): Likewise.
13550         (test-strncasecmp-ENV): Likewise.
13551         * time/Makefile (tst-strptime-ENV): Likewise.
13552         (tst-ftime_l-ENV): Likewise.
13553         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
13554         (tst-mbrtowc-ENV): Likewise.
13555         (tst-wcrtomb-ENV): Likewise.
13556         (tst-mbrtowc2-ENV): Likewise.
13557         (tst-c16c32-1-ENV): Likewise.
13558         (tst-mbsnrtowcs-ENV): Likewise.
13560 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
13562         * manual/resource.texi (How to get information about the memory
13563         subsystem?): Fix typo.
13564         Reported by Peon de la Parra Ivan <peon@keba.com>
13566 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
13568         [BZ #16882]
13569         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
13570         (pthread_spin_lock): Branch out of spin loop to proper location.
13571         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
13572         (pthread_spin_lock): Likewise.
13574         * nptl/tst-spin4.c: New test.
13575         * nptl/Makefile (tests): Add tst-spin4.
13577 2014-06-03  Andreas Schwab  <schwab@suse.de>
13579         [BZ #15946]
13580         * resolv/res_send.c (send_dg): Reload file descriptor after
13581         calling reopen.
13583 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
13585         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13587 2014-06-03  Richard Henderson  <rth@redhat.com>
13589         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
13590         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
13591         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
13592         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
13593         in the SAVE_PID block.
13594         (__libc_vfork): New alias.
13595         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
13597         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
13598         child in registers, not on the stack.  Remove RESET_PID conditionals.
13599         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
13601 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13603         * sysdeps/aarch64/libm-test-ulps: Regenerate.
13605 2014-06-03  Wilco  <wdijkstr@arm.com>
13607         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
13608         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
13609         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13610         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
13611         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
13612         Likewise.
13614 2014-06-03  Wilco  <wdijkstr@arm.com>
13616         * sysdeps/aarch64/fpu/math_private.h
13617         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
13618         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
13619         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
13620         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13621         Fix declarations.
13623 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13625         * crypt/crypt-private.h: Include ufc-crypt.h.
13626         (__b64_from_24bit): Declare extern.
13627         * crypt/crypt_util.c(__b64_from_24bit): New function.
13628         (b64t): New static const variable.
13629         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
13630         (b64t): Remove variable.
13631         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
13632         * crypt/sha256-crypt.c: Include crypt-private.h.
13633         (b64t): Remove variable.
13634         (__sha256_crypt_r): Remove b64_from_24bit and replace
13635         with __b64_from_24bit.
13636         * crypt/sha512-crypt.c: Likewise.
13638 2014-06-02  Roland McGrath  <roland@hack.frob.com>
13640         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
13641         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
13642         Label the code __libc_vfork rather than __vfork.
13643         [!NOT_IN_libc] (vfork): Define as weak alias.
13644         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
13645         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
13646         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
13648 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13650         * malloc/malloc.c (malloc_info): Fix format specifier for
13651         n_mmaps.
13653 2014-06-02  Wilco  <wdijkstr@arm.com>
13655         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
13656         FPCR write.
13658 2014-06-02  Wilco  <wdijkstr@arm.com>
13660         [BZ #17009]
13661         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
13662         Rewrite to reduce FPCR/FPSR accesses.
13664 2014-06-01  David S. Miller  <davem@davemloft.net>
13666         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13668 2014-05-31  David S. Miller  <davem@davemloft.net>
13670         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
13671         to occur in round to nearest mode when |x| >= 2.0
13673 2014-05-30  Richard Henderson  <rth@twiddle.net>
13675         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
13676         (PSEUDO_RET_NOERRNO): Remove.
13677         (ret): Don't redefine.
13678         (ret_NOERRNO): Define in terms of ret.
13679         (ret_ERRVAL): Likewise.
13681         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
13682         use of PSEUDO_RET; perform the error check directly.
13684 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
13686         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
13687         with __int128_t.
13689 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13691         * malloc/malloc (malloc_info): Fix formatting.
13693 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13694             Roland McGrath  <roland@hack.frob.com>
13696         * malloc/malloc (malloc_info): Also print mmapped statistics.
13698 2014-05-30  Roland McGrath  <roland@hack.frob.com>
13700         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
13701         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
13703 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
13705         * malloc/malloc.c (malloc_info): Inline mi_arena.
13707 2014-05-29  Richard Henderson  <rth@twiddle.net>
13709         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
13710         Remove comma before expanding ASM_ARGS_##nr.
13711         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
13712         Make _x0 a strict output; make _x8 a strict input; adjust expansion
13713         of ASM_ARGS_##nr.
13714         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
13715         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
13716         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
13717         (ASM_ARGS_1): Add leading comma.
13719         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
13720         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
13721         to __errno_location.
13722         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
13723         Remove the expected plt for __errno_location.
13725         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13726         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
13727         call to __read_tp.
13729         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13730         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
13731         it and break it down.
13732         (DOCARGS_0, DOCARGS_1): Do nothing.
13733         (DOCARGS_2): Update to store into the new stack frame.
13734         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
13735         (UNDOCARGS_1): Update to restore from the new stack frame.
13736         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
13737         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
13739         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13740         (SINGLE_THREAD_P): New parameter for result regno.
13741         (PSEUDO): Update to match; use cbz instead of beq.
13743         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13744         Use ENTRY to define the _nocancel entry point.  Share the syscall
13745         and syscall error check paths with the cancel path.
13746         (PSEUDO_END): New.
13748         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
13749         whitespace; tabs before and after asm mnemonics.
13751 2014-05-29  Eric Wong  <normalperson@yhbt.net>
13753         [BZ #15132]
13754         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
13755         Call fstat64 or stat64 internally, depending on arguments passed.
13756         Replace stat buffer argument with file descriptor argument.
13757         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
13758         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
13759         Pass fd to __internal_statvfs instead of calling fstat64.
13760         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
13761         Pass fd to __internal_statvfs64 instead of calling fstat64.
13762         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
13763         Pass -1 to __internal_statvfs instead of calling stat64.
13764         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
13765         Pass -1 to __internal_statvfs64 instead of calling stat64.
13767 2014-05-28  Roland McGrath  <roland@hack.frob.com>
13769         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
13770         that was previously under [RESET_PID].
13771         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
13773         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
13774         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
13776 2014-05-27  Roland McGrath  <roland@hack.frob.com>
13778         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
13780         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
13781         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
13783 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
13785         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
13787 2014-05-27  Andreas Schwab  <schwab@suse.de>
13789         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
13790         TLS_INIT_TP macro.
13791         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
13792         * elf/rtld.c (init_tls, dl_main): Likewise.
13793         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
13794         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
13795         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
13796         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
13797         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
13798         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
13799         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
13800         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
13801         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
13802         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
13803         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
13804         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
13805         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
13806         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
13807         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
13808         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
13809         * sysdeps/generic/tls.h: Update description.
13811 2014-05-27  Will Newton  <will.newton@linaro.org>
13813         [BZ #16990]
13814         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
13815         and restore r2 rather than just restoring.
13817 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13819         [BZ #16724]
13820         * libio/tst-ftell-append.c: New test case.
13821         * libio/Makefile (tests): Add test case.
13822         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
13823         append mode.
13824         * libio/wfileops.c (do_ftell_wide): Likewise.
13826 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13828         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13830         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
13831         ...
13832         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
13833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
13834         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
13835         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
13836         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
13837         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
13838         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
13839         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
13840         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
13841         Moved ...
13842         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
13843         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
13844         Moved ...
13845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
13846         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
13847         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
13848         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
13849         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
13850         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
13851         ...
13852         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
13853         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
13854         Moved ...
13855         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
13856         here.
13857         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
13858         ...
13859         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
13860         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
13861         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
13863         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
13864         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
13865         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
13866         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
13868         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
13869         merge into ...
13870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
13871         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
13872         ...
13873         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
13874         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
13875         ...
13876         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
13877         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13878         Moved ...
13879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
13880         here.
13881         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13882         Moved ...
13883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
13884         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13885         Moved ...
13886         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
13888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
13889         conditional [RESET_PID].
13890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
13891         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
13892         removed.
13893         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
13894         removed.
13896         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
13897         <tcb-offsets.h>.
13898         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13899         (__libc_vfork): New strong alias.
13900         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
13901         removed.
13902         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
13903         Removed.
13905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
13906         <tcb-offsets.h>.
13907         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
13908         (__libc_vfork): New strong alias.
13909         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
13910         removed.
13911         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
13912         removed.
13914 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
13916         * malloc/malloc.c (mi_arena): New function.
13917         (malloc_info): Remove nested function mi_arena. Call non-nosted
13918         function mi_arena.
13920 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13922         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
13923         by insrwi.
13924         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
13925         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
13926         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
13927         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
13928         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
13929         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
13930         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
13932 2014-05-26  Andreas Schwab  <schwab@suse.de>
13934         [BZ #16984]
13935         * locale/programs/repertoire.c (repertoire_read): Add slash
13936         between I18NPATH element and file name.
13937         * locale/programs/locfile.c (locfile_read): Likewise.
13939 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13941         * nptl/pthread_mutexattr_settype.c
13942         (__pthread_mutexattr_settype):
13943         Disable lock elision for PTHREAD_MUTEX_NORMAL.
13945 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13947         * nptl/tst-mutex5 (do_test):
13948         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
13950 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13952         * benchtests/README: Document 'init' directive.
13953         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
13954         BENCH_INIT.
13955         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
13956         (parse_file): Recognize 'init' directive.
13958 2014-05-26  Kyle McMartin  <kyle@redhat.com>
13960         [BZ #16796]
13961         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
13962         alignment of struct pthread.
13964 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13966         [BZ #16878]
13967         * nscd/netgroupcache.c (addgetnetgrentX): Look for
13968         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13969         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
13970         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13972 2014-05-25  Richard Henderson  <rth@twiddle.net>
13974         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13975         (SINGLE_THREAD_P_PIC): Remove.
13976         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
13977         (SINGLE_THREAD_P_PIC): Remove.
13979         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
13980         branch to syscall error ...
13981         (PSEUDO): ... here.
13982         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
13983         from __local_syscall_error to .Lsyscall_error.
13984         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
13985         (SYSCALL_ERROR): Update label name.
13987         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13988         Do not use DOARGS/UNDOARGS.
13989         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
13990         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
13991         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
13992         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
13993         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
13995         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
13996         block comment.
13998         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
13999         define if !NOT_IN_libc.
14000         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
14001         define with non-default symbol versions.
14003 2014-05-23  Richard Henderson  <rth@twiddle.net>
14005         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
14006         (vfork, __vfork): Define via compat_symbol.
14008         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
14009         [!HAVE_IFUNC] (vfork_compat): Remove.
14010         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
14012 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
14014         [BZ #16978]
14015         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
14016         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
14017         variable.
14019 2014-05-23  Richard Henderson  <rth@twiddle.net>
14021         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
14022         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
14023         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
14024         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
14026         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
14027         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
14028         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
14029         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
14030         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
14031         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
14032         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
14033         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
14034         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
14035         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
14036         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
14037         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
14038         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
14039         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
14040         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
14041         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
14042         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
14043         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
14044         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
14045         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
14046         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
14047         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
14048         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
14049         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
14050         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
14051         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
14052         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
14053         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
14054         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
14055         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
14056         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
14057         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
14058         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
14059         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
14060         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
14061         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
14062         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
14063         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
14064         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
14065         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
14066         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
14067         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
14068         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
14069         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
14070         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
14071         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
14072         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
14073         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
14074         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
14075         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
14076         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
14077         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
14078         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
14079         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
14080         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
14081         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
14083         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
14084         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
14085         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
14086         before exiting on error.
14087         (__libc_vfork): New strong alias.
14088         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
14089         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
14091         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
14092         that was previously under [RESET_PID].
14093         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
14095         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
14097 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
14099         [BZ #16977]
14100         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
14101         value when x - 1 is zero.
14102         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
14103         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
14104         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
14105         0.0L for an argument of 1.0L.
14106         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
14107         Likewise.
14108         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
14109         value when x - 1 is zero.
14110         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
14111         * sysdeps/i386/fpu/libm-test-ulps: Update.
14112         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14114 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
14116         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
14117         alphasort and versionsort.
14119 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14121         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
14122         macro.
14123         [copysignf]: Likewise.
14125 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
14127         * crypt/md5-crypt.c: Fix formatting.
14129 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
14131         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
14132         (b64_from_24bit): New function.
14134 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14136         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
14137         libc_hidden_builtin_def to ifunc.
14138         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
14139         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
14141 2014-05-21  Roland McGrath  <roland@hack.frob.com>
14143         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
14144         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
14146 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
14148         * nscd/Depend (linuxthreads): Remove.
14149         (nptl): Add.
14150         * resolv/Depend (linuxthreads): Remove.
14151         * rt/Depend (linuxthreads): Remove.
14153         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
14154         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
14155         $(common-objpfx)elf/.
14156         (link-libc-before-gnulib): Likewise.
14157         (elfobjdir): Remove variable.
14158         * Makefile (install): Use $(elf-objpfx) instead of
14159         $(common-objpfx)elf/.
14160         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
14161         $(elfobjdir)/.
14162         (link-libc-deps): Likewise.
14163         ($(common-objpfx)libc.so): Likewise.
14164         ($(common-objpfx)linkobj/libc.so): Likewise.
14165         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
14166         instead of $(common-objpfx)elf/.
14167         (symbolic-link-list): Likewise.
14168         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
14169         [$(cross-compiling) = no]: Likewise.
14170         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
14171         $(elfobjdir)/.
14172         (static-gnulib-arch): Likewise.
14173         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
14174         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
14175         $(common-objpfx)elf/.
14177 2014-05-21  Richard Henderson  <rth@redhat.com>
14179         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
14180         (SINGLE_THREAD_P): Use the correct width load.  Fold
14181         into the ldr offset.
14183         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
14184         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
14186 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
14188         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
14189         (libgcc_s_resume): Use __attribute_used__.
14190         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
14191         Likewise.
14193 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14195         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
14196         optimization when used with float constants.
14198         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14200 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
14202         [BZ #16915]
14203         * locale/nl_langinfo_l.c: Make direct reference to every
14204         _nl_current_CATEGORY symbol.
14205         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
14206         (tests-static): Add tst-langinfo-static.
14207         (tests-special): Add tst-langinfo-static.out.
14208         ($(objpfx)tst-langinfo.out): Redirect output.
14209         ($(objpfx)tst-langinfo-static.out): New.
14210         * localedata/tst-langinfo.sh: Send output to stdout.
14211         * localedata/tst-langinfo-static.c: New file.
14213         [BZ #16965]
14214         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
14215         when the shift amount is modulo the limb size.
14217 2014-05-20  Richard Henderson  <rth@redhat.com>
14219         [BZ #16967]
14220         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
14221         Change type of sa_flags from unsigned int to int.
14223         [BZ #16966]
14224         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
14226         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
14228 2014-05-20  Will Newton  <will.newton@linaro.org>
14230         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
14231         Test the return value of the system call in the nocancel case.
14233 2014-05-20  Will Newton  <will.newton@linaro.org>
14234             Yvan Roux  <yvan.roux@linaro.org>
14236         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
14237         #include of asm/ptrace.h.
14238         (PTRACE_GET_THREAD_AREA): Remove #undef.
14239         (PTRACE_GETHBPREGS): Likewise.
14240         (PTRACE_SETHBPREGS): Likewise.
14241         (struct user_regs_struct): New structure.
14242         (struct user_fpsimd_struct): New structure.
14243         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
14244         #include of asm/ptrace.h and second #include of sys/user.h.
14245         (PTRACE_GET_THREAD_AREA): Remove #undef.
14246         (PTRACE_GETHBPREGS): Likewise.
14247         (PTRACE_SETHBPREGS): Likewise.
14248         (ELF_NGREG): Use new struct user_regs_struct.
14249         (elf_fpregset_t): Use new struct user_fpsimd_struct.
14251 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14253         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
14254         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
14256 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
14258         [BZ #16958]
14259         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
14260         membar to avoid block loads/stores to overlap previous stores.
14262 2014-05-17  Richard Henderson  <rth@redhat.com>
14264         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
14265         Create the __##syscall_name##_nocancel entry point.
14266         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
14267         Remove; let the sysdep-cancel.h code create it.
14269 2014-05-17  David S. Miller  <davem@davemloft.net>
14271         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
14272         Protect with __USE_GNU.
14273         (TIOCSET_TEMPT): Likewise.
14274         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
14275         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
14276         these are already provided in bits/ioctl-types.h
14278 2014-05-16  Roland McGrath  <roland@hack.frob.com>
14280         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
14281         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
14283         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
14284         Use wait4 regardless of [__NR_waitpid].
14286 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
14288         PR libgcc/60166
14289         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14290         (_FP_NANSIGN_Q): Set the quiet bit.
14292 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
14294         * benchtests/Makefile
14295         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
14296         not $(common-objpfx)math/libm.so.
14297         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
14298         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
14299         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
14300         $(common-objpfx)dlfcn/libdl.so.
14301         ($(objpfx)tst-audit8): Depend on $(libm), not
14302         $(common-objpfx)math/libm.so.
14303         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
14304         not $(common-objpfx)dlfcn/libdl.so.
14305         * math/Makefile
14306         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
14307         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
14308         [$(build-shared) = yes].
14309         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
14310         $(common-objpfx)nptl/libpthread.so.
14311         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
14312         $(common-objpfx)math/libm.so$(libm.so-version) or
14313         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
14314         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
14315         $(common-objpfx)dlfcn/libdl.so.
14316         * setjmp/Makefile (link-libm): Remove variable.
14317         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
14318         * stdio-common/Makefile (link-libm): Remove variable.
14319         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
14320         * stdlib/Makefile (link-libm): Remove variable.
14321         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
14322         ($(objpfx)tst-strtod-round): Likewise.
14323         ($(objpfx)tst-tininess): Likewise.
14324         ($(objpfx)tst-strtod-underflow): Likewise.
14325         ($(objpfx)tst-strtod6): Likewise.
14326         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
14327         $(libdl), not $(common-objpfx)nptl/libpthread.so and
14328         $(common-objpfx)dlfcn/libdl.so.
14330 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14332         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
14333         BSD terminal modes definitions.
14335 2014-05-16  Roland McGrath  <roland@hack.frob.com>
14337         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
14338         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
14340         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
14341         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
14342         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
14343         Don't do #include_next.
14344         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
14345         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
14346         Don't do #include_next.
14347         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
14348         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
14349         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
14350         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
14352 2014-05-16  Allan McRae  <allan@archlinux.org>
14354         * po/sv.po: Update Swedish translation from translation project.
14356         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
14357         in sed expression.
14359 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
14361         [BZ #16917]
14362         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
14363         errno if the TIOCGPTN ioctl fails with an error different than
14364         EINVAL.
14365         * login/tst-ptsname.c: New file.
14366         * login/Makefile (tests): Add tst-ptsname.
14368         [BZ #16943]
14369         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
14370         and prlimit64.
14372 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
14374         [BZ #16849]
14375         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
14376         herrno to return EAI_AGAIN.
14378 2014-05-14  Roland McGrath  <roland@hack.frob.com>
14380         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
14381         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
14382         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
14383         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
14384         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
14385         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
14386         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
14387         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
14388         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
14389         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
14390         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
14391         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
14392         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
14393         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
14394         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
14395         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
14396         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
14397         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
14398         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
14399         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
14400         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
14401         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
14402         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
14403         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
14404         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
14405         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
14406         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
14407         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
14408         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
14409         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
14410         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
14411         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
14412         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
14413         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
14414         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
14415         Moved ...
14416         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
14417         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
14418         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
14419         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
14420         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
14421         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
14422         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
14423         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
14424         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
14425         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
14426         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
14427         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
14428         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
14429         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
14430         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
14431         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
14432         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
14433         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
14434         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
14435         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
14436         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
14437         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
14438         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
14439         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
14440         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
14441         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
14442         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
14443         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
14444         Moved ...
14445         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
14446         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
14447         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
14448         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
14449         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
14450         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
14451         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
14452         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
14453         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
14454         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
14455         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
14456         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
14457         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
14458         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
14459         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
14460         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
14461         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
14462         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
14463         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
14464         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
14465         Moved ...
14466         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
14467         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
14468         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
14470         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
14471         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
14472         (libpthread-sysdep_routines): Add elision-related stuff here instead.
14473         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
14474         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
14475         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
14476         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
14477         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
14478         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
14479         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
14480         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
14481         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
14482         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
14483         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
14484         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
14485         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
14486         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
14487         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
14488         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
14489         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
14490         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
14491         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
14492         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
14493         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
14494         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
14495         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
14496         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
14497         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
14498         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
14499         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
14500         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
14502         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
14503         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
14505         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
14506         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
14507         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
14508         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
14509         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
14510         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
14511         Moved ...
14512         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
14513         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
14514         Moved ...
14515         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
14516         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
14517         Moved ...
14518         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
14519         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
14520         Moved ...
14521         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
14522         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
14523         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
14524         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
14525         Moved ...
14526         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
14527         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
14528         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
14529         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
14530         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
14531         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
14532         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
14533         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
14534         Moved ...
14535         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
14536         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14537         Moved ...
14538         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14539         ... here.
14540         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
14541         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
14542         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
14543         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
14544         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14545         Moved ...
14546         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14547         ... here.
14548         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
14549         Moved ...
14550         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
14551         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
14552         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
14553         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
14554         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
14555         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
14556         Moved ...
14557         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
14558         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
14559         Moved ...
14560         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
14561         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
14562         Moved ...
14563         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
14564         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
14565         Moved ...
14566         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
14567         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
14568         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
14569         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
14570         Moved ...
14571         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
14572         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
14573         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
14574         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
14575         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
14576         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
14577         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
14578         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
14579         Moved ...
14580         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
14581         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14582         Moved ...
14583         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14584         ... here.
14585         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
14586         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
14587         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
14588         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
14589         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14590         Moved ...
14591         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14592         ... here.
14593         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
14594         Moved ...
14595         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
14596         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
14597         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
14598         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
14599         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
14600         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
14601         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
14602         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
14603         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
14604         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
14605         Moved ...
14606         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
14607         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
14608         Moved ...
14609         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
14610         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
14611         Moved ...
14612         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
14613         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
14614         Moved ...
14615         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
14616         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
14617         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
14618         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
14619         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
14620         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
14621         Moved ...
14622         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
14623         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
14624         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
14625         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
14626         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
14627         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
14628         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
14629         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
14630         Moved ...
14631         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
14632         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14633         Moved ...
14634         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14635         ... here.
14636         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
14637         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
14638         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
14639         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
14640         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14641         Moved ...
14642         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14643         ... here.
14644         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
14645         Moved ...
14646         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
14647         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
14648         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
14649         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
14650         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
14651         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
14652         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
14653         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
14654         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
14655         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
14656         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
14658         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
14659         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
14661         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
14662         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
14664         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
14665         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
14666         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
14667         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
14668         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
14669         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
14670         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
14671         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
14672         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
14673         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
14674         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
14675         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
14676         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
14677         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
14678         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
14679         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
14680         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
14681         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
14682         Moved ...
14683         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
14684         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
14685         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
14686         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
14687         Moved ...
14688         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
14689         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
14690         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
14691         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
14692         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
14693         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
14694         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
14695         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
14696         Moved ...
14697         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
14698         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
14699         Moved ...
14700         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
14701         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
14702         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
14703         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
14704         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
14705         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
14706         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
14707         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
14708         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
14709         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
14710         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
14711         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
14712         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
14713         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
14714         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
14715         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
14716         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
14718         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
14719         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
14720         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
14721         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
14722         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
14724         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
14725         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
14726         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
14727         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
14728         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
14729         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
14730         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
14731         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
14732         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
14733         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
14735         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
14736         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
14738         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
14739         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
14740         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
14741         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
14742         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
14743         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
14744         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
14745         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
14746         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
14747         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
14748         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
14749         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
14750         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
14751         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
14752         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
14753         Update #include.
14754         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
14755         Likewise.
14756         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
14757         Likewise.
14758         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
14759         Likewise.
14760         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
14761         Likewise.
14762         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
14763         Likewise.
14764         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
14765         Likewise.
14766         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
14767         Likewise.
14768         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
14769         Likewise.
14770         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
14771         Likewise.
14772         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
14773         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
14774         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
14775         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
14776         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
14777         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
14778         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
14779         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
14780         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
14781         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
14782         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
14783         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
14784         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
14785         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
14786         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
14788         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
14789         that was previously under [RESET_PID].
14790         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
14791         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
14792         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
14794         * sysdeps/i386/nptl/Implies: New file.
14795         * sysdeps/x86_64/nptl/Implies: New file.
14796         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
14797         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
14798         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
14799         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
14801         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
14802         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14803         (__libc_vfork): New strong alias.
14804         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
14805         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
14807         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
14808         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14809         (__libc_vfork): New strong alias.
14810         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
14811         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
14813         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
14814         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14815         (__libc_vfork): New strong alias.
14816         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
14817         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
14818         * nptl/pt-vfork.c: New file.
14819         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
14820         (libpthread: GLIBC_2.20): New version set (empty).
14822 2014-05-14  Will Newton  <will.newton@linaro.org>
14824         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
14825         rather than #if.
14827 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14829         [BZ #16564]
14830         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
14831         arguments with exponent 65 or above.
14832         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
14833         arguments 0x1p113L or above.
14834         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
14835         to arguments 0x1p107L or above.
14836         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
14837         positive arguments with exponent 65 or above.
14838         * math/auto-libm-test-in: Add more tests of log1p.
14839         * math/auto-libm-test-out: Regenerated.
14841         [BZ #16928]
14842         * math/s_cacos.c (__cacos): Ensure zero real part of result from
14843         non-finite arguments is +0.
14844         * math/s_cacosf.c (__cacosf): Likewise.
14845         * math/s_cacosl.c (__cacosl): Likewise.
14846         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
14847         * sysdeps/i386/fpu/libm-test-ulps: Update.
14848         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14850         [BZ #16927]
14851         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
14852         value.
14853         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
14854         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
14855         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
14856         for explicit high bit of mantissa when testing for argument equal
14857         to 1.
14858         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
14859         * sysdeps/i386/fpu/libm-test-ulps: Update.
14860         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14862         [BZ #16516]
14863         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
14864         (__erf): Scale by 16 instead of 8 in potentially underflowing
14865         case.  Ensure exception if result actually underflows.
14866         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
14867         (__erff): Scale by 16 instead of 8 in potentially underflowing
14868         case.  Ensure exception if result actually underflows.
14869         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
14870         (efx8): Remove variable.
14871         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14872         case.  Ensure exception if result actually underflows.
14873         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
14874         (efx8): Remove variable.
14875         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14876         case.  Ensure exception if result actually underflows.
14877         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
14878         (efx8): Remove variable.
14879         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14880         case.  Ensure exception if result actually underflows.
14881         * math/auto-libm-test-in: Add more tests of erf.
14882         * math/auto-libm-test-out: Regenerated.
14884 2014-05-14  Andreas Schwab  <schwab@suse.de>
14886         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
14887         Remove code conditionalized on USE___THREAD.
14889         * config.h.in (HAVE_PT_CHOWN): Define as 0.
14890         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
14891         not definedness.
14893 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14895         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
14896         Define unconditionally.
14897         (__ASSUME_O_CLOEXEC): Likewise.
14898         (__ASSUME_SOCK_CLOEXEC): Likewise.
14899         (__ASSUME_IN_NONBLOCK): Likewise.
14900         (__ASSUME_PIPE2): Likewise.
14901         (__ASSUME_EVENTFD2): Likewise.
14902         (__ASSUME_SIGNALFD4): Likewise.
14903         (__ASSUME_DUP3): Likewise.
14904         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14905         (__ASSUME_DUP3): Do not define.
14906         (__ASSUME_EVENTFD2): Likewise.
14907         (__ASSUME_IN_NONBLOCK): Likewise.
14908         (__ASSUME_O_CLOEXEC): Likewise.
14909         (__ASSUME_PIPE2): Likewise.
14910         (__ASSUME_SIGNALFD4): Likewise.
14911         (__ASSUME_SOCK_CLOEXEC): Likewise.
14912         (__ASSUME_UTIMES): Undefine.
14913         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14914         (__ASSUME_UTIMES): Do not define.
14915         (__ASSUME_O_CLOEXEC): Likewise.
14916         (__ASSUME_SOCK_CLOEXEC): Likewise.
14917         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
14918         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
14919         0x020621].
14920         (__ASSUME_PIPE2): Likewise.
14921         (__ASSUME_EVENTFD2): Likewise.
14922         (__ASSUME_SIGNALFD4): Likewise.
14923         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
14924         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
14925         Do not define.
14926         (__ASSUME_EVENTFD2): Likewise.
14927         (__ASSUME_SIGNALFD4): Likewise.
14928         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14929         (__ASSUME_32BITUIDS): Likewise.
14930         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
14931         (__ASSUME_IPC64): Likewise.
14932         (__ASSUME_ST_INO_64_BIT): Likewise.
14933         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
14934         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
14935         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14936         (__ASSUME_UTIMES): Do not define.
14937         (__ASSUME_PSELECT): Likewise.
14938         (__ASSUME_PPOLL): Likewise.
14939         (__ASSUME_O_CLOEXEC): Likewise.
14940         (__ASSUME_SOCK_CLOEXEC): Likewise.
14941         (__ASSUME_IN_NONBLOCK): Likewise.
14942         (__ASSUME_PIPE2): Likewise.
14943         (__ASSUME_EVENTFD2): Likewise.
14944         (__ASSUME_SIGNALFD4): Likewise.
14945         (__ASSUME_DUP3): Likewise.
14946         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14947         (__ASSUME_UTIMES): Likewise.
14948         (__ASSUME_O_CLOEXEC): Likewise.
14949         (__ASSUME_SOCK_CLOEXEC): Likewise.
14950         (__ASSUME_IN_NONBLOCK): Likewise.
14951         (__ASSUME_PIPE2): Likewise.
14952         (__ASSUME_EVENTFD2): Likewise.
14953         (__ASSUME_SIGNALFD4): Likewise.
14954         (__ASSUME_DUP3): Likewise.
14955         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14956         (__ASSUME_UTIMES): Likewise.
14957         (__ASSUME_O_CLOEXEC): Likewise.
14958         (__ASSUME_SOCK_CLOEXEC): Likewise.
14959         (__ASSUME_IN_NONBLOCK): Likewise.
14960         (__ASSUME_PIPE2): Likewise.
14961         (__ASSUME_EVENTFD2): Likewise.
14962         (__ASSUME_SIGNALFD4): Likewise.
14963         (__ASSUME_DUP3): Likewise.
14964         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
14965         Likewise.
14966         (__ASSUME_UTIMES): Likewise.
14967         (__ASSUME_EVENTFD2): Likewise.
14968         (__ASSUME_SIGNALFD4): Likewise.
14969         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14970         (__ASSUME_O_CLOEXEC): Likewise.
14971         (__ASSUME_SOCK_CLOEXEC): Likewise.
14972         (__ASSUME_IN_NONBLOCK): Likewise.
14973         (__ASSUME_PIPE2): Likewise.
14974         (__ASSUME_EVENTFD2): Likewise.
14975         (__ASSUME_SIGNALFD4): Likewise.
14976         (__ASSUME_DUP3): Likewise.
14977         (__ASSUME_UTIMES): Undefine.
14979         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
14980         feclearexcept.  Remove symbol versioning code.
14981         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
14982         symbol versioning code.
14983         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
14984         symbol versioning code.
14985         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
14986         feupdateenv.  Remove symbol versioning code.
14987         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
14988         fegetexceptflag.  Remove symbol versioning code.
14989         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
14990         fesetexceptflag.  Remove symbol versioning code.
14991         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
14992         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
14993         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
14994         (__posix_fadvise64_l32): Remove prototype.
14995         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
14996         code.
14998 2014-05-13  Roland McGrath  <roland@hack.frob.com>
15000         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
15001         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
15002         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
15003         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
15005 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
15007         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
15008         current working directory
15010 2014-05-13  Roland McGrath  <roland@hack.frob.com>
15012         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
15013         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
15014         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
15015         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
15016         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
15017         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
15018         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
15019         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
15020         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
15021         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
15022         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
15023         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
15024         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
15025         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
15026         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
15027         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
15028         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
15029         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
15030         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
15031         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
15032         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
15033         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
15034         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
15035         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
15036         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
15037         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
15038         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
15039         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
15040         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
15041         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
15042         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
15043         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
15044         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
15045         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
15046         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
15047         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
15048         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
15049         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
15050         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
15051         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
15052         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
15053         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
15055         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
15056         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
15058         * sysdeps/unix/sysv/linux/arm/Makefile
15059         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
15060         Add rt-aeabi_unwind_cpp_pr1.
15061         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
15062         Add nptl-aeabi_unwind_cpp_pr1.
15063         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
15064         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
15065         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
15066         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
15067         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
15068         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
15070         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
15071         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
15072         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
15073         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
15075         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
15076         Deconditionalize the code that was previously under [RESET_PID].
15077         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
15079         * sysdeps/generic/exit-thread.h: New file.
15080         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
15081         * include/unistd.h (__exit_thread): Remove declaration.
15082         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
15083         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
15084         * csu/libc-start.c: Include <exit-thread.h>.
15085         (LIBC_START_MAIN): Pass no argument to __exit_thread.
15086         * nptl/pthread_create.c: Include <exit-thread.h>.
15087         (start_thread): Call __exit_thread in place of __exit_thread_inline.
15088         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
15089         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
15090         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
15091         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
15092         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
15093         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
15094         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
15095         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
15096         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
15097         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
15098         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
15099         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
15100         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
15101         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
15102         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
15103         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
15105 2014-05-13  Andreas Schwab  <schwab@suse.de>
15107         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
15109 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
15111         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
15112         (__ASSUME_UTIMES): Do not condition on kernel version.
15113         (__ASSUME_PSELECT): Define unconditionally.
15114         (__ASSUME_PPOLL): Likewise.
15115         (__ASSUME_ATFCTS): Likewise.
15116         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
15117         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
15118         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
15119         (__ASSUME_UTIMENSAT): Define unconditionally.
15120         (__ASSUME_PRIVATE_FUTEX): Likewise.
15121         (__ASSUME_FALLOCATE): Likewise.
15122         (__ASSUME_O_CLOEXEC): Likewise.
15123         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
15124         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
15125         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
15126         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
15127         (__ASSUME_IN_NONBLOCK): Likewise.
15128         (__ASSUME_PIPE2): Likewise.
15129         (__ASSUME_EVENTFD2): Likewise.
15130         (__ASSUME_SIGNALFD4): Likewise.
15131         (__ASSUME_DUP3): Likewise.
15132         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
15133         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
15134         (__ASSUME_AT_RANDOM): Likewise.
15135         (__ASSUME_PREADV): Likewise.
15136         (__ASSUME_PWRITEV): Likewise.
15137         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
15138         (__ASSUME_F_GETOWN_EX): Define unconditionally.
15139         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
15140         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
15141         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
15142         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15143         (__ASSUME_O_CLOEXEC): Define unconditionally.
15144         (__ASSUME_PSELECT): Do not undefine conditionally.
15145         (__ASSUME_PPOLL): Likewise.
15146         (__ASSUME_ATFCTS): Likewise.
15147         (__ASSUME_SET_ROBUST_LIST): Likewise.
15148         (__ASSUME_UTIMENSAT): Likewise.
15149         (__ASSUME_FDATASYNC): Define unconditionally.
15150         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15151         (__ASSUME_SIGFRAME_V2): Likewise.
15152         )__ASSUME_EVENTFD2): Likewise.
15153         (__ASSUME_SIGNALFD4): Likewise.
15154         (__ASSUME_PSELECT): Do not undefine conditionally.
15155         (__ASSUME_PPOLL): Likewise.
15156         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
15157         (__ASSUME_PSELECT): Define unconditionally.
15158         (__ASSUME_PPOLL): Likewise.
15159         (__ASSUME_O_CLOEXEC): Likewise.
15160         (__ASSUME_SOCK_CLOEXEC): Likewise.
15161         (__ASSUME_IN_NONBLOCK): Likewise.
15162         (__ASSUME_PIPE2): Likewise.
15163         (__ASSUME_EVENTFD2): Likewise.
15164         (__ASSUME_SIGNALFD4): Likewise.
15165         (__ASSUME_DUP3): Likewise.
15166         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15167         (__ASSUME_O_CLOEXEC): Likewise.
15168         (__ASSUME_SOCK_CLOEXEC): Likewise.
15169         (__ASSUME_IN_NONBLOCK): Likewise.
15170         (__ASSUME_PIPE2): Likewise.
15171         (__ASSUME_EVENTFD2): Likewise.
15172         (__ASSUME_SIGNALFD4): Likewise.
15173         (__ASSUME_DUP3): Likewise.
15174         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15175         (__ASSUME_EVENTFD2): Likewise.
15176         (__ASSUME_SIGNALFD4): Likewise.
15177         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
15179 2014-05-12  Andreas Schwab  <schwab@suse.de>
15181         [BZ #16932]
15182         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
15183         (_nss_nis_gethostbyname4_r): Return error if item length is larger
15184         than maximum RPC packet size.
15185         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
15186         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
15187         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
15188         (_nss_nis_getservbyport_r): Likewise.
15190 2014-05-12  Will Newton  <will.newton@linaro.org>
15192         * malloc/Makefile (tests): Add tst-mallopt.
15193         * malloc/tst-mallopt.c: New file.
15195 2014-05-09  Roland McGrath  <roland@hack.frob.com>
15197         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
15198         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
15200 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15202         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
15203         (tst-tlsmod6.so): Likewise.
15205 2014-05-09  Roland McGrath  <roland@hack.frob.com>
15207         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
15209 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
15211         [BZ #16064]
15212         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
15213         and <dl-procinfo.h>.
15214         (__fegetenv): Save SSE state in envp->__eip if supported.
15215         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
15216         envp->__eip if supported.
15217         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
15218         and <dl-procinfo.h>.
15219         (__fesetenv): Always set __eip, __cs_selector, __opcode,
15220         __data_offset and __data_selector in environment to 0.  Set SSE
15221         state if supported.
15222         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
15223         test-fenv-sse.
15224         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
15225         -mfpmath=sse.
15226         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
15228 2014-05-09  Will Newton  <will.newton@linaro.org>
15230         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
15231         and libc_relro_required for ARM.
15232         * sysdeps/arm/preconfigure: Regenerate.
15234 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
15235             Stefan Liebler  <stli@linux.vnet.ibm.com>
15237         * config.make.in (enable-lock-elision): New Makefile variable.
15238         * configure.ac: Likewise.
15239         * configure: Regenerate.
15240         * sysdeps/s390/configure.ac:
15241         Add check for gcc transactions support.
15242         * sysdeps/s390/configure: Regenerate.
15243         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
15244         Build elision files if enabled.
15245         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
15246         Add lock elision support for s390.
15247         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
15248         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
15249         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
15250         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
15251         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
15252         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
15253         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
15254         Likewise.
15255         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
15256         Likewise.
15257         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
15258         Likewise.
15259         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
15260         Likewise.
15261         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
15262         (__lll_timedlock_elision, __lll_lock_elision)
15263         (__lll_unlock_elision, __lll_trylock_elision)
15264         (lll_timedlock_elision, lll_lock_elision)
15265         (lll_unlock_elision, lll_trylock_elision): Add.
15266         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15267         (pthread_mutex_t): Add lock elision support for s390.
15269 2014-05-14  Wilco  <wdijkstr@arm.com>
15271         * sysdeps/arm/fclrexcpt.c: Cleanup.
15272         * sysdeps/arm/fedisblxcpt.c: Cleanup.
15273         * sysdeps/arm/feenablxcpt.c: Cleanup.
15274         * sysdeps/arm/fegetenv.c: Cleanup.
15275         * sysdeps/arm/fegetexcept.c: Cleanup.
15276         * sysdeps/arm/fegetround.c: Cleanup.
15277         * sysdeps/arm/feholdexcpt.c: Cleanup.
15278         * sysdeps/arm/fesetenv.c: Cleanup.
15279         * sysdeps/arm/fesetround.c: Cleanup.
15280         * sysdeps/arm/feupdateenv.c: Cleanup.
15281         * sysdeps/arm/fgetexcptflg.c: Cleanup.
15282         * sysdeps/arm/fraiseexcpt.c: Cleanup.
15283         * sysdeps/arm/fsetexcptflg.c: Cleanup.
15284         * sysdeps/arm/ftestexcept.c: Cleanup.
15285         * sysdeps/arm/get-rounding-mode.h: Cleanup.
15286         * sysdeps/arm/setfpucw.c: Cleanup.
15288 2014-05-09  Will Newton  <will.newton@linaro.org>
15290         * sysdeps/arm/armv7/strcmp.S: New file.
15291         * NEWS: Mention addition of ARMv7 optimized strcmp.
15293 2014-05-08  Roland McGrath  <roland@hack.frob.com>
15295         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
15296         look for %.ac rather than %.in.
15298         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
15299         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
15300         * sysdeps/mach/hurd/configure: Regenerated.
15301         * sysdeps/unix/sysv/linux/configure: Regenerated.
15303         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
15305 2014-05-07  Steve Ellcey  <sellcey@mips.com>
15307         [BZ# 16922]
15308         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
15309         (LONG_SUB): Ditto.
15310         (PTR_SUB): Ditto.
15312 2014-05-07  Andreas Schwab  <schwab@suse.de>
15314         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
15315         when skipping over non-matching result from nscd.
15317 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
15319         [BZ #16876]
15320         * nptl/sockperf.c (client): Check socket return value.
15322         [BZ #16877]
15323         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
15324         nscd security class.
15326 2014-05-06  Roland McGrath  <roland@hack.frob.com>
15328         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
15329         * sysdeps/arm/unwind.h: ... here.
15331 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
15333         [BZ# 16916]
15334         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
15335         Define.
15337 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15339         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
15340         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
15341         multiarch strncpy for PPC64.
15342         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
15343         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
15344         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
15345         multiarch optimizations.
15346         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15347         (__libc_ifunc_impl_list): Likewise.
15348         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
15349         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
15350         multiarch stpncpy for PPC64.
15351         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
15352         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
15354 2014-05-06  Andreas Schwab  <schwab@suse.de>
15356         [BZ #16912]
15357         * gmon/mcount.c (_MCOUNT_DECL): Use
15358         atomic_compare_and_exchange_bool_acq instead of
15359         catomic_compare_and_exchange_bool_acq.
15361 2014-05-05  Roland McGrath  <roland@hack.frob.com>
15363         * elf/Makefile (others, install-bin): Remove pldd.
15364         (pldd-modules): Variable removed.
15365         ($(objpfx)pldd): Target removed.
15366         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
15367         (others, install-bin): Append pldd here.
15368         ($(objpfx)pldd): New target.
15370         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
15371         to 0, so the first #if test emitted later doesn't see it undefined.
15372         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
15373         * sysdeps/gnu/errlist.c: Regenerated.
15375 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15377         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
15378         [libc_hidden_builtin_def]: Define to empty value.
15379         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
15380         [libc_hidden_builtin_def]: Likewise.
15381         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
15382         [libc_hidden_builtin_def]: Likewise.
15383         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
15384         [libc_hidden_builtin_def]: Likewise.
15385         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
15386         __redirect_memcpy and define ifunc as default hidden symbol.
15387         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
15388         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
15390 2014-05-04  Adam Conrad  <adconrad@0c3.net>
15392         * locale/iso-4217.def: Reintroduce XDR currency.
15394 2014-05-04  Allan McRae  <allan@archlinux.org>
15396         * po/eo.po: Update Esperanto translation from translation project.
15398 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
15400         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
15401         and FEATURE_INDEX_MAX to 1.
15402         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
15404 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15406         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
15407         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
15408         * iconvdata/big5.c (ONE_DIRECTION): Define.
15409         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
15410         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
15411         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
15412         * iconvdata/cp932.c (ONE_DIRECTION): Define.
15413         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
15414         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
15415         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
15416         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
15417         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
15418         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
15419         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
15420         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
15421         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
15422         * iconvdata/gbk.c (ONE_DIRECTION): Define.
15423         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
15424         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
15425         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
15426         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
15427         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
15428         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
15429         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
15430         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
15431         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
15432         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
15433         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
15434         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
15435         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
15436         * iconvdata/iso646.c (ONE_DIRECTION): Define.
15437         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
15438         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
15439         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
15440         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
15441         * iconvdata/johab.c (ONE_DIRECTION): Define.
15442         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
15443         * iconvdata/sjis.c (ONE_DIRECTION): Define.
15444         * iconvdata/t.61.c (ONE_DIRECTION): Define.
15445         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
15446         * iconvdata/tscii.c (ONE_DIRECTION): Define.
15447         * iconvdata/uhc.c (ONE_DIRECTION): Define.
15448         * iconvdata/unicode.c (ONE_DIRECTION): Define.
15449         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
15450         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
15451         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
15453 2014-05-01  Roland McGrath  <roland@hack.frob.com>
15455         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
15456         (_IO_JUMPS_OFFSET): Define to 0.
15458         * nptl/sysdeps/pthread/bits/libc-lock.h
15459         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
15460         (__libc_lock_define_initialized_recursive): Always define using
15461         initializer.  Modern compilers treat uninitialized (implicit zero) and
15462         explicit zero initializers the same (i.e. put the datum in bss).
15464 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
15466         * nscd/nscd-client.h: Include <string.h>.
15468 2014-05-01  David S. Miller  <davem@davemloft.net>
15470         [BZ #16885]
15471         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
15472         multiple zero bytes exist at the end of a string.
15473         Reported by Aurelien Jarno <aurelien@aurel32.net>
15475         * string/test-strcmp.c (check): Add explicit test for situations where
15476         there are multiple zero bytes after the first.
15478 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
15480         [BZ #16890]
15481         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
15482         when compiling wprintf.
15483         * stdio-common/tstdiomisc.c (t3): New function.
15484         (main): Call it.
15486 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15488         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
15489         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
15490         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
15491         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
15493 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15495         * stdlib/longlong.h: Updated from GCC.
15497 2014-05-01  Will Newton  <will.newton@linaro.org>
15498             Bernard Ogden  <bernie.ogden@linaro.org>
15500         * NEWS: Update fixed bug list.
15502         [BZ #15119]
15503         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
15505 2014-04-30  David S. Miller  <davem@davemloft.net>
15507         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
15508         (libc_feholdexcept_setround_sparc_ctx): New function.
15509         (libc_fesetenv_sparc_ctx): Likewise.
15510         (libc_feupdateenv_sparc_ctx): Likewise.
15511         (libc_feholdsetround_sparc_ctx): Likewise.
15512         (libc_feholdexcept_setround_ctx): Define.
15513         (libc_feholdexcept_setroundf_ctx): Likewise.
15514         (libc_feholdexcept_setroundl_ctx): Likewise.
15515         (libc_fesetenv_ctx): Likewise.
15516         (libc_fesetenvf_ctx): Likewise.
15517         (libc_fesetenvl_ctx): Likewise.
15518         (libc_feupdateenv_ctx): Likewise.
15519         (libc_feupdateenvf_ctx): Likewise.
15520         (libc_feupdateenvl_ctx): Likewise.
15521         (libc_feresetround_ctx): Likewise.
15522         (libc_feresetroundf_ctx): Likewise.
15523         (libc_feresetroundl_ctx): Likewise.
15524         (libc_feholdsetround_ctx): Likewise.
15525         (libc_feholdsetroundf_ctx): Likewise.
15526         (libc_feholdsetroundl_ctx): Likewise.
15528         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15529         with __USE_GNU instead of XOPEN cpp guards.
15531         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
15532         0.
15534         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15535         with XOPEN cpp guards.
15537 2014-04-30  Julian Brown  <julian@codesourcery.com>
15539         [BZ #16888]
15540         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
15541         handling.
15543 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
15545         [BZ #9894]
15546         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
15547         Change to 2.6.32.
15548         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
15549         * sysdeps/unix/sysv/linux/configure: Regenerated.
15550         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
15551         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
15552         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
15553         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
15554         * README: Update reference to required Linux kernel version.
15555         * manual/install.texi (Linux): Update reference to required Linux
15556         kernel headers version.
15557         * INSTALL: Regenerated.
15559         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
15560         header inclusion.
15561         [POSIX] (limits.h): Likewise.
15562         [POSIX] (math.h): Likewise.
15563         [POSIX] (sys/wait.h): Likewise.
15564         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
15565         function.
15566         [POSIX] (stddef.h): Do not allow header inclusion.
15568 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15570         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
15572 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
15574         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
15575         Return immediately after lll_futex_wake.
15577 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15579         [BZ #16791]
15580         * nscd/nscd-client.h (datahead_init_common): Initialize entire
15581         structure.
15582         (datahead_init_pos): Call datahead_init_common early.
15583         (datahead_init_neg): Likewise.
15585         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
15586         datahead_init_neg): New functions.
15587         * nscd/aicache.c (addhstaiX): Use them.
15588         * nscd/grpcache.c (cache_addgr): Likewise.
15589         * nscd/hstcache.c (cache_addhst): Likewise.
15590         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15591         * nscd/netgroupcache.c (do_notfound): Likewise.
15592         (addgetnetgrentX): Likewise.
15593         (addinnetgrX): Likewise.
15594         * nscd/pwdcache.c (cache_addpw): Likewise.
15595         * nscd/servicescache.c (cache_addserv): Likewise.
15597 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15598             Atsushi Onoe  <atsushi@onoe.org>
15600         [BZ #14308]
15601         [BZ #12994]
15602         [BZ #13651]
15603         * resolv/res_query.c (__libc_res_nsearch): Return if at least
15604         one response is valid.
15605         * resolv/res_send.c (send_dg): Check for validity of other
15606         response if the current response is a referral.
15608 2014-04-29  Steve Ellcey  <sellcey@mips.com>
15610         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
15612 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
15614         [BZ #16823]
15615         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
15616         Always divide by positive zero when computing -Inf result.
15617         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15618         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
15620 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15622         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
15623         FPSCR if value do not change.
15624         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
15625         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
15626         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
15627         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15628         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
15629         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
15630         function.
15632 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
15634         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
15635         * sysdeps/unix/sysv/linux/hppa: Move directory from
15636         ports/systeps/unix/sysv/linux/hppa.
15637         * README: Update listing for hppa-*-linux-gnu.
15639 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
15641         [BZ #16754]
15642         * manual/stdio.texi (Hook functions): Fix types of stream hook
15643         functions.
15644         [BZ #16854]
15645         * socket/sys/socket.h: Fix typo in comment.
15647 2014-04-28  Wilco  <wdijkstr@arm.com>
15649         * sysdeps/arm/fenv_private.h: New file.
15650         * sysdeps/arm/math_private.h: New file.
15651         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
15653 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
15655         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
15656         with __int128_t.
15657         (La_x86_64_retval): Likewise.
15659 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
15661         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
15662         fpsr if value didn't change.
15663         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
15664         to fpcr if value didn't change.
15665         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
15666         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
15667         fpsr or fpcr if value didn't change.
15668         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15669         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
15670         fpcr if value didn't change.
15671         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
15672         to fpsr if value didn't change.
15674 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
15676         * nptl/tst-sem3.c: Use test-skeleton.c
15677         (main): Rename to do_test.  Use return instead of
15678         exit.
15679         * nptl/tst-sem4.c: Use test-skeleton.c
15680         (main): Rename to do_test.
15682 2014-04-22  David S. Miller  <davem@davemloft.net>
15684         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
15685         (struct sigaction): New struct member __glibc_reserved0, change
15686         type of sa_flags to int.
15688 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
15690         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
15691         (COUNT_LEADING_ZEROS_0): Define for AArch64.
15693 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
15695         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
15696         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
15698 2014-04-22  Will Newton  <will.newton@linaro.org>
15699             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
15701         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
15702         (__longjmp): Add longjmp and longjmp_target SystemTap
15703         probes.
15704         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
15705         (__sigsetjmp): Add setjmp SystemTap probe.
15707 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
15709         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
15710         match manual order.
15712 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15714         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
15716         * sysdeps/powerpc/fpu/fenv_private.h
15717         (libc_feholdexcept_setroundl_ctx): Define to
15718         libc_feholdexcept_setround_ppc_ctx.
15719         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
15720         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
15721         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
15722         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
15724 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15726         * sysdeps/aarch64/math-tests.h: New file.
15728 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
15730         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
15731         New.
15732         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15733         Check and set bit_AVX2_Usable.
15734         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
15735         macro.
15736         (bit_AVX2): Likewise.
15737         (index_AVX2_Usable): Likewise.
15738         (CPUID_AVX2): Likewise.
15739         (HAS_AVX2): Likewise.
15741 2014-04-17  Will Newton  <will.newton@linaro.org>
15743         * manual/setjmp.texi (System V contexts): Add note that
15744         calling setcontext on a context created by a call to a
15745         signal handler is undefined.  Update text to note that
15746         setcontext from a signal handler is possible but not
15747         recommended.
15749         [BZ #16629]
15750         * stdlib/tst-setcontext.c: Include signal.h.
15751         (main): Check that the signal stack before and
15752         after swapcontext is the same.
15754         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
15755         Re-implement to restore registers in user code and avoid
15756         rt_sigreturn system call.
15758 2014-04-17  Wilco  <wdijkstr@arm.com>
15760         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
15761         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
15762         * math/test-fenv.c: Skip exception trap tests on targets which only
15763         support non-stop mode.
15765 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15766             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15768         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
15769         (libc_feholdsetround_aarch64_ctx)
15770         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
15771         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
15772         (libc_feresetround_ctx, libc_feresetroundf_ctx)
15773         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
15774         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
15775         (libc_feresetround_noexl_ctx): Define.
15777 2014-04-16  Richard Henderson  <rth@redhat.com>
15779         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
15781         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
15782         unwind tables.
15784         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
15785         const from the non-libc, non-ldso copy.
15787         * sysdeps/alpha/libm-test-ulps: Regenerate.
15789 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
15790             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15792         * sysdeps/aarch64/fpu/math_private.h: New file.
15794 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15796         * sysdeps/aarch64/libm-test-ulps: Regenerate.
15798 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
15800         [BZ #16275]
15801         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
15802         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
15803         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
15804         Intel MPX bound registers before _dl_profile_fixup.
15805         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
15806         registers after _dl_profile_fixup.  Save and restore bound
15807         registers bnd0/bnd1 when calling _dl_call_pltexit.
15808         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
15809         (LR_BND_OFFSET): Likewise.
15810         (LRV_BND0_OFFSET): Likewise.
15811         (LRV_BND1_OFFSET): Likewise.
15813 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15815         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
15816         to...
15817         * sysdeps/mach/hurd/i386/tls.h: ... here.
15818         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
15819         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
15820         fields.
15822 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15824         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
15826 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15828         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15830 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15832         [BZ #14770]
15833         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
15834         * sysdeps/s390/configure: Regenerate.
15836         [BZ #16824]
15837         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
15838         Set round-to-nearest internally to reduce error accumulation.
15840 2014-04-16  Alan Modra  <amodra@gmail.com>
15842         [BZ #16740]
15843         [BZ #16619]
15844         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
15845         * math/libm-test.inc (frexp_test_data): Add tests.
15846         * NEWS: Update fixed bug list.
15848 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
15850         * benchtests/Makefile: Depend on libraries in build directory.
15851         (bench-math): Separate out math tests.
15852         (bench-pthread): Separate out pthread tests.
15853         (bench): Include math and pthread tests.
15855 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
15857         [BZ #16831]
15858         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
15859         _dl_debug_initialize.
15861         * configure.ac: Remove SELinux header check.
15862         * configure: Regenerate.
15863         * nscd/selinux.c (perms): Array of const char* to permission names.
15864         (nscd_request_avc_has_perm): Call security_deny_unknown to find
15865         default policy. Call string_to_security_class and string_to_av_perm to
15866         translate strings. Enforce default policy and call avs_has_perm with
15867         results of translated strings.
15869 2014-04-13  David S. Miller  <davem@davemloft.net>
15871         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15873 2014-04-12  Allan McRae  <allan@archlinux.org>
15875         [BZ #16838]
15876         * manual/string.texi (Collation Functions): Fix qsort argument
15877         order in example.
15878         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
15880 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
15882         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
15883         Make the test a no-op if there are no exceptions defined.
15885 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
15887         * elf/Makefile (tests): make tst-dlopen-aout conditional on
15888         enable-hardcoded-path-in-tests
15890 2014-04-11  Will Newton  <will.newton@linaro.org>
15892         * benchtests/Makefile (extra-objs): Add json-lib.o.
15893         (bench-func): Tidy up JSON output.
15894         * benchtests/bench-skeleton.c: Include json-lib.h.
15895         (main): Use JSON library functions to do output of
15896         benchmark results.
15897         * benchtests/bench-timing-type.c (main): Output the
15898         timing type simply, leaving formatting to the user.
15899         * benchtests/json-lib.c: New file.
15900         * benchtests/json-lib.h: Likewise.
15902 2014-04-11  Torvald Riegel  <triegel@redhat.com>
15904         [BZ #15215]
15905         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
15906         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
15907         memory barriers.  Add comments.
15908         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
15909         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
15910         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
15911         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
15912         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
15913         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
15915 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15917         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
15918         * sysdeps/s390/s390-64/configure.ac: ... this ...
15919         * sysdeps/s390/configure.ac: ... to here.
15920         * sysdeps/s390/s390-32/configure: Delete file.
15921         * sysdeps/s390/s390-64/configure: Delete file.
15922         * sysdeps/s390/configure: Regenerate.
15924 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
15926         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
15928 2014-04-11  Will Newton  <will.newton@linaro.org>
15930         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
15931         to zero if it is not defined elsewhere.  (mtrim): Test
15932         the value of MALLOC_DEBUG with #if rather than #ifdef.
15934 2014-04-10 Torvald Riegel  <triegel@redhat.com>
15936         * benchtests/pthread_once-inputs: New file.
15937         * benchtests/pthread_once-source.c: New file.
15938         * benchtests/README: Update documentation.
15940 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
15941             H.J. Lu  <hongjiu.lu@intel.com>
15943         [BZ #16275]
15944         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
15945         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
15946         * sysdeps/x86_64/configure: Regenerated.
15947         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
15948         macro.
15949         (REGISTER_SAVE_RAX): Likewise.
15950         (REGISTER_SAVE_RCX): Likewise.
15951         (REGISTER_SAVE_RDX): Likewise.
15952         (REGISTER_SAVE_RSI): Likewise.
15953         (REGISTER_SAVE_RDI): Likewise.
15954         (REGISTER_SAVE_R8): Likewise.
15955         (REGISTER_SAVE_R9): Likewise.
15956         (REGISTER_SAVE_BND0): Likewise.
15957         (REGISTER_SAVE_BND1): Likewise.
15958         (REGISTER_SAVE_BND2): Likewise.
15959         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
15960         bound registers when calling _dl_fixup.
15962 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15964         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
15965         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
15966         of its definition.
15967         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
15968         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
15969         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
15970         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
15971         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
15972         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
15973         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
15975 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
15977         [BZ #15514]
15978         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
15979         pathconf(_PC_NAME_MAX).
15981 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15983         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
15984         Remove macro usage.
15985         (__PTHREAD_SPINS): Move definition to ...
15986         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15987         (__PTHREAD_SPINS): ... here.
15988         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15989         (__PTHREAD_SPIN): Likewise.
15990         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
15991         (__PTHREAD_SPIN): Likewise.
15992         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
15993         (__PTHREAD_SPIN): Likewise.
15994         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
15995         (__PTHREAD_SPIN): Likewise.
15996         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
15997         (__PTHREAD_SPIN): Likewise.
15998         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
15999         (__PTHREAD_SPIN): Likewise.
16000         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
16001         (__PTHREAD_SPIN): Likewise.
16002         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
16003         (__PTHREAD_SPIN): Likewise.
16004         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
16005         (__PTHREAD_SPIN): Likewise.
16006         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
16007         (__PTHREAD_SPIN): Likewise.
16008         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
16009         (__PTHREAD_SPIN): Likewise.
16010         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
16011         (__PTHREAD_SPIN): Likewise.
16013         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
16014         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
16015         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
16016         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
16017         imply folder.
16018         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
16019         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
16020         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
16021         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
16022         correct imply path.
16023         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
16024         strlen symbol for non multi-arch builds.
16025         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
16026         missing hidden_def and weak_alias.
16028 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
16030         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
16032 2014-04-07  Will Newton  <will.newton@linaro.org>
16034         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
16035         and contents.  [!_LIBC] Remove #ifndef and contents.
16036         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
16037         * string/memccpy.c (__memccpy): Use ANSI prototype.
16038         * string/memfrob.c (memfrob): Likewise.
16039         * string/strcoll.c (STRCOLL): Likewise.
16040         * string/strlen.c (strlen): Likewise.
16041         * string/strtok.c (STRTOK): Likewise.
16042         * string/strcat.c: Remove unused #include of memcopy.h.
16043         (strcat): Use ANSI prototype.
16044         * string/strchr.c: Remove unused #include of memcopy.h.
16045         (strchr): Use ANSI prototype.
16046         * string/strcmp.c: Remove unused #include of memcopy.h.
16047         (strcmp): Use ANSI prototype.
16048         * string/strcpy.c: Remove unused #include of memcopy.h.
16049         (strcpy): Use ANSI prototype.
16051 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16053         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
16054         * config.make.in (config-extra-cppflags): Set it from
16055         libc_extra_cppflags.
16056         * configure.ac (libc_extra_cflags): Make it accumulate over
16057         configure fragments.
16058         (libc_extra_cppflags): New flag.
16059         * configure. Regenerate.
16060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
16061         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
16062         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
16063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
16065         [BZ #16815]
16066         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
16067         result for FE_DOWNWARD rounding mode.
16068         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
16069         Likewise.
16070         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16072 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
16074         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
16075         in function argument name.
16077 2014-04-03  David Svoboda  <svoboda@cert.org>
16079         [BZ #5666]
16080         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
16081         explicitly.
16083 2014-04-03  Roland McGrath  <roland@hack.frob.com>
16085         * elf/dl-unmap-segments.h: New file.
16086         * sysdeps/generic/ldsodefs.h
16087         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
16088         * elf/dl-close.c: Include <dl-unmap-segments.h>.
16089         * elf/dl-fptr.c: Likewise.
16090         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
16091         * sysdeps/aarch64/tlsdesc.c: Likewise.
16092         * sysdeps/arm/tlsdesc.c: Likewise.
16093         * sysdeps/i386/tlsdesc.c: Likewise.
16094         * sysdeps/tile/dl-runtime.c: Likewise.
16095         * sysdeps/x86_64/tlsdesc.c: Likewise.
16096         * elf/dl-load.h: New file.
16097         * elf/dl-load.c: Include it.
16098         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
16099         Macros moved to dl-load.h.
16100         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
16101         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
16102         Use _dl_unmap_segments in place of __munmap.
16103         Break out segment-mapping loop into ...
16104         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
16106 2014-04-03  Will Newton  <will.newton@linaro.org>
16108         * elf/dl-lookup.c (do_lookup_x): Remove comment
16109         referring to nested function and move variable
16110         declarations down to before first use.
16112 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
16114         [BZ #16799]
16115         [BZ #16800]
16116         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
16117         with 0 numerator.
16118         * math/s_catanf.c (__catanf): Likewise.
16119         * math/s_catanh.c (__catanh): Likewise.
16120         * math/s_catanhf.c (__catanhf): Likewise.
16121         * math/s_catanhl.c (__catanhl): Likewise.
16122         * math/s_catanl.c (__catanl): Likewise.
16123         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
16124         by positive zero when computing -Inf result.
16125         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
16126         (catanh_test): Likewise.
16127         * sysdeps/i386/fpu/libm-test-ulps: Update.
16128         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16130         [BZ #16789]
16131         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
16132         instead of using underflowing value in computing result.
16133         * math/s_clog10.c (__clog10): Likewise.
16134         * math/s_clog10f.c (__clog10f): Likewise.
16135         * math/s_clog10l.c (__clog10l): Likewise.
16136         * math/s_clogf.c (__clogf): Likewise.
16137         * math/s_clogl.c (__clogl): Likewise.
16138         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
16139         (clog10_test): Likewise.
16140         * sysdeps/i386/fpu/libm-test-ulps: Update.
16141         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16143 2014-04-02  Alan Modra  <amodra@gmail.com>
16145         [BZ #16739]
16146         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
16147         output when value is near a power of two.  Use int64_t for lx and
16148         remove casts.  Use decimal rather than hex exponent constants.
16149         Don't use long double multiplication when double will suffice.
16150         * math/libm-test.inc (nextafter_test_data): Add tests.
16151         * NEWS: Add 16739 and 16786 to bug list.
16153         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
16155         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
16157 2014-04-01  Will Newton  <will.newton@linaro.org>
16159         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
16160         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
16162 2014-04-01  Florian Weimer  <fweimer@redhat.com>
16164         [BZ #13347]
16165         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
16166         * nptl/tst-setuid2.c: New file.
16167         * nptl/Makefile (xtests): Add tst-setuid2.
16169 2014-04-01  Alan Modra  <amodra@gmail.com>
16171         [BZ #16786]
16172         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
16174 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
16176         [BZ #6803]
16177         [BZ #6804]
16178         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
16179         set errno as appropriate.
16180         * math/w_scalbf.c (__scalbf): Likewise.
16181         * math/w_scalbl.c (__scalbl): Likewise.
16182         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
16183         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
16184         * math/libm-test.inc (scalb_test_data): Add errno expectations.
16185         Add more NaN tests.
16187         [BZ #16349]
16188         * math/w_atan2.c: Include <errno.h>.
16189         (__atan2): Set errno for result underflowing to zero.
16190         * math/w_atan2f.c: Include <errno.h>.
16191         (__atan2f): Set errno for result underflowing to zero.
16192         * math/w_atan2l.c: Include <errno.h>.
16193         (__atan2l): Set errno for result underflowing to zero.
16194         * math/auto-libm-test-in: Don't allow missing errno for some atan2
16195         tests.
16196         * math/auto-libm-test-out: Regenerated.
16198 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16200         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
16201         Encode instruction correctly in little endian.
16202         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
16203         Likewise.
16204         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
16205         Likewise.
16206         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
16207         Likewise.
16208         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
16209         Likewise.
16211 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
16213         [BZ #9894]
16214         * sysdeps/unix/sysv/linux/kernel-features.h
16215         [__sparc__ && !__arch64__ && !__sparc_v9__]
16216         (__ASSUME_SET_ROBUST_LIST): Do not define.
16217         [__sparc__ && !__arch64__ && !__sparc_v9__]
16218         (__ASSUME_FUTEX_LOCK_PI): Likewise.
16219         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
16220         Likewise.
16221         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16222         (__ASSUME_FUTEX_LOCK_PI): Undefine.
16223         (__ASSUME_REQUEUE_PI): Likewise.
16224         (__ASSUME_SET_ROBUST_LIST): Likewise.
16225         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
16226         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
16227         Undefine.
16228         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16229         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
16230         Likewise.
16231         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
16232         Likewise.
16233         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
16234         Likewise.
16235         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16236         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
16237         Undefine.
16238         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
16239         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
16240         Likewise.
16242         [BZ #16648]
16243         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16244         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
16245         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
16247 2014-03-31  Will Newton  <will.newton@linaro.org>
16249         * benchtests/Makefile (bench): Add ffs and ffsll to list
16250         of tests.
16251         * benchtests/ffs-inputs: New file.
16252         * benchtests/ffsll-inputs: Likewise.
16254 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
16256         [BZ #16770]
16257         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
16258         too large before casting to int.
16259         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
16260         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
16261         * math/libm-test.inc (scalb_test_data): Add more tests.
16263 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
16265         * benchtests/Makefile (DETAILED_OPT): New make option.
16266         (bench-func): Run benchmark program with -d if DETAILED_OPT is
16267         set.
16268         * benchtests/bench-skeleton.c: Include stdbool.h.
16269         (main): Store and print timings per input.
16270         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
16271         member to each argument value.
16272         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
16273         (_print_arg_data): Initialize per-input timing to 0.
16275         * benchtests/Makefile (timing-type): New binary.
16276         (bench-clean): Also remove bench-timing-type.
16277         (bench): New target for timing-type.
16278         (bench-func): Print output in JSON format.
16279         * benchtests/bench-skeleton.c (main): Print output in JSON
16280         format.
16281         * benchtests/bench-timing-type.c: New file.
16282         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
16283         (TIMING_PRINT_STATS): Remove.
16284         * benchtests/scripts/bench.py (_print_arg_data): Store variant
16285         name separately.
16287         * benchtests/bench-modf.c: Remove.
16288         * benchtests/modf-inputs: New inputs file.
16290 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
16292         [BZ #16362]
16293         * math/s_clog10.c (M_PI_LOG10E): New macro.
16294         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
16295         imaginary parts are 0.
16296         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
16297         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
16298         imaginary parts are 0.
16299         * math/s_clog10l.c (M_PI_LOG10El): New macro.
16300         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
16301         imaginary parts are 0.
16302         * math/libm-test.inc (clog10_test_data): Update expected results
16303         for when real and imaginary parts are 0.
16305 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
16307         * elf/dl-load.c: Finish conversion of __builtin_expect into
16308         __glibc_{un}likely.
16310 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
16312         [BZ #16348]
16313         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
16314         1+x for argument with exponent below -67.
16315         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
16316         Likewise.
16317         * math/auto-libm-test-in: Add more tests of exp.
16318         * math/auto-libm-test-out: Regenerated.
16320 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16322         [BZ #16759]
16323         * inet/getnetgrent_r.c (get_nonempty_val): New function.
16324         (nscd_getnetgrent): Use it.
16326         [BZ #16760]
16327         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
16328         of stpcpy.
16330 2014-03-27  Andi Kleen  <ak@linux.intel.com>
16332         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
16333         (lll_robust_lock, lll_cond_lock, lll_timedlock)
16334         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
16335         (lll_robust_unlock): Remove out of line section. Use cfi
16336         intrinsics.
16337         (LLL_STUB_UNWIND_INFO*): Remove.
16338         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
16339         (lll_robust_lock, lll_cond_lock, lll_timedlock)
16340         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
16341         (lll_robust_unlock): Remove out of line section. Use cfi
16342         intrinsics.
16343         (LLL_STUB_UNWIND_INFO*): Remove.
16345 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16347         [BZ #16758]
16348         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
16349         blank values.
16351 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
16353         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
16355 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
16357         [BZ #16198]
16358         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
16359         fnstenv.
16360         * math/test-fenv-preserve.c: New file.
16361         * math/Makefile (tests): Add test-fenv-preserve.
16363 2014-03-26  Will Newton <will.newton@linaro.org>
16365         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
16367 2014-03-25  Roland McGrath  <roland@hack.frob.com>
16369         * scripts/versionlist.awk: Partition the version sets and emit all
16370         GLIBC_* (sorted) before all others (sorted).
16372 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
16374         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
16375         GLIBC_2.2.5 version.
16377 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16379         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
16380         calls.
16382         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
16383         previous change.
16385         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16387 2014-03-25  Andreas Schwab  <schwab@suse.de>
16389         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
16390         label to be used after in6ailist is initialized.
16392 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16394         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
16395         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
16397 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
16399         [BZ #16357]
16400         [BZ #16599]
16401         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
16402         min_plus_half.
16403         (fp_formats): Update initializers.
16404         (init_fp_formats): Initialize new field.
16405         (output_for_one_input_case): Allow underflow for results up to
16406         min_plus_half.
16407         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
16408         * math/auto-libm-test-in: Don't mark some underflows from asin and
16409         atanh as spurious.
16410         * math/auto-libm-test-out: Regenerated.
16411         * sysdeps/i386/fpu/libm-test-ulps: Update.
16412         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16414 2014-03-25  Andreas Schwab  <schwab@suse.de>
16416         * libio/Makefile (tst-ftell-partial-wide-ENV)
16417         (tst-ftell-active-handler-ENV): Define.
16419 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
16421         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
16423 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
16425         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
16427 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
16429         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
16430         * sysdeps/x86_64/fpu/multiarch/e_exp.c
16431         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
16433 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
16435         [BZ #16634]
16436         * elf/dl-load.c (open_verify): Add mode parameter.
16437         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
16438         (open_path): Change from boolean 'secure' to complete flag 'mode'
16439         (_dl_map_object): Adjust.
16440         * elf/Makefile (tests): Add tst-dlopen-aout.
16441         * elf/tst-dlopen-aout.c: New test.
16443 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
16445         [BZ #16714]
16446         * sysdeps/unix/sysv/linux/s390/bits/stat.h
16447         (struct stat): Rename member pad0 to __glibc_reserved0.
16449         [BZ #16712]
16450         * sysdeps/s390/s390-32/bits/wordsize.h
16451         (__WORDSIZE32_SIZE_ULONG): New define.
16452         * sysdeps/s390/s390-64/bits/wordsize.h
16453         (__WORDSIZE32_SIZE_ULONG): Likewise.
16454         * sysdeps/generic/stdint.h (SIZE_MAX):
16455         Define as UL if __WORDSIZE32_SIZE_ULONG.
16457         [BZ #16713]
16458         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
16459         (__glibc_reserved0): New variable.
16460         (sa_flags): Change type to int.
16462         * posix/Makefile (before-compile): Use += before-compile instead
16463         of a :=.
16465         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
16466         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
16468 2014-03-20  Andreas Schwab  <schwab@suse.de>
16470         [BZ #16743]
16471         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
16472         non-matching result from nscd.
16474 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16476         * scripts/bench.py: Moved to ...
16477         * benchtests/scripts/bench.py: ... here.
16478         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
16480 2014-03-24  Andreas Schwab  <schwab@suse.de>
16482         [BZ #16002]
16483         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
16484         alloca_account and account alloca use for struct in6ailist.
16486 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
16488         [BZ #16284]
16489         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
16490         rounding mode to recompute results that overflow to infinity or
16491         underflow to zero.
16492         * math/auto-libm-test-in: Don't mark tests as expected to fail for
16493         bug 16284.
16494         * math/auto-libm-test-out: Regenerated.
16495         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
16496         (ccosh_test): Likewise.
16497         (csin_test_data): Use plus_oflow.
16498         (csin_test): Use ALL_RM_TEST.
16499         (csinh_test_data): Use plus_oflow.
16500         (csinh_test): Use ALL_RM_TEST.
16501         * sysdeps/i386/fpu/libm-test-ulps: Update.
16502         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16504 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
16506         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
16507         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
16508         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
16510         [BZ #16731]
16511         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
16512         when x - 1 is zero.
16513         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
16514         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
16515         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
16516         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
16517         argument is 1.
16518         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
16519         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
16520         zero.
16521         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
16522         * sysdeps/i386/fpu/libm-test-ulps: Update.
16523         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16525 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16527         * scripts/bench.pl: Remove file.
16528         * scripts/bench.py: New benchmark script.
16529         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
16530         * benchtests/README: Mention python dependency.
16531         * scripts/pylintrc: New file.
16532         * scripts/pylint: New file.
16534         * bits/mathdef.h: Use #ifdef instead of #if.
16535         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
16536         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16537         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
16538         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16539         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
16540         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16542 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16543             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16545         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
16546         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
16547         and strpbrk-ppc64 objects.
16548         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16549         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
16550         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
16551         multiarch strpbrk for POWER7.
16552         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
16553         multiarch strpbrk for PPC64.
16554         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
16555         ifunc selector.
16556         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
16557         strpbrk for POWER7.
16559 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
16561         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
16562         (atan_test): Likewise.
16563         (atanh_test_data): Use NO_TEST_INLINE for two tests.
16564         (atanh_test): Use ALL_RM_TEST.
16565         (atan2_test_data): Likewise.
16566         (cabs_test): Likewise.
16567         (cacosh_test): Likewise.
16568         (carg_test): Likewise.
16569         (casin_test): Likewise.
16570         (casinh_test): Likewise.
16571         (cbrt_test): Likewise.
16572         (csqrt_test): Likewise.
16573         (erf_test): Likewise.
16574         (erfc_test): Likewise.
16575         (pow10_test): Likewise.
16576         (exp2_test): Likewise.
16577         (hypot_test): Likewise.
16578         (j0_test): Likewise.
16579         (j1_test): Likewise.
16580         (lgamma_test): Likewise.
16581         (gamma_test): Likewise.
16582         (sincos_test): Likewise.
16583         (tanh_test): Likewise.
16584         (y0_test): Likewise.
16585         (y1_test): Likewise.
16586         * sysdeps/i386/fpu/libm-test-ulps: Update.
16587         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16589 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16591         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
16592         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
16593         and strcspn-ppc64 objects.
16594         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16595         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
16596         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
16597         multiarch strcspn for POWER7.
16598         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
16599         multiarch strcspn for PPC64.
16600         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
16601         ifunc selector.
16602         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
16603         strcspn for POWER7.
16605 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
16607         * math/gen-libm-test.pl (generate_testfile): Expect only function
16608         name as argument to AUTO_TESTS_* and pass results for all rounding
16609         modes to parse_args.
16610         (parse_auto_input): Separate inputs of automatic tests from
16611         outputs before storing in %auto_tests.
16612         * math/libm-test.inc (acos_test_data): Update call to
16613         AUTO_TESTS_f_f.
16614         (acos_test): Use ALL_RM_TEST.
16615         (acos_tonearest_test_data): Remove.
16616         (acos_test_tonearest): Likewise.
16617         (acos_towardzero_test_data): Likewise.
16618         (acos_test_towardzero): Likewise.
16619         (acos_downward_test_data): Likewise.
16620         (acos_test_downward): Likewise.
16621         (acos_upward_test_data): Likewise.
16622         (acos_test_upward): Likewise.
16623         (acosh_test_data): Update call to AUTO_TESTS_f_f.
16624         (asin_test_data): Likewise.
16625         (asin_test): Use ALL_RM_TEST.
16626         (asin_tonearest_test_data): Remove.
16627         (asin_test_tonearest): Likewise.
16628         (asin_towardzero_test_data): Likewise.
16629         (asin_test_towardzero): Likewise.
16630         (asin_downward_test_data): Likewise.
16631         (asin_test_downward): Likewise.
16632         (asin_upward_test_data): Likewise.
16633         (asin_test_upward): Likewise.
16634         (asinh_test_data): Update call to AUTO_TESTS_f_f.
16635         (atan_test_data): Likewise.
16636         (atanh_test_data): Likewise.
16637         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
16638         (cabs_test_data): Update call to AUTO_TESTS_c_f.
16639         (carg_test_data): Likewise.
16640         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
16641         (ccos_test_data): Update call to AUTO_TESTS_c_c.
16642         (ccosh_test_data): Likewise.
16643         (cexp_test_data): Likewise.
16644         (clog_test_data): Likewise.
16645         (clog10_test_data): Likewise.
16646         (cos_test_data): Update call to AUTO_TESTS_f_f.
16647         (cos_test): Use ALL_RM_TEST.
16648         (cos_tonearest_test_data): Remove.
16649         (cos_test_tonearest): Likewise.
16650         (cos_towardzero_test_data): Likewise.
16651         (cos_test_towardzero): Likewise.
16652         (cos_downward_test_data): Likewise.
16653         (cos_test_downward): Likewise.
16654         (cos_upward_test_data): Likewise.
16655         (cos_test_upward): Likewise.
16656         (cosh_test_data): Update call to AUTO_TESTS_f_f.
16657         (cosh_test): Use ALL_RM_TEST.
16658         (cosh_tonearest_test_data): Remove.
16659         (cosh_test_tonearest): Likewise.
16660         (cosh_towardzero_test_data): Likewise.
16661         (cosh_test_towardzero): Likewise.
16662         (cosh_downward_test_data): Likewise.
16663         (cosh_test_downward): Likewise.
16664         (cosh_upward_test_data): Likewise.
16665         (cosh_test_upward): Likewise.
16666         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
16667         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
16668         (ctan_test_data): Likewise.
16669         (ctan_test): Use ALL_RM_TEST.
16670         (ctan_tonearest_test_data): Remove.
16671         (ctan_test_tonearest): Likewise.
16672         (ctan_towardzero_test_data): Likewise.
16673         (ctan_test_towardzero): Likewise.
16674         (ctan_downward_test_data): Likewise.
16675         (ctan_test_downward): Likewise.
16676         (ctan_upward_test_data): Likewise.
16677         (ctan_test_upward): Likewise.
16678         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
16679         (ctanh_test): Use ALL_RM_TEST.
16680         (ctanh_tonearest_test_data): Remove.
16681         (ctanh_test_tonearest): Likewise.
16682         (ctanh_towardzero_test_data): Likewise.
16683         (ctanh_test_towardzero): Likewise.
16684         (ctanh_downward_test_data): Likewise.
16685         (ctanh_test_downward): Likewise.
16686         (ctanh_upward_test_data): Likewise.
16687         (ctanh_test_upward): Likewise.
16688         (erf_test_data): Update call to AUTO_TESTS_f_f.
16689         (erfc_test_data): Likewise.
16690         (exp_test_data): Likewise.
16691         (exp_test): Use ALL_RM_TEST.
16692         (exp_tonearest_test_data): Remove.
16693         (exp_test_tonearest): Likewise.
16694         (exp_towardzero_test_data): Likewise.
16695         (exp_test_towardzero): Likewise.
16696         (exp_downward_test_data): Likewise.
16697         (exp_test_downward): Likewise.
16698         (exp_upward_test_data): Likewise.
16699         (exp_test_upward): Likewise.
16700         (exp10_test_data): Update call to AUTO_TESTS_f_f.
16701         (exp10_test): Use ALL_RM_TEST.
16702         (exp10_tonearest_test_data): Remove.
16703         (exp10_test_tonearest): Likewise.
16704         (exp10_towardzero_test_data): Likewise.
16705         (exp10_test_towardzero): Likewise.
16706         (exp10_downward_test_data): Likewise.
16707         (exp10_test_downward): Likewise.
16708         (exp10_upward_test_data): Likewise.
16709         (exp10_test_upward): Likewise.
16710         (exp2_test_data): Update call to AUTO_TESTS_f_f.
16711         (expm1_test_data): Likewise.
16712         (expm1_test): Use ALL_RM_TEST.
16713         (expm1_tonearest_test_data): Remove.
16714         (expm1_test_tonearest): Likewise.
16715         (expm1_towardzero_test_data): Likewise.
16716         (expm1_test_towardzero): Likewise.
16717         (expm1_downward_test_data): Likewise.
16718         (expm1_test_downward): Likewise.
16719         (expm1_upward_test_data): Likewise.
16720         (expm1_test_upward): Likewise.
16721         (fma_test_data): Update call to AUTO_TESTS_fff_f.
16722         (fma_test): Use ALL_RM_TEST.
16723         (fma_towardzero_test_data): Remove.
16724         (fma_test_towardzero): Likewise.
16725         (fma_downward_test_data): Likewise.
16726         (fma_test_downward): Likewise.
16727         (fma_upward_test_data): Likewise.
16728         (fma_test_upward): Likewise.
16729         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
16730         (j0_test_data): Update call to AUTO_TESTS_f_f.
16731         (j1_test_data): Likewise.
16732         (jn_test_data): Update call to AUTO_TESTS_if_f.
16733         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
16734         (log_test_data): Update call to AUTO_TESTS_f_f.
16735         (log10_test_data): Likewise.
16736         (log1p_test_data): Likewise.
16737         (log2_test_data): Likewise.
16738         (pow_test_data): Update call to AUTO_TESTS_ff_f.
16739         (pow_tonearest_test_data): Likewise.
16740         (sin_test_data): Update call to AUTO_TESTS_f_f.
16741         (sin_test): Use ALL_RM_TEST.
16742         (sin_tonearest_test_data): Remove.
16743         (sin_test_tonearest): Likewise.
16744         (sin_towardzero_test_data): Likewise.
16745         (sin_test_towardzero): Likewise.
16746         (sin_downward_test_data): Likewise.
16747         (sin_test_downward): Likewise.
16748         (sin_upward_test_data): Likewise.
16749         (sin_test_upward): Likewise.
16750         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
16751         (sinh_test_data): Update call to AUTO_TESTS_f_f.
16752         (sinh_test): Use ALL_RM_TEST.
16753         (sinh_tonearest_test_data): Remove.
16754         (sinh_test_tonearest): Likewise.
16755         (sinh_towardzero_test_data): Likewise.
16756         (sinh_test_towardzero): Likewise.
16757         (sinh_downward_test_data): Likewise.
16758         (sinh_test_downward): Likewise.
16759         (sinh_upward_test_data): Likewise.
16760         (sinh_test_upward): Likewise.
16761         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
16762         (sqrt_test): Use ALL_RM_TEST.
16763         (sqrt_tonearest_test_data): Remove.
16764         (sqrt_test_tonearest): Likewise.
16765         (sqrt_towardzero_test_data): Likewise.
16766         (sqrt_test_towardzero): Likewise.
16767         (sqrt_downward_test_data): Likewise.
16768         (sqrt_test_downward): Likewise.
16769         (sqrt_upward_test_data): Likewise.
16770         (sqrt_test_upward): Likewise.
16771         (tan_test_data): Update call to AUTO_TESTS_f_f.
16772         (tan_test): Use ALL_RM_TEST.
16773         (tan_tonearest_test_data): Remove.
16774         (tan_test_tonearest): Likewise.
16775         (tan_towardzero_test_data): Likewise.
16776         (tan_test_towardzero): Likewise.
16777         (tan_downward_test_data): Likewise.
16778         (tan_test_downward): Likewise.
16779         (tan_upward_test_data): Likewise.
16780         (tan_test_upward): Likewise.
16781         (tanh_test_data): Update call to AUTO_TESTS_f_f.
16782         (tgamma_test_data): Likewise.
16783         (y0_test_data): Likewise.
16784         (y1_test_data): Likewise.
16785         (yn_test_data): Update call to AUTO_TESTS_if_f.
16786         (main): Do not call removed functions.
16788 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16790         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
16791         (ldexp_test_data): Remove.
16792         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
16793         scalbn_test_data.
16794         (scalb_test): Use ALL_RM_TEST.
16796 2014-03-19  Andreas Schwab  <schwab@suse.de>
16798         * nscd/nscd.service: Also invalidate netgroup cache on reload.
16800 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16802         [BZ #16649]
16803         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16804         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
16805         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
16806         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16807         (__ASSUME_PREADV): Undefine.
16808         (__ASSUME_PWRITEV): Likewise.
16810 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16812         * bits/mman-linux.h: Add comment about non-Linux use.
16813         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
16814         bits/mman-linux.h resting place.
16816         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
16817         * bits/mman-linux.h: ... here.
16819 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16821         * conform/conformtest.pl: Add standard definition when calling C
16822         preprocessor on data files.
16823         (checknamespace): Remove unused variable.
16825 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16827         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
16828         minus_oflow, plus_uflow and minus_uflow in expected results.
16829         * math/libm-test.inc (scalbn_test_data): Add more tests of
16830         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
16831         minus_uflow.
16832         (scalbn_test): Use ALL_RM_TEST.
16833         (scalbln_test_data): Add more tests of negative arguments.  Use
16834         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
16835         (scalbln_test): Use ALL_RM_TEST.
16837 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16839         * scripts/abilist.awk: Ignore symbols marked with .hidden.
16841 2014-03-18  Will Newton  <will.newton@linaro.org>
16843         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
16844         inaccurate comment.
16846 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16848         * Makerules [!subdir] (check-abi): Exit with error status if a
16849         test failed.
16851 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16853         * math/libm-test.inc (nearbyint_test_data): Include all tests used
16854         for rint.  Include results for all rounding modes.
16855         (nearbyint_test): Use ALL_RM_TEST.
16856         (rint_test_data): Include all tests used for nearbyint.
16858 2014-03-17  Will Newton  <will.newton@linaro.org>
16860         * nptl/sysdeps/pthread/pthread.h: Revert previous
16861         change.
16863         * sysdeps/generic/ldsodefs.h: Revert previous
16864         change.
16866         * libio/genops.c: Revert previous change.
16867         * libio/libioP.h: Likewise.
16868         * stdio-common/vfprintf.c: Likewise.
16870         * sysdeps/generic/math_private.h: Revert previous
16871         change.
16873         * sysdeps/generic/math_private.h: Check whether
16874         HAVE_RM_CTX is defined with #ifdef rather
16875         than #if.
16877         * argp/argp-fmtstream.h: Check whether
16878         __STRICT_ANSI__ is defined with #ifdef rather
16879         than #if.
16880         * argp/argp.h: Likewise.
16882         * libio/genops.c: Check whether
16883         _IO_JUMPS_OFFSET is defined with #ifdef rather
16884         than #if.
16885         * libio/libioP.h: Likewise.
16886         * stdio-common/vfprintf.c: Likewise.
16888         * sysdeps/generic/ldsodefs.h: Check whether
16889         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
16890         than #if.
16892         * nptl/sysdeps/pthread/pthread.h: Check
16893         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
16894         its value.
16896 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
16898         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
16899         setting O_APPEND.
16900         * libio/tst-ftell-active-handler.c (do_append_test): Add a
16901         test case.
16903         [BZ #16680]
16904         * libio/fileops.c (_IO_file_open): Seek to end of file but
16905         don't cache the offset.
16906         (get_file_offset): Remove function.
16907         (do_ftell): Use cached offset when available.
16908         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
16909         don't cache the offset.
16910         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
16911         case.
16912         (do_one_test): Call it.
16913         (do_ftell_test): Fix up expected old offset for a+ mode.
16914         * libio/wfileops.c (do_ftell_wide): Used cached offset when
16915         available.
16917         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
16918         up test status with function return status.
16919         (do_write_test): Likewise.
16920         (do_append_test): Likewise.
16922         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
16923         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
16924         Remove.
16926 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16928         * math/gen-libm-test.pl (parse_args): Handle results specified for
16929         each rounding mode separately.
16930         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
16931         tests and results from lrint_tonearest_test_data,
16932         lrint_towardzero_test_data, lrint_downward_test_data and
16933         lrint_upward_test_data.
16934         (lrint_test): Use ALL_RM_TEST.
16935         (lrint_tonearest_test_data): Remove.
16936         (lrint_test_tonearest): Likewise.
16937         (lrint_towardzero_test_data): Likewise.
16938         (lrint_test_towardzero): Likewise.
16939         (lrint_downward_test_data): Likewise.
16940         (lrint_test_downward): Likewise.
16941         (lrint_upward_test_data): Likewise.
16942         (lrint_test_upward): Likewise.
16943         (llrint_test_data): Merge in per-rounding-mode tests and results
16944         from llrint_tonearest_test_data, llrint_towardzero_test_data,
16945         llrint_downward_test_data and llrint_upward_test_data.
16946         (llrint_test): Use ALL_RM_TEST.
16947         (llrint_tonearest_test_data): Remove.
16948         (llrint_test_tonearest): Likewise.
16949         (llrint_towardzero_test_data): Likewise.
16950         (llrint_test_towardzero): Likewise.
16951         (llrint_downward_test_data): Likewise.
16952         (llrint_test_downward): Likewise.
16953         (llrint_upward_test_data): Likewise.
16954         (llrint_test_upward): Likewise.
16955         (rint_test_data): Merge in per-rounding-mode tests and results
16956         from rint_tonearest_test_data, rint_towardzero_test_data,
16957         rint_downward_test_data and rint_upward_test_data.  Add
16958         per-rounding-mode results for tests not in those arrays.
16959         (rint_test): Use ALL_RM_TEST.
16960         (rint_tonearest_test_data): Remove.
16961         (rint_test_tonearest): Likewise.
16962         (rint_towardzero_test_data): Likewise.
16963         (rint_test_towardzero): Likewise.
16964         (rint_downward_test_data): Likewise.
16965         (rint_test_downward): Likewise.
16966         (rint_upward_test_data): Likewise.
16967         (rint_test_upward): Likewise.
16968         (main): Don't call removed functions.
16970 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16972         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
16973         "Compiled on ..." crapola.  It is anti-useful.
16975 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
16977         * scripts/evaluate-test.sh: Handle fourth argument to determine
16978         whether test run should stop on failure.
16979         * Makeconfig (stop-on-test-failure): New variable.
16980         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
16981         $(stop-on-test-failure).
16982         * Makefile (tests): Give a summary of results from testing and
16983         exit with failure status if they include an ERROR or FAIL.
16984         (xtests): Likewise.
16985         * manual/install.texi (Configuring and compiling): Mention
16986         stop-on-test-failure=y.
16987         * INSTALL: Regenerated.
16989 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16991         * scripts/versionlist.awk: New file.
16992         * Makerules [$(build-shared) = yes]
16993         (postclean-generated): Add Versions.def, not Versions.def.v and
16994         Versions.def.v.i.
16995         ($(common-objpfx)Versions.def.v.i): Target removed.
16996         ($(common-objpfx)Versions.def): New target.
16997         ($(common-objpfx)Versions.all): Depend on that rather that
16998         $(common-objpfx)Versions.def.v.
16999         * Versions.def: File removed.
17001         * Makeconfig (+gccwarn): Add -Wundef.
17002         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
17003         a dl-sysdep.h breaking its contract.
17004         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
17005         * include/stackinfo.h: New file.
17006         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
17007         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
17008         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
17009         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
17010         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
17011         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
17012         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17013         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17014         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17015         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17016         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17017         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
17018         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17019         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17020         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
17022 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17024         [BZ #16707]
17025         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
17026         implementation.
17027         * math/libm-test.inc (round_test_data): Add more tests.
17029         [BZ #16706]
17030         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
17031         implementation.
17032         * math/libm-test.inc (nearbyint_test_data): Add more tests.
17034         [BZ #16701]
17035         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
17036         implementation.
17037         * math/libm-test.inc (ceil_test_data): Add more tests.
17039         * math/libm-test.inc (trunc_test_data): Add more tests related to
17040         BZ#16414.
17042 2014-03-14  Roland McGrath  <roland@hack.frob.com>
17044         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
17045         with #if rather than #ifdef.
17046         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
17048 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
17050         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
17051         first.  Disable AVX-512 GCC support if assembler doesn't support
17052         it.
17053         * sysdeps/x86_64/configure: Regenerated.
17055 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
17057         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
17058         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
17059         (__old_pthread_attr_setstack): Likewise.
17060         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
17061         [!_STACK_GROWS_DOWN]: Likewise.
17063 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
17065         * config.make.in (have-bash2): Delete.
17066         * configure.ac (libc_cv_have_bash2): Delete.
17067         * configure: Regenerate.
17068         * elf/Makefile (common-ldd-rewrite): Rename to ...
17069         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
17070         (sh-ldd-rewrite): Delete.
17071         (bash-ldd-rewrite): Delete.
17072         (have-bash2): Delete checks.
17073         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
17074         ldd-rewrite.
17076         * config.make.in (have-ksh): Delete.
17077         (KSH): Delete.
17078         * configure.ac (libc_cv_have_ksh): Delete.
17079         * configure: Regenerate.
17081         * elf/Makefile: Delete $(have-ksh) check.
17082         ($(objpfx)sotruss): Change KSH to BASH.
17083         * elf/sotruss.ksh: Rename to ...
17084         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
17085         function style to match POSIX.  Drop ksh vim mode setting.
17087         * manual/time.texi (Specifying the Time Zone with TZ): Change
17088         Tuesday to Thursday.
17090         * debug/tst-longjmp_chk2.c: Update header comment.
17091         (stackoverflow_handler): Add comment.  Call assert on pass value.
17093 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
17095         [BZ #16194]
17096         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
17097         (HAVE_AVX512_ASM_SUPPORT): Likewise.
17098         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
17099         (La_x86_64_vector): Add zmm.
17100         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
17101         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
17102         ($(objpfx)tst-audit10): New target.
17103         ($(objpfx)tst-audit10.out): Likewise.
17104         (tst-audit10-ENV): New.
17105         (AVX512-CFLAGS): Likewise.
17106         (CFLAGS-tst-audit10.c): Likewise.
17107         (CFLAGS-tst-auditmod10a.c): Likewise.
17108         (CFLAGS-tst-auditmod10b.c): Likewise.
17109         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
17110         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
17111         * sysdeps/x86_64/configure: Regenerated.
17112         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
17113         AVX-512 zmm register support.
17114         (_dl_x86_64_save_sse): Likewise.
17115         (_dl_x86_64_restore_sse): Likewise.
17116         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
17117         size vector registers.
17118         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
17119         (ZMM_SIZE): Likewise.
17120         * sysdeps/x86_64/tst-audit10.c: New file.
17121         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
17122         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
17124 2014-03-13  Roland McGrath  <roland@hack.frob.com>
17126         * configure.ac (HAVE_EHDR_START): New check.
17127         * configure: Regenerated.
17128         * config.h.in (HAVE_EHDR_START): New #undef.
17129         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
17130         assuming the lowest-addressed segment maps the start of the file.
17132 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
17134         * INSTALL: Regenerated.
17136 2014-03-13  Will Newton  <will.newton@linaro.org>
17138         * manual/setjmp.texi (System V contexts): Improve
17139         clarity and grammar of documentation.
17141 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
17143         [BZ #16381]
17144         * elf/Makefile (tests): Add tst-pie2.
17145         (tests-pie): Add tst-pie2.
17146         * elf/tst-pie2.c: New file.
17147         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
17148         for ET_EXEC.
17149         * elf/rtld.c (map_doit): Load executable as lt_executable.
17150         (dl_main): Likewise.
17152 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
17154         [BZ #16642]
17155         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17156         (__ASSUME_PSELECT): Undefine.
17158 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17160         [BZ #16689]
17161         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
17162         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
17163         static build.
17164         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
17165         selector for static builds.
17167 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17169         [BZ #16695]
17170         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
17171         key in the buffer.
17173 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17175         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
17176         IFUNC selector for static builds.
17178 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
17180         * sysdeps/mips/math_private.h [__mips_hard_float]
17181         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
17182         libc_feresetround_mips_ctx.
17183         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
17184         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
17185         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
17187         [BZ #16677]
17188         * math/s_nextafter.c (__nextafter): Do not return value from
17189         overflowing computation.
17190         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
17191         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
17192         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
17193         Likewise.
17194         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
17195         Likewise.
17196         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
17197         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
17199 2014-03-11  Roland McGrath  <roland@hack.frob.com>
17201         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
17202         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
17203         Move sfi_sp use from the load-multiple (that no longer sets sp) to
17204         the new mov targetting sp.
17206 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17208         [BZ #16683]
17209         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
17210         Define it for static builds as well.
17211         (NO_BZERO_IMPL): Likewise.
17213 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
17215         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
17216         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
17217         multiarch strspn for PPC64.
17218         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
17219         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
17220         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17221         (__libc_ifunc_impl_list): Likewise.
17222         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
17223         multiarch optimizations
17224         * string/strspn.c (strspn): Using macro to redefine symbol name.
17226 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
17227             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17229         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
17230         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
17231         multiarch strncat for PPC64.
17232         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
17233         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
17234         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17235         (__libc_ifunc_impl_list): Likewise.
17236         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
17237         multiarch optimizations
17239 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
17241         [BZ #16639]
17242         * nscd/nscd.service: Make service type forking.
17244 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17246         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
17247         sign in non default rounding modes.
17248         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
17250 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
17252         * math/libm-test.inc (ALL_RM_TEST): New macro.
17253         (ceil_test): Use ALL_RM_TEST.
17254         (cimag_test): Likewise.
17255         (conj_test): Likewise.
17256         (copysign_test): Likewise.
17257         (cproj_test): Likewise.
17258         (creal_test): Likewise.
17259         (fabs_test): Likewise.
17260         (floor_test): Likewise.
17261         (fmax_test): Likewise.
17262         (fmin_test): Likewise.
17263         (fmod_test): Likewise.
17264         (fpclassify_test): Likewise.
17265         (frexp_test): Likewise.
17266         (ilogb_test): Likewise.
17267         (isfinite_test): Likewise.
17268         (finite_test): Likewise.
17269         (isgreater_test): Likewise.
17270         (isgreaterequal_test): Likewise.
17271         (isinf_test): Likewise.
17272         (isless_test): Likewise.
17273         (islessequal_test): Likewise.
17274         (islessgreater_test): Likewise.
17275         (isnan_test): Likewise.
17276         (isnormal_test): Likewise.
17277         (issignaling_test): Likewise.
17278         (isunordered_test): Likewise.
17279         (logb_test): Likewise.
17280         (logb_downward_test_data): Remove.
17281         (logb_test_downward): Likewise.
17282         (lround_test): Use ALL_RM_TEST.
17283         (llround_test): Likewise.
17284         (modf_test): Likewise.
17285         (nexttoward_test): Likewise.
17286         (remainder_test): Likewise.
17287         (drem_test): Likewise.
17288         (remainder_tonearest_test_data): Likewise.
17289         (remainder_test_tonearest): Likewise.
17290         (drem_test_tonearest): Likewise.
17291         (remainder_towardzero_test_data): Likewise.
17292         (remainder_test_towardzero): Likewise.
17293         (drem_test_towardzero): Likewise.
17294         (remainder_downward_test_data): Likewise.
17295         (remainder_test_downward): Likewise.
17296         (drem_test_downward): Likewise.
17297         (remainder_upward_test_data): Likewise.
17298         (remainder_test_upward): Likewise.
17299         (drem_test_upward): Likewise.
17300         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
17301         (round_test): Use ALL_RM_TEST.
17302         (signbit_test): Likewise.
17303         (trunc_test): Likewise.
17304         (significand_test): Likewise.
17305         (main): Don't call removed functions.
17307 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
17309         [BZ #16674]
17310         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
17311         || __USE_XOPEN2K8].
17312         (ILL_ILLOPN): Likewise.
17313         (ILL_ILLADR): Likewise.
17314         (ILL_ILLTRP): Likewise.
17315         (ILL_PRVOPC): Likewise.
17316         (ILL_PRVREG): Likewise.
17317         (ILL_COPROC): Likewise.
17318         (ILL_BADSTK): Likewise.
17319         (FPE_INTDIV): Likewise.
17320         (FPE_INTOVF): Likewise.
17321         (FPE_FLTDIV): Likewise.
17322         (FPE_FLTOVF): Likewise.
17323         (FPE_FLTUND): Likewise.
17324         (FPE_FLTRES): Likewise.
17325         (FPE_FLTINV): Likewise.
17326         (FPE_FLTSUB): Likewise.
17327         (SEGV_MAPERR): Likewise.
17328         (SEGV_ACCERR): Likewise.
17329         (BUS_ADRALN): Likewise.
17330         (BUS_ADRERR): Likewise.
17331         (BUS_OBJERR): Likewise.
17332         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17333         (TRAP_TRACE): Likewise.
17334         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17335         __USE_XOPEN2K8].
17336         (CLD_KILLED): Likewise.
17337         (CLD_DUMPED): Likewise.
17338         (CLD_TRAPPED): Likewise.
17339         (CLD_STOPPED): Likewise.
17340         (CLD_CONTINUED): Likewise.
17341         (POLL_IN): Likewise.
17342         (POLL_OUT): Likewise.
17343         (POLL_MSG): Likewise.
17344         (POLL_ERR): Likewise.
17345         (POLL_PRI): Likewise.
17346         (POLL_HUP): Likewise.
17347         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
17348         Likewise.
17349         (ILL_ILLOPN): Likewise.
17350         (ILL_ILLADR): Likewise.
17351         (ILL_ILLTRP): Likewise.
17352         (ILL_PRVOPC): Likewise.
17353         (ILL_PRVREG): Likewise.
17354         (ILL_COPROC): Likewise.
17355         (ILL_BADSTK): Likewise.
17356         (FPE_INTDIV): Likewise.
17357         (FPE_INTOVF): Likewise.
17358         (FPE_FLTDIV): Likewise.
17359         (FPE_FLTOVF): Likewise.
17360         (FPE_FLTUND): Likewise.
17361         (FPE_FLTRES): Likewise.
17362         (FPE_FLTINV): Likewise.
17363         (FPE_FLTSUB): Likewise.
17364         (SEGV_MAPERR): Likewise.
17365         (SEGV_ACCERR): Likewise.
17366         (BUS_ADRALN): Likewise.
17367         (BUS_ADRERR): Likewise.
17368         (BUS_OBJERR): Likewise.
17369         (BUS_MCEERR_AR): Likewise.
17370         (BUS_MCEERR_AO): Likewise.
17371         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17372         (TRAP_TRACE): Likewise.
17373         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17374         __USE_XOPEN2K8].
17375         (CLD_KILLED): Likewise.
17376         (CLD_DUMPED): Likewise.
17377         (CLD_TRAPPED): Likewise.
17378         (CLD_STOPPED): Likewise.
17379         (CLD_CONTINUED): Likewise.
17380         (POLL_IN): Likewise.
17381         (POLL_OUT): Likewise.
17382         (POLL_MSG): Likewise.
17383         (POLL_ERR): Likewise.
17384         (POLL_PRI): Likewise.
17385         (POLL_HUP): Likewise.
17386         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
17387         (ILL_ILLOPN): Likewise.
17388         (ILL_ILLADR): Likewise.
17389         (ILL_ILLTRP): Likewise.
17390         (ILL_PRVOPC): Likewise.
17391         (ILL_PRVREG): Likewise.
17392         (ILL_COPROC): Likewise.
17393         (ILL_BADSTK): Likewise.
17394         (FPE_INTDIV): Likewise.
17395         (FPE_INTOVF): Likewise.
17396         (FPE_FLTDIV): Likewise.
17397         (FPE_FLTOVF): Likewise.
17398         (FPE_FLTUND): Likewise.
17399         (FPE_FLTRES): Likewise.
17400         (FPE_FLTINV): Likewise.
17401         (FPE_FLTSUB): Likewise.
17402         (SEGV_MAPERR): Likewise.
17403         (SEGV_ACCERR): Likewise.
17404         (BUS_ADRALN): Likewise.
17405         (BUS_ADRERR): Likewise.
17406         (BUS_OBJERR): Likewise.
17407         (BUS_MCEERR_AR): Likewise.
17408         (BUS_MCEERR_AO): Likewise.
17409         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17410         (TRAP_TRACE): Likewise.
17411         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17412         __USE_XOPEN2K8].
17413         (CLD_KILLED): Likewise.
17414         (CLD_DUMPED): Likewise.
17415         (CLD_TRAPPED): Likewise.
17416         (CLD_STOPPED): Likewise.
17417         (CLD_CONTINUED): Likewise.
17418         (POLL_IN): Likewise.
17419         (POLL_OUT): Likewise.
17420         (POLL_MSG): Likewise.
17421         (POLL_ERR): Likewise.
17422         (POLL_PRI): Likewise.
17423         (POLL_HUP): Likewise.
17424         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
17425         Likewise.
17426         (ILL_ILLOPN): Likewise.
17427         (ILL_ILLADR): Likewise.
17428         (ILL_ILLTRP): Likewise.
17429         (ILL_PRVOPC): Likewise.
17430         (ILL_PRVREG): Likewise.
17431         (ILL_COPROC): Likewise.
17432         (ILL_BADSTK): Likewise.
17433         (ILL_BADIADDR): Likewise.
17434         (ILL_BREAK): Likewise.
17435         (FPE_INTDIV): Likewise.
17436         (FPE_INTOVF): Likewise.
17437         (FPE_FLTDIV): Likewise.
17438         (FPE_FLTOVF): Likewise.
17439         (FPE_FLTUND): Likewise.
17440         (FPE_FLTRES): Likewise.
17441         (FPE_FLTINV): Likewise.
17442         (FPE_FLTSUB): Likewise.
17443         (FPE_DECOVF): Likewise.
17444         (FPE_DECDIV): Likewise.
17445         (FPE_DECERR): Likewise.
17446         (FPE_INVASC): Likewise.
17447         (FPE_INVDEC): Likewise.
17448         (SEGV_MAPERR): Likewise.
17449         (SEGV_ACCERR): Likewise.
17450         (SEGV_PSTKOVF): Likewise.
17451         (BUS_ADRALN): Likewise.
17452         (BUS_ADRERR): Likewise.
17453         (BUS_OBJERR): Likewise.
17454         (BUS_MCEERR_AR): Likewise.
17455         (BUS_MCEERR_AO): Likewise.
17456         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17457         (TRAP_TRACE): Likewise.
17458         (TRAP_BRANCH): Likewise.
17459         (TRAP_HWBKPT): Likewise.
17460         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17461         __USE_XOPEN2K8].
17462         (CLD_KILLED): Likewise.
17463         (CLD_DUMPED): Likewise.
17464         (CLD_TRAPPED): Likewise.
17465         (CLD_STOPPED): Likewise.
17466         (CLD_CONTINUED): Likewise.
17467         (POLL_IN): Likewise.
17468         (POLL_OUT): Likewise.
17469         (POLL_MSG): Likewise.
17470         (POLL_ERR): Likewise.
17471         (POLL_PRI): Likewise.
17472         (POLL_HUP): Likewise.
17473         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
17474         (ILL_ILLOPN): Likewise.
17475         (ILL_ILLADR): Likewise.
17476         (ILL_ILLTRP): Likewise.
17477         (ILL_PRVOPC): Likewise.
17478         (ILL_PRVREG): Likewise.
17479         (ILL_COPROC): Likewise.
17480         (ILL_BADSTK): Likewise.
17481         (FPE_INTDIV): Likewise.
17482         (FPE_INTOVF): Likewise.
17483         (FPE_FLTDIV): Likewise.
17484         (FPE_FLTOVF): Likewise.
17485         (FPE_FLTUND): Likewise.
17486         (FPE_FLTRES): Likewise.
17487         (FPE_FLTINV): Likewise.
17488         (FPE_FLTSUB): Likewise.
17489         (SEGV_MAPERR): Likewise.
17490         (SEGV_ACCERR): Likewise.
17491         (BUS_ADRALN): Likewise.
17492         (BUS_ADRERR): Likewise.
17493         (BUS_OBJERR): Likewise.
17494         (BUS_MCEERR_AR): Likewise.
17495         (BUS_MCEERR_AO): Likewise.
17496         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17497         (TRAP_TRACE): Likewise.
17498         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17499         __USE_XOPEN2K8].
17500         (CLD_KILLED): Likewise.
17501         (CLD_DUMPED): Likewise.
17502         (CLD_TRAPPED): Likewise.
17503         (CLD_STOPPED): Likewise.
17504         (CLD_CONTINUED): Likewise.
17505         (POLL_IN): Likewise.
17506         (POLL_OUT): Likewise.
17507         (POLL_MSG): Likewise.
17508         (POLL_ERR): Likewise.
17509         (POLL_PRI): Likewise.
17510         (POLL_HUP): Likewise.
17511         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
17512         (ILL_ILLOPN): Likewise.
17513         (ILL_ILLADR): Likewise.
17514         (ILL_ILLTRP): Likewise.
17515         (ILL_PRVOPC): Likewise.
17516         (ILL_PRVREG): Likewise.
17517         (ILL_COPROC): Likewise.
17518         (ILL_BADSTK): Likewise.
17519         (FPE_INTDIV): Likewise.
17520         (FPE_INTOVF): Likewise.
17521         (FPE_FLTDIV): Likewise.
17522         (FPE_FLTOVF): Likewise.
17523         (FPE_FLTUND): Likewise.
17524         (FPE_FLTRES): Likewise.
17525         (FPE_FLTINV): Likewise.
17526         (FPE_FLTSUB): Likewise.
17527         (SEGV_MAPERR): Likewise.
17528         (SEGV_ACCERR): Likewise.
17529         (BUS_ADRALN): Likewise.
17530         (BUS_ADRERR): Likewise.
17531         (BUS_OBJERR): Likewise.
17532         (BUS_MCEERR_AR): Likewise.
17533         (BUS_MCEERR_AO): Likewise.
17534         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17535         (TRAP_TRACE): Likewise.
17536         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17537         __USE_XOPEN2K8].
17538         (CLD_KILLED): Likewise.
17539         (CLD_DUMPED): Likewise.
17540         (CLD_TRAPPED): Likewise.
17541         (CLD_STOPPED): Likewise.
17542         (CLD_CONTINUED): Likewise.
17543         (POLL_IN): Likewise.
17544         (POLL_OUT): Likewise.
17545         (POLL_MSG): Likewise.
17546         (POLL_ERR): Likewise.
17547         (POLL_PRI): Likewise.
17548         (POLL_HUP): Likewise.
17549         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
17550         (ILL_ILLOPN): Likewise.
17551         (ILL_ILLADR): Likewise.
17552         (ILL_ILLTRP): Likewise.
17553         (ILL_PRVOPC): Likewise.
17554         (ILL_PRVREG): Likewise.
17555         (ILL_COPROC): Likewise.
17556         (ILL_BADSTK): Likewise.
17557         (FPE_INTDIV): Likewise.
17558         (FPE_INTOVF): Likewise.
17559         (FPE_FLTDIV): Likewise.
17560         (FPE_FLTOVF): Likewise.
17561         (FPE_FLTUND): Likewise.
17562         (FPE_FLTRES): Likewise.
17563         (FPE_FLTINV): Likewise.
17564         (FPE_FLTSUB): Likewise.
17565         (SEGV_MAPERR): Likewise.
17566         (SEGV_ACCERR): Likewise.
17567         (BUS_ADRALN): Likewise.
17568         (BUS_ADRERR): Likewise.
17569         (BUS_OBJERR): Likewise.
17570         (BUS_MCEERR_AR): Likewise.
17571         (BUS_MCEERR_AO): Likewise.
17572         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17573         (TRAP_TRACE): Likewise.
17574         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17575         __USE_XOPEN2K8].
17576         (CLD_KILLED): Likewise.
17577         (CLD_DUMPED): Likewise.
17578         (CLD_TRAPPED): Likewise.
17579         (CLD_STOPPED): Likewise.
17580         (CLD_CONTINUED): Likewise.
17581         (POLL_IN): Likewise.
17582         (POLL_OUT): Likewise.
17583         (POLL_MSG): Likewise.
17584         (POLL_ERR): Likewise.
17585         (POLL_PRI): Likewise.
17586         (POLL_HUP): Likewise.
17587         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
17588         (ILL_ILLOPN): Likewise.
17589         (ILL_ILLADR): Likewise.
17590         (ILL_ILLTRP): Likewise.
17591         (ILL_PRVOPC): Likewise.
17592         (ILL_PRVREG): Likewise.
17593         (ILL_COPROC): Likewise.
17594         (ILL_BADSTK): Likewise.
17595         (ILL_DBLFLT): Likewise.
17596         (ILL_HARDWALL): Likewise.
17597         (FPE_INTDIV): Likewise.
17598         (FPE_INTOVF): Likewise.
17599         (FPE_FLTDIV): Likewise.
17600         (FPE_FLTOVF): Likewise.
17601         (FPE_FLTUND): Likewise.
17602         (FPE_FLTRES): Likewise.
17603         (FPE_FLTINV): Likewise.
17604         (FPE_FLTSUB): Likewise.
17605         (SEGV_MAPERR): Likewise.
17606         (SEGV_ACCERR): Likewise.
17607         (BUS_ADRALN): Likewise.
17608         (BUS_ADRERR): Likewise.
17609         (BUS_OBJERR): Likewise.
17610         (BUS_MCEERR_AR): Likewise.
17611         (BUS_MCEERR_AO): Likewise.
17612         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17613         (TRAP_TRACE): Likewise.
17614         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17615         __USE_XOPEN2K8].
17616         (CLD_KILLED): Likewise.
17617         (CLD_DUMPED): Likewise.
17618         (CLD_TRAPPED): Likewise.
17619         (CLD_STOPPED): Likewise.
17620         (CLD_CONTINUED): Likewise.
17621         (POLL_IN): Likewise.
17622         (POLL_OUT): Likewise.
17623         (POLL_MSG): Likewise.
17624         (POLL_ERR): Likewise.
17625         (POLL_PRI): Likewise.
17626         (POLL_HUP): Likewise.
17627         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
17628         (ILL_ILLOPN): Likewise.
17629         (ILL_ILLADR): Likewise.
17630         (ILL_ILLTRP): Likewise.
17631         (ILL_PRVOPC): Likewise.
17632         (ILL_PRVREG): Likewise.
17633         (ILL_COPROC): Likewise.
17634         (ILL_BADSTK): Likewise.
17635         (FPE_INTDIV): Likewise.
17636         (FPE_INTOVF): Likewise.
17637         (FPE_FLTDIV): Likewise.
17638         (FPE_FLTOVF): Likewise.
17639         (FPE_FLTUND): Likewise.
17640         (FPE_FLTRES): Likewise.
17641         (FPE_FLTINV): Likewise.
17642         (FPE_FLTSUB): Likewise.
17643         (SEGV_MAPERR): Likewise.
17644         (SEGV_ACCERR): Likewise.
17645         (BUS_ADRALN): Likewise.
17646         (BUS_ADRERR): Likewise.
17647         (BUS_OBJERR): Likewise.
17648         (BUS_MCEERR_AR): Likewise.
17649         (BUS_MCEERR_AO): Likewise.
17650         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17651         (TRAP_TRACE): Likewise.
17652         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17653         __USE_XOPEN2K8].
17654         (CLD_KILLED): Likewise.
17655         (CLD_DUMPED): Likewise.
17656         (CLD_TRAPPED): Likewise.
17657         (CLD_STOPPED): Likewise.
17658         (CLD_CONTINUED): Likewise.
17659         (POLL_IN): Likewise.
17660         (POLL_OUT): Likewise.
17661         (POLL_MSG): Likewise.
17662         (POLL_ERR): Likewise.
17663         (POLL_PRI): Likewise.
17664         (POLL_HUP): Likewise.
17665         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
17666         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17668         [BZ #16670]
17669         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
17670         before #include of <time.h>.
17671         [!__USE_XOPEN2K] (__need_timespec): Likewise.
17672         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
17673         (test-xfail-UNIX98/sched.h/conform): Likewise.
17675 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17677         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
17678         error absence of trapping exception support.
17679         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
17681 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
17683         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
17684         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
17685         * timezone/Makefile (testdata): Move definition above include of
17686         Rules.
17687         (test-zones): New variable.
17688         (tests-special): Add zone files.
17689         (build-testdata): Use $(evaluate-test).
17691         * elf/Makefile (tests-special): Rename tests to end with .out.
17692         ($(objpfx)noload-mem): Likewise.
17693         ($(objpfx)tst-leaks1-mem): Likewise.
17694         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
17695         * iconv/Makefile (xtests-special): Change test-iconvconfig to
17696         $(objpfx)test-iconvconfig.out.
17697         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
17698         set -e inside subshell and redirect output to file.
17699         * iconvdata/Makefile (generated): Rename tests to end with .out.
17700         Correct type.
17701         (tests-special): Rename tests to end with .out.
17702         ($(objpfx)mtrace-tst-loading): Likewise.
17703         * intl/Makefile (generated): Likewise.
17704         (tests-special): Likewise.
17705         ($(objpfx)mtrace-tst-gettext): Likewise.
17706         * misc/Makefile (generated): Likewise.
17707         (tests-special): Likewise.
17708         ($(objpfx)tst-error1-mem): Likewise.
17709         * nptl/Makefile (tests-special): Likewise.
17710         ($(objpfx)tst-stack3-mem): Likewise.
17711         (generated): Likewise.
17712         * posix/Makefile (generated): Likewise.
17713         (tests-special): Likewise.
17714         (xtests-special): Likewise.
17715         ($(objpfx)tst-fnmatch-mem): Likewise.
17716         ($(objpfx)bug-regex2-mem): Likewise.
17717         ($(objpfx)bug-regex14-mem): Likewise.
17718         ($(objpfx)bug-regex21-mem): Likewise.
17719         ($(objpfx)bug-regex31-mem): Likewise.
17720         ($(objpfx)tst-vfork3-mem): Likewise.
17721         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17722         ($(objpfx)tst-pcre-mem): Likewise.
17723         ($(objpfx)tst-boost-mem): Likewise.
17724         ($(objpfx)bug-ga2-mem): Likewise.
17725         ($(objpfx)bug-glob2-mem): Likewise.
17726         * resolv/Makefile (generate): Likewise.
17727         (tests-special): Likewise.
17728         (xtests-special): Likewise.
17729         (generated): Likewise.
17730         ($(objpfx)mtrace-tst-leaks): Likewise.
17731         ($(objpfx)mtrace-tst-leaks2): Likewise.
17733         * scripts/merge-test-results.sh: New file.
17734         * Makefile (tests-special-notdir): New variable.
17735         (tests): Run merge-test-results.sh.
17736         (xtests): Likewise.
17737         * Rules (tests-special-notdir): New variable.
17738         (xtests-special-notdir): Likewise.
17739         (tests): Run merge-test-results.sh
17740         (xtests): Likewise.
17742         * Makeconfig (test-xfail-name): New variable.
17743         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
17744         compute variable name for expected failures.
17745         * conform/Makefile (conformtest-headers-data): New variable.
17746         (conformtest-standards): Likewise.
17747         (conformtest-headers-ISO): Likewise.
17748         (conformtest-headers-ISO99): Likewise.
17749         (conformtest-headers-ISO11): Likewise.
17750         (conformtest-headers-POSIX): Likewise.
17751         (conformtest-headers-XPG3): Likewise.
17752         (conformtest-headers-XPG4): Likewise.
17753         (conformtest-headers-UNIX98): Likewise.
17754         (conformtest-headers-XOPEN2K): Likewise.
17755         (conformtest-headers-POSIX2008): Likewise.
17756         (conformtest-headers-XOPEN2K8): Likewise.
17757         (conformtest-header-list-base): Likewise.
17758         (conformtest-header-list-tests): Likewise.
17759         (conformtest-header-base): Likewise.
17760         (conformtest-header-tests): Likewise.
17761         (tests-special): Add $(conformtest-header-list-tests).  If
17762         [$(fast-check) && !$(cross-compiling)], add
17763         $(conformtest-header-tests) instead of
17764         $(objpfx)run-conformtest.out.
17765         (generated): Add $(conformtest-header-list-base).  If
17766         [$(fast-check) && !$(cross-compiling)], add
17767         $(conformtest-header-base).  Remove previous setting.
17768         ($(conformtest-header-list-tests)): New target.
17769         (test-xfail-run-conformtest): Remove variable.
17770         ($(objpfx)run-conformtest.out): Remove target.
17771         (test-xfail-ISO11/complex.h/conform): New variable.
17772         (test-xfail-ISO11/stdalign.h/conform): Likewise.
17773         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
17774         (test-xfail-XPG3/varargs.h/conform): Likewise.
17775         (test-xfail-XPG4/varargs.h/conform): Likewise.
17776         (test-xfail-UNIX98/varargs.h/conform): Likewise.
17777         (test-xfail-XPG4/ndbm.h/conform): Likewise.
17778         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
17779         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
17780         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
17781         (test-xfail-XPG3/fcntl.h/conform): Likewise.
17782         (test-xfail-XPG3/ftw.h/conform): Likewise.
17783         (test-xfail-XPG3/grp.h/conform): Likewise.
17784         (test-xfail-XPG3/langinfo.h/conform): Likewise.
17785         (test-xfail-XPG3/limits.h/conform): Likewise.
17786         (test-xfail-XPG3/pwd.h/conform): Likewise.
17787         (test-xfail-XPG3/search.h/conform): Likewise.
17788         (test-xfail-XPG3/signal.h/conform): Likewise.
17789         (test-xfail-XPG3/stdio.h/conform): Likewise.
17790         (test-xfail-XPG3/stdlib.h/conform): Likewise.
17791         (test-xfail-XPG3/string.h/conform): Likewise.
17792         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
17793         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
17794         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
17795         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
17796         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
17797         (test-xfail-XPG3/sys/types.h/conform): Likewise.
17798         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
17799         (test-xfail-XPG3/termios.h/conform): Likewise.
17800         (test-xfail-XPG3/time.h/conform): Likewise.
17801         (test-xfail-XPG3/unistd.h/conform): Likewise.
17802         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
17803         (test-xfail-XPG4/fcntl.h/conform): Likewise.
17804         (test-xfail-XPG4/langinfo.h/conform): Likewise.
17805         (test-xfail-XPG4/netdb.h/conform): Likewise.
17806         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
17807         (test-xfail-XPG4/signal.h/conform): Likewise.
17808         (test-xfail-XPG4/stdio.h/conform): Likewise.
17809         (test-xfail-XPG4/stdlib.h/conform): Likewise.
17810         (test-xfail-XPG4/stropts.h/conform): Likewise.
17811         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
17812         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
17813         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
17814         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
17815         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
17816         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
17817         (test-xfail-XPG4/sys/time.h/conform): Likewise.
17818         (test-xfail-XPG4/sys/types.h/conform): Likewise.
17819         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
17820         (test-xfail-XPG4/termios.h/conform): Likewise.
17821         (test-xfail-XPG4/ucontext.h/conform): Likewise.
17822         (test-xfail-XPG4/unistd.h/conform): Likewise.
17823         (test-xfail-XPG4/utmpx.h/conform): Likewise.
17824         (test-xfail-POSIX/sched.h/conform): Likewise.
17825         (test-xfail-POSIX/signal.h/conform): Likewise.
17826         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17827         (test-xfail-POSIX/tar.h/conform): Likewise.
17828         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
17829         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
17830         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
17831         (test-xfail-UNIX98/netdb.h/conform): Likewise.
17832         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
17833         (test-xfail-UNIX98/sched.h/conform): Likewise.
17834         (test-xfail-UNIX98/signal.h/conform): Likewise.
17835         (test-xfail-UNIX98/stdio.h/conform): Likewise.
17836         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
17837         (test-xfail-UNIX98/stropts.h/conform): Likewise.
17838         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
17839         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
17840         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
17841         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
17842         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
17843         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
17844         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
17845         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
17846         (test-xfail-UNIX98/unistd.h/conform): Likewise.
17847         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
17848         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
17849         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
17850         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
17851         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
17852         (test-xfail-XOPEN2K/math.h/conform): Likewise.
17853         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
17854         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
17855         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
17856         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
17857         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
17858         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
17859         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
17860         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
17861         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
17862         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
17863         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
17864         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
17865         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
17866         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
17867         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
17868         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
17869         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
17870         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
17871         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
17872         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
17873         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
17874         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
17875         (test-xfail-POSIX2008/signal.h/conform): Likewise.
17876         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
17877         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
17878         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
17879         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
17880         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
17881         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
17882         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
17883         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
17884         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
17885         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
17886         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
17887         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
17888         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
17889         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
17890         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
17891         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
17892         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
17893         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
17894         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
17895         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
17896         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
17897         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
17898         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
17899         (conformtest-cc-flags): Likewise.
17900         ($(conformtest-header-tests): New target.
17901         * conform/check-header-lists.sh: New file.
17902         * conform/run-conformtest.sh: Remove.
17904         * conform/conformtest.pl: Allow ' and \ in values given for
17905         constants.
17906         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
17907         inclusion.
17908         [POSIX] (sys/types.h): Likewise.
17909         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
17910         inclusion.
17911         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
17912         inclusion.
17913         * conform/data/signal.h-data (SIGIO): Remove expectation.
17914         [XPG3] (SIGBUS): Do not expect.
17915         [POSIX || XPG3] (SIGPOLL): Likewise.
17916         [POSIX || XPG3] (SIGPROF): Likewise.
17917         [POSIX || XPG3] (SIGSYS): Likewise.
17918         [XPG3] (SIGTRAP): Likewise.
17919         [POSIX || XPG3] (SIGURG): Likewise.
17920         [POSIX || XPG3] (SIGVTALRM): Likewise.
17921         [POSIX || XPG3] (SIGXCPU): Likewise.
17922         [POSIX || XPG3] (SIGXFSZ): Likewise.
17923         [POSIX] (SA_SIGINFO): Expect.
17924         [XPG3] (siginfo_t): Do not expect type or contents.
17925         [POSIX] (si_pid): Do not expect element.
17926         [POSIX] (si_uid): Likewise.
17927         [POSIX] (si_addr): Likewise.
17928         [POSIX] (si_status): Likewise.
17929         [POSIX] (si_band): Likewise.
17930         [XPG4] (si_value): Likewise.
17931         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
17932         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
17933         [POSIX || XPG3] (ILL_ILLADR): Likewise.
17934         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
17935         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
17936         [POSIX || XPG3] (ILL_PRVREG): Likewise.
17937         [POSIX || XPG3] (ILL_COPROC): Likewise.
17938         [POSIX || XPG3] (ILL_BADSTK): Likewise.
17939         [POSIX || XPG3] (FPE_INTDIV): Likewise.
17940         [POSIX || XPG3] (FPE_INTOVF): Likewise.
17941         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
17942         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
17943         [POSIX || XPG3] (FPE_FLTUND): Likewise.
17944         [POSIX || XPG3] (FPE_FLTRES): Likewise.
17945         [POSIX || XPG3] (FPE_FLTINV): Likewise.
17946         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
17947         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
17948         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
17949         [POSIX || XPG3] (BUS_ADRALN): Likewise.
17950         [POSIX || XPG3] (BUS_ADRERR): Likewise.
17951         [POSIX || XPG3] (BUS_OBJERR): Likewise.
17952         [POSIX || XPG3] (CLD_EXITED): Likewise.
17953         [POSIX || XPG3] (CLD_KILLED): Likewise.
17954         [POSIX || XPG3] (CLD_DUMPED): Likewise.
17955         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
17956         [POSIX || XPG3] (CLD_STOPPED): Likewise.
17957         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
17958         [POSIX || XPG3] (POLL_IN): Likewise.
17959         [POSIX || XPG3] (POLL_OUT): Likewise.
17960         [POSIX || XPG3] (POLL_MSG): Likewise.
17961         [POSIX || XPG3] (POLL_ERR): Likewise.
17962         [POSIX || XPG3] (POLL_PRI): Likewise.
17963         [POSIX || XPG3] (POLL_HUP): Likewise.
17964         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
17965         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
17966         (SIG*): Do not allow.
17967         [XPG3] (si_*): Likewise.
17968         [XPG3] (SI_*): Likewise.
17969         [XPG3 || XPG4] (sigev_*): Likewise.
17970         [XPG3 || XPG4] (SIGEV_*): Likewise.
17971         [XPG3 || XPG4] (sival_*): Likewise.
17972         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
17973         [POSIX || XPG3] (BUS_*): Likewise.
17974         [POSIX || XPG3] (CLD_*): Likewise.
17975         [POSIX || XPG3] (FPE_*): Likewise.
17976         [POSIX || XPG3] (ILL_*): Likewise.
17977         [POSIX || XPG3] (POLL_*): Likewise.
17978         [POSIX || XPG3] (SEGV_*): Likewise.
17979         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
17980         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
17981         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
17982         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
17983         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
17984         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
17985         Specify type and value.
17986         (TVERSLEN): Likewise.
17987         (REGTYPE): Likewise.
17988         (AREGTYPE): Likewise.
17989         (LNKTYPE): Likewise.
17990         (SYMTYPE): Likewise.
17991         (CHRTYPE): Likewise.
17992         (BLKTYPE): Likewise.
17993         (DIRTYPE): Likewise.
17994         (FIFOTYPE): Likewise.
17995         (CONTTYPE): Likewise.
17996         (TSUID): Likewise.
17997         (TSGID): Likewise.
17998         (TSVTX): Likewise.
17999         (TUREAD): Likewise.
18000         (TUWRITE): Likewise.
18001         (TUEXEC): Likewise.
18002         (TGREAD): Likewise.
18003         (TGWRITE): Likewise.
18004         (TGEXEC): Likewise.
18005         (TOREAD): Likewise.
18006         (TOWRITE): Likewise.
18007         (TOEXEC): Likewise.
18008         [POSIX] (TSVTX): Expect constant.
18010 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
18012         * Makefile (tests): Change dependencies to ....
18013         (tests-special): ... additions to this variable.
18014         (tests): Depend on $(tests-special).
18015         * Makerules (check-abi-list): New variable.
18016         (check-abi): Depend on $(check-abi-list).
18017         [$(subdir) = elf] (tests-special): Add
18018         $(objpfx)check-abi-libc.out.
18019         [$(build-shared) = yes && subdir] (tests-special): Add
18020         $(check-abi-list).
18021         [$(build-shared) = yes && subdir] (tests): Do not depend on
18022         check-abi.
18023         * Rules (tests): Depend on $(tests-special).
18024         (xtests): Depend on $(xtests-special).
18025         * catgets/Makefile (tests): Change dependencies to ....
18026         (tests-special): ... additions to this variable.
18027         * conform/Makefile (tests): Change dependencies to ....
18028         (tests-special): ... additions to this variable.
18029         * elf/Makefile (tests): Change dependencies to ....
18030         (tests-special): ... additions to this variable.
18031         * grp/Makefile (tests): Change dependencies to ....
18032         (tests-special): ... additions to this variable.
18033         * iconv/Makefile (xtests): Change dependencies to ....
18034         (xtests-special): ... additions to this variable.
18035         * iconvdata/Makefile (tests): Change dependencies to ....
18036         (tests-special): ... additions to this variable.
18037         * intl/Makefile (tests): Change dependencies to ....
18038         (tests-special): ... additions to this variable.  Also add
18039         $(objpfx)tst-gettext.out.
18040         * io/Makefile (tests): Change dependencies to ....
18041         (tests-special): ... additions to this variable.
18042         * libio/Makefile (tests): Change dependencies to ....
18043         (tests-special): ... additions to this variable.
18044         * malloc/Makefile (tests): Change dependencies to ....
18045         (tests-special): ... additions to this variable.
18046         * misc/Makefile (tests): Change dependencies to ....
18047         (tests-special): ... additions to this variable.
18048         * nptl/Makefile (tests): Change dependencies to ....
18049         (tests-special): ... additions to this variable.
18050         * nptl_db/Makefile (tests): Change dependencies to ....
18051         (tests-special): ... additions to this variable.
18052         * posix/Makefile (tests): Change dependencies to ....
18053         (tests-special): ... additions to this variable.
18054         (xtests): Change dependencies to ....
18055         (xtests-special): ... additions to this variable.
18056         * resolv/Makefile (tests): Change dependencies to ....
18057         (tests-special): ... additions to this variable.
18058         (xtests): Change dependencies to ....
18059         (xtests-special): ... additions to this variable.
18060         * stdio-common/Makefile (tests): Change dependencies to ....
18061         (tests-special): ... additions to this variable.
18062         (do-tst-unbputc): Remove target.
18063         (do-tst-printf): Likewise.
18064         * stdlib/Makefile (tests): Change dependencies to ....
18065         (tests-special): ... additions to this variable.
18066         * string/Makefile (tests): Change dependencies to ....
18067         (tests-special): ... additions to this variable.
18068         * sysdeps/x86/Makefile (tests): Change dependencies to ....
18069         (tests-special): ... additions to this variable.
18071         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
18072         whole file.
18073         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
18074         whole file.
18075         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
18076         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
18078         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
18079         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
18080         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
18081         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
18082         * conform/data/libgen.h-data [XPG3]: Likewise.
18083         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
18084         * conform/data/ndbm.h-data [XPG3]: Likewise.
18085         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
18086         * conform/data/netdb.h-data [XPG3]: Likewise.
18087         * conform/data/netinet/in.h-data [XPG3]: Likewise.
18088         * conform/data/poll.h-data [XPG3]: Likewise.
18089         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
18090         * conform/data/strings.h-data [XPG3]: Likewise.
18091         * conform/data/stropts.h-data [XPG3]: Likewise.
18092         * conform/data/sys/mman.h-data [XPG3]: Likewise.
18093         * conform/data/sys/resource.h-data [XPG3]: Likewise.
18094         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
18095         Likewise.
18096         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
18097         * conform/data/sys/time.h-data [XPG3]: Likewise.
18098         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
18099         * conform/data/sys/uio.h-data [XPG3]: Likewise.
18100         * conform/data/sys/un.h-data [XPG3]: Likewise.
18101         * conform/data/syslog.h-data [XPG3]: Likewise.
18102         * conform/data/ucontext.h-data [XPG3]: Likewise.
18103         * conform/data/utmpx.h-data [XPG3]: Likewise.
18104         * conform/data/varargs.h-data [UNIX98]: Enable file.
18106         * manual/Makefile (INSTALL_INFO): Remove variable setting.
18108         * math/libm-test.inc (struct test_f_f_data): Move expected results
18109         into structure for each rounding mode.
18110         (struct test_ff_f_data): Likewise.
18111         (struct test_ff_f_data_nexttoward): Likewise.
18112         (struct test_fi_f_data): Likewise.
18113         (struct test_fl_f_data): Likewise.
18114         (struct test_if_f_data): Likewise.
18115         (struct test_fff_f_data): Likewise.
18116         (struct test_c_f_data): Likewise.
18117         (struct test_f_f1_data): Likewise.
18118         (struct test_fF_f1_data): Likewise.
18119         (struct test_ffI_f1_data): Likewise.
18120         (struct test_c_c_data): Likewise.
18121         (struct test_cc_c_data): Likewise.
18122         (struct test_f_i_data): Likewise.
18123         (struct test_ff_i_data): Likewise.
18124         (struct test_f_l_data): Likewise.
18125         (struct test_f_L_data): Likewise.
18126         (struct test_fFF_11_data): Likewise.
18127         (RM_): New macro.
18128         (RM_FE_DOWNWARD): Likewise.
18129         (RM_FE_TONEAREST): Likewise.
18130         (RM_FE_TOWARDZERO): Likewise.
18131         (RM_FE_UPWARD): Likewise.
18132         (RUN_TEST_LOOP_f_f): Update references to expected results.
18133         (RUN_TEST_LOOP_2_f): Likewise.
18134         (RUN_TEST_LOOP_fff_f): Likewise.
18135         (RUN_TEST_LOOP_c_f): Likewise.
18136         (RUN_TEST_LOOP_f_f1): Likewise.
18137         (RUN_TEST_LOOP_fF_f1): Likewise.
18138         (RUN_TEST_LOOP_fI_f1): Likewise.
18139         (RUN_TEST_LOOP_ffI_f1): Likewise.
18140         (RUN_TEST_LOOP_c_c): Likewise.
18141         (RUN_TEST_LOOP_cc_c): Likewise.
18142         (RUN_TEST_LOOP_f_i): Likewise.
18143         (RUN_TEST_LOOP_f_i_tg): Likewise.
18144         (RUN_TEST_LOOP_ff_i_tg): Likewise.
18145         (RUN_TEST_LOOP_f_b): Likewise.
18146         (RUN_TEST_LOOP_f_b_tg): Likewise.
18147         (RUN_TEST_LOOP_f_l): Likewise.
18148         (RUN_TEST_LOOP_f_L): Likewise.
18149         (RUN_TEST_LOOP_fFF_11): Likewise.
18150         * math/gen-libm-test.pl (parse_args): Output four copies of
18151         expected results for each test.
18153         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18154         (__ASSUME_UTIMES): Remove.
18155         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18156         (__ASSUME_UTIMES): Likewise.
18158         * math/gen-auto-libm-tests.c: Update comment on output format.
18159         (output_for_one_input_case): Generate before-rounding and
18160         after-rounding information as conditions on output flags not
18161         floating-point format.
18162         * math/auto-libm-test-out: Regenerated.
18163         * math/gen-libm-test.pl (cond_value): New function.
18164         (or_cond_value): Use cond_value.
18165         (generate_testfile): Handle conditional exceptions.
18167 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
18169         * math/libm-test.inc (max_valid_error): New variable.
18170         (init_max_error): Take new argument specifying whether function
18171         results are exactly determined.  Set max_valid_error and bound
18172         other variables for errors based on this argument.
18173         (set_max_error): Do not record results above max_valid_error.
18174         (check_float_internal): Only accept errors of up to 0.5ulps if
18175         also at most max_valid_error.
18176         (START): Take new argument EXACT and pass it to init_max_error.
18177         (acos_test): Update call to START.
18178         (acos_test_tonearest): Likewise.
18179         (acos_test_towardzero): Likewise.
18180         (acos_test_downward): Likewise.
18181         (acos_test_upward): Likewise.
18182         (acosh_test): Likewise.
18183         (asin_test): Likewise.
18184         (asin_test_tonearest): Likewise.
18185         (asin_test_towardzero): Likewise.
18186         (asin_test_downward): Likewise.
18187         (asin_test_upward): Likewise.
18188         (asinh_test): Likewise.
18189         (atan_test): Likewise.
18190         (atanh_test): Likewise.
18191         (atan2_test): Likewise.
18192         (cabs_test): Likewise.
18193         (cacos_test): Likewise.
18194         (cacosh_test): Likewise.
18195         (carg_test): Likewise.
18196         (casin_test): Likewise.
18197         (casinh_test): Likewise.
18198         (catan_test): Likewise.
18199         (catanh_test): Likewise.
18200         (cbrt_test): Likewise.
18201         (ccos_test): Likewise.
18202         (ccosh_test): Likewise.
18203         (ceil_test): Likewise.
18204         (cexp_test): Likewise.
18205         (cimag_test): Likewise.
18206         (clog_test): Likewise.
18207         (clog10_test): Likewise.
18208         (conj_test): Likewise.
18209         (copysign_test): Likewise.
18210         (cos_test): Likewise.
18211         (cos_test_tonearest): Likewise.
18212         (cos_test_towardzero): Likewise.
18213         (cos_test_downward): Likewise.
18214         (cos_test_upward): Likewise.
18215         (cosh_test): Likewise.
18216         (cosh_test_tonearest): Likewise.
18217         (cosh_test_towardzero): Likewise.
18218         (cosh_test_downward): Likewise.
18219         (cosh_test_upward): Likewise.
18220         (cpow_test): Likewise.
18221         (cproj_test): Likewise.
18222         (creal_test): Likewise.
18223         (csin_test): Likewise.
18224         (csinh_test): Likewise.
18225         (csqrt_test): Likewise.
18226         (ctan_test): Likewise.
18227         (ctan_test_tonearest): Likewise.
18228         (ctan_test_towardzero): Likewise.
18229         (ctan_test_downward): Likewise.
18230         (ctan_test_upward): Likewise.
18231         (ctanh_test): Likewise.
18232         (ctanh_test_tonearest): Likewise.
18233         (ctanh_test_towardzero): Likewise.
18234         (ctanh_test_downward): Likewise.
18235         (ctanh_test_upward): Likewise.
18236         (erf_test): Likewise.
18237         (erfc_test): Likewise.
18238         (exp_test): Likewise.
18239         (exp_test_tonearest): Likewise.
18240         (exp_test_towardzero): Likewise.
18241         (exp_test_downward): Likewise.
18242         (exp_test_upward): Likewise.
18243         (exp10_test): Likewise.
18244         (exp10_test_tonearest): Likewise.
18245         (exp10_test_towardzero): Likewise.
18246         (exp10_test_downward): Likewise.
18247         (exp10_test_upward): Likewise.
18248         (pow10_test): Likewise.
18249         (exp2_test): Likewise.
18250         (expm1_test): Likewise.
18251         (expm1_test_tonearest): Likewise.
18252         (expm1_test_towardzero): Likewise.
18253         (expm1_test_downward): Likewise.
18254         (expm1_test_upward): Likewise.
18255         (fabs_test): Likewise.
18256         (fdim_test): Likewise.
18257         (floor_test): Likewise.
18258         (fma_test): Likewise.
18259         (fma_test_towardzero): Likewise.
18260         (fma_test_downward): Likewise.
18261         (fma_test_upward): Likewise.
18262         (fmax_test): Likewise.
18263         (fmin_test): Likewise.
18264         (fmod_test): Likewise.
18265         (fpclassify_test): Likewise.
18266         (frexp_test): Likewise.
18267         (hypot_test): Likewise.
18268         (ilogb_test): Likewise.
18269         (isfinite_test): Likewise.
18270         (finite_test): Likewise.
18271         (isgreater_test): Likewise.
18272         (isgreaterequal_test): Likewise.
18273         (isinf_test): Likewise.
18274         (isless_test): Likewise.
18275         (islessequal_test): Likewise.
18276         (islessgreater_test): Likewise.
18277         (isnan_test): Likewise.
18278         (isnormal_test): Likewise.
18279         (issignaling_test): Likewise.
18280         (isunordered_test): Likewise.
18281         (j0_test): Likewise.
18282         (j1_test): Likewise.
18283         (jn_test): Likewise.
18284         (ldexp_test): Likewise.
18285         (lgamma_test): Likewise.
18286         (gamma_test): Likewise.
18287         (lrint_test): Likewise.
18288         (lrint_test_tonearest): Likewise.
18289         (lrint_test_towardzero): Likewise.
18290         (lrint_test_downward): Likewise.
18291         (lrint_test_upward): Likewise.
18292         (llrint_test): Likewise.
18293         (llrint_test_tonearest): Likewise.
18294         (llrint_test_towardzero): Likewise.
18295         (llrint_test_downward): Likewise.
18296         (llrint_test_upward): Likewise.
18297         (log_test): Likewise.
18298         (log10_test): Likewise.
18299         (log1p_test): Likewise.
18300         (log2_test): Likewise.
18301         (logb_test): Likewise.
18302         (logb_test_downward): Likewise.
18303         (lround_test): Likewise.
18304         (llround_test): Likewise.
18305         (modf_test): Likewise.
18306         (nearbyint_test): Likewise.
18307         (nextafter_test): Likewise.
18308         (nexttoward_test): Likewise.
18309         (pow_test): Likewise.
18310         (pow_test_tonearest): Likewise.
18311         (pow_test_towardzero): Likewise.
18312         (pow_test_downward): Likewise.
18313         (pow_test_upward): Likewise.
18314         (remainder_test): Likewise.
18315         (drem_test): Likewise.
18316         (remainder_test_tonearest): Likewise.
18317         (drem_test_tonearest): Likewise.
18318         (remainder_test_towardzero): Likewise.
18319         (drem_test_towardzero): Likewise.
18320         (remainder_test_downward): Likewise.
18321         (drem_test_downward): Likewise.
18322         (remainder_test_upward): Likewise.
18323         (drem_test_upward): Likewise.
18324         (remquo_test): Likewise.
18325         (rint_test): Likewise.
18326         (rint_test_tonearest): Likewise.
18327         (rint_test_towardzero): Likewise.
18328         (rint_test_downward): Likewise.
18329         (rint_test_upward): Likewise.
18330         (round_test): Likewise.
18331         (scalb_test): Likewise.
18332         (scalbn_test): Likewise.
18333         (scalbln_test): Likewise.
18334         (signbit_test): Likewise.
18335         (sin_test): Likewise.
18336         (sin_test_tonearest): Likewise.
18337         (sin_test_towardzero): Likewise.
18338         (sin_test_downward): Likewise.
18339         (sin_test_upward): Likewise.
18340         (sincos_test): Likewise.
18341         (sinh_test): Likewise.
18342         (sinh_test_tonearest): Likewise.
18343         (sinh_test_towardzero): Likewise.
18344         (sinh_test_downward): Likewise.
18345         (sinh_test_upward): Likewise.
18346         (sqrt_test): Likewise.
18347         (sqrt_test_tonearest): Likewise.
18348         (sqrt_test_towardzero): Likewise.
18349         (sqrt_test_downward): Likewise.
18350         (sqrt_test_upward): Likewise.
18351         (tan_test): Likewise.
18352         (tan_test_tonearest): Likewise.
18353         (tan_test_towardzero): Likewise.
18354         (tan_test_downward): Likewise.
18355         (tan_test_upward): Likewise.
18356         (tanh_test): Likewise.
18357         (tgamma_test): Likewise.
18358         (trunc_test): Likewise.
18359         (y0_test): Likewise.
18360         (y1_test): Likewise.
18361         (yn_test): Likewise.
18362         (significand_test): Likewise.
18364         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
18365         individual tests in comment.
18366         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
18367         (prev_max_error): New variable.
18368         (prev_real_max_error): Likewise.
18369         (prev_imag_max_error): Likewise.
18370         (compare_ulp_data): Don't refer to test names in comment.
18371         (find_test_ulps): Remove function.
18372         (find_function_ulps): Likewise.
18373         (find_complex_function_ulps): Likewise.
18374         (init_max_error): Take function name as argument.  Look up ulps
18375         for that function.
18376         (print_ulps): Remove function.
18377         (print_max_error): Use prev_max_error instead of calling
18378         find_function_ulps.
18379         (print_complex_max_error): Use prev_real_max_error and
18380         prev_imag_max_error instead of calling find_complex_function_ulps.
18381         (check_float_internal): Take max_ulp parameter instead of calling
18382         find_test_ulps.  Don't call print_ulps.
18383         (check_float): Update call to check_float_internal.
18384         (check_complex): Update calls to check_float_internal.
18385         (START): Pass argument to init_max_error.
18386         * math/gen-libm-test.pl (%results): Don't include "kind"
18387         information.
18388         (parse_ulps): Don't handle ulps of individual tests.
18389         (print_ulps_file): Likewise.
18390         (output_ulps): Likewise.
18391         * math/README.libm-test: Update.
18392         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
18393         individual tests.
18394         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
18395         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
18396         * sysdeps/arm/libm-test-ulps: Likewise.
18397         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
18398         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
18399         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
18400         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
18401         * sysdeps/microblaze/libm-test-ulps: Likewise.
18402         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
18403         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
18404         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
18405         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
18406         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
18407         * sysdeps/sh/libm-test-ulps: Likewise.
18408         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
18409         * sysdeps/tile/libm-test-ulps: Likewise.
18410         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18412 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
18414         * math/libm-test.inc (print_complex_max_error): Check separately
18415         whether real and imaginary errors are within allowed range and
18416         pass 0 to print_complex_function_ulps instead of value within
18417         allowed range.
18419 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18421         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
18422         formatting.
18423         (get_handles_fopen): Likewise.
18424         (do_write_test): Likewise.
18426         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
18428         * libio/fileops.c (do_ftell): Use cached offset when
18429         available.
18430         * libio/iofwide.c (do_ftell_wide): Likewise.
18431         * libio/iofdopen.c (_IO_new_fdopen): Don't use
18432         _IO_file_attach.
18433         * libio/wfileops.c (_IO_fwide): Don't cache offset.
18435         [BZ #16532]
18436         * libio/libioP.h (get_file_offset): New function.
18437         * libio/fileops.c (get_file_offset): Likewise.
18438         (do_ftell): Likewise.
18439         (_IO_new_file_seekoff): Split out ftell logic.
18440         * libio/wfileops.c (do_ftell_wide): Likewise.
18441         (_IO_wfile_seekoff): Split out ftell logic.
18442         * libio/tst-ftell-active-handler.c: New test case.
18443         * libio/Makefile (tests): Add it.
18445 2014-03-03  Roland McGrath  <roland@hack.frob.com>
18447         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
18448         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
18450 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18452         [BZ #16639]
18453         * nscd/connections.c (nscd_init): Call do_exit.
18454         (start_threads): Call do_exit and notify_parent.
18455         (begin_drop_privileges): Call do_exit.
18456         (finish_drop_privileges): Likewise.
18457         * nscd/selinux.c (preserve_capabilities): Likewise.
18458         (install_real_capabilities): Likewise.
18459         (nscd_selinux_enabled): Likewise.
18460         (avc_create_thread): Likewise.
18461         (avc_alloc_lock): Likewise.
18462         (nscd_avc_init): Likewise.
18463         * nscd/nscd.c (parent_fd): New static variable.
18464         (main): Create a pipe between parent and child processes.
18465         Skip closing parent_fd.
18466         (monitor_child): New function.
18467         (do_exit): Likewise.
18468         (notify_parent): Likewise.
18469         * nscd/nscd.h (notify_parent): Likewise.
18470         (do_exit): Likewise.
18472 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
18474         * malloc/malloc.c (__libc_calloc): Revert last change.
18476 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18478         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18480 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18482         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
18483         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
18484         implementation.
18485         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
18486         (__libc_ifunc_impl_list): Likewise.
18487         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
18488         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
18489         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
18490         * string/strrchr.c: Define STRRCHR.
18492 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
18494         * benchtest/bench-strtok.c (simple_strtok): Delete.
18495         (strtok_string): Use as benchmark.
18496         * string/strtok (STRTOK): New macro.
18498 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
18500         * manual/threads.texi: Add header and standard comments to all
18501         functions.
18503         * elf/dl-lookup.c (check_match): New function.
18504         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
18505         (do_lookup_x): Remove nested function check_match. Use non-nested
18506         function check_match.
18508 2014-02-28  Roland McGrath  <roland@hack.frob.com>
18510         * csu/Makefile (generated, before-compile): Use += rather than =.
18511         * catgets/Makefile (generated, generated-dirs): Likewise.
18512         * debug/Makefile (generated): Likewise.
18513         * dlfcn/Makefile (generated): Likewise.
18514         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
18515         * iconvdata/Makefile (before-compile, generated): Likewise.
18516         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
18517         * libio/Makefile (generated): Likewise.
18518         * malloc/Makefile (generated): Likewise.
18519         * manual/Makefile (generated, generated-dirs): Likewise.
18520         * misc/Makefile (generated): Likewise.
18521         * posix/Makefile (generated): Likewise.
18522         * resolv/Makefile (generated): Likewise.
18523         * sunrpc/Makefile (generated, generated-dirs): Likewise.
18524         * timezone/Makefile (generated, generated-dirs): Likewise.
18526         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
18528 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18530         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
18531         power8 implementation.
18532         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
18533         file: POWER8 llround ifunc implementation.
18534         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
18535         (__lllround): Add POWER8 implementation.
18536         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
18537         POWER8 llround implementation.
18539         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
18540         power8 implementation.
18541         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
18542         file: POWER8 llrint ifunc implementation.
18543         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
18544         Add POWER8 implementation.
18545         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
18546         POWER8 llrint implementation.
18548         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
18549         power8 implementation.
18550         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
18551         file: POWER8 finite ifunc implementation.
18552         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
18553         Add POWER8 implementation.
18554         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
18555         Likewise.
18556         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
18557         POWER8 finite implementation.
18558         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
18560         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
18561         power8 implementation.
18562         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
18563         file: POWER8 isinf ifunc implementation.
18564         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
18565         POWER8 implementation.
18566         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
18567         Likewise.
18568         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
18569         isinf implementation.
18570         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
18572         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
18573         (INIT_ARCH): Add hwcap2 initialization.
18574         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
18575         power8 implementation.
18576         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
18577         file: POWER8 isnan ifunc implementation.
18578         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
18579         POWER8 implementation.
18580         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
18581         Likewise.
18582         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
18583         isnan implementation.
18584         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
18586 2014-02-27  Joey Ye  <joey.ye@arm.com>
18588         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
18589         (_FP_NANFRAC_Q): Set to zero.
18591 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18593         [BZ #16623]
18594         * math/auto-libm-test-in: New test inputs.
18595         * math/auto-libm-test-out: Regenerate.
18596         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
18597         and DA.
18598         (__cos): Likewise.
18599         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
18601 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
18603         * scripts/evaluate-test.sh: Take new argument indicating whether
18604         failure is expected.
18605         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
18606         indicating whether failure is expected.
18607         * conform/Makefile (test-xfail-run-conformtest): New variable.
18608         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
18609         level.
18610         * posix/Makefile (test-xfail-annexc): New variable.
18611         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
18613 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
18615         * argp/Makefile: Include Makeconfig immediately after defining
18616         subdir.
18617         * assert/Makefile: Likewise.
18618         * benchtests/Makefile: Likewise.
18619         * catgets/Makefile: Likewise.
18620         * conform/Makefile: Likewise.
18621         * crypt/Makefile: Likewise.
18622         * csu/Makefile: Likewise.
18623         (all): Remove target.
18624         * ctype/Makefile: Include Makeconfig immediately after defining
18625         subdir.
18626         * debug/Makefile: Likewise.
18627         * dirent/Makefile: Likewise.
18628         * dlfcn/Makefile: Likewise.
18629         * gmon/Makefile: Likewise.
18630         * gnulib/Makefile: Likewise.
18631         * grp/Makefile: Likewise.
18632         * gshadow/Makefile: Likewise.
18633         * hesiod/Makefile: Likewise.
18634         * hurd/Makefile: Likewise.
18635         (all): Remove target.
18636         * iconvdata/Makefile: Include Makeconfig immediately after
18637         defining subdir.
18638         * inet/Makefile: Likewise.
18639         * intl/Makefile: Likewise.
18640         * io/Makefile: Likewise.
18641         * libio/Makefile: Likewise.
18642         (all): Remove target.
18643         * locale/Makefile: Include Makeconfig immediately after defining
18644         subdir.
18645         * login/Makefile: Likewise.
18646         * mach/Makefile: Likewise.
18647         (all): Remove target.
18648         * malloc/Makefile: Include Makeconfig immediately after defining
18649         subdir.
18650         (all): Remove target.
18651         * manual/Makefile: Include Makeconfig immediately after defining
18652         subdir.
18653         * math/Makefile: Likewise.
18654         * misc/Makefile: Likewise.
18655         * nis/Makefile: Likewise.
18656         * nss/Makefile: Likewise.
18657         * po/Makefile: Likewise.
18658         (all): Remove target.
18659         * posix/Makefile: Include Makeconfig immediately after defining
18660         subdir.
18661         * pwd/Makefile: Likewise.
18662         * resolv/Makefile: Likewise.
18663         * resource/Makefile: Likewise.
18664         * rt/Makefile: Likewise.
18665         * setjmp/Makefile: Likewise.
18666         * shadow/Makefile: Likewise.
18667         * signal/Makefile: Likewise.
18668         * socket/Makefile: Likewise.
18669         * soft-fp/Makefile: Likewise.
18670         * stdio-common/Makefile: Likewise.
18671         * stdlib/Makefile: Likewise.
18672         * streams/Makefile: Likewise.
18673         * string/Makefile: Likewise.
18674         * sunrpc/Makefile: Likewise.
18675         (all): Remove target.
18676         * sysvipc/Makefile: Include Makeconfig immediately after defining
18677         subdir.
18678         * termios/Makefile: Likewise.
18679         * time/Makefile: Likewise.
18680         * timezone/Makefile: Likewise.
18681         (all): Remove target.
18682         * wcsmbs/Makefile: Include Makeconfig immediately after defining
18683         subdir.
18684         * wctype/Makefile: Likewise.
18686 2014-02-26  Steve Ellcey  <sellcey@mips.com>
18688         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
18689         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
18690         (libc_feholdexcept_setround_mips): Ditto.
18691         (libc_feholdsetround): New.
18692         (libc_feholdsetroundf): New.
18693         (libc_feholdsetroundl): New.
18694         (libc_feupdateenv_test_mips): New.
18695         (libc_feupdateenv_test): New.
18696         (libc_feupdateenv_testf): New.
18697         (libc_feupdateenv_testl): New.
18698         (libc_feresetround): New.
18699         (libc_feresetroundf): New.
18700         (libc_feresetroundl): New.
18701         (libc_fetestexcept_mips): New.
18702         (libc_fetestexcept): New.
18703         (libc_fetestexceptf): New.
18704         (libc_fetestexceptl): New.
18705         (HAVE_RM_CTX): New.
18706         (libc_feholdexcept_setround_mips_ctx): New.
18707         (libc_feholdexcept_setround_ctx): New.
18708         (libc_feholdexcept_setroundf_ctx): New.
18709         (libc_feholdexcept_setroundl_ctx): New.
18710         (libc_fesetenv_mips_ctx): New.
18711         (libc_fesetenv_ctx): New.
18712         (libc_fesetenv_ctxf): New.
18713         (libc_fesetenv_ctxl): New.
18714         (libc_feupdateenv_mips_ctx): New.
18715         (libc_feupdateenv_ctx): New.
18716         (libc_feupdateenvf_ctx): New.
18717         (libc_feupdateenvl_ctx): New.
18718         (libc_feholdsetround_mips_ctx): New.
18719         (libc_feholdsetround_ctx): New.
18720         (libc_feholdsetroundf_ctx): New.
18721         (libc_feholdsetroundl_ctx): New.
18722         (libc_feresetround_mips_ctx): New.
18723         (libc_feresetround_ctx): New.
18724         (libc_feresetroundf_ctx): New.
18725         (libc_feresetroundl_ctx): New.
18727 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
18729         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
18731         * manual/ipc.texi: New file.
18732         * manual/Makefile (chapters): Add ipc.
18733         * manual/job.texi: Add "Inter-Process Communication" to next.
18734         * manual/process.texi: Add "Inter-Process Communication" to prev.
18736 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18738         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18740 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
18742         * malloc/malloc.c (__libc_calloc): Simplify implementation.
18744         * manual/arith.texi: Fix spaces after sentences.
18745         * manual/charset.texi: Likewise.
18746         * manual/errno.texi: Likewise.
18747         * manual/install.texi: Likewise.
18748         * manual/llio.texi: Likewise.
18749         * manual/locale.texi: Likewise.
18750         * manual/maint.texi: Likewise.
18751         * manual/math.texi: Likewise.
18752         * manual/memory.texi: Likewise.
18753         * manual/message.texi: Likewise.
18754         * manual/probes.texi: Likewise.
18755         * manual/resource.texi: Likewise.
18756         * manual/signal.texi: Likewise.
18757         * manual/socket.texi: Likewise.
18758         * manual/stdio.texi: Likewise.
18759         * manual/string.texi: Likewise.
18760         * manual/time.texi: Likewise.
18761         * manual/users.texi: Likewise.
18763 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
18765         [BZ #16632]
18766         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
18767         _DEFAULT_SOURCE is defined.
18769 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
18770             Carlos O'Donell  <carlos@redhat.com>
18772         [BZ #16613]
18773         * elf/dl-tls.c (_dl_count_modids): New function.
18774         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
18775         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
18776         audit library and increment generation counter.
18777         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
18778         * elf/tst-audit9.c: New file.
18779         * elf/tst-auditmod9a.c: New file.
18780         * elf/tst-auditmod9b.c: New file.
18781         * elf/Makefile: Add rules to build and run tst-audit9.
18783 2014-02-25  Florian Weimer  <fweimer@redhat.com>
18785         [BZ #15347]
18786         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
18788 2014-02-25  Will Newton  <will.newton@linaro.org>
18790         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
18791         (__longjmp): Restore sp and lr before restoring callee
18792         saved registers.  Add longjmp and longjmp_target
18793         SystemTap probe point.
18794         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
18795         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
18796         Define to zero to match jmpbuf layout.
18797         * sysdeps/arm/setjmp.S: Include stap-probe.h.
18798         (__sigsetjmp): Save sp and lr before saving callee
18799         saved registers.  Add setjmp SystemTap probe point.
18801 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
18803         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18805 2014-02-24  Andreas Schwab  <schwab@suse.de>
18807         [BZ #15804]
18808         * elf/pldd.c (wait_for_ptrace_stop): New function.
18809         (main): Call it after attaching.
18811 2014-02-22  Roland McGrath  <roland@hack.frob.com>
18813         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
18814         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
18815         Versions files is now verboten.
18816         * hurd/Versions (libc: GLIBC_2.0):
18817         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
18818         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
18819         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
18820         * mach/Versions: Likewise.
18822         * csu/Versions: Remove unused %include.
18823         * resolv/Versions: Likewise.
18825 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
18827         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
18828         ($(objpfx)check-local-headers.out): Likewise.
18829         ($(objpfx)begin-end-check.out): Likewise.
18830         * Makerules (check-abi-%.out): Likewise.
18831         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
18832         ($(objpfx)test2.cat): Likewise.
18833         ($(objpfx)de/libc.cat): Likewise.
18834         ($(objpfx)test-gencat.out): Likewise.
18835         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
18836         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
18837         ($(objpfx)noload-mem): Likewise.
18838         ($(objpfx)tst-pathopt.out): Likewise.
18839         ($(objpfx)tst-rtld-load-self.out): Likewise.
18840         ($(objpfx)tst-array1-cmp.out): Likewise.
18841         ($(objpfx)tst-array1-static-cmp.out): Likewise.
18842         ($(objpfx)tst-array2-cmp.out): Likewise.
18843         ($(objpfx)tst-array3-cmp.out): Likewise.
18844         ($(objpfx)tst-array4-cmp.out): Likewise.
18845         ($(objpfx)tst-array5-cmp.out): Likewise.
18846         ($(objpfx)tst-array5-static-cmp.out): Likewise.
18847         ($(objpfx)check-textrel.out): Likewise.
18848         ($(objpfx)check-execstack.out): Likewise.
18849         ($(objpfx)check-localplt.out): Likewise.
18850         ($(objpfx)order2-cmp.out): Likewise.
18851         ($(objpfx)tst-leaks1-mem): Likewise.
18852         ($(objpfx)tst-leaks1-static-mem): Likewise.
18853         ($(objpfx)tst-initorder-cmp.out): Likewise.
18854         ($(objpfx)tst-initorder2-cmp.out): Likewise.
18855         ($(objpfx)tst-unused-dep.out): Likewise.
18856         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
18857         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
18858         * iconv/Makefile (test-iconvconfig): Likewise.
18859         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
18860         ($(objpfx)iconv-test.out): Likewise.
18861         ($(objpfx)tst-tables.out): Likewise.
18862         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
18863         ($(objpfx)tst-gettext.out): Likewise.
18864         ($(objpfx)tst-translit.out): Likewise.
18865         ($(objpfx)tst-gettext2.out): Likewise.
18866         ($(objpfx)tst-gettext4.out): Likewise.
18867         ($(objpfx)tst-gettext6.out): Likewise.
18868         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
18869         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
18870         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
18871         ($(objpfx)tst-fopenloc-mem.out): Likewise.
18872         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
18873         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
18874         * posix/Makefile ($(objpfx)globtest.out): Likewise.
18875         ($(objpfx)wordexp-tst.out): Likewise.
18876         ($(objpfx)annexc.out): Likewise.
18877         ($(objpfx)tst-fnmatch-mem): Likewise.
18878         ($(objpfx)bug-regex2-mem): Likewise.
18879         ($(objpfx)bug-regex14-mem): Likewise.
18880         ($(objpfx)bug-regex21-mem): Likewise.
18881         ($(objpfx)bug-regex31-mem): Likewise.
18882         ($(objpfx)tst-vfork3-mem): Likewise.
18883         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
18884         ($(objpfx)tst-pcre-mem): Likewise.
18885         ($(objpfx)tst-boost-mem): Likewise.
18886         ($(objpfx)tst-getconf.out): Likewise.
18887         ($(objpfx)bug-ga2-mem): Likewise.
18888         ($(objpfx)bug-glob2-mem): Likewise.
18889         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
18890         ($(objpfx)mtrace-tst-leaks2): Likewise.
18891         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
18892         ($(objpfx)tst-printf.out): Likewise.
18893         ($(objpfx)tst-setvbuf1.out): Likewise.
18894         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
18895         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
18896         ($(objpfx)tst-fmtmsg.out): Likewise.
18897         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
18898         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
18900         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
18901         * bits/sigaction.h [__USE_MISC]: Likewise.
18902         * bits/waitstatus.h: Update #endif comments.
18903         * ctype/ctype.h: Likewise.
18904         * dirent/dirent.h: Likewise.
18905         [__USE_MISC]: Remove redundant conditionals.
18906         * grp/grp.h: Update #endif comments.
18907         [__USE_GNU]: Remove redundant conditionals.
18908         [__USE_MISC]: Likewise.
18909         * inet/netinet/in.h [__USE_GNU]: Likewise.
18910         * io/sys/stat.h [__USE_MISC]: Likewise.
18911         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
18912         * libio/bits/stdio.h: Update #endif comments.
18913         [__USE_MISC]: Remove redundant conditionals.
18914         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
18915         * libio/stdio.h: Update #endif comments.
18916         [__USE_MISC]: Remove redundant conditionals.
18917         * math/bits/math-finite.h [__USE_MISC]: Likewise.
18918         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
18919         * math/math.h: Update #else and #endif comments.
18920         [__USE_MISC]: Remove redundant conditionals.
18921         * misc/sys/uio.h: Update #endif comments.
18922         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
18923         * posix/glob.h [__USE_MISC]: Likewise.
18924         * posix/sys/types.h: Update #endif comments.
18925         [__USE_MISC]: Remove redundant conditionals.
18926         * posix/sys/wait.h: Update #endif comments.
18927         [__USE_MISC]: Remove redundant conditionals.
18928         * posix/unistd.h: Update #endif comments.
18929         [__USE_MISC]: Remove redundant conditionals.
18930         * pwd/pwd.h [__USE_GNU]: Likewise.
18931         [__USE_MISC]: Likewise.
18932         * resolv/netdb.h [__USE_GNU]: Likewise.
18933         * signal/signal.h: Update #endif comments.
18934         [__USE_MISC]: Remove redundant conditionals.
18935         * stdlib/stdlib.h: Update #else and #endif comments.
18936         [__USE_MISC]: Remove redundant conditionals.
18937         [__USE_GNU]: Likewise.
18938         * string/bits/string2.h [__USE_MISC]: Likewise.
18939         * string/string.h: Update #endif comments.
18940         [__USE_MISC]: Remove redundant conditionals.
18941         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
18942         Likewise.
18943         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
18944         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
18945         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
18946         Likewise.
18947         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
18948         Likewise.
18949         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
18950         comments.
18951         [__USE_MISC]: Remove redundant conditionals.
18952         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
18953         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
18954         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
18955         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
18956         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
18957         Likewise.
18958         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
18959         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
18960         Likewise.
18961         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
18962         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
18963         Likewise.
18964         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
18965         Likewise.
18966         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
18967         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
18968         Likewise.
18969         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
18970         Likewise.
18971         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
18972         * sysdeps/x86/bits/string.h: Update #endif comments.
18973         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
18974         conditionals.
18975         * time/sys/time.h: Update #endif comments.
18976         * time/time.h: Likewise.
18977         [__USE_MISC]: Remove redundant conditionals.
18979 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
18981         [BZ #16600]
18982         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
18984 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
18986         * Versions.def (librt): Add GLIBC_2.17.
18988 2014-02-21  Adam Conrad  <adconrad@0c3.net>
18990         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
18991         synonym for _SYS_AUXV_H to allow direct inclusion.
18992         * sysdeps/sparc/bits/hwcap.h: Likewise.
18993         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
18994         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
18995         * sysdeps/sparc/sysdep.h: Likewise.
18997 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18999         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
19001 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19003         * benchtests/bench-strrchr.c: Print length instead of position.
19005 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
19007         [BZ #16611]
19008         * sysdeps/unix/sysv/linux/kernel-features.h
19009         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
19010         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
19011         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
19012         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
19013         Likewise.
19014         [__i386__ || __powerpc__ || __sh__ || __sparc__]
19015         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
19016         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
19017         (__ASSUME_SENDMMSG): Define instead of using previous
19018         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
19019         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
19020         (__ASSUME_SENDMMSG_SYSCALL): Define.
19021         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
19022         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
19023         Likewise.
19024         * sysdeps/unix/sysv/linux/arm/kernel-features.h
19025         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
19026         Likewise.
19027         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
19028         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
19029         Likewise.
19030         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
19031         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
19032         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
19033         [__ASSUME_SENDMMSG]: Change conditionals to
19034         [__ASSUME_SENDMMSG_SOCKETCALL].
19035         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19036         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
19037         Define.
19038         * sysdeps/unix/sysv/linux/mips/kernel-features.h
19039         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
19040         Likewise.
19041         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
19042         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
19043         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
19044         [!__ASSUME_SENDMMSG]: Change conditional to
19045         [!__ASSUME_SENDMMSG_SOCKETCALL].
19046         * sysdeps/unix/sysv/linux/tile/kernel-features.h
19047         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
19048         Define.
19050         [BZ #16610]
19051         * sysdeps/unix/sysv/linux/kernel-features.h
19052         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
19053         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
19054         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
19055         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
19056         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
19057         [__i386__ || __sparc__]
19058         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
19059         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
19060         (__ASSUME_RECVMMSG): Define instead of using previous
19061         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
19062         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
19063         (__ASSUME_RECVMMSG_SYSCALL): Define.
19064         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
19065         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19066         Likewise.
19067         * sysdeps/unix/sysv/linux/arm/kernel-features.h
19068         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19069         Likewise.
19070         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
19071         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19072         Likewise.
19073         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
19074         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
19075         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
19076         [__ASSUME_RECVMMSG]: Change condition to
19077         [__ASSUME_RECVMMSG_SOCKETCALL].
19078         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19079         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19080         Define.
19081         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
19082         * sysdeps/unix/sysv/linux/mips/kernel-features.h
19083         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19084         Likewise.
19085         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
19086         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
19087         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
19088         [!__ASSUME_RECVMMSG]: Change condition to
19089         [!__ASSUME_RECVMMSG_SOCKETCALL].
19090         * sysdeps/unix/sysv/linux/tile/kernel-features.h
19091         (__ASSUME_RECVMMSG_SYSCALL): Define.
19093         [BZ #16609]
19094         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
19095         __powerpc__ || __s390__ || __sh__ || __sparc__]
19096         (__ASSUME_SOCKETCALL): Define.
19097         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
19098         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
19099         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
19100         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
19101         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
19102         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
19103         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
19104         (__ASSUME_ACCEPT4): Define instead of using previous
19105         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
19106         __powerpc__ || __sparc__ || __s390__)] condition.
19107         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
19108         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
19109         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
19110         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
19111         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
19112         [!__ASSUME_ACCEPT4]: Change condition to
19113         [!__ASSUME_ACCEPT4_SOCKETCALL].
19114         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
19115         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
19116         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
19117         * sysdeps/unix/sysv/linux/arm/kernel-features.h
19118         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
19119         __ASSUME_ACCEPT4_SYSCALL.
19120         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
19121         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
19122         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
19123         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
19124         __ASSUME_ACCEPT4_SYSCALL.
19125         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
19126         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
19127         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
19128         [__ASSUME_ACCEPT4]: Change condition to
19129         [__ASSUME_ACCEPT4_SOCKETCALL].
19130         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
19131         (__ASSUME_SOCKETCALL): Define.
19132         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
19133         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19134         (__ASSUME_SOCKETCALL): Define.
19135         (__ASSUME_ACCEPT4): Remove.
19136         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
19137         Define.
19138         * sysdeps/unix/sysv/linux/mips/kernel-features.h
19139         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
19140         Likewise.
19141         * sysdeps/unix/sysv/linux/tile/kernel-features.h
19142         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
19144         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
19145         macro.
19146         (HWCAP_ARM_LPAE): Likewise.
19147         (HWCAP_ARM_EVTSTRM): Likewise.
19148         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
19149         Add vpfd32, lpae and evtstrm.
19150         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
19151         Increase to 22.
19153 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
19155         * math/auto-libm-test-in: Add tests of clog10.
19156         * math/auto-libm-test-out: Regenerated.
19157         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
19158         * sysdeps/i386/fpu/libm-test-ulps: Update.
19159         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19161 2014-02-18  Andreas Schwab  <schwab@suse.de>
19163         [BZ #16574]
19164         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
19165         Store non-zero if the second buffer was newly allocated.
19166         (send_dg): Likewise.
19167         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
19168         to send_vc and send_dg.
19169         (res_nsend): Pass NULL for ansp2_malloced.
19170         * resolv/res_query.c (__libc_res_nquery): Add parameter
19171         answerp2_malloced and pass it down to __libc_res_nsend.
19172         (res_nquery): Pass additional NULL to __libc_res_nquery.
19173         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
19174         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
19175         second answer buffer if answerp2_malloced was set.
19176         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
19177         (__libc_res_nquerydomain): Add parameter
19178         answerp2_malloced and pass it down to __libc_res_nquery.
19179         (res_nquerydomain): Pass additional NULL to
19180         __libc_res_nquerydomain.
19181         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
19182         additional NULL to __libc_res_nsend and __libc_res_nquery.
19183         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
19184         additional NULL to __libc_res_nsearch.
19185         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
19186         parameter of __libc_res_nsearch to check for separately allocated
19187         second buffer.
19188         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
19189         __libc_res_nquery.
19190         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
19191         additional NULL to __libc_res_nquery.
19192         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
19193         __libc_res_nsearch.
19194         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
19195         * include/resolv.h: Update prototypes of __libc_res_nquery,
19196         __libc_res_nsearch, __libc_res_nsend.
19198 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
19200         * math/auto-libm-test-in: Add tests of fma.
19201         * math/auto-libm-test-out: Regenerated.
19202         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
19203         (fma_towardzero_test_data): Likewise.
19204         (fma_downward_test_data): Likewise.
19205         (fma_upward_test_data): Likewise.
19206         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
19207         mpc_mode.
19208         (rounding_modes): Add values for new field.
19209         (func_calc_method): Add value mpfr_fff_f.
19210         (func_calc_desc): Add mpfr_fff_f union field.
19211         (test_function): Add field exact_args.
19212         (FUNC): Add macro argument EXACT_ARGS.
19213         (FUNC_mpfr_f_f): Update call to FUNC.
19214         (FUNC_mpfr_f_f): Likewise.
19215         (FUNC_mpfr_ff_f): Likewise.
19216         (FUNC_mpfr_if_f): Likewise.
19217         (FUNC_mpc_c_f): Likewise.
19218         (FUNC_mpc_c_c): Likewise.
19219         (test_functions): Add fma.  Update calls to FUNC.
19220         (handle_input_arg): Add argument exact_args.
19221         (add_test): Update call to handle_input_arg.
19222         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
19223         (output_for_one_input_case): Update call to calc_generic_results.
19224         Recalculate exact zero results in each rounding mode.
19226         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
19227         non-negative before setting low bit.
19228         * math/auto-libm-test-in: Mark one asin test possibly having
19229         spurious underflow.
19230         * math/auto-libm-test-out: Regenerated.
19231         * sysdeps/i386/fpu/libm-test-ulps: Update.
19232         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19234 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
19236         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
19237         * sysdeps/unix/sysv/linux/microblaze: Move directory from
19238         ports/sysdeps/unix/sysv/linux/microblaze.
19239         * README: Add missing listing for microblaze*-*-linux-gnu.
19241 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
19243         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
19244         duplicate code
19246 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
19248         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
19249         * sysdeps/unix/sysv/linux/ia64: Move directory from
19250         ports/sysdeps/unix/sysv/linux/ia64.
19251         * README: Update listing for ia64-*-linux-gnu.
19253 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
19254             Joseph Myers  <joseph@codesourcery.com>
19256         * Makeconfig (test-name): New variable.
19257         (evaluate-test): Likewise.
19258         * Makerules (do-test-clean): Remove .test-result files.
19259         (common-mostlyclean): Likewise.
19260         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
19261         * scripts/evaluate-test.sh: New file.
19263 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
19265         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
19266         separate $(objpfx)tst-fopenloc-cmp.out and
19267         $(objpfx)tst-fopenloc-mem.out targets.
19268         (tests): Update dependencies.
19269         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
19270         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
19271         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
19272         (tst-rxspencer-no-utf8-ARGS): New variable.
19273         (tst-rxspencer-no-utf8-ENV): Likewise.
19274         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
19275         instead of $(objpfx)tst-rxspencer-mem.
19276         ($(objpfx)tst-rxspencer-mem): Change target to
19277         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
19278         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
19279         * posix/tst-rxspencer-no-utf8.c: New file.
19281         * elf/Makefile ($(objpfx)order.out): Remove rule.
19282         [$(run-built-tests) = yes] (tests): Depend on
19283         $(objpfx)order-cmp.out.
19284         ($(objpfx)order-cmp.out): New rule.
19285         [$(run-built-tests) = yes] (tests): Depend on
19286         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
19287         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
19288         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
19289         $(objpfx)tst-array5-static-cmp.out.
19290         ($(objpfx)tst-array1.out): Remove rule.
19291         ($(objpfx)tst-array1-cmp.out): New rule.
19292         ($(objpfx)tst-array1-static.out): Remove rule.
19293         ($(objpfx)tst-array1-static-cmp.out): New rule.
19294         ($(objpfx)tst-array2.out): Remove rule.
19295         ($(objpfx)tst-array2-cmp.out): New rule.
19296         ($(objpfx)tst-array3.out): Remove rule.
19297         ($(objpfx)tst-array3-cmp.out): New rule.
19298         ($(objpfx)tst-array4.out): Remove rule.
19299         ($(objpfx)tst-array4-cmp.out): New rule.
19300         ($(objpfx)tst-array5.out): Remove rule.
19301         ($(objpfx)tst-array5-cmp.out): New rule.
19302         ($(objpfx)tst-array5-static.out): Remove rule.
19303         ($(objpfx)tst-array5-static-cmp.out): New rule.
19304         [$(run-built-tests) = yes] (tests): Depend on
19305         $(objpfx)order2-cmp.out.
19306         ($(objpfx)order2.out): Remove rule.
19307         ($(objpfx)order2-cmp.out): New rule.
19308         ($(objpfx)tst-initorder.out): Remove rule.
19309         [$(run-built-tests) = yes] (tests): Depend on
19310         $(objpfx)tst-initorder-cmp.out.
19311         ($(objpfx)tst-initorder-cmp.out): New rule.
19312         ($(objpfx)tst-initorder2.out): Remove rule.
19313         [$(run-built-tests) = yes] (tests): Depend on
19314         $(objpfx)tst-initorder2-cmp.out.
19315         ($(objpfx)tst-initorder2-cmp.out): New rule.
19316         [$(run-built-tests) = yes] (tests): Depend on
19317         $(objpfx)tst-unused-dep-cmp.out.
19318         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
19319         ($(objpfx)tst-unused-dep-cmp.out): New rule.
19320         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
19321         on $(objpfx)tst-setvbuf1-cmp.out.
19322         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
19323         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
19324         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
19325         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
19326         ($(objpfx)tst-svc.out): Remove rule.
19327         ($(objpfx)tst-svc-cmp.out): New rule.
19329 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
19331         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
19332         * ctype/ctype.h [__USE_MISC]: Likewise.
19333         * dirent/dirent.h [__USE_MISC]: Likewise.
19334         * grp/grp.h [__USE_MISC]: Likewise.
19335         * io/fcntl.h [__USE_MISC]: Likewise.
19336         * io/sys/stat.h [__USE_MISC]: Likewise.
19337         * libio/stdio.h [__USE_MISC]: Likewise.
19338         * posix/unistd.h [__USE_MISC]: Likewise.
19339         * pwd/pwd.h [__USE_MISC]: Likewise.
19340         * stdlib.h [__USE_MISC]: Likewise.
19341         * string/bits/string2.h [__USE_MISC]: Likewise.
19342         * string/string.h [__USE_MISC]: Likewise.
19343         * time/time.h [__USE_MISC]: Likewise.
19345 2014-02-13  Andreas Schwab  <schwab@suse.de>
19347         [BZ #16574]
19348         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
19349         second answer buffer if it was separately allocated.
19351 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
19353         * sysdeps/mips/math-tests.h: Include <features.h>.
19354         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
19355         (ROUNDING_TESTS_long_double): Do not define.
19356         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
19357         (EXCEPTION_TESTS_long_double): Likewise.
19358         * sysdeps/mips/mips64/libm-test-ulps: Update.
19360         * include/features.h (__USE_BSD): Remove macro definitions.
19361         (__USE_SVID): Likewise.
19362         (_BSD_SOURCE): Likewise.
19363         (_SVID_SOURCE): Likewise.
19364         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
19365         from definition of _DEFAULT_SOURCE.
19366         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
19367         [_DEFAULT_SOURCE].
19368         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
19369         * bits/mman.h [__USE_BSD]: Likewise.
19370         * bits/termios.h [__USE_BSD]: Likewise.
19371         * bits/waitstatus.h [__USE_BSD]: Likewise.
19372         * ctype/ctype.h [__USE_SVID]: Likewise.
19373         * dirent/dirent.h [__USE_BSD]: Likewise.
19374         * grp/grp.h [__USE_SVID]: Likewise.
19375         [__USE_BSD]: Likewise.
19376         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
19377         * io/fcntl.h [__USE_BSD]: Likewise.
19378         * io/ftw.h [__USE_BSD]: Likewise.
19379         * io/sys/stat.h [__USE_BSD]: Likewise.
19380         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
19381         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
19382         * libio/stdio.h [__USE_SVID]: Likewise.
19383         [__USE_BSD]: Likewise.
19384         * math/math.h [__USE_SVID]: Likewise.
19385         [__USE_BSD]: Likewise.
19386         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
19387         * misc/bits/syslog.h [__USE_BSD]: Likewise.
19388         * misc/search.h [__USE_SVID]: Likewise.
19389         * misc/sys/mman.h [__USE_BSD]: Likewise.
19390         * misc/sys/syslog.h [__USE_BSD]: Likewise.
19391         * misc/sys/uio.h [__USE_BSD]: Likewise.
19392         * posix/bits/unistd.h [__USE_BSD]: Likewise.
19393         * posix/glob.h [__USE_BSD]: Likewise.
19394         * posix/regex.h [__USE_BSD]: Likewise.
19395         * posix/sys/types.h [__USE_BSD]: Likewise.
19396         [__USE_SVID]: Likewise.
19397         * posix/sys/utsname.h [__USE_SVID]: Likewise.
19398         * posix/sys/wait.h [__USE_BSD]: Likewise.
19399         [__USE_SVID]: Likewise.
19400         * posix/unistd.h [__USE_BSD]: Likewise.
19401         [__USE_SVID]: Likewise.
19402         * pwd/pwd.h [__USE_SVID]: Likewise.
19403         * resolv/netdb.h [__USE_BSD]: Likewise.
19404         * setjmp/setjmp.h [__USE_BSD]: Likewise.
19405         * signal/signal.h [__USE_BSD]: Likewise.
19406         [__USE_SVID]: Likewise.
19407         * socket/sys/socket.h [__USE_BSD]: Likewise.
19408         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
19409         * stdlib/stdlib.h [__USE_BSD]: Likewise.
19410         [__USE_SVID]: Likewise.
19411         * string/bits/string2.h [__USE_BSD]: Likewise.
19412         [__USE_SVID]: Likewise.
19413         * string/bits/string3.h [__USE_BSD]: Likewise.
19414         * string/endian.h [__USE_BSD]: Likewise.
19415         * string/string.h [__USE_SVID]: Likewise.
19416         [__USE_BSD]: Likewise.
19417         * string/strings.h [__USE_BSD]: Likewise.
19418         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
19419         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
19420         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
19421         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
19422         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
19423         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
19424         Likewise.
19425         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
19426         Likewise.
19427         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
19428         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
19429         Likewise.
19430         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
19431         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
19432         Likewise.
19433         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
19434         Likewise.
19435         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
19436         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
19437         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
19438         Likewise.
19439         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
19440         Likewise.
19441         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
19442         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
19443         * termios/termios.h [__USE_BSD]: Likewise.
19444         * time/sys/time.h [__USE_BSD]: Likewise.
19445         * time/time.h [__USE_BSD]: Likewise.
19446         [__USE_SVID]: Likewise.
19448         * Makefile (subdir_targets): Remove subdir_lint.out.
19450         * stdio-common/Makefile (do-tst-unbputc): Remove target.
19451         (do-tst-printf): Likewise.
19452         (tests): Depend directly on $(objpfx)tst-unbputc.out and
19453         $(objpfx)tst-printf.out.
19455         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
19457         * Makerules (check-abi-%): Change target to
19458         $(objpfx)check-abi-%.out.
19459         (check-abi target): Update dependencies.
19460         (check-abi-pattern variable): Redirect output of diff to $@.
19461         (check-abi variable): Likewise.
19462         * elf/Makefile (check-abi): Update dependencies.
19464         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
19465         unused.
19466         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
19467         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
19468         subnormal range.
19469         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
19470         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
19471         value has largest subnormal exponent.
19472         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
19473         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
19474         * sysdeps/aarch64/soft-fp/sfp-machine.h
19475         (_FP_TININESS_AFTER_ROUNDING): New macro.
19476         * sysdeps/alpha/soft-fp/sfp-machine.h
19477         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19478         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19479         Likewise.
19480         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
19481         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19482         * sysdeps/mips/soft-fp/sfp-machine.h
19483         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19484         * sysdeps/powerpc/soft-fp/sfp-machine.h
19485         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19486         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19487         Likewise.
19488         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
19489         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19490         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
19491         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19492         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19493         Likewise.
19495 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
19497         [BZ #16545]
19498         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
19499         model 1.
19501 2014-02-12  Richard Henderson  <rth@redhat.com>
19503         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
19504         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
19505         * sysdeps/unix/sysv/linux/alpha: Move directory from
19506         ports/sysdeps/unix/sysv/linux/alpha.
19507         * README: Update listing for alpha-*-linux-gnu.
19509 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
19511         * include/features.h: Update comment documenting feature test
19512         macros.
19513         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
19514         _DEFAULT_SOURCE.
19515         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
19516         (_SVID_SOURCE): Likewise.
19517         (_DEFAULT_SOURCE): Update description of default features.
19518         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
19519         with _GNU_SOURCE.
19520         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
19521         (S_ISVTX): Likewise.
19522         * manual/math.texi (Mathematical Constants): Likewise.
19523         * manual/signal.texi (Interrupted Primitives): Likewise.
19524         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
19525         * math/test-matherr.c (_SVID_SOURCE): Do not define.
19526         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
19527         Don't refer to _SVID_SOURCE in warning text.
19529         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19531         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
19532         already defined.
19533         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
19534         * sysdeps/mips/dl-lookup.c: Remove.
19535         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
19537 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
19539         [BZ #16447]
19540         * math/auto-libm-test-in: Add testcase for expl.
19541         * math/auto-libm-test-out: Regenerate.
19542         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
19543         calculation of unsafe.
19544         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
19546 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
19548         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
19549         * sysdeps/unix/sysv/linux/aarch64: Move directory from
19550         ports/sysdeps/unix/sysv/linux/aarch64.
19551         * README: Update listing for aarch64*-*-linux-gnu.
19553 2014-02-11  Will Newton  <will.newton@linaro.org>
19555         * manual/probes.texi (Mathematical Function Probes): Use
19556         "triggered" instead of "hit".
19558         * manual/probes.texi (Internal Probes): Add documentation
19559         of setjmp, longjmp and longjmp_target probes.
19561         * include/stap-probe.h: Add comment about probe argument
19562         format.
19564         * malloc/mtrace.c (attribute_hidden): Remove unused macro
19565         definition.  (tr_where, tr_freehook, tr_mallochook,
19566         tr_reallochook, tr_memalignhook): Use ANSI protoype.
19568 2014-02-11  David S. Miller  <davem@davemloft.net>
19570         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
19571         processing int_tests.
19573 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
19575         * sysdeps/mips: Move directory from ports/sysdeps/mips.
19576         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
19577         * sysdeps/unix/sysv/linux/mips: Move directory from
19578         ports/sysdeps/unix/sysv/linux/mips.
19579         * README: Update listing for mips-*-linux-gnu and
19580         mips64-*-linux-gnu.
19582 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
19584         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
19585         * sysdeps/unix/sysv/linux/m68k: Move directory from
19586         ports/sysdeps/unix/sysv/linux/m68k.
19587         * README: Update listing for m68k-*-linux-gnu.
19589 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
19591         * sysdeps/tile: Move directory from ports/sysdeps/tile.
19592         * sysdeps/unix/sysv/linux/generic: Move directory from
19593         ports/sysdeps/unix/sysv/linux/generic.
19594         * sysdeps/unix/sysv/linux/tile: Move directory from
19595         ports/sysdeps/unix/sysv/linux/tile.
19596         * README: Update listing for tile*-*-linux-gnu.
19598 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
19600         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
19601         __builtin_expect.
19602         * benchtests/bench-memmem.c (simple_memmem): Likewise.
19603         * catgets/open_catalog.c (__open_catalog): Likewise.
19604         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
19605         * debug/confstr_chk.c: Likewise.
19606         * debug/fread_chk.c (__fread_chk): Likewise.
19607         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
19608         * debug/getgroups_chk.c: Likewise.
19609         * debug/mbsnrtowcs_chk.c: Likewise.
19610         * debug/mbsrtowcs_chk.c: Likewise.
19611         * debug/mbstowcs_chk.c: Likewise.
19612         * debug/memcpy_chk.c: Likewise.
19613         * debug/memmove_chk.c: Likewise.
19614         * debug/mempcpy_chk.c: Likewise.
19615         * debug/memset_chk.c: Likewise.
19616         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19617         * debug/strcat_chk.c (__strcat_chk): Likewise.
19618         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
19619         * debug/strncat_chk.c (__strncat_chk): Likewise.
19620         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
19621         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
19622         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
19623         * debug/wcpncpy_chk.c: Likewise.
19624         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19625         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
19626         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
19627         * debug/wcsncpy_chk.c: Likewise.
19628         * debug/wcsnrtombs_chk.c: Likewise.
19629         * debug/wcsrtombs_chk.c: Likewise.
19630         * debug/wcstombs_chk.c: Likewise.
19631         * debug/wmemcpy_chk.c: Likewise.
19632         * debug/wmemmove_chk.c: Likewise.
19633         * debug/wmempcpy_chk.c: Likewise.
19634         * debug/wmemset_chk.c: Likewise.
19635         * dirent/scandirat.c (SCANDIRAT): Likewise.
19636         * dlfcn/dladdr1.c (dladdr1): Likewise.
19637         * dlfcn/dladdr.c (dladdr): Likewise.
19638         * dlfcn/dlclose.c (dlclose_doit): Likewise.
19639         * dlfcn/dlerror.c (__dlerror): Likewise.
19640         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
19641         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
19642         * dlfcn/dlopen.c (dlopen_doit): Likewise.
19643         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
19644         * dlfcn/dlsym.c (dlsym_doit): Likewise.
19645         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
19646         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
19647         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
19648         Likewise.
19649         * elf/dl-conflict.c: Likewise.
19650         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
19651         * elf/dl-dst.h: Likewise.
19652         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
19653         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
19654         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
19655         * elf/dl-init.c (call_init, _dl_init): Likewise.
19656         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
19657         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
19658         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
19659         Likewise.
19660         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
19661         Likewise.
19662         * elf/dl-minimal.c (__libc_memalign): Likewise.
19663         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
19664         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19665         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
19666         * elf/dl-sym.c (do_sym): Likewise.
19667         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
19668         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
19669         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
19670         * elf/dl-writev.h (_dl_writev): Likewise.
19671         * elf/ldconfig.c (search_dir): Likewise.
19672         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
19673         (dl_main): Likewise.
19674         * elf/setup-vdso.h (setup_vdso): Likewise.
19675         * grp/compat-initgroups.c (compat_call): Likewise.
19676         * grp/fgetgrent.c (fgetgrent): Likewise.
19677         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
19678         * grp/putgrent.c (putgrent): Likewise.
19679         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
19680         Likewise.
19681         * hurd/hurdinit.c: Likewise.
19682         * iconvdata/8bit-gap.c (struct): Likewise.
19683         * iconvdata/ansi_x3.110.c : Likewise.
19684         * iconvdata/big5.c : Likewise.
19685         * iconvdata/big5hkscs.c : Likewise.
19686         * iconvdata/cp1255.c: Likewise.
19687         * iconvdata/cp1258.c : Likewise.
19688         * iconvdata/cp932.c : Likewise.
19689         * iconvdata/euc-cn.c: Likewise.
19690         * iconvdata/euc-jisx0213.c : Likewise.
19691         * iconvdata/euc-jp.c: Likewise.
19692         * iconvdata/euc-jp-ms.c : Likewise.
19693         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
19694         * iconvdata/gb18030.c : Likewise.
19695         * iconvdata/gbbig5.c (const): Likewise.
19696         * iconvdata/gbgbk.c: Likewise.
19697         * iconvdata/gbk.c : Likewise.
19698         * iconvdata/ibm1364.c : Likewise.
19699         * iconvdata/ibm930.c : Likewise.
19700         * iconvdata/ibm932.c: Likewise.
19701         * iconvdata/ibm933.c : Likewise.
19702         * iconvdata/ibm935.c : Likewise.
19703         * iconvdata/ibm937.c : Likewise.
19704         * iconvdata/ibm939.c : Likewise.
19705         * iconvdata/ibm943.c: Likewise.
19706         * iconvdata/iso_11548-1.c: Likewise.
19707         * iconvdata/iso-2022-cn.c : Likewise.
19708         * iconvdata/iso-2022-cn-ext.c : Likewise.
19709         * iconvdata/iso-2022-jp-3.c: Likewise.
19710         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
19711         * iconvdata/iso-2022-kr.c : Likewise.
19712         * iconvdata/iso646.c (gconv_end): Likewise.
19713         * iconvdata/iso_6937-2.c : Likewise.
19714         * iconvdata/iso_6937.c : Likewise.
19715         * iconvdata/iso8859-1.c: Likewise.
19716         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
19717         * iconvdata/shift_jisx0213.c : Likewise.
19718         * iconvdata/sjis.c : Likewise.
19719         * iconvdata/t.61.c : Likewise.
19720         * iconvdata/tcvn5712-1.c : Likewise.
19721         * iconvdata/tscii.c: Likewise.
19722         * iconvdata/uhc.c : Likewise.
19723         * iconvdata/unicode.c (gconv_end): Likewise.
19724         * iconvdata/utf-16.c (gconv_end): Likewise.
19725         * iconvdata/utf-32.c (gconv_end): Likewise.
19726         * iconvdata/utf-7.c (base64): Likewise.
19727         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
19728         * iconv/gconv_close.c (__gconv_close): Likewise.
19729         * iconv/gconv_open.c (__gconv_open): Likewise.
19730         * iconv/gconv_simple.c (internal_ucs4_loop_single)
19731         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
19732         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
19733         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
19734         (ucs4le_internal_loop_single): Likewise.
19735         * iconv/iconv.c (iconv): Likewise.
19736         * iconv/iconv_close.c: Likewise.
19737         * iconv/loop.c (SINGLE): Likewise.
19738         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
19739         * include/atomic.h: Likewise.
19740         * inet/inet6_option.c (option_alloc): Likewise.
19741         * intl/bindtextdom.c (set_binding_values): Likewise.
19742         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
19743         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
19744         * intl/localealias.c (read_alias_file): Likewise.
19745         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
19746         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
19747         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
19748         * libio/fmemopen.c (fmemopen): Likewise.
19749         * libio/iofgets.c (_IO_fgets): Likewise.
19750         * libio/iofgets_u.c (fgets_unlocked): Likewise.
19751         * libio/iofgetws.c (fgetws): Likewise.
19752         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
19753         * libio/iogetdelim.c (_IO_getdelim): Likewise.
19754         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
19755         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
19756         * locale/findlocale.c (_nl_find_locale): Likewise.
19757         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
19758         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
19759         Likewise.
19760         * locale/setlocale.c (setlocale): Likewise.
19761         * login/programs/pt_chown.c (main): Likewise.
19762         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
19763         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
19764         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
19765         (mmap, mmap64, mremap, munmap): Likewise.
19766         * math/e_exp2l.c: Likewise.
19767         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
19768         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
19769         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
19770         * math/s_catan.c (__catan): Likewise.
19771         * math/s_catanf.c (__catanf): Likewise.
19772         * math/s_catanh.c (__catanh): Likewise.
19773         * math/s_catanhf.c (__catanhf): Likewise.
19774         * math/s_catanhl.c (__catanhl): Likewise.
19775         * math/s_catanl.c (__catanl): Likewise.
19776         * math/s_ccosh.c (__ccosh): Likewise.
19777         * math/s_ccoshf.c (__ccoshf): Likewise.
19778         * math/s_ccoshl.c (__ccoshl): Likewise.
19779         * math/s_cexp.c (__cexp): Likewise.
19780         * math/s_cexpf.c (__cexpf): Likewise.
19781         * math/s_cexpl.c (__cexpl): Likewise.
19782         * math/s_clog10.c (__clog10): Likewise.
19783         * math/s_clog10f.c (__clog10f): Likewise.
19784         * math/s_clog10l.c (__clog10l): Likewise.
19785         * math/s_clog.c (__clog): Likewise.
19786         * math/s_clogf.c (__clogf): Likewise.
19787         * math/s_clogl.c (__clogl): Likewise.
19788         * math/s_csin.c (__csin): Likewise.
19789         * math/s_csinf.c (__csinf): Likewise.
19790         * math/s_csinh.c (__csinh): Likewise.
19791         * math/s_csinhf.c (__csinhf): Likewise.
19792         * math/s_csinhl.c (__csinhl): Likewise.
19793         * math/s_csinl.c (__csinl): Likewise.
19794         * math/s_csqrt.c (__csqrt): Likewise.
19795         * math/s_csqrtf.c (__csqrtf): Likewise.
19796         * math/s_csqrtl.c (__csqrtl): Likewise.
19797         * math/s_ctan.c (__ctan): Likewise.
19798         * math/s_ctanf.c (__ctanf): Likewise.
19799         * math/s_ctanh.c (__ctanh): Likewise.
19800         * math/s_ctanhf.c (__ctanhf): Likewise.
19801         * math/s_ctanhl.c (__ctanhl): Likewise.
19802         * math/s_ctanl.c (__ctanl): Likewise.
19803         * math/w_pow.c: Likewise.
19804         * math/w_powf.c: Likewise.
19805         * math/w_powl.c: Likewise.
19806         * math/w_scalb.c (sysv_scalb): Likewise.
19807         * math/w_scalbf.c (sysv_scalbf): Likewise.
19808         * math/w_scalbl.c (sysv_scalbl): Likewise.
19809         * misc/error.c (error_tail): Likewise.
19810         * misc/pselect.c (__pselect): Likewise.
19811         * nis/nis_callback.c (__nis_create_callback): Likewise.
19812         * nis/nis_call.c (__nisfind_server): Likewise.
19813         * nis/nis_creategroup.c (nis_creategroup): Likewise.
19814         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
19815         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
19816         * nis/nis_getservlist.c (nis_getservlist): Likewise.
19817         * nis/nis_lookup.c (nis_lookup): Likewise.
19818         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
19819         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
19820         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
19821         * nis/nis_xdr.c (xdr_endpoint): Likewise.
19822         * nis/nss_compat/compat-grp.c (getgrent_next_file)
19823         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
19824         * nis/nss_compat/compat-initgroups.c (add_group)
19825         (internal_getgrent_r): Likewise.
19826         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
19827         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
19828         * nis/nss_compat/compat-spwd.c (getspent_next_file)
19829         (internal_getspnam_r): Likewise.
19830         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
19831         (_nss_nis_getaliasbyname_r): Likewise.
19832         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
19833         (_nss_nis_getntohost_r): Likewise.
19834         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
19835         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
19836         (_nss_nis_getgrgid_r): Likewise.
19837         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
19838         (internal_nis_gethostent_r, internal_gethostbyname2_r)
19839         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
19840         (_nss_nis_gethostbyname4_r): Likewise.
19841         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
19842         (initgroups_netid): Likewise.
19843         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
19844         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
19845         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
19846         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
19847         (_nss_nis_getprotobynumber_r): Likewise.
19848         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
19849         (_nss_nis_getsecretkey): Likewise.
19850         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
19851         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
19852         (_nss_nis_getpwuid_r): Likewise.
19853         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
19854         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
19855         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
19856         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
19857         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
19858         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
19859         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
19860         Likewise.
19861         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
19862         (_nss_nisplus_getntohost_r): Likewise.
19863         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
19864         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
19865         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
19866         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
19867         Likewise.
19868         * nis/nss_nisplus/nisplus-initgroups.c
19869         (_nss_nisplus_initgroups_dyn): Likewise.
19870         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
19871         (_nss_nisplus_getnetbyaddr_r): Likewise.
19872         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
19873         (_nss_nisplus_getprotobynumber_r): Likewise.
19874         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
19875         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
19876         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
19877         Likewise.
19878         * nis/nss_nisplus/nisplus-service.c
19879         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
19880         (_nss_nisplus_getservbyport_r): Likewise.
19881         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
19882         (_nss_nisplus_getspnam_r): Likewise.
19883         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
19884         Likewise.
19885         * nscd/aicache.c (addhstaiX): Likewise.
19886         * nscd/cache.c (cache_search, prune_cache): Likewise.
19887         * nscd/connections.c (register_traced_file, send_ro_fd)
19888         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
19889         (main_loop_epoll): Likewise.
19890         * nscd/grpcache.c (addgrbyX): Likewise.
19891         * nscd/hstcache.c (addhstbyX): Likewise.
19892         * nscd/initgrcache.c (addinitgroupsX): Likewise.
19893         * nscd/mem.c (gc, mempool_alloc): Likewise.
19894         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
19895         (addinnetgrX): Likewise.
19896         * nscd/nscd-client.h (__nscd_acquire_maplock)
19897         (__nscd_drop_map_ref): Likewise.
19898         * nscd/nscd_getai.c (__nscd_getai): Likewise.
19899         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
19900         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
19901         Likewise.
19902         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
19903         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
19904         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
19905         (__nscd_get_map_ref): Likewise.
19906         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
19907         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
19908         Likewise.
19909         * nscd/pwdcache.c (addpwbyX): Likewise.
19910         * nscd/selinux.c (preserve_capabilities): Likewise.
19911         * nscd/servicescache.c (addservbyX): Likewise.
19912         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
19913         * posix/fnmatch.c (fnmatch): Likewise.
19914         * posix/getopt.c (_getopt_internal_r): Likewise.
19915         * posix/glob.c (glob, glob_in_dir): Likewise.
19916         * posix/wordexp.c (exec_comm_child): Likewise.
19917         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
19918         (getanswer_r, gaih_getanswer_slice): Likewise.
19919         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
19920         * resolv/res_init.c: Likewise.
19921         * resolv/res_mkquery.c (res_nmkquery): Likewise.
19922         * resolv/res_query.c (__libc_res_nquery): Likewise.
19923         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
19924         Likewise.
19925         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
19926         * stdio-common/perror.c (perror): Likewise.
19927         * stdio-common/printf_fp.c (___printf_fp): Likewise.
19928         * stdio-common/tmpnam.c (tmpnam): Likewise.
19929         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19930         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
19931         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
19932         Likewise.
19933         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
19934         * stdlib/putenv.c (putenv): Likewise.
19935         * stdlib/setenv.c (__add_to_environ): Likewise.
19936         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19937         * stdlib/strtol_l.c (INTERNAL): Likewise.
19938         * string/memmem.c (memmem): Likewise.
19939         * string/strerror.c (strerror): Likewise.
19940         * string/strnlen.c (__strnlen): Likewise.
19941         * string/test-memmem.c (simple_memmem): Likewise.
19942         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
19943         * sunrpc/pm_getport.c (__get_socket): Likewise.
19944         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
19945         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
19946         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
19947         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
19948         Likewise.
19949         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
19950         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
19951         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
19952         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
19953         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
19954         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
19955         Likewise.
19956         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
19957         Likewise.
19958         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
19959         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
19960         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
19961         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
19962         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
19963         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
19964         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
19965         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
19966         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
19967         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
19968         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
19969         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
19970         Likewise.
19971         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
19972         Likewise.
19973         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
19974         Likewise.
19975         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
19976         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
19977         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
19978         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
19979         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
19980         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
19981         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
19982         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
19983         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
19984         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
19985         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
19986         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19987         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19988         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
19989         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
19990         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
19991         Likewise.
19992         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
19993         Likewise.
19994         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
19995         Likewise.
19996         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
19997         Likewise.
19998         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
19999         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
20000         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
20001         Likewise.
20002         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
20003         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
20004         * sysdeps/posix/opendir.c (__opendirat): Likewise.
20005         * sysdeps/posix/sleep.c: Likewise.
20006         * sysdeps/posix/tempname.c: Likewise.
20007         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
20008         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20009         Likewise.
20010         * sysdeps/powerpc/powerpc32/dl-machine.h
20011         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
20012         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
20013         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20014         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
20015         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
20016         Likewise.
20017         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
20018         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
20019         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
20020         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
20021         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
20022         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
20023         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
20024         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
20025         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
20026         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
20027         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
20028         (elf_machine_lazy_rel): Likewise.
20029         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
20030         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
20031         (elf_machine_lazy_rel): Likewise.
20032         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
20033         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
20034         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
20035         * sysdeps/unix/grantpt.c (grantpt): Likewise.
20036         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
20037         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
20038         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
20039         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
20040         Likewise.
20041         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
20042         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
20043         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
20044         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
20045         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
20046         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
20047         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
20048         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
20049         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
20050         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
20051         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
20052         Likewise.
20053         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
20054         (__posix_fallocate64_l64): Likewise.
20055         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
20056         (posix_fallocate): Likewise.
20057         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
20058         Likewise.
20059         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
20060         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
20061         (getifaddrs_internal): Likewise.
20062         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
20063         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
20064         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
20065         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
20066         * sysdeps/unix/sysv/linux/posix_fallocate64.c
20067         (__posix_fallocate64_l64): Likewise.
20068         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
20069         Likewise.
20070         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
20071         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
20072         (__get_clockfreq): Likewise.
20073         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
20074         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
20075         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
20076         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
20077         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
20078         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
20079         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
20080         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
20081         Likewise.
20082         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
20083         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
20084         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
20085         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
20086         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
20087         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
20088         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
20089         Likewise.
20090         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
20091         (posix_fallocate): Likewise.
20092         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
20093         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
20094         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
20095         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
20096         (elf_machine_rela, elf_machine_rela_relative)
20097         (elf_machine_lazy_rel): Likewise.
20098         * time/asctime.c (asctime_internal): Likewise.
20099         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
20100         * time/tzset.c (__tzset_parse_tz): Likewise.
20101         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
20102         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
20103         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
20104         * wcsmbs/wcsmbsload.h: Likewise.
20106         [BZ #15894]
20107         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
20109         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
20110         (arena_get2): Remove THREAD_STATS conditionals.
20111         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
20112         (__malloc_stats, int): Likewise.
20114 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
20116         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
20117         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
20119         * manual/setjmp.texi: Fix typos/grammar errors.
20121         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
20122         Only return early when n is <= 0.  Delete unused return statement.
20124         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
20125         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
20126         * debug/tst-longjmp_chk3.c: New file.
20128         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
20129         (test_main): Replace code with set_fortify_handler call.
20130         * debug/test-strcpy_chk.c: Likewise.
20131         * debug/tst-chk1.c: Likewise.
20132         * debug/tst-longjmp_chk.c: Likewise.
20133         * test-skeleton.c: Include fcntl.h & paths.h
20134         (set_fortify_handler): Define.
20136         * debug/tst-longjmp_chk.c: Add header comment and include
20137         ../test-skeleton.c.
20138         (do_test): Mark static.
20139         (TEST_FUNCTION): Define.
20141         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
20142         (IP_PMTUDISC_INTERFACE): Likewise.
20143         (IP_MULTICAST_IF): Likewise.
20144         (IP_MULTICAST_TTL): Likewise.
20145         (IP_MULTICAST_LOOP): Likewise.
20146         (IP_ADD_MEMBERSHIP): Likewise.
20147         (IP_DROP_MEMBERSHIP): Likewise.
20148         (IP_UNBLOCK_SOURCE): Likewise.
20149         (IP_BLOCK_SOURCE): Likewise.
20150         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
20151         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
20152         (IP_MSFILTER): Likewise.
20153         (MCAST_JOIN_GROUP): Likewise.
20154         (MCAST_BLOCK_SOURCE): Likewise.
20155         (MCAST_UNBLOCK_SOURCE): Likewise.
20156         (MCAST_LEAVE_GROUP): Likewise.
20157         (MCAST_JOIN_SOURCE_GROUP): Likewise.
20158         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
20159         (MCAST_MSFILTER): Likewise.
20160         (IP_MULTICAST_ALL): Likewise.
20161         (IP_UNICAST_IF): Likewise.
20163         * timezone/Makefile: Delete $(have-ksh) check.
20164         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
20165         * timezone/tzselect.ksh: Add +x mode bits.
20167         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
20168         (ANON_INODE_FS_MAGIC): Likewise.
20169         (BDEVFS_MAGIC): Likewise.
20170         (BINFMTFS_MAGIC): Likewise.
20171         (BTRFS_TEST_MAGIC): Likewise.
20172         (CRAMFS_MAGIC_WEND): Likewise.
20173         (DEBUGFS_MAGIC): Likewise.
20174         (ECRYPTFS_SUPER_MAGIC): Likewise.
20175         (EXT3_SUPER_MAGIC): Likewise.
20176         (EXT4_SUPER_MAGIC): Likewise.
20177         (FUTEXFS_SUPER_MAGIC): Likewise.
20178         (HOSTFS_SUPER_MAGIC): Likewise.
20179         (HUGETLBFS_MAGIC): Likewise.
20180         (MINIX3_SUPER_MAGIC): Likewise.
20181         (MTD_INODE_FS_MAGIC): Likewise.
20182         (NILFS_SUPER_MAGIC): Likewise.
20183         (OPENPROM_SUPER_MAGIC): Likewise.
20184         (PIPEFS_MAGIC): Likewise.
20185         (PSTOREFS_MAGIC): Likewise.
20186         (QNX6_SUPER_MAGIC): Likewise.
20187         (RAMFS_MAGIC): Likewise.
20188         (REISERFS_SUPER_MAGIC_STRING): Likewise.
20189         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
20190         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
20191         (SECURITYFS_MAGIC): Likewise.
20192         (SELINUX_MAGIC): Likewise.
20193         (SMACK_MAGIC): Likewise.
20194         (SOCKFS_MAGIC): Likewise.
20195         (SQUASHFS_MAGIC): Likewise.
20196         (STACK_END_MAGIC): Likewise.
20197         (TMPFS_MAGIC): Likewise.
20198         (USBDEVICE_SUPER_MAGIC): Likewise.
20199         (V9FS_MAGIC): Likewise.
20200         (XENFS_SUPER_MAGIC): Likewise.
20201         (CRAMFS_MAGIC): Fix typo in comment.
20202         (EXT2_SUPER_MAGIC): Update comment.
20203         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
20205 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
20207         * sysdeps/arm: Move directory from ports/sysdeps/arm.
20208         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
20209         * sysdeps/unix/sysv/linux/arm: Move directory from
20210         ports/sysdeps/unix/sysv/linux/arm.
20211         * README: Update listing for arm-*-linux-gnueabi.
20213         * README: Remove mention of am33.
20215 2014-02-07  Roland McGrath  <roland@hack.frob.com>
20217         * bits/sigset.h (__sigemptyset): Use a statement expression rather
20218         than the comma operator, to avoid "rhs of comma has no effect"
20219         compiler warnings.
20220         (__sigfillset, __sigandset, __sigorset): Likewise.
20221         * include/signal.h (__sigemptyset): Likewise.
20222         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
20224 2014-02-07  Allan McRae  <allan@archlinux.org>
20226         * version.h (RELEASE): Set to "development".
20227         (VERSION): Set to "2.19.90"
20228         * NEWS: Add 2.20 section.
20230 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
20232         [BZ #16529]
20233         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
20235 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
20237         * manual/contrib.texi: Update entry for Carlos O'Donell,
20238         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
20240 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
20242         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
20244         * sysdeps/unix/sysv/linux/kernel-features.h
20245         [__LINUX_KERNEL_VERSION >= 0x020621]
20246         (__ASSUME_PROC_PID_TASK_COMM): Define.
20248 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20250         [BZ #16398]
20251         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
20252         conversion when destination buffer does not have enough space.
20253         * libio/tst-ftell-partial-wide.c: New test case.
20254         * libio/Makefile (tests): Add tst-ftell-partial-wide.
20256         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
20257         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
20258         Leonard and Allan McRae.
20260 2014-02-04  David S. Miller  <davem@davemloft.net>
20262         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
20263         32-bit.
20265 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
20268         New file
20269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
20270         New file
20271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
20272         New file.
20273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
20274         New file.
20275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
20276         New file.
20277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
20278         New file.
20279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
20280         New file.
20281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
20282         New file.
20283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
20284         New file.
20285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
20286         New file.
20287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
20288         New file.
20289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
20290         New file.
20291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
20292         New file.
20294 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20296         * nptl/shlib-versions: Change powerpc*le start to 2.17.
20297         * shlib-versions: Likewise.
20299 2014-02-04  Roland McGrath  <roland@hack.frob.com>
20300             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20302         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
20303         (abilist-pattern): New variable, set to %-le.abilist.
20305         * Makerules (abilist-pattern): New variable.
20306         (vpath): Use $(abilist-pattern) in place of %.abilist.
20307         (check-abi-% pattern rule): Likewise.
20308         (check-abi, update-abi): Likewise.
20310 2014-02-04  Eric Wong  <normalperson@yhbt.net>
20312         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20314 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
20316         * manual/startup.texi: Add next, previous, and top entries for
20317         the `Program Arguments' and `Environment Variables' nodes.
20319 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
20321         * manual/macros.texi: Add comments before MTASC-safety macros.
20323         * manual/users.texi: Document MTASC-safety properties.
20325         * manual/threads.texi (pthread_key_create, pthread_key_delete)
20326         (pthread_getspecific, pthread_setspecific): Format with
20327         @deftypefun, and add @safety note.
20328         * manual/signal.texi: Move comments that analyze the above
20329         functions to their home place.
20331 2014-02-03  Allan McRae  <allan@archlinux.org>
20333         * po/sl.po: Update Slovenian translation from translation project.
20335 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
20337         * manual/time.texi (timegm): Add missing blank after @c.
20338         Reported by Joseph Myers <joseph@codesourcery.com>.
20340 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
20342         * manual/check-safety.sh: New.
20343         * manual/Makefile ($(objpfx)stamp-summary): Run it.
20345         * manual/terminal.texi: Document MTASC-safety properties.
20347         * manual/filesys.texi: Document MTASC-safety properties.
20349         * manual/errno.texi: Document MTASC-safety properties.
20351         * manual/intro.texi: Document safety identifiers and
20352         conditionals.
20354         * manual/string.texi (wcstok): Fix prototype.
20355         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
20357         * manual/time.texi: Document MTASC-safety properties.
20359         * manual/string.texi: Document MTASC-safety properties.
20361         * manual/threads.texi: Document MTASC-safety properties.
20363         * manual/stdio.texi: Document MTASC-safety properties.
20365         * manual/syslog.texi: Document MTASC-safety properties.
20367         * manual/sysinfo.texi: Document MTASC-safety properties.
20369         * manual/startup.texi: Document MTASC-safety properties.
20371         * manual/socket.texi: Document MTASC-safety properties.
20373         * manual/signal.texi: Document MTASC-safety properties.
20375 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
20377         * manual/setjmp.texi: Document MTASC-safety properties.
20379         * manual/search.texi: Document MTASC-safety properties.
20381         * manual/resource.texi: Document MTASC-safety properties.
20383         * manual/process.texi: Document MTASC-safety properties.
20385         * manual/platform.texi: Document MTASC-safety properties.
20387         * manual/pipe.texi: Document MTASC-safety properties.
20389         * manual/pattern.texi: Document MTASC-safety properties.
20391         * manual/message.texi: Document MTASC-safety properties.
20393         [BZ #12751]
20394         * manual/memory.texi: Document MTASC-safety properties.
20396         * manual/math.texi: Document MTASC-safety properties.
20398         * manual/locale.texi: Document MTASC-safety properties.
20400         * manual/llio.texi: Document MTASC-safety properties.
20402         * manual/libdl.texi: New.
20404         * manual/lang.texi: Document MTASC-safety properties.
20406         * manual/job.texi: Document MTASC-safety properties.
20408         * manual/getopt.texi: Document MTASC-safety properties.
20410         * manual/ctype.texi: Document MTASC-safety properties.
20412 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
20414         [BZ #16046]
20415         * csu/libc-tls.c (static_map): Remove variable.
20416         (__libc_setup_tls): Use main executable's link map for TLS data.
20417         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
20418         casing for LM_ID_BASE and GL(dl_nns).
20419         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
20420         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
20421         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
20422         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
20423         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
20424         member.
20425         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
20426         l_phnum members.
20428 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
20430         * manual/debug.texi: Document MTASC-safety properties.
20432 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
20434         [BZ #16510]
20435         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
20436         of __x86_64__ when disabling x87 inline functions.
20438 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
20440         * manual/charset.texi: Document MTASC-safety properties.
20442         * manual/crypt.texi: Document MTASC-safety properties.
20444         * manual/conf.texi: Document MTASC-safety properties.
20446         * manual/arith.texi: Document MTASC-safety properties.
20448         * manual/argp.texi: Document MTASC-safety properties.
20450         * manual/macros.texi: Introduce macros to document multi
20451         thread, asynchronous signal and asynchronous cancellation
20452         safety properties.
20453         * manual/intro.texi: Introduce the properties themselves.
20455 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20457         * sysdeps/sh/sh4/Makefile: New file.
20459 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
20461         * math/gen-libm-test.pl ($srcdir): New variable.
20462         ($auto_input): Use it.
20464 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
20466         [BZ #16506]
20467         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
20468         access beyond array bounds when parsing netgroups file.
20470         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
20471         the old buffer before realloc.
20473 2014-01-27  Allan McRae  <allan@archlinux.org>
20475         * po/fr.po: Update French translation from translation project.
20477 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20479         * sysdeps/sh/libm-test-ulps: Regenerate.
20481 2014-01-24  David S. Miller  <davem@davemloft.net>
20483         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
20485 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20487         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
20488         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
20490 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
20492         [BZ #16474]
20493         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
20494         string pointers after reallocation.
20496 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20498         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
20499         __SH4A__ instead of __SH_FPU_ANY__.
20501 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20503         * sysdeps/sh/fpu_control.h: New file.
20504         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
20505         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
20506         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
20507         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
20508         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
20509         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
20510         * sysdeps/sh/sys/ucontext.h: Remove.
20511         * sysdeps/sh/sys: Remove directory.
20513 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20515         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
20516         s390/sys/ucontext.h.
20517         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
20518         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
20520 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
20522         [BZ #15605]
20523         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
20525 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20527         [BZ#16431]
20528         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
20529         Adjust the vDSO correctly for internal calls.
20530         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
20532 2014-01-20  Allan McRae  <allan@archlinux.org>
20534         * po/ca.po: Update Catalan translation from translation project.
20536 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
20538         * sysdeps/s390/sotruss-lib.c: New file.
20540 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20542         [BZ#16430]
20543         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
20544         (__GI___gettimeofday): Alias for a different internal symbol to avoid
20545         local calls issues by not having a PLT stub required for IFUNC calls.
20546         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
20548 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
20550         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
20551         * math/test-fpucw-static.c: Likewise.
20553 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20555         [BZ #16453]
20556         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
20558 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20560         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
20561         implementation for powerpc.
20563 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
20565         [BZ #14782]
20566         * sysdeps/posix/system.c (__libc_system): Do not enable
20567         asynchronous cancellation.
20569 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20571         [BZ #16427]
20572         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
20573         handling only for numbers special also in the IEEE case.
20575 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20577         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
20579 2014-01-11  Allan McRae  <allan@archlinux.org>
20581         * po/bg.po: Update Bulgarian translation from translation project.
20583         * po/de.po: Update German translation from translation project.
20585 2014-01-10  Roland McGrath  <roland@hack.frob.com>
20587         * sysdeps/generic/gcc-compat.h: New file.
20589 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
20591         * benchtests/asin-inputs: Correct slow inputs.
20592         * benchtests/acos-inputs: Likewise.
20594 2014-01-10  Allan McRae  <allan@archlinux.org>
20596         * po:sv.po: Update Swedish translation from translation project.
20598         * po/vi.po: Update Vietnamese translation from translation project.
20600         * po/eo.po: Update Esperanto translation from translation project.
20602         * po/cs.po: Update Czech translation from translation project.
20604         * po/nl.po: Update Dutch translation from translation project.
20606         * po/pl.po: Update Polish translation from translation project.
20608         * po/ru.po: Update Russian translation from translation project.
20610         * po/uk.po: Update Ukrainian translation from translation project.
20612 2014-01-08  Brooks Moses  <bmoses@google.com>
20614         * elf/dl-load.c: Fix comment typo.
20616 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
20618         * po/header.pot: Rename to...
20619         * po/pot.header: ... this.
20620         * po/Makefile: Use pot.header.
20622 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
20623             Maxim Kuvyrkov  <maxim@kugelworks.com>
20625         [BZ #16394]
20626         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
20627         SRC and DEST against LEN.
20629 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20631         [BZ #16414]
20632         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
20633         implementation.
20634         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
20636 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20638         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20640 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
20642         [BZ #16408]
20643         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
20644         for large positive arguments.
20646 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
20648         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20650         * math/auto-libm-test-in: Mark various tests with
20651         xfail-rounding:ldbl-128ibm.
20652         * math/auto-libm-test-out: Regenerated.
20654         [BZ #16407]
20655         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
20656         Increase overflow threshold.
20658 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
20660         [BZ #14286]
20661         * stdio-common/vfprintf.c: Check for integer overflow.
20663 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20665         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
20666         the first argument and return value of __tls_get_addr_internal.
20668 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20670         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
20671         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
20673 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20675         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
20676         * sysdeps/s390/rtld-global-offsets.sym: New file.
20677         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
20678         GLIBC_2.19 symbol.
20679         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
20680         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
20681         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
20682         ... this.
20683         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
20684         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
20685         ... this.
20686         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20687         Regenerate.
20688         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20689         Regenerate.
20690         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
20691         halfs of GPRs for high_gprs contexts.
20692         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
20693         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
20694         field.
20695         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
20696         uc_flags field.
20697         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
20698         64 bit versions:
20699         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
20700         for high GPRs (uc_high_gprs) and for future extensions
20701         (__reserved).
20702         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
20703         for future extensions (__reserved).
20704         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
20705         64 bit versions:
20706         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
20707         SC_HIGHGPRS offset definition.
20708         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
20709         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
20711         * Versions.def: Add GLIBC_2.19 for libpthread.
20712         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
20713         siglongjmp for libpthread with GLIBC_2.19 symver.
20714         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
20715         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
20716         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
20717         * sysdeps/s390/__longjmp.c: New file.
20718         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
20719         * sysdeps/s390/longjmp.c: New file.
20720         * sysdeps/s390/setjmp.S: New file.
20721         * sysdeps/s390/sigjmp.S: New file.
20722         * sysdeps/s390/v1-longjmp.c: New file.
20723         * sysdeps/s390/v1-setjmp.h: New file.
20724         * sysdeps/s390/v1-sigjmp.c: New file.
20725         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
20726         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
20727         GLIBC_2.19 version.
20728         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
20729         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
20730         versioned symbols for ____longjmp_chk.
20731         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
20732         Likewise.
20733         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20734         Regenerate.
20735         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
20736         Regenerate.
20737         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20738         Regenerate.
20739         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
20740         Regenerate.
20741         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
20742         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
20743         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
20744         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
20745         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
20746         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
20747         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
20748         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
20749         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
20750         * sysdeps/s390/rtld-__longjmp.c: New file.
20751         * sysdeps/s390/rtld-setjmp.S: New file.
20753 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
20755         [BZ #16400]
20756         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20757         Return -__logl (x) for small positive arguments without evaluating
20758         a polynomial.
20760 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
20762         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
20763         Rename to ...
20764         (__ptrace_peeksiginfo_args): ... this.
20765         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
20766         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
20767         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
20769 2014-01-06  Allan McRae  <allan@archlinux.org>
20771         * inet/netinet/in.h: Fix typo in comment.
20773 2014-01-05  Andreas Jaeger  <aj@suse.de>
20775         * sysdeps/i386/fpu/libm-test-ulps: Update.
20777 2014-01-05  Allan McRae  <allan@archlinux.org>
20779         * po/libc.pot: Regenerated.
20781         * malloc/memusagestat.c: Fix gettext call formatting.
20783 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
20785         * nscd/nscd.c: Improve usage() output.
20787 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
20789         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
20790         * sysdeps/unix/sysv/linux/configure: Regenerated.
20791         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
20792         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
20794 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20796         [BZ #16390]
20797         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20798         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
20800 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20802         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
20803         extra tokens at end of #undef directive.
20804         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
20805         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
20806         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
20808 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20810         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20812         * math/auto-libm-test-in: Mark various tests with
20813         xfail-rounding:ldbl-128ibm.
20814         * math/auto-libm-test-out: Regenerated.
20816 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
20818         [BZ #16386]
20819         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
20820         numbers with subnormal high part when calculating exponent.
20822         [BZ #16385]
20823         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
20824         fabs.
20826         [BZ #16384]
20827         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
20828         M_LN2l.
20829         (__ieee754_acoshl): Use __log1pl not __log1p.
20831 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
20833         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
20834         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
20835         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
20836         (grow_heap, heap_trim, _int_new_arena, get_free_list)
20837         (reused_arena, arena_get2): Convert to GNU style.
20838         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
20839         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
20840         (memalign_check, __malloc_set_state): Likewise.
20841         * malloc/mallocbug.c (main): Likewise.
20842         * malloc/malloc.c (__malloc_assert, malloc_init_state)
20843         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
20844         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
20845         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
20846         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
20847         (__posix_memalign, malloc_info): Likewise.
20848         * malloc/malloc.h: Likewise.
20849         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
20850         (mallochook, memalignhook, reallochook, mabort): Likewise.
20851         * malloc/mcheck.h: Likewise.
20852         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
20853         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
20854         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
20855         * malloc/morecore.c (__default_morecore): Likewise.
20856         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
20857         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
20858         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
20859         (print_and_abort): Likewise.
20860         * malloc/obstack.h: Likewise.
20861         * malloc/set-freeres.c (__libc_freeres): Likewise.
20862         * malloc/tst-mallocstate.c (main): Likewise.
20863         * malloc/tst-mtrace.c (main): Likewise.
20864         * malloc/tst-realloc.c (do_test): Likewise.
20866 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20868         [BZ #16366]
20869         * nscd/netgroupcache.c (do_notfound): New function.
20870         (addgetnetgrentX): Use it.
20872         [BZ # 16365]
20873         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
20874         NSS_STATUS_NOTFOUND.
20876 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
20878         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
20879         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20881 2014-01-01  Allan McRae  <allan@archlinux.org>
20883         * scripts/update-copyrights: Update configure input file suffix.
20885         * NEWS: Update copyright year.
20886         * catgets/gencat.c: Likewise.
20887         * csu/version.c: Likewise.
20888         * debug/catchsegv.sh: Likewise.
20889         * debug/pcprofiledump.c: Likewise.
20890         * debug/xtrace.sh: Likewise.
20891         * elf/ldconfig.c: Likewise.
20892         * elf/ldd.bash.in: Likewise.
20893         * elf/pldd.c: Likewise.
20894         * elf/sotruss.ksh: Likewise.
20895         * elf/sprof.c: Likewise.
20896         * iconv/iconv_prog.c: Likewise.
20897         * iconv/iconvconfig.c: Likewise.
20898         * locale/programs/locale.c: Likewise.
20899         * locale/programs/localedef.c: Likewise.
20900         * login/programs/pt_chown.c: Likewise.
20901         * malloc/memusage.sh: Likewise.
20902         * malloc/memusagestat.c: Likewise.
20903         * malloc/mtrace.pl: Likewise.
20904         * manual/libc.texinfo: Likewise.
20905         * nscd/nscd.c: Likewise.
20906         * nss/getent.c: Likewise.
20907         * nss/makedb.c: Likewise.
20908         * posix/getconf.c: Likewise.
20909         * scripts/test-installation.pl: Likewise.
20911         * All files with FSF copyright notices: Update copyright dates
20912         using scripts/update-copyrights.
20913         * intl/plural.c: Regenerated.
20914         * locale/programs/charmap-kw.h: Likewise.
20915         * locale/programs/locfile-kw.h: Likewise.
20917 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
20919         * sysdeps/unix/sysv/linux/configure: Regenerated.
20920         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
20921         the linux/fanotify.h header.
20922         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
20923         HAVE_LINUX_FANOTIFY_H is defined.
20925 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
20927         * benchtests/cos-inputs: New inputs.
20928         * benchtests/sin-inputs: Likewise.
20930         * benchtests/atan-inputs: New inputs. Fix name of multiple
20931         precision fallback inputs.
20933         * benchtests/atanh-inputs: New inputs.
20934         * benchtests/tanh-inputs: Likewise.
20936         * benchtests/acosh-inputs: New inputs.
20937         * benchtests/asinh-inputs: Likewise.
20939         * benchtests/cosh-inputs: New inputs.
20940         * benchtests/sinh-inputs: Likewise.
20942         * benchtests/acos-inputs: Add more inputs.
20943         * benchtests/asin-inputs: Likewise.
20945 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
20947         [BZ #16375]
20948         * manual/arith.texi: Fix spelling.
20949         * manual/charset.texi: Likewise.
20950         * manual/errno.texi: Likewise.
20951         * manual/filesys.texi: Likewise.
20952         * manual/lang.texi: Likewise.
20953         * manual/llio.texi: Likewise.
20954         * manual/locale.texi: Likewise.
20955         * manual/message.texi: Likewise.
20956         * manual/resource.texi: Likewise.
20957         * manual/search.texi: Likewise.
20958         * manual/setjmp.texi: Likewise.
20959         * manual/stdio.texi: Likewise.
20960         * manual/string.texi: Likewise.
20961         * manual/sysinfo.texi: Likewise.
20962         * manual/time.texi: Likewise.
20964 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
20966         * po/sl.po: New file.
20968 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
20970         * .gitignore: Add core/.gdbinit/.gdb_history.
20972 2013-12-27  Allan McRae  <allan@archlinux.org>
20974         [BZ #16369]
20975         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
20976         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
20978 2013-12-24  Brooks Moses  <bmoses@google.com>
20980         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
20981         all compilers that claim C++98 compliance, not just GCC.
20982         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
20983         Likewise.
20985 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20987         * NEWS: Restore accidentally deleted bug-fix entries.
20989 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20990             Ondřej Bílka  <neleai@seznam.cz>
20992         [BZ #15073]
20993         * malloc/malloc.c (_int_free): Perform sanity check only if we
20994         have_lock.
20996 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
20998         [BZ #12986]
20999         * manual/stdio.texi (String Input Conversions): Clarify that character
21000         classes are not supported.
21002 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21004         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21006 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
21008         [BZ #16337]
21009         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
21010         Calculate results for small negative arguments directly rather
21011         than using reflection formula with special underflow handling.
21013         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
21014         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
21015         sysdeps/unix/bsd/bsd4.4/syscalls.list.
21016         (fchflags): Likewise.
21017         (revoke): Likewise.
21018         (setlogin): Likewise.
21019         (sigaltstack): Likewise.
21020         (wait4): Likewise.
21021         (sigblock): Remove.
21022         (sigsetmask): Likewise.
21023         (wait3): Likewise.
21024         (waitpid): Likewise.
21025         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
21026         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
21027         file.
21028         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
21029         * sysdeps/unix/bsd/Makefile: ... here.
21030         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
21031         * sysdeps/unix/bsd/Versions: ... here.
21032         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
21033         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
21034         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
21035         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
21036         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
21037         * sysdeps/unix/bsd/sigblock.c: ... here.
21038         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
21039         * sysdeps/unix/bsd/sigsetmask.c: ... here.
21040         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
21041         * sysdeps/unix/bsd/sigvec.c: ... here.
21042         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
21043         * sysdeps/unix/bsd/tcdrain.c: ... here.
21044         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
21045         * sysdeps/unix/bsd/tcgetattr.c: ... here.
21046         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
21047         * sysdeps/unix/bsd/tcsetattr.c: ... here.
21048         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
21049         * sysdeps/unix/bsd/wait.c: ... here.
21050         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
21051         * sysdeps/unix/bsd/wait3.c: ... here.
21052         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
21053         * sysdeps/unix/bsd/waitpid.c: ... here.
21055 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
21057         [BZ #16356]
21058         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
21059         round-to-nearest for [!USE_AS_EXPM1L].
21060         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
21061         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
21062         more tests of exp and exp10.  Expect some exp10 tests to miss
21063         exceptions or fail in directed rounding modes.
21064         * math/auto-libm-test-out: Regenerated.
21065         * math/libm-test.inc (exp10_tonearest_test_data): New array.
21066         (exp10_test_tonearest): New function.
21067         (exp10_towardzero_test_data): New array.
21068         (exp10_test_towardzero): New function.
21069         (exp10_downward_test_data): New array.
21070         (exp10_test_downward): New function.
21071         (exp10_upward_test_data): New array.
21072         (exp10_test_upward): New function.
21073         (main): Call the new functions.
21074         * sysdeps/i386/fpu/libm-test-ulps: Update.
21075         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21077 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
21079         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
21080         asinh, atan, atan2, atanh, cbrt, cos and cosh.
21081         * math/auto-libm-test-out: Regenerated.
21082         * math/libm-test.inc (acosh_test_data): Add more tests.
21083         (atanh_test_data): Likewise.
21084         (ceil_test_data): Likewise.
21085         (copysign_test_data): Likewise.
21086         * sysdeps/i386/fpu/libm-test-ulps: Update.
21087         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21089         * timezone/checktab.awk: Update from tzcode 2013i.
21090         * timezone/private.h: Likewise.
21091         * timezone/scheck.c: Likewise.
21092         * timezone/tzfile.h: Likewise.
21093         * timezone/tzselect.ksh: Likewise.
21094         * timezone/zdump.c: Likewise.
21095         * timezone/zic.c: Likewise.
21097         * math/auto-libm-test-in: Add tests of cpow.
21098         * math/auto-libm-test-out: Regenerated.
21099         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
21100         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21101         mpc_cc_c.
21102         (func_calc_desc): Add mpc_cc_c union field.
21103         (test_functions): Add cpow.
21104         (special_fill_2pi): New function.
21105         (special_real_inputs): Add 2pi.
21106         (calc_generic_results): Handle mpc_cc_c.
21107         * sysdeps/i386/fpu/libm-test-ulps: Update.
21108         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21110         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
21111         csqrt, ctan and ctanh.
21112         * math/auto-libm-test-out: Regenerated.
21113         * math/libm-test.inc (TEST_COND_x86_64): New macro.
21114         (TEST_COND_x86): Likewise.
21115         (ccos_test_data): Use AUTO_TESTS_c_c.
21116         (ccosh_test_data): Likewise.
21117         (cexp_test_data): Likewise.
21118         (clog_test_data): Likewise.
21119         (csqrt_test_data): Likewise.
21120         (ctan_test_data): Likewise.
21121         (ctan_tonearest_test_data): Likewise.
21122         (ctan_towardzero_test_data): Likewise.
21123         (ctan_downward_test_data): Likewise.
21124         (ctan_upward_test_data): Likewise.
21125         (ctanh_test_data): Likewise.
21126         (ctanh_tonearest_test_data): Likewise.
21127         (ctanh_towardzero_test_data): Likewise.
21128         (ctanh_downward_test_data): Likewise.
21129         (ctanh_upward_test_data): Likewise.
21130         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21131         mpc_c_c.
21132         (func_calc_desc): Add mpc_c_c union field.
21133         (FUNC_mpc_c_c): New macro.
21134         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
21135         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
21136         ctanh.
21137         (special_fill_min_subnorm_p120): New function.
21138         (special_real_inputs): Add min_subnorm_p120.
21139         (calc_generic_results): Handle mpc_c_c.
21140         * sysdeps/i386/fpu/libm-test-ulps: Update.
21141         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21143 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21145         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
21146         (do_sin_slow): New functions.
21147         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
21148         (cslow2, csloww1, csloww2): Use the new functions.
21150         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
21151         Use M to change sign of result instead of X.  Assume X is
21152         positive.
21153         (csloww1): Likewise.
21154         (__sin): Adjust.
21155         (__cos): Adjust.
21157         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
21158         arguments A and DA.
21159         (__sin): Adjust.
21160         (__cos): Likewise.
21162         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
21163         (__cos): Likewise.
21164         (sloww1): Don't adjust sign of DX.
21165         (csloww1): Likewise.
21166         (sloww2): Use X directly and don't adjust sign of DX.
21167         (csloww2): Likewise.
21169 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
21171         * math/auto-libm-test-in: Add tests of cabs and carg.
21172         * math/auto-libm-test-out: Regenerated.
21173         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
21174         (carg_test_data): Likewise.
21175         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21176         mpc_c_f.
21177         (func_calc_desc): Add mpc_c_f union field.
21178         (test_functions): Add cabs and carg.
21179         (calc_generic_results): Handle mpc_c_f.
21181         * sysdeps/powerpc/powerpc32/libgcc-compat.S
21182         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
21183         as a macro and a compat symbol.
21184         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
21185         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
21186         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
21187         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
21188         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
21189         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
21190         not use .hidden.
21191         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
21192         Likewise.
21193         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
21194         Likewise.
21195         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
21196         Likewise.
21197         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
21198         Likewise.
21199         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
21200         Likewise.
21201         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
21202         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
21203         from GLIBC_2.3.2.
21205 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21207         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21209 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
21211         * manual/texinfo.tex: Update to version 2013-11-26.10 with
21212         trailing whitespace removed.
21213         * scripts/config.guess: Update to version 2013-11-29.
21214         * scripts/config.sub: Update to version 2013-10-01.
21216         * math/auto-libm-test-in: Add tests of sincos.
21217         * math/auto-libm-test-out: Regenerated.
21218         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
21219         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21220         mpfr_f_11.
21221         (func_calc_desc): Add mpfr_f_11 union field.
21222         (test_functions): Add sincos.
21223         (calc_generic_results): Handle mpfr_f_11.
21224         * sysdeps/i386/fpu/libm-test-ulps: Update.
21225         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21227 2013-12-19  Andreas Schwab  <schwab@suse.de>
21229         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
21230         CALL_MCOUNT.
21231         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
21232         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
21233         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
21235 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
21237         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
21238         * sysdeps/i386/fpu/libm-test-ulps: Update.
21239         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21241         [BZ #16293]
21242         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
21243         round-to-nearest mode when using frndint.
21244         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
21245         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
21246         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
21247         Likewise.
21248         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
21249         sinh test to fail.
21250         * math/auto-libm-test-out: Regenerated.
21251         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
21252         (TEST_COND_x86): Likewise.
21253         (expm1_tonearest_test_data): New array.
21254         (expm1_test_tonearest): New function.
21255         (expm1_towardzero_test_data): New array.
21256         (expm1_test_towardzero): New function.
21257         (expm1_downward_test_data): New array.
21258         (expm1_test_downward): New function.
21259         (expm1_upward_test_data): New array.
21260         (expm1_test_upward): New function.
21261         (main): Run the new test functions.
21262         * sysdeps/i386/fpu/libm-test-ulps: Update.
21263         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21265         * include/features.h: Update comment documenting feature test
21266         macros.  Mention _DEFAULT_SOURCE in comment.
21267         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
21268         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
21269         _BSD_SOURCE and _SVID_SOURCE.
21270         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
21271         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
21272         !_SVID_SOURCE]: Likewise.
21273         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21274         (__USE_POSIX_IMPLICITLY): Define.
21275         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21276         (_POSIX_SOURCE): Undefine and redefine.
21277         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21278         (_POSIX_C_SOURCE): Likewise.
21279         * manual/creature.texi (_DEFAULT_SOURCE): Document.
21280         (Feature Test Macros): Update documentation of default features.
21282 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
21284         * benchtests/Makefile: Add bench-strtok.
21285         * benchtests/bench-strtok.c: New file: strtok benchtest.
21287 2013-12-19  Allan McRae  <allan@archlinux.org>
21289         * manual/install.texi: Suppress menu for plain text output.
21290         * INSTALL: Regenerated.
21292 2013-12-18  Brooks Moses  <bmoses@google.com>
21294         [BZ #15846]
21295         * misc/getauxval.c: Include errno.h.
21296         (__getauxval): Set errno to ENOENT if the requested type is not
21297         found.
21298         * misc/sys/auxv.h (getauxval): Document that it may set errno;
21299         don't declare with __attribute_const__.
21300         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
21301         * manual/startup.texi: Document that getauxval sets errno.
21303 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
21305         * math/auto-libm-test-in: Add tests of jn and yn.
21306         * math/auto-libm-test-out: Regenerated.
21307         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
21308         (yn_test_data): Likewise.
21309         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21310         mpfr_if_f.
21311         (func_calc_desc): Add mpfr_if_f union field.
21312         (FUNC_mpfr_if_f): New macro.
21313         (test_functions): Add jn and yn.
21314         (calc_generic_results): Assert type of second input for
21315         mpfr_ff_f.  Handle mpfr_if_f.
21316         (output_for_one_input_case): Disable all checking for arguments
21317         fitting floating-point types in case of an integer argument.
21318         * sysdeps/i386/fpu/libm-test-ulps: Update.
21319         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21321         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
21322         Don't expect fegetround reference in libm.so.
21324 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21326         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
21327         $(config-cflags-nofma).
21329 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
21331         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
21332         * math/auto-libm-test-out: Regenerated.
21334         [BZ #16338]
21335         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
21336         to determine exponent and adjust argument to have exponent of -1.
21337         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
21338         log2.
21339         * math/auto-libm-test-out: Regenerated.
21340         * sysdeps/i386/fpu/libm-test-ulps: Update.
21341         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21343 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
21345         * manual/probes.texi: Remove cases when per-thread arenas are
21346         disabled.
21348 2013-12-18  Andreas Schwab  <schwab@suse.de>
21350         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
21351         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
21352         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
21353         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
21354         * sysdeps/i386/i686/multiarch/Makefile: Update.
21355         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
21357 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21359         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
21360         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
21362 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
21364         [BZ #15968]
21365         Support TZ transition times < 00:00:00.
21366         This is needed for version-3 tz-format files; it supports time
21367         stamps past 2037 for America/Godthab (the only entry in the tz
21368         database for which this change is relevant).
21369         * manual/time.texi (TZ Variable): Document transition times
21370         from -167:59:59 through -00:00:01.
21371         * time/tzset.c (tz_rule): Time of day is now signed.
21372         (__tzset_parse_tz): Parse negative time of day.
21374         Document TZ transition times >= 25:00:00.
21375         * manual/time.texi (TZ Variable): Document transition times from
21376         25:00:00 through 167:59:59.  These are already supported, and this
21377         support will help with version-3 tz-format files.
21379         * manual/time.texi (TZ Variable): Modernize North America example
21380         to reflect current (i.e., 2007-and-later) daylight saving rules.
21382         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
21384 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21386         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
21387         * sysdeps/unix/bsd/bits/stat.h: Likewise.
21388         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
21389         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
21390         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
21391         * sysdeps/unix/bsd/bsdstat.h: Likewise.
21392         * sysdeps/unix/bsd/clock.c: Likewise.
21393         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
21394         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
21395         * sysdeps/unix/bsd/init-posix.c: Likewise.
21396         * sysdeps/unix/bsd/poll.c: Likewise.
21397         * sysdeps/unix/bsd/ptsname.c: Likewise.
21398         * sysdeps/unix/bsd/seekdir.c: Likewise.
21399         * sysdeps/unix/bsd/setegid.c: Likewise.
21400         * sysdeps/unix/bsd/seteuid.c: Likewise.
21401         * sysdeps/unix/bsd/setgid.c: Likewise.
21402         * sysdeps/unix/bsd/setrgid.c: Likewise.
21403         * sysdeps/unix/bsd/setruid.c: Likewise.
21404         * sysdeps/unix/bsd/setsid.c: Likewise.
21405         * sysdeps/unix/bsd/setuid.c: Likewise.
21406         * sysdeps/unix/bsd/sigaction.c: Likewise.
21407         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
21408         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
21409         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
21410         * sysdeps/unix/bsd/telldir.c: Likewise.
21411         * sysdeps/unix/bsd/times.c: Likewise.
21412         * sysdeps/unix/bsd/usleep.c: Likewise.
21414         * misc/Makefile (install-lib): Remove libbsd-compat.a.
21415         ($(objpfx)libbsd-compat.a): Remove rule.
21417         * include/features.h (__FAVOR_BSD): Do not define.
21418         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
21419         features conflicting with POSIX.
21420         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
21421         (_BSD_SOURCE): Remove description of not being a subset of other
21422         feature test macros.
21423         * manual/job.texi (getpgrp): Do not document BSD version.
21424         (getpgid): Do not document by reference to BSD getpgrp.
21425         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
21426         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
21427         * signal/signal.h [__FAVOR_BSD]: Likewise.
21428         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
21429         instead of making contents conditional on [__FAVOR_BSD].
21430         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
21432 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21434         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21436 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21438         [BZ #16314]
21439         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
21440         values below 2**-450, not 2**-500.
21441         * math/auto-libm-test-in: Don't allow spurious underflow from
21442         hypot.
21443         * math/auto-libm-test-out: Regenerated.
21445         [BZ #16316]
21446         [BZ #16330]
21447         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
21448         values of ha and hb and sort them after adjusting subnormal
21449         arguments.
21450         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
21451         Likewise.
21452         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
21453         values of ea and eb and sort them after adjusting subnormal
21454         arguments.
21455         * math/auto-libm-test-in: Do not expect some hypot tests of
21456         subnormals to fail.  Add more hypot tests.
21457         * math/auto-libm-test-out: Regenerated.
21459 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21461         [BZ #13304]
21462         * sysdeps/sh/s_fma.c: New file.
21463         * sysdeps/sh/s_fmaf.c: New file.
21464         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
21465         version.
21466         * sysdeps/sh/Implies: Add sh/soft-fp.
21468 2013-12-16  Roland McGrath  <roland@hack.frob.com>
21470         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
21471         level of indirection to members `objname', `errstring', `malloced'.
21472         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
21473         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
21474         it as the __longjmp argument (just pass 1 instead).
21475         (_dl_catch_error): Initialize C with argument pointers and address of
21476         volatile local ERRCODE rather than copying values out of C at return.
21478 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
21480         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
21481         * math/auto-libm-test-out: Regenerated.
21482         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
21483         (hypot_test_data): Likewise.
21484         (pow_test_data): Likewise.
21485         (pow_tonearest_test_data): Likewise.
21486         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21487         mpfr_ff_f.
21488         (func_calc_desc): Add mpfr_ff_f union field.
21489         (FUNC_mpfr_ff_f): New macro.
21490         (test_functions): Add atan2, hypot and pow.
21491         (special_fill_min): New function.
21492         (special_fill_minus_min): Likewise.
21493         (special_fill_min_subnorm): Likewise.
21494         (special_fill_minus_min_subnorm): Likewise.
21495         (special_real_inputs): Add min, -min, min_subnorm and
21496         -min_subnorm.
21497         (calc_generic_results): Handle mpfr_ff_f.
21498         * sysdeps/i386/fpu/libm-test-ulps: Update.
21499         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21501 2013-12-16  Will Newton  <will.newton@linaro.org>
21503         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
21504         (Aligned Memory Blocks): Add documentation for aligned_alloc
21505         and suggest it as an alternative to posix_memalign.
21506         (Hooks for Malloc): Document __memalign_hook is also called
21507         for aligned_alloc.  (Summary of Malloc): Add summary for
21508         aligned alloc.  Document __memalign_hook is also called
21509         for aligned_alloc.
21511 2013-12-16  Will Newton  <will.newton@linaro.org>
21513         * manual/memory.texi (Malloc Examples): Clarify default
21514         alignment documentation.  Suggest posix_memalign rather
21515         than memalign or valloc.
21516         (Aligned Memory Blocks): Remove suggestion to use memalign
21517         or valloc.  Remove obsolete comment about BSD.
21518         Document memalign errno values and mark the function obsolete.
21519         Document posix_memalign returned error codes.  Mark valloc
21520         as obsolete.  (Hooks for Malloc): __memalign_hook is also
21521         called for posix_memalign and valloc.
21522         (Summary of Malloc): Add posix_memalign to function summary.
21523         __memalign_hook is also called for posix_memalign and valloc.
21525 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21527         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
21528         TAYLOR_SIN.
21529         (__sin): Adjust.
21530         (__cos): Likewise.
21531         (sloww): Use mynumber union.  Expand ternary operator into
21532         if-else statements.
21533         (cslow): use mynumber union.
21535 2013-12-16  Allan McRae  <allan@archlinux.org>
21537         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
21538         * configure: Regenerated.
21540         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
21542         [BZ #14120]
21543         * configure.ac: Added --enable-maintainer-mode. Check for
21544         autoconf when enabled.
21545         * configure: Regenerated.
21547         * nscd/nscd.service: New file.
21548         * nscd/nscd.tmpfiles: New file.
21550 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
21552         [BZ #12100]
21553         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
21554         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
21555         * sysdeps/x86_64/multiarch/strstr.c: ... here.
21556         (strstr): Add __strstr_sse2_unaligned ifunc.
21557         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
21558         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
21559         (strcasestr): Remove __strcasestr_sse42 ifunc.
21560         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
21561         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
21562         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21564 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21566         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
21567         * sysdeps/sh/bits/fenv.h: ... here.
21568         * sysdeps/sh/sh4/fpu/bits: Remove directory.
21570 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21572         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
21574         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
21575         hypotf multiarch implementations.
21576         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
21577         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
21578         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
21579         multiarch hypot for PPC64.
21580         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
21581         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
21582         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
21583         multiarch hypotf for PPC64.
21585         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
21586         modff multiarch implementations.
21587         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
21588         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
21589         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
21590         multiarch modf for PPC64.
21591         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
21592         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
21593         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
21594         multiarch modff for PPC64.
21596         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
21597         and logl multiarch implementations.
21598         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
21599         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
21600         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
21601         multiarch logb for PPC64.
21602         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
21603         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
21604         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
21605         multiarch logb for PPC64.
21606         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
21607         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
21608         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
21609         multiarch logb for PPC64.
21611         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
21612         isinff multiarch implementation.
21613         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
21614         file.
21615         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
21616         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
21617         multiarch isinf for PPC64.
21618         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
21619         file.
21620         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
21621         multiarch isinff for PPC64.
21623         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
21624         finitef multiarch implementation.
21625         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
21626         file.
21627         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
21628         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
21629         multiarch finite for PPC64.
21630         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
21631         file.
21632         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
21633         multiarch finitef for PPC64.
21635         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
21636         lrint multiarch implementation.
21637         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
21638         file.
21639         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
21640         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
21641         multiarch llrint for PPC64.
21642         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
21643         multiarch lrint for PPC64.
21645         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
21646         copysignf multiarch implementation.
21647         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
21648         file.
21649         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
21650         file.
21651         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
21652         multiarch copysign for PPC64.
21653         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
21654         multiarch copysignf for PPC64.
21656         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
21657         multiarch implementation.
21658         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
21659         file.
21660         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
21661         file.
21662         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
21663         file.
21664         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
21665         file.
21666         multiarch llround for PPC64.
21667         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
21668         multiarch trunc for PPC64.
21669         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
21670         multiarch truncf for PPC64.
21672         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
21673         multiarch implementation.
21674         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
21675         file.
21676         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
21677         file.
21678         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
21679         file.
21680         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
21681         file.
21682         multiarch llround for PPC64.
21683         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
21684         multiarch round for PPC64.
21685         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
21686         multiarch roundf for PPC64.
21688         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
21689         multiarch implementation.
21690         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
21691         file.
21692         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
21693         file.
21694         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
21695         file.
21696         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
21697         file.
21698         multiarch llround for PPC64.
21699         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
21700         multiarch floor for PPC64.
21701         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
21702         multiarch floorf for PPC64.
21704         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
21705         multiarch implementation.
21706         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
21707         file.
21708         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
21709         file.
21710         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
21711         file.
21712         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
21713         file.
21714         multiarch llround for PPC64.
21715         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
21716         multiarch ceil for PPC64.
21717         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
21718         multiarch ceilf for PPC64.
21720         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
21721         multiarch implementation.
21722         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
21723         file.
21724         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
21725         file.
21726         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
21727         file.
21728         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
21729         multiarch llround for PPC64.
21730         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
21731         multiarch lround for PPC64.
21733         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
21734         multiarch implementation.
21735         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
21736         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
21737         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
21738         file.
21739         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
21740         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
21741         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
21742         multiarch isnan for PPC64.
21743         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
21744         multiarch isnanf for PPC64.
21746         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
21747         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
21748         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
21749         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
21750         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
21751         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
21753         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
21754         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
21755         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
21756         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
21758         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
21759         multiarch implementations.
21760         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21761         (__libc_ifunc_impl_list): Likewise.
21762         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
21763         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
21764         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
21765         multiarch stpcpy for PPC64.
21767         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
21768         multiarch implementations.
21769         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21770         (__libc_ifunc_impl_list): Likewise.
21771         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
21772         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
21773         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
21774         multiarch strcpy for PPC64.
21776         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
21777         redefine function name.
21778         (_wordcopy_fwd_dest_aligned): Likewise.
21779         (_wordcopy_bwd_aligned): Likewise.
21780         (_wordcopy_bwd_dest_aligned): Likewise.
21781         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
21782         multiarch implementations.
21783         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21784         (__libc_ifunc_impl_list): Likewise.
21785         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
21786         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
21787         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
21788         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
21789         multiarch wcscpy for PPC64.
21791         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
21792         multiarch implementations.
21793         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21794         (__libc_ifunc_impl_list): Likewise.
21795         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
21796         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
21797         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
21798         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
21799         multiarch wcscpy for PPC64.
21801         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
21802         multiarch implementations.
21803         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21804         (__libc_ifunc_impl_list): Likewise.
21805         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
21806         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
21807         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
21808         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
21809         multiarch wcsrchr for PPC64.
21811         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
21812         multiarch implementations.
21813         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21814         (__libc_ifunc_impl_list): Likewise.
21815         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
21816         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
21817         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
21818         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
21819         multiarch wcschr for PPC64.
21821         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
21822         multiarch implementations.
21823         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21824         (__libc_ifunc_impl_list): Likewise.
21825         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
21826         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
21827         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
21828         multiarch strchrnul for PPC64.
21830         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
21831         implementations.
21832         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21833         (__libc_ifunc_impl_list): Likewise.
21834         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
21835         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
21836         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
21837         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
21838         strchr for PPC64.
21840         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
21841         implementations.
21842         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21843         (__libc_ifunc_impl_list): Likewise.
21844         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
21845         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
21846         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
21847         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
21848         strncmp for PPC64.
21850         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
21851         multiarch implementations.
21852         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21853         (__libc_ifunc_impl_list): Likewise.
21854         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
21855         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
21856         strncasecmp for PPC64.
21857         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
21858         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
21859         multiarch strncasecmp_l for PPC64.
21861         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
21862         multiarch implementations.
21863         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
21864         (__libc_ifunc_impl_list): Likewise.
21865         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
21866         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
21867         multiarch strcasecmp for PPC64.
21868         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
21869         file.
21870         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
21871         multiarch strcasecmp_l for PPC64.
21873         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
21874         implementations.
21875         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21876         (__libc_ifunc_impl_list): Likewise.
21877         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
21878         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
21879         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
21880         strnlen for PPC64.
21882         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
21883         implementations.
21884         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21885         (__libc_ifunc_impl_list): Likewise.
21886         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
21887         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
21888         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
21889         strlen for PPC64.
21891         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
21892         implementations.
21893         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21894         (__libc_ifunc_impl_list): Likewise.
21895         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
21896         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
21897         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
21898         rawmemrchr for PPC64.
21900         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
21901         implementation.
21902         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21903         (__libc_ifunc_impl_list): Likewise.
21904         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
21905         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
21906         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
21907         memrchr for PPC64.
21909         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
21910         implementation.
21911         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21912         (__libc_ifunc_impl_list): Likewise.
21913         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
21914         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
21915         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
21916         memchr for PPC64.
21918         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
21919         implementation.
21920         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21921         (__libc_ifunc_impl_list): Likewise.
21922         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
21923         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
21924         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
21925         mempcpy for PPC64.
21927         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
21928         avoid cretion of __bzero symbol.
21929         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
21930         Likewise.
21931         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
21932         Likewise.
21933         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
21934         Likewise.
21935         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
21936         multiarch implementations.
21937         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21938         (__libc_ifunc_impl_list): Likewise.
21939         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
21940         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
21941         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
21942         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
21943         bzero for PPC32.
21944         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
21945         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
21946         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
21947         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
21948         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
21949         memset for PPC64.
21950         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
21952         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
21953         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
21954         implementations.
21955         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21956         (__libc_ifunc_impl_list): Likewise.
21957         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
21958         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
21959         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
21960         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
21961         memcmp for PPC64.
21963         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
21964         multiarch for POWER/PPC64.
21965         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
21966         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
21967         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
21968         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
21969         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
21970         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
21971         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
21972         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
21973         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
21974         memcpy for PPC64.
21976         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
21977         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
21978         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
21979         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
21980         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
21981         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
21982         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
21983         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
21984         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
21985         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
21986         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
21987         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
21988         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
21989         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
21990         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
21991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
21992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
21993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
21994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
21995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
21996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
21997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
21999 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22001         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
22003 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22005         * benchtests/Makefile (bench): Add exp2 and log2.
22006         (LDLIBS-bench-exp2): Add -lm.
22007         (LDLIBS-bench-log2): Likewise.
22008         * benchtests/exp2-inputs: New inputs file.
22009         * benchtests/log2-inputs: New inputs file.
22010         * benchtests/log-inputs: Add new inputs.
22011         * benchtests/tan-inputs: Likewise.
22013 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22015         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
22016         definition...
22017         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
22018         (csloww2): ... from here.
22020         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
22021         instead of structures.
22022         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
22023         (POLYNOMIAL): Likewise.
22024         (TAYLOR_SLOW): Likewise.
22025         (__sin): Likewise.
22026         (__cos): Likewise.
22027         (slow1): Likewise.
22028         (slow2): Likewise.
22029         (sloww): Likewise.
22030         (sloww1); Likewise.
22031         (sloww2): Likewise.
22032         (bsloww1): Likewise.
22033         (bsloww2): Likewise.
22034         (cslow2): Likewise.
22035         (csloww): Likewise.
22036         (csloww1): Likewise.
22037         (csloww2): Likewise.
22039 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
22041         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
22042         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
22043         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
22044         * malloc/hooks.c (realloc_check): Likewise.
22046         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
22047         * malloc/arena.c: Remove PER_THREAD conditional.
22048         [!PER_THREAD]: Remove code.
22049         (ptmalloc_unlock_all2): Likewise.
22050         (ptmalloc_init): Likewise.
22051         (_int_new_arena): Likewise.
22052         (arena_get2): Likewise.
22053         * malloc/hooks.c (__malloc_get_state): Likewise.
22054         (__malloc_set_state): Likewise.
22055         * malloc/malloc.c: Likewise.
22056         (struct malloc_state): Likewise.
22057         (struct malloc_par): Likewise.
22058         (__libc_realloc): Likewise.
22059         (__libc_mallopt): Likewise.
22061 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22063         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
22065 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
22067         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
22068         macro to a function.  Check for zero perturb_byte.
22069         (_int_malloc, _int_free): Remove zero perturb_byte checks.
22071         * malloc/malloc.c: (force_reg): Remove.
22072         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
22073         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
22074         force_reg by atomic_forced_read.
22075         * malloc/arena.c (ptmalloc_init): Likewise.
22076         * malloc/hooks.c (top_check): Likewise.
22078 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22080         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22082 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
22084         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22086 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
22088         * math/auto-libm-test-in: Add tests of lgamma.
22089         * math/auto-libm-test-out: Regenerated.
22090         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
22091         (M_LOG_2_SQRT_PIl): Likewise.
22092         (lgamma_test_data): Use AUTO_TESTS_f_f1.
22093         * math/gen-auto-libm-tests.c (func_calc_method): Add value
22094         mpfr_f_f1.
22095         (func_calc_desc): Add mpfr_f_f1 union field.
22096         (ARGS1): New macro.
22097         (ARGS2): Likewise.
22098         (ARGS3): Likewise.
22099         (ARGS4): Likewise.
22100         (RET1): Likewise.
22101         (RET2): Likewise.
22102         (CALC): Likewise.
22103         (FUNC): Likewise.
22104         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
22105         (test_functions): Add lgamma.
22106         (calc_generic_results): Handle mpfr_f_f1.
22107         * sysdeps/i386/fpu/libm-test-ulps: Update.
22108         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22110 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22112         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
22113         __mpn_add_n for PowerPC64/POWER7.
22114         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
22115         __mpn_sub_n for PowerPC64/POWER7.
22117         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
22118         __mpn_addmul_1 for PowerPC64.
22119         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
22120         __mpn_submul_1 for PowerPC64.
22121         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
22122         for PowerPC64.
22123         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
22124         for PowerPC64.
22126 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
22128         [BZ #15089]
22129         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
22131 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22133         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
22135         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
22136         add multiarch folders.
22137         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
22138         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
22139         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
22140         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
22141         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
22142         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
22143         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
22144         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
22145         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
22146         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
22147         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
22148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
22149         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
22150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
22151         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
22152         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
22153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
22155         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
22156         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
22157         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
22158         New file.
22159         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
22160         New file.
22161         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
22162         multiarch __ieee754_hypot for PowerPC32.
22163         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
22164         New file.
22165         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
22166         New file.
22167         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
22168         multiarch __ieee754_hypotf for PowerPC32.
22170         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
22171         long_double_symbol only if __logbl is defined.
22172         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
22173         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
22174         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
22175         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
22176         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
22177         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
22178         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
22179         path for implementation.
22180         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
22181         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
22182         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
22183         logb, and logbl multiarch implementations for PowerPC32.
22184         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
22185         file.
22186         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
22187         file.
22188         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
22189         multiarch logb for PowerPC32.
22190         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
22191         file.
22192         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
22193         file.
22194         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
22195         multiarch logbf for PowerPC32.
22196         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
22197         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
22198         file.
22199         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
22200         multiarch logbl implementation for PowerPC32.
22202         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
22203         and modff multiarch implementations.
22204         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
22205         New file.
22206         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
22207         New file.
22208         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
22209         multiarch modf for PowerPC32.
22210         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
22211         New file.
22212         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
22213         New file.
22214         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
22215         multiarch modff for PowerPC32.
22217         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
22218         and lrintf multiarch implementations.
22219         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
22220         New file.
22221         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
22222         New file.
22223         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
22224         multiarch lrint for PowerPC32.
22225         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
22226         file: multiarch lrintf for PowerPC32.
22228         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
22229         and lroundf multiarch implementations.
22230         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
22231         New file.
22232         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
22233         New file.
22234         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
22235         New file.
22236         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
22237         multiarch lround for PowerPC32.
22238         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
22239         file: multiarch lroundf for PowerPC32.
22241         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
22242         copysign and copysignf multiarch implementations.
22243         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
22244         New file.
22245         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
22246         New file.
22247         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
22248         file: multiarch copysign for PowerPC32.
22249         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
22250         file: multiarch copysignf for PowerPC32.
22252         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
22253         and truncf multiarch implementations.
22254         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
22255         New file.
22256         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
22257         file.
22258         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
22259         multiarch trunc for PowerPC32.
22260         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
22261         New file.
22262         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
22263         New file.
22264         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
22265         multiarch truncf for PowerPC32.
22267         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
22268         and roundf multiarch implementations.
22269         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
22270         New file.
22271         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
22272         file.
22273         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
22274         multiarch round for PowerPC32.
22275         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
22276         New file.
22277         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
22278         New file.
22279         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
22280         multiarch roundf for PowerPC32.
22282         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
22283         and floorf multiarch implementations.
22284         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
22285         New file.
22286         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
22287         file.
22288         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
22289         multiarch floor for PowerPC32.
22290         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
22291         New file.
22292         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
22293         New file.
22294         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
22295         multiarch floorf for PowerPC32.
22297         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
22298         and ceilf multiarch implementations.
22299         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
22300         New file.
22301         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
22302         file.
22303         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
22304         multiarch ceil for PowerPC32.
22305         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
22306         New file.
22307         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
22308         file.
22309         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
22310         multiarch ceilf for PowerPC32.
22312         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
22313         is defined.
22314         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
22315         FINITEF is defined.
22316         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
22317         and finitef multiarch implementations.
22318         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
22319         New file.
22320         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
22321         file.
22322         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
22323         multiarch finite for PowerPC32.
22324         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
22325         New file.
22326         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
22327         file: multiarch finitef for PowerPC32.
22329         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
22330         and isinff multiarch implementations.
22331         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
22332         file.
22333         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
22334         file.
22335         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
22336         multiarch isinf for PowerPC32.
22337         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
22338         New file.
22339         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
22340         multiarch isinff for PowerPC32.
22342         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
22343         alias when __isnan is defined.
22344         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
22345         and isnanf multiarch implementations.
22346         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
22347         file.
22348         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
22349         file.
22350         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
22351         file.
22352         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
22353         file.
22354         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
22355         multiarch isnan for PowerPC32.
22356         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
22357         New file.
22358         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
22359         New file.
22360         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
22361         multiarch isnanf for PowerPC32.
22363         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
22364         and sqrtf multiarch implementations.
22365         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
22366         file.
22367         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
22368         file.
22369         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
22370         multiarch sqrt for PowerPC32.
22371         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
22372         file.
22373         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
22374         file.
22375         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
22376         multiarch sqrtf for PowerPC32.
22378         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
22379         and llroundf multiarch implementations.
22380         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
22381         New file.
22382         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
22383         New file.
22384         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
22385         New file.
22386         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
22387         file: multiarch llround for PowerPC32.
22388         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
22389         file: multiarch llroundf for PowerPC32.
22391         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
22392         multiarch PowerPC32 fpu implementations.
22393         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
22394         New file.
22395         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
22396         New file.
22397         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
22398         multiarch llrint for PowerPC32.
22399         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
22400         New file.
22401         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
22402         New file.
22403         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
22404         file.
22406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
22408         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
22409         file.
22410         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
22411         file.
22412         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
22413         file.
22414         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
22415         multiarch wordcopy for PPC32.
22416         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
22417         wordcopy objects.
22418         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22419         (__libc_ifunc_impl_list): Likewise.
22420         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
22421         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
22422         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
22423         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
22424         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
22425         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
22427         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
22428         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
22429         file.
22430         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
22431         file.
22432         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
22433         file.
22434         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
22435         multiarch wcscpy for PPC32.
22436         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
22437         multiarch objects.
22438         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22439         (__libc_ifunc_impl_list): Likewise.
22440         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
22441         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
22442         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
22443         sysdeps/powerpc/power6/wcscpy.c.
22445         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
22446         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
22447         file.
22448         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
22449         file.
22450         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
22451         file.
22452         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
22453         multiarch wcsrchr for PPC32.
22454         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
22455         multiarch objects.
22456         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22457         (__libc_ifunc_impl_list): Likewise.
22458         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
22459         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
22460         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
22461         sysdeps/powerpc/power6/wcsrchr.c.
22463         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
22464         file.
22465         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
22466         file.
22467         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
22468         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
22469         multiarch wcschr for PPc32.
22470         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
22471         multiarch objects.
22472         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22473         (__libc_ifunc_impl_list): Likewise.
22474         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
22475         * sysdeps/powerpc/power6/wcschr.c: ... to here.
22476         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
22477         sysdeps/powerpc/power6/wcschr.c.
22479         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
22480         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
22481         file.
22482         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
22483         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
22484         file: multiarch strchr for PPC32.
22485         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
22486         multiarch objects.
22487         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22488         (__libc_ifunc_impl_list): Likewise.
22490         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
22491         name.
22492         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
22493         file.
22494         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
22495         file.
22496         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
22497         multiarch strchrnul for PPC32.
22498         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
22499         multiarch objects.
22500         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22501         (__libc_ifunc_impl_list): Likewise.
22503         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
22504         file.
22505         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
22506         multiarch strncasecmp for PPC32.
22507         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
22508         file.
22509         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
22510         multiarch strncasecmp_l for PPC32.
22511         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
22512         strncasecmp multiarch objects.
22513         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22514         (__libc_ifunc_impl_list): Likewise.
22516         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
22517         file.
22518         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
22519         multiarch strncasecmp for PPC32.
22520         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
22521         New file.
22522         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
22523         multiarch strcasecmp_l for PPC32.
22524         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
22525         multiarch objects.
22526         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22527         (__libc_ifunc_impl_list): Likewise.
22529         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
22530         file.
22531         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
22532         file.
22533         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
22534         multiarch strncmp for PPC32.
22535         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
22536         multiarch objects.
22537         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22538         (__libc_ifunc_impl_list): Likewise.
22540         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
22541         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
22542         file.
22543         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
22544         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
22545         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
22546         multiarch objects.
22547         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22548         (__libc_ifunc_impl_list): Likewise.
22550         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
22551         file.
22552         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
22553         file.
22554         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
22555         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
22556         multiarch objects.
22557         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22558         (__libc_ifunc_impl_list): Likewise.
22560         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
22561         file.
22562         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
22563         file.
22564         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
22565         multiarch rawmemchr for PPC32.
22566         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
22567         multiarch objects.
22568         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22569         (__libc_ifunc_impl_list): Likewise.
22571         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
22572         file.
22573         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
22574         file.
22575         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
22576         file: memrchr multiarch for PPC32.
22577         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
22578         multiarch objects.
22579         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22580         (__libc_ifunc_impl_list): Likewise.
22582         * string/memchr.c (__memchr): Using macro to redefine symbol name.
22583         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
22584         file.
22585         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
22586         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
22587         multiarch memchr for PPC32.
22588         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
22589         multiarch objects.
22590         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22591         (__libc_ifunc_impl_list): Likewise.
22593         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
22594         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
22595         file.
22596         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
22597         file.
22598         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
22599         file: multiarch mempcpy for PPC32.
22600         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
22601         multiarch objects.
22602         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22603         (__libc_ifunc_impl_list): Likewise.
22605         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
22606         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
22607         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
22608         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
22609         multiarch bzero for PPC32.
22610         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
22611         file.
22612         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
22613         file.
22614         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
22615         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
22616         file: multiarch memset for PPC32.
22617         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
22618         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
22619         memset multiarch objects.
22620         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22621         (__libc_ifunc_impl_list): Likewise.
22623         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
22624         file.
22625         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
22626         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
22627         memcmp for PPC32.
22628         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
22629         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
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/memcpy-a2.S: New file.
22635         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
22636         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
22637         file.
22638         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
22639         file.
22640         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
22641         file.
22642         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
22643         multiarch memcpy for PPC32.
22644         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
22645         multiarch objects.
22646         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22647         (__libc_ifunc_impl_list): Likewise.
22649         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
22650         support multiarch for POWER/PPC32.
22651         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
22652         Likewise.
22653         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
22654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
22655         Implies file to make multiarch folder appers before the fpu and
22656         default folder for power4 configuration.
22658 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
22660         * scripts/bench.pl: Append volatile keyword to type.
22662 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22664         * sysdeps/sh/sotruss-lib.c: New file.
22665         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
22667 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22669         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22671 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
22673         [BZ #6810]
22674         * math/w_tgamma.c: Include <errno.h>.
22675         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
22676         * math/w_tgammaf.c: Include <errno.h>.
22677         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
22678         * math/w_tgammal.c: Include <errno.h>.
22679         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
22680         * math/auto-libm-test-in: Do not allow missing errno on tgamma
22681         underflow.  Add more tgamma tests.
22682         * math/auto-libm-test-out: Regenerated.
22683         * sysdeps/i386/fpu/libm-test-ulps: Update.
22684         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22686         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
22687         sin, sinh, tan, tanh, tgamma, y0 and y1.
22688         * math/auto-libm-test-out: Regenerated.
22689         * math/libm-test.inc (TEST_COND_x86_64): New macro.
22690         (TEST_COND_x86): Likewise.
22691         (M_E2l): Remove macro.
22692         (M_E3l): Likewise.
22693         (M_2_SQRT_PIl): Likewise.
22694         (M_SQRT_PIl): Likewise.
22695         (M_1_DIV_El): Likewise.
22696         (log_test_data): Use AUTO_TESTS_f_f.
22697         (log10_test_data): Likewise.
22698         (log1p_test_data): Likewise.
22699         (log2_test_data): Likewise.
22700         (sin_test_data): Likewise.
22701         (sin_tonearest_test_data): Likewise.
22702         (sin_towardzero_test_data): Likewise.
22703         (sin_downward_test_data): Likewise.
22704         (sin_upward_test_data): Likewise.
22705         (sinh_test_data): Likewise.
22706         (sinh_tonearest_test_data): Likewise.
22707         (sinh_towardzero_test_data): Likewise.
22708         (sinh_downward_test_data): Likewise.
22709         (sinh_upward_test_data): Likewise.
22710         (tan_test_data): Likewise.
22711         (tan_tonearest_test_data): Likewise.
22712         (tan_towardzero_test_data): Likewise.
22713         (tan_downward_test_data): Likewise.
22714         (tan_upward_test_data): Likewise.
22715         (tanh_test_data): Likewise.
22716         (tgamma_test_data): Likewise.
22717         (y0_test_data): Likewise.
22718         (y1_test_data): Likewise.
22719         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
22720         (special_real_inputs): Add pi/4.
22721         * sysdeps/i386/fpu/libm-test-ulps: Update.
22722         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22724 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22726         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
22727         "longjmp_target" static probes.
22728         (__longjmp): Rename to __longjmp_symbol.
22729         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
22730         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
22731         on which longjmp to generate.
22732         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22733         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
22734         probe.
22735         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22736         (__sigjmp_save): Rename to __sigjmp_save_symbol.
22737         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
22738         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
22739         and __sigjmp_save_symbol based on which sigsetjmp to generated.
22740         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
22741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
22742         __longjmp_symbol based on which __longjmp to generate.
22743         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
22744         probe.
22745         (setjmp): Rename to setjmp_symbol.
22746         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22747         (_setjmp): Rename to _setjmp_symbol.
22748         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22749         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
22750         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
22751         which setjmp to generate.
22752         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
22753         "longjmp_target" static probes.
22755 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
22757         * benchtests/README: Add note about output arguments.
22758         * benchtests/bench-sincos.c: Remove file.
22759         * benchtests/sincos-inputs: New file.
22760         * scripts/bench.pl: Identify output arguments and define
22761         static variables for them.
22763         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
22765         [BZ #15941]
22766         * Makefile (INSTALL): Add install-plain.texi as the primary
22767         dependency.
22768         * manual/install-plain.texi: New file.
22769         * manual/install.texi: Include node directive only for
22770         non-plaintext output.
22772 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
22774         * stdlib/longlong.h: Update from GCC.
22776         [BZ #6807]
22777         [BZ #15901]
22778         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
22779         * math/w_j0f.c (y0f): Likewise.
22780         * math/w_j0l.c (__y0l): Likewise.
22781         * math/w_j1.c (y1): Likewise.
22782         * math/w_j1f.c (y1f): Likewise.
22783         * math/w_j1l.c (__y1l): Likewise
22784         * math/w_jn.c (yn): Likewise.
22785         * math/w_jnf.c (ynf): Likewise.
22786         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
22787         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
22788         value for Bessel function domain errors outside _SVID_ mode.
22789         Adjust sign of return value for yn (negative integer, 0).
22790         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
22791         by zero in return for negative x and set sign appropriately for
22792         negative n.
22793         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
22794         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
22795         * math/libm-test.inc (y0_test_data): Add more tests and adjust
22796         expectations in error cases.
22797         (y1_test_data): Likewise.
22798         (yn_test_data): Likewise.
22799         * sysdeps/i386/fpu/libm-test-ulps: Update.
22800         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22802 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22804         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
22805         "64" to "64-v1".  Add "64-v2".
22806         (abi-64-options): Rename to ...
22807         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
22808         (abi-64-condition): Rename to ...
22809         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
22810         (abi-64-ld-soname): Rename to ...
22811         (abi-64-v1-ld-soname): ... this.
22812         (abi-64-v2-options): Define.
22813         (abi-64-v2-condition): Likewise.
22814         (abi-64-v2-ld-soname): Likewise.
22815         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
22816         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
22817         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
22818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
22819         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
22821 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22822             Alan Modra  <amodra@gmail.com>
22824         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
22825         New versions for use with the ELFv2 ABI.
22826         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
22827         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
22828         declaration.
22829         (struct La_ppc64v2_retval): Likewise.
22830         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
22831         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
22832         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
22833         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
22834         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
22835         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
22836         Do not save or restore CR.
22837         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
22838         (_dl_profile_resolve): Do no save or restore CR.  Support extended
22839         return values for ELFv2 ABI.  Fix location of FPR return registers.
22840         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
22841         updated values for _CALL_ELF == 2.
22842         (La_regs, La_retval, int_retval): Likewise.
22844 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22846         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
22847         (FRAME_MIN_SIZE_PARM): Likewise.
22848         (FRAME_BACKCHAIN): Likewise.
22849         (FRAME_CR_SAVE): Likewise.
22850         (FRAME_LR_SAVE): Likewise.
22851         (FRAME_TOC_SAVE): Likewise.
22852         (FRAME_PARM_SAVE): Likewise.
22853         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
22854         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
22855         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22856         (call_mcount_parm_offset): New macro.
22857         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
22858         (PROF): Use symbolic stack frame offsets.
22859         (TAIL_CALL_SYSCALL_ERROR): Likewise.
22860         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
22861         Redefine in terms of FRAME_MIN_SIZE.
22862         (_dl_runtime_resolve): Use symbolic stack frame offsets.
22863         (_dl_profile_resolve): Likewise.  Update comment.
22864         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
22865         symbols stack frame offsets.
22866         (__sigsetjmp): Likewise.
22867         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
22868         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
22869         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
22870         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
22872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
22873         (FRAME_BACKCHAIN): Remove.
22874         (FRAME_CR_SAVE): Likewise.
22875         (FRAME_LR_SAVE): Likewise.
22876         (FRAME_COMPILER_DW): Likewise.
22877         (FRAME_LINKER_DW): Likewise.
22878         (FRAME_TOC_SAVE): Likewise.
22879         (FRAME_PARM_SAVE): Likewise.
22880         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
22881         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
22882         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
22884         (CHECK_SP): Use symbolic stack frame offsets.
22885         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
22886         zone" instead of caller's parameter save area for temp storage.
22887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
22888         Likewise.  Also, use symbolic stack frame offsets.
22889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
22890         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
22891         our own stack frame instead of the caller's.
22892         (__socket): Use symbolic stack frame offsets.
22894 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22895             Alan Modra  <amodra@gmail.com>
22897         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
22898         Define.
22899         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
22900         (PPC64_LOCAL_ENTRY_OFFSET): Define.
22901         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
22902         New function.
22903         (elf_machine_fixup_plt): Call it.
22904         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
22905         reloc arguments.
22906         (elf_machine_rela): Update call to elf_machine_plt_conflict.
22907         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22908         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
22909         r2 before calling target.
22911 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22912             Alan Modra  <amodra@gmail.com>
22914         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
22915         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
22916         versions of macros to support ELFv2 ABI.
22917         (LOCALENTRY): New macro.
22918         (ENTRY, EALIGN): Use it.
22919         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
22920         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
22921         fall through into ENTRY entry point.
22922         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
22923         Only define if _CALL_ELF != 2.
22925         (elf_machine_matches_host): Verify ABI version matches.
22926         (RTLD_START): Use LOCALENTRY.
22927         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
22928         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
22929         (PLT_ENTRY_WORDS): New macro.
22930         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
22931         (elf_machine_runtime_setup): Support ELFv2 ABI.
22932         (elf_machine_fixup_plt): Likewise.
22933         (elf_machine_plt_conflict): Likewise.
22934         (resolve_ifunc): Likewise.
22935         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
22936         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22937         Likewise.
22938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
22939         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
22940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22941         (makecontext): Support ELFv2 ABI.
22942         * elf/elf.h (EF_PPC64_ABI): Define.
22944 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22946         * sysdeps/powerpc/powerpc64/sysdep.h
22947         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
22948         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
22949         (ENTRY) [ASSEMBLER]: ... but instead here ...
22950         (EALIGN) [ASSEMBLER]: ... and here.
22951         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
22952         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
22953         (ENTRY_2) [!ASSEMBLER]: Use it.
22954         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
22955         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
22956         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22957         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
22958         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
22959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
22960         Use PPC64_LOAD_FUNCPTR.
22962         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
22964 2013-12-04  Alan Modra  <amodra@gmail.com>
22966         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
22967         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
22968         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
22969         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
22971         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
22972         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
22973         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
22974         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
22975         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
22976         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
22978 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22981         (__makecontext): Fix incorrect CFI when backtracing out of
22982         context created via makecontext.
22983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
22984         (__setcontext): Fix incorrect CFI during switch to new context.
22985         (__novec_setcontext): Likewise.
22987 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22989         [BZ #4772]
22990         * time/strptime_l.c (__strptime_internal): Allow modifiers
22991         in strptime.
22992         * time/tst-strptime.c (day_tests): Add testcase.
22994 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22996         * scripts/bench.pl: Skip over blank lines.
22998 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
23000         [BZ #926]
23001         * manual/time.texi (Calendar Time): Clarify what timezone functions
23002         use.
23004 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23006         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23008 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
23010         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
23011         implementation.
23012         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
23013         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
23014         * debug/memset_chk.c (__memset_chk): Likewise.
23015         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
23016         * debug/strncpy_chk.c: Likewise.
23018 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
23020         [BZ #15268]
23021         [BZ #15425]
23022         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
23023         (__ieee754_exp): For possibly underflowing results, check size of
23024         result and force underflow exception if required.
23025         * math/auto-libm-test-in: Add more tests of exp.
23026         * math/auto-libm-test-out: Regenerated.
23027         * sysdeps/i386/fpu/libm-test-ulps: Update.
23028         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23030         [BZ #16283]
23031         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
23032         * math/w_exp2f.c (__exp2f): Likewise.
23033         * math/w_exp2l.c (__exp2l): Likewise.
23034         * math/auto-libm-test-in: Do not allow missing errno on exp2
23035         underflow.
23036         * math/auto-libm-test-out: Regenerated.
23038 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
23040         [BZ #16274]
23041         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
23042         handle filename validation.
23043         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
23044         (do_open): Delete.
23046 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
23048         [BZ #6786]
23049         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
23050         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
23051         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
23052         <float.h>.
23053         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
23054         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
23055         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
23056         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
23057         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
23058         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
23059         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
23060         * math/auto-libm-test-in: Don't allow missing errno from erfc.
23061         Add more erfc tests.
23062         * math/auto-libm-test-out: Regenerated.
23063         * sysdeps/i386/fpu/libm-test-ulps: Update.
23064         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23066         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
23067         exp2, expm1, j0 and j1.
23068         * math/auto-libm-test-out: Regenerated.
23069         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
23070         (erfc_test_data): Likewise.
23071         (exp_test_data): Likewise.
23072         (exp_tonearest_test_data): Likewise.
23073         (exp_towardzero_test_data): Likewise.
23074         (exp_downward_test_data): Likewise.
23075         (exp_upward_test_data): Likewise.
23076         (exp10_test_data): Likewise.
23077         (exp2_test_data): Likewise.
23078         (expm1_test_data): Likewise.
23079         (j0_test_data): Likewise.
23080         (j1_test_data): Likewise.
23081         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
23082         (input_flag_type): Add flag_xfail_rounding.
23083         (input_flags): Add xfail-rounding.
23084         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
23085         (output_for_one_input_case): Handle flag_xfail_rounding.
23086         * sysdeps/i386/fpu/libm-test-ulps: Update.
23087         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23089 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
23091         [BZ #16289]
23092         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
23093         division by 0.
23095 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23097         [BZ #16195]
23098         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
23099         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
23100         (STAP_PROBE0): New macro.
23101         (STAP_PROBE1): Likewise.
23102         (STAP_PROBE2): Likewise.
23103         (STAP_PROBE3): Likewise.
23104         (STAP_PROBE4): Likewise.
23106 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
23108         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
23110 2013-12-02  Steve Ellcey  <sellcey@mips.com>
23112         * benchtests/Makefile (bench): Add sqrt.
23113         (LDLIBS-bench-sqrt): New.
23114         * benchtests/sqrt-input: New.
23116 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
23118         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
23119         (GAIH_EAI): Likewise.
23120         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
23121         (gaih_inet): Likewise.
23122         (getaddrinfo): Don't use GAIH_EAI.
23124         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
23125         (struct gaih): Remove definition.
23127 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23129         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
23130         Use HERRNOP directly.
23132 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23134         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23136 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
23138         * math/gen-auto-libm-tests.c (test_functions): Add more
23139         single-argument functions.
23140         (special_fill_pi_2): New function.
23141         (special_fill_minus_pi_2): Likewise.
23142         (special_fill_pi_6): Likewise.
23143         (special_fill_minus_pi_6): Likewise.
23144         (special_fill_pi_3): Likewise.
23145         (special_fill_2pi_3): Likewise.
23146         (special_fill_e): Likewise.
23147         (special_fill_1_e): Likewise.
23148         (special_fill_e_minus_1): Likewise.
23149         (special_real_inputs): Add more special inputs.
23150         (output_for_one_input_case): Do not require ERANGE on underflow to
23151         zero if round-to-nearest result does not underflow to zero, unless
23152         exact results required.
23153         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
23154         atan, atanh, cbrt, cos and cosh.
23155         * math/auto-libm-test-out: Regenerated.
23156         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
23157         (acos_tonearest_test_data): Likewise.
23158         (acos_towardzero_test_data): Likewise.
23159         (acos_downward_test_data): Likewise.
23160         (acos_upward_test_data): Likewise.
23161         (acosh_test_data): Likewise.
23162         (asin_test_data): Likewise.
23163         (asin_tonearest_test_data): Likewise.
23164         (asin_towardzero_test_data): Likewise.
23165         (asin_upward_test_data): Likewise.
23166         (asinh_test_data): Likewise.
23167         (atan_test_data): Likewise.
23168         (atanh_test_data): Likewise.
23169         (cbrt_test_data): Likewise.
23170         (cos_test_data): Likewise.
23171         (cos_tonearest_test_data): Likewise.
23172         (cos_towardzero_test_data): Likewise.
23173         (cos_downward_test_data): Likewise.
23174         (cos_upward_test_data): Likewise.
23175         (cosh_test_data): Likewise.
23176         (cosh_tonearest_test_data): Likewise.
23177         (cosh_towardzero_test_data): Likewise.
23178         (cosh_downward_test_data): Likewise.
23179         (cosh_upward_test_data): Likewise.
23180         * sysdeps/i386/fpu/libm-test-ulps: Update.
23181         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23183 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
23185         [BZ #6787]
23186         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
23187         * math/w_exp10f.c (__exp10f): Likewise.
23188         * math/w_exp10l.c (__exp10l): Likewise.
23189         * math/libm-test.inc (exp10_test_data): Add more tests and expect
23190         errno settings in existing tests.
23192         [BZ #14032]
23193         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
23194         precision control set to double precision.
23195         * sysdeps/i386/fpu/w_sqrt.c: New file.
23196         * math/auto-libm-test-in: Add more tests.
23197         * math/auto-libm-test-out: Update.
23199         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
23200         (sqrt_test_tonearest): New function.
23201         (sqrt_towardzero_test_data): New variable.
23202         (sqrt_test_towardzero): New function.
23203         (sqrt_downward_test_data): New variable.
23204         (sqrt_test_downward): New function.
23205         (sqrt_upward_test_data): New variable.
23206         (sqrt_test_upward): New function.
23207         (main): Call the new functions.
23209         * math/gen-auto-libm-tests.c: New file.
23210         * math/auto-libm-test-in: Likewise.
23211         * math/auto-libm-test-out: New generated file.
23212         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
23213         variables.
23214         (%beautify): Add generated representations of zero.
23215         (top level): Set $auto_input and call parse_auto_input.
23216         (beautify): Remove trailing "f" from hex float constants.
23217         (parse_args): Handle XFAIL_TEST.
23218         (convert_condition): New function.
23219         (or_value): Likewise.
23220         (or_cond_value): Likewise.
23221         (generate_testfile): Handle AUTO_TESTS_* lines.
23222         (parse_auto_input): New function.
23223         * math/libm-test.inc (XFAIL_TEST): New macro.
23224         (ERRNO_UNCHANGED): Update value.
23225         (ERRNO_EDOM): Likewise.
23226         (ERRNO_ERANGE): Likewise.
23227         (IGNORE_RESULT): Likewise.
23228         (TEST_COND_flt_32): New macro.
23229         (TEST_COND_dbl_64): Likewise.
23230         (TEST_COND_ldbl_96_intel): Likewise.
23231         (TEST_COND_ldbl_96_m68k): Likewise.
23232         (TEST_COND_ldbl_128): Likewise.
23233         (TEST_COND_ldbl_128ibm): Likewise.
23234         (TEST_COND_long32): Likewise.
23235         (TEST_COND_long64): Likewise.
23236         (TEST_COND_before_rounding): Likewise.
23237         (TEST_COND_after_rounding): Likewise.
23238         (enable_test): Handle XFAIL_TEST flag.
23239         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
23240         with finite results.
23241         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
23242         auto-libm-test-out.
23244 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23245             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23247         [BZ #16214]
23248         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
23249         __tls_get_addr_internal instead of __tls_get_offset in order to
23250         avoid GOT pointer dependency.  Make rtld export
23251         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
23252         __tls_get_addr since we are a __tls_get_offset platform.
23253         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
23254         GOT pointer being set up before.
23255         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
23257 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
23259         * manual/math.texi (Errors in Math Functions): Document accuracy
23260         goals.
23262         [BZ #15004]
23263         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
23264         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
23265         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
23266         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
23267         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
23268         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
23269         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
23270         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
23271         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
23272         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
23273         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
23274         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
23275         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
23276         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
23277         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
23278         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
23280         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
23281         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
23282         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
23283         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
23284         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
23285         Likewise.
23286         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
23287         Likewise.
23288         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
23289         Likewise.
23290         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
23291         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
23292         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
23293         atomic-feupdateenv and flt-rounds.
23294         * sysdeps/powerpc/nofpu/Versions (libc): Add
23295         __atomic_feholdexcept, __atomic_feclearexcept,
23296         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
23297         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
23298         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
23299         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
23300         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
23301         here.
23302         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
23303         Update.
23305         * manual/arith.texi (FP Exceptions): Document that exceptions may
23306         not be raised when matherr is used.
23307         (Math Error Reporting): Document overflow in directed rounding
23308         modes.  Document that errno may not be set when finite values are
23309         returned on overflow.  Document intent to set errno on underflow
23310         only for underflow to zero.
23312         [BZ #16271]
23313         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
23314         round-to-nearest then adjust result for other rounding modes.
23315         * include/fenv.h (fegetround): Use libm_hidden_proto.
23316         * math/fegetround.c (fegetround): Use libm_hidden_def.
23317         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
23318         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
23319         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
23320         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
23321         Likewise.
23322         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
23323         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
23324         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
23325         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
23327 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23329         [BZ #16077]
23330         * nss/Versions (libnss_files): Add
23331         _nss_files_gethostbyname3_r.
23332         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
23333         New function.
23334         (HOST_DB_LOOKUP): Remove macro.
23335         (_nss_files_gethostbyname_r): Implement function without the
23336         HOST_DB_LOOKUP macro.
23337         (_nss_files_gethostbyname2_r): Likewise.
23339 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
23341         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
23343 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
23345         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
23346         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
23347         warning.
23349 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23351         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
23352         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
23353         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
23354         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
23355         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
23356         __fe_nomask_env_priv and attribute_hidden.
23357         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
23358         (libc_feupdateenv_test_ppc): Likewise.
23359         (libc_feresetround_ppc): Likewise.
23360         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23361         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
23362         compat_symbol macro.
23363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23364         (__fe_nomask_env): Likewise.
23365         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
23367 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23369         * string/Makefile: Remove ifunc tests.
23370         * string/test-string.h: Define TEST_IFUNC.
23371         * string/test-bcopy-ifunc.c: Remove.
23372         * string/test-bzero-ifunc.c: Likewise.
23373         * string/test-memccpy-ifunc.c: Likewise.
23374         * string/test-memchr-ifunc.c: Likewise.
23375         * string/test-memcmp-ifunc.c: Likewise.
23376         * string/test-memcpy-ifunc.c: Likewise.
23377         * string/test-memmem-ifunc.c: Likewise.
23378         * string/test-memmove-ifunc.c: Likewise.
23379         * string/test-mempcpy-ifunc.c: Likewise.
23380         * string/test-memrchr-ifunc.c: Likewise.
23381         * string/test-memset-ifunc.c: Likewise.
23382         * string/test-rawmemchr-ifunc.c: Likewise.
23383         * string/test-stpcpy-ifunc.c: Likewise.
23384         * string/test-stpncpy-ifunc.c: Likewise.
23385         * string/test-strcasecmp-ifunc.c: Likewise.
23386         * string/test-strcasestr-ifunc.c: Likewise.
23387         * string/test-strcat-ifunc.c: Likewise.
23388         * string/test-strchr-ifunc.c: Likewise.
23389         * string/test-strchrnul-ifunc.c: Likewise.
23390         * string/test-strcmp-ifunc.c: Likewise.
23391         * string/test-strcpy-ifunc.c: Likewise.
23392         * string/test-strcspn-ifunc.c: Likewise.
23393         * string/test-strlen-ifunc.c: Likewise.
23394         * string/test-strncasecmp-ifunc.c: Likewise.
23395         * string/test-strncat-ifunc.c: Likewise.
23396         * string/test-strncmp-ifunc.c: Likewise.
23397         * string/test-strncpy-ifunc.c: Likewise.
23398         * string/test-strnlen-ifunc.c: Likewise.
23399         * string/test-strpbrk-ifunc.c: Likewise.
23400         * string/test-strrchr-ifunc.c: Likewise.
23401         * string/test-strspn-ifunc.c: Likewise.
23402         * string/test-strstr-ifunc.c: Likewise.
23404 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23406         * benchtests/Makefile: Remove ifunc tests.
23407         * benchtests/bench-string.h: Define TEST_IFUNC.
23408         * benchtests/bench-bcopy-ifunc.c: Remove.
23409         * benchtests/bench-bzero-ifunc.c: Likewise.
23410         * benchtests/bench-memccpy-ifunc.c: Likewise.
23411         * benchtests/bench-memchr-ifunc.c: Likewise.
23412         * benchtests/bench-memcmp-ifunc.c: Likewise.
23413         * benchtests/bench-memcpy-ifunc.c: Likewise.
23414         * benchtests/bench-memmem-ifunc.c: Likewise.
23415         * benchtests/bench-memmove-ifunc.c: Likewise.
23416         * benchtests/bench-mempcpy-ifunc.c: Likewise.
23417         * benchtests/bench-memrchr-ifunc.c: Likewise.
23418         * benchtests/bench-memset-ifunc.c: Likewise.
23419         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
23420         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
23421         * benchtests/bench-stpcpy-ifunc.c: Likewise.
23422         * benchtests/bench-stpncpy-ifunc.c: Likewise.
23423         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
23424         * benchtests/bench-strcasestr-ifunc.c: Likewise.
23425         * benchtests/bench-strcat-ifunc.c: Likewise.
23426         * benchtests/bench-strchr-ifunc.c: Likewise.
23427         * benchtests/bench-strchrnul-ifunc.c: Likewise.
23428         * benchtests/bench-strcmp-ifunc.c: Likewise.
23429         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
23430         * benchtests/bench-strcpy-ifunc.c: Likewise.
23431         * benchtests/bench-strcspn-ifunc.c: Likewise.
23432         * benchtests/bench-strlen-ifunc.c: Likewise.
23433         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
23434         * benchtests/bench-strncat-ifunc.c: Likewise.
23435         * benchtests/bench-strncmp-ifunc.c: Likewise.
23436         * benchtests/bench-strncpy-ifunc.c: Likewise.
23437         * benchtests/bench-strnlen-ifunc.c: Likewise.
23438         * benchtests/bench-strpbrk-ifunc.c: Likewise.
23439         * benchtests/bench-strrchr-ifunc.c: Likewise.
23440         * benchtests/bench-strsep-ifunc.c: Likewise.
23441         * benchtests/bench-strspn-ifunc.c: Likewise.
23442         * benchtests/bench-strstr-ifunc.c: Likewise.
23444 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23446         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
23448 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23450         * resolv/netdb.h: Use __glibc_reserved instead __unused.
23451         * rt/aio.h: Likewise.
23452         * sysdeps/gnu/bits/utmp.h: Likewise.
23453         * sysdeps/gnu/bits/utmpx.h: Likewise.
23454         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
23455         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
23456         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
23457         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
23458         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
23459         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
23460         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
23461         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
23462         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
23463         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
23464         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
23465         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
23466         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
23467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
23468         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23469         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
23470         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
23471         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
23472         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
23473         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
23474         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
23475         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
23476         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
23477         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
23478         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
23479         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
23480         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
23481         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
23482         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
23483         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
23484         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
23485         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
23486         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
23487         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
23488         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
23489         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
23490         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
23491         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
23492         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
23493         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
23494         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
23495         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
23497 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
23499         [BZ #16245]
23500         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
23501         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
23503 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
23505         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
23506         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
23507         Likewise.
23509 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23511         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
23512         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
23513         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
23514         (__fesetround): Remove define.
23515         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
23516         rounding and exceptions handling.
23517         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
23518         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
23519         (__fe_nomask_env): Likewise.
23520         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
23521         __fegetround instead of fegetround.
23522         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
23523         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
23525 2013-11-21  Roland McGrath  <roland@hack.frob.com>
23527         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
23528         it's there.
23530         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
23532 2013-11-21  Meador Inge  <meadori@codesourcery.com>
23534         [BZ #11157]
23535         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
23536         (encrypt_r): Likewise.
23537         * malloc/obstack.h (obstack_free): Likewise.
23538         * posix/unistd.h (encrypt): Likewise.
23540 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
23542         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
23543         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
23544         DL_CALL_DT_FINI() that call the functions directly.
23545         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
23546         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
23547         * elf/dl-fini.c: Likewise.
23549 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
23551         * malloc/hooks.c (memalign_check): Add alignment rounding.
23552         * malloc/malloc.c (_mid_memalign): New function.
23553         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
23554         Implement by calling _mid_memalign.
23555         * manual/probes.texi (Memory Allocation Probes): Remove
23556         memory_valloc_retry and memory_pvalloc_retry.
23558 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
23560         * locale/programs/locarchive.c (open_archive): Add const
23561         qualifier to ARCHIVEFNAME and copy default fname to
23562         DEFAULT_FNAME.
23564         [BZ #15601]
23565         * libio/tst-widetext.input: Rename Oriya to Odia.
23566         * locale/iso-639.def: Likewise.
23568         * manual/probes.texi (Mathematical Function Probes): Add
23569         documentation for sin, cos, asin and acos probes.
23570         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
23571         (__sin32): Add slowasin probe.
23572         (__cos32): Add slowacos probe.
23573         (__mpsin): Add slowsin probe.
23574         (__mpcos): Add slowcos probe.
23576 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
23578         [BZ #15483]
23579         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
23580         thread-local __sim_exceptions_thread and global
23581         __sim_exceptions_global.
23582         (__sim_disabled_exceptions): Change to thread-local
23583         __sim_disabled_exceptions_thread and global
23584         __sim_disabled_exceptions_global.
23585         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23586         and global __sim_round_mode_global.
23587         (__simulate_exceptions): Use thread-local floating-point state and
23588         set global state from it as needed.
23589         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
23590         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
23591         __sim_round_mode_thread.
23592         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
23593         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
23594         and global __sim_exceptions_global.
23595         (__sim_disabled_exceptions): Change to thread-local
23596         __sim_disabled_exceptions_thread and global
23597         __sim_disabled_exceptions_global.
23598         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23599         and global __sim_round_mode_global.
23600         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
23601         (SIM_SET_GLOBAL): Likewise.
23602         * sysdeps/powerpc/soft-fp/sfp-machine.h
23603         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
23604         __sim_round_mode_thread.
23605         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
23606         __sim_disabled_exceptions_thread.
23607         (__sim_exceptions): Change to __sim_exceptions_thread.
23608         (__sim_disabled_exceptions): Change to
23609         __sim_disabled_exceptions_thread.
23610         (__sim_round_mode): Change to __sim_round_mode_thread.
23611         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
23612         thread-local floating-point state and set global state from it as
23613         needed.
23614         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
23615         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
23616         (__sim_disabled_exceptions): Remove extern declaration.
23617         (feenableexcept): Use thread-local floating-point state and set
23618         global state from it as needed.
23619         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
23620         extern declaration.
23621         (__sim_disabled_exceptions): Likewise.
23622         (__sim_round_mode): Likewise.
23623         (__fegetenv): Use thread-local floating-point state.
23624         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
23625         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
23626         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
23627         floating-point state and set global state from it as needed.
23628         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
23629         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
23630         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
23631         Likewise.
23632         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
23633         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
23634         Likewise.
23635         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
23636         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
23637         Use __sim_round_mode_thread.
23638         * math/test-fenv-tls.c: New file.
23639         * math/Makefile (tests): Add test-fenv-tls.
23640         ($(objpfx)test-fenv-tls): Depend on
23641         $(common-objpfx)nptl/libpthread.so.
23643 2013-11-19  Andreas Schwab  <schwab@suse.de>
23645         * locale/programs/locale.c (show_info): Decode wordarray elements.
23646         * locale/categories.def (LC_MONETARY): Add element for
23647         _NL_MONETARY_CRNCYSTR.
23648         * locale/C-monetary.c (conversion_rate): New variable.
23649         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
23650         element.
23652 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
23654         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
23655         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
23657 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
23659         * elf/Makefile (tst-auxv): New test.
23660         * elf/tst-auxv.c: New
23661         * elf/rtld.c (dl_main): Adjust AT_EXECFN
23663 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
23665         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
23666         (hidden_proto): Caller changed.
23667         (hidden_tls_proto): New macro.
23668         (libc_hidden_tls_proto): Likewise.
23669         (rtld_hidden_tls_proto): Likewise.
23670         (libm_hidden_tls_proto): Likewise.
23671         (libresolv_hidden_tls_proto): Likewise.
23672         (librt_hidden_tls_proto): Likewise.
23673         (libdl_hidden_tls_proto): Likewise.
23674         (libnss_files_hidden_tls_proto): Likewise.
23675         (libnsl_hidden_tls_proto): Likewise.
23676         (libnss_nisplus_hidden_tls_proto): Likewise.
23677         (libutil_hidden_tls_proto): Likewise.
23679 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
23681         [BZ #10253]
23682         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
23683         (decompose_rpath): Defer expansion to fillin_rpath.
23684         (_dl_init_paths): Pass linkmap to fillin_rpath.
23686 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
23688         * benchtests/Makefile: Add strsep.
23689         * benchtests/bench-strsep.c: New file: strsep benchtest.
23690         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
23692 2013-11-18  Andreas Schwab  <schwab@suse.de>
23694         * locale/programs/locale.c (show_info) [case byte]: Check for
23695         '\377' instead of '\177'.
23696         * locale/C-monetary.c (not_available): Always use "\377".
23697         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
23698         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
23699         detect unavailable sign_posn locale elements.
23700         * locale/localeconv.c (__localeconv): For grouping and
23701         mon_grouping handle "\177" and "\377" like no grouping.
23702         (INT_ELEM): New macro.  Use it to set all numeric members.
23703         * locale/programs/ld-monetary.c (monetary_read)
23704         <tok_mon_grouping>: Normalize single -1 to the empty string.
23705         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
23706         Likewise.
23708 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23710         [BZ #16055]
23711         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
23712         when we match (nil).
23713         * stdio-common/tst-sscanf.c (struct test): Add testcase.
23715 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
23717         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
23718         (NO_TEST_INLINE): Update value.
23719         (ERRNO_UNCHANGED): Likewise.
23720         (ERRNO_EDOM): Likewise.
23721         (ERRNO_ERANGE): Likewise.
23722         (IGNORE_RESULT): Likewise.
23723         (check_float_internal): Check signs of NaN results if
23724         TEST_NAN_SIGN used.
23725         (check_complex): Pass TEST_NAN_SIGN flag through to second
23726         check_float_internal call.
23727         (copysign_test_data): Add tests with quiet NaNs as second
23728         argument.  Use TEST_NAN_SIGN.
23729         (fabs_test_data): Add test of negative quiet NaN argument.  Use
23730         TEST_NAN_SIGN.
23731         (signbit_test_data): Add tests of quiet NaN argument.
23732         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
23734         * math/gen-libm-test.pl (show_exceptions): Take extra argument
23735         $ignore_result.
23736         (parse_args): Handle function results specified as IGNORE.
23737         * math/libm-test.inc (IGNORE_RESULT): New macro.
23738         (check_float_internal): Do not check numerical result if flag
23739         IGNORE_RESULT set.
23740         (check_complex): Pass through IGNORE_RESULT to second
23741         check_float_internal call.
23742         (check_int): Do not check numerical result if flag IGNORE_RESULT
23743         set.
23744         (check_long): Likewise.
23745         (check_bool): Likewise.
23746         (check_longlong): Likewise.
23747         (lrint_test_data): Add tests of infinite and NaN arguments.
23748         (lrint_tonearest_test_data): Likewise.
23749         (lrint_towardzero_test_data): Likewise.
23750         (lrint_downward_test_data): Likewise.
23751         (lrint_upward_test_data): Likewise.
23752         (llrint_test_data): Likewise.
23753         (llrint_tonearest_test_data): Likewise.
23754         (llrint_towardzero_test_data): Likewise.
23755         (llrint_downward_test_data): Likewise.
23756         (llrint_upward_test_data): Likewise.
23757         (lround_test_data): Likewise.
23758         (llround_test_data): Likewise.
23760         * math/libm-test.inc (NO_TEST_INLINE): New macro.
23761         (ERRNO_UNCHANGED): Update value.
23762         (ERRNO_EDOM): Likewise.
23763         (ERRNO_ERANGE): Likewise.
23764         (NO_TEST_INLINE_FLOAT): New macro.
23765         (NO_TEST_INLINE_DOUBLE): Likewise.
23766         (enable_test): New function.
23767         (RUN_TEST_f_f): Check enable_test before running test.
23768         (RUN_TEST_2_f): Likewise.
23769         (RUN_TEST_fff_f): Likewise.
23770         (RUN_TEST_c_f): Likewise.
23771         (RUN_TEST_f_f1): Likewise.
23772         (RUN_TEST_fF_f1): Likewise.
23773         (RUN_TEST_fI_f1): Likewise.
23774         (RUN_TEST_ffI_f1): Likewise.
23775         (RUN_TEST_c_c): Likewise.
23776         (RUN_TEST_cc_c): Likewise.
23777         (RUN_TEST_f_i): Likewise.
23778         (RUN_TEST_f_i_tg): Likewise.
23779         (RUN_TEST_ff_i_tg): Likewise.
23780         (RUN_TEST_f_b): Likewise.
23781         (RUN_TEST_f_b_tg): Likewise.
23782         (RUN_TEST_f_l): Likewise.
23783         (RUN_TEST_f_L): Likewise.
23784         (RUN_TEST_fFF_11): Likewise.
23785         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
23786         conditionals.
23787         (cosh_test_data): Likewise.
23788         (exp_test_data): Likewise.
23789         (expm1_test_data): Likewise.
23790         (hypot_test_data): Likewise.
23791         (pow_test_data): Likewise.
23792         (sinh_test_data): Likewise.
23793         (tanh_test_data): Likewise.
23794         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
23795         flags argument.
23797         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
23798         tests with quiet NaN input and output.
23799         (acosh_test_data): Likewise.
23800         (asin_test_data): Likewise.
23801         (asinh_test_data): Likewise.
23802         (atan_test_data): Likewise.
23803         (atanh_test_data): Likewise.
23804         (atan2_test_data): Likewise.
23805         (cbrt_test_data): Likewise.
23806         (cos_test_data): Likewise.
23807         (cosh_test_data): Likewise.
23808         (erf_test_data): Likewise.
23809         (erfc_test_data): Likewise.
23810         (exp_test_data): Likewise.
23811         (exp10_test_data): Likewise.
23812         (exp2_test_data): Likewise.
23813         (expm1_test_data): Likewise.
23814         (hypot_test_data): Likewise.
23815         (j0_test_data): Likewise.
23816         (j1_test_data): Likewise.
23817         (jn_test_data): Likewise.
23818         (lgamma_test_data): Likewise.
23819         (log_test_data): Likewise.
23820         (log10_test_data): Likewise.
23821         (log1p_test_data): Likewise.
23822         (log2_test_data): Likewise.
23823         (pow_test_data): Likewise.
23824         (scalb_test_data): Likewise.
23825         (sin_test_data): Likewise.
23826         (sincos_test_data): Likewise.
23827         (sinh_test_data): Likewise.
23828         (tan_test_data): Likewise.
23829         (tanh_test_data): Likewise.
23830         (tgamma_test_data): Likewise.
23831         (y0_test_data): Likewise.
23832         (y1_test_data): Likewise.
23833         (yn_test_data): Likewise.
23835         [BZ #16167]
23836         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
23837         argument being NaN and avoid computations with second argument in
23838         that case.
23839         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
23840         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
23841         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
23843 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
23845         * locale/iso-639.def: Add Chitwani Tharu (the).
23847 2013-11-14  Andreas Schwab  <schwab@suse.de>
23849         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
23850         word instead of empty string.
23852 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23855         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
23856         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23857         (__fe_nomask_env): Likewise.
23859 2013-11-13  Steve Ellcey  <sellcey@mips.com>
23861         * benchtests/bench-timing.h: Include time.h.
23863 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
23865         [BZ #15997]
23866         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
23867         to 3.4.0 for x32.
23868         * sysdeps/unix/sysv/linux/configure: Regenerated.
23870 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
23872         [BZ #16151]
23873         * stdlib/strtod_l.c (round_and_return): Do not consider
23874         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
23875         exponent one less than half the least subnormal exponent.
23876         * stdlib/test-strtod-round-data: Add more tests.
23877         * stdlib/tst-strtod-round.c (tests): Regenerated.
23879 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23881         [BZ #14143]
23882         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
23883         (__fe_mask_env): Likewise.
23884         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
23885         libm_hidden_proto and add function prototype.
23886         (__fe_mask_env): Add function prototype.
23887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23888         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
23889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
23890         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
23891         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23892         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
23894 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23896         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
23897         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
23899 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23901         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
23902         of htab_find_slot().
23904 2013-11-11  David S. Miller  <davem@davemloft.net>
23906         [BZ #16150]
23907         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
23908         symbol in the non-vis3 case in static builds.
23909         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
23910         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
23911         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
23912         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
23914 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
23916         [BZ #387]
23917         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
23918         it is empty.
23920 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23922         * benchtests/Makefile: Add bench-strtod.
23923         * benchtests/bench-strtod.c: New file: strtod benchtest
23925 2013-11-11  Andreas Schwab  <schwab@suse.de>
23927         [BZ #16153]
23928         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
23929         terminating NUL in key length.
23931 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23933         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
23934         Add artificial ODP entry for vDSO symbol for PPC64.
23935         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
23936         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
23938 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23940         [BZ #15374]
23941         * nss/getent.c (services_keys): Recognize services starting with digit.
23943 2013-11-06  David S. Miller  <davem@davemloft.net>
23945         [BZ #15985]
23946         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
23947         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
23949 2013-11-06  Will Newton  <will.newton@linaro.org>
23951         * manual/memory.texi (Malloc Examples): Remove register
23952         keyword from examples.
23954 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
23956         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
23958 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
23960         [BZ #6981]
23961         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
23962         depending on [__GCC_IEC_559 > 0].
23963         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
23964         depending on [__GCC_IEC_559_COMPLEX > 0].
23966 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
23968         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
23969         to iso-639.def.
23971 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
23973         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
23975 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
23977         [BZ #16112]
23978         * malloc/malloc (malloc_info): Do not handle first bin as
23979         special case.
23981 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
23983         * locale/iso-639.def: Add Central Nahuatl (nhn).
23985 2013-11-01  Bruno Haible  <bruno@clisp.org>
23987         [BZ #7003]
23988         * manual/math.texi (BSD Random): Specify range upper bound as
23989         in POSIX.
23991 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
23993         * locale/iso-639.def: Add Meadow Mari (mhr).
23995 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
23997         [BZ #14752], [BZ #15763]
23998         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
23999         Validate name.
24000         * rt/tst_shm.c: Add test for escaping directory.
24002 2013-10-31  Andreas Schwab  <schwab@suse.de>
24004         [BZ #15917]
24005         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
24006         followed by 'x' as part of digit sequence.
24007         * stdio-common/tst-sscanf.c (double_tests2): New tests.
24009 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
24011         [BZ #16037]
24012         * configure.ac: allow GNU Make 4.0 and greater.
24013         * configure: Regenerated.
24015 2013-10-30  Will Newton  <will.newton@linaro.org>
24017         [BZ #16038]
24018         * malloc/hooks.c (memalign_check): Limit alignment to the
24019         maximum representable power of two.
24020         * malloc/malloc.c (__libc_memalign): Likewise.
24021         * malloc/tst-memalign.c (do_test): Add test for very
24022         large alignment values.
24023         * malloc/tst-posix_memalign.c (do_test): Likewise.
24025 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
24027         [BZ #11087]
24028         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
24029         (munmap_chunk): Likewise.
24030         (mremap_chunk): Likewise.
24032 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
24034         [BZ #15799]
24035         * stdlib/div.c (div): Remove obsolete code.
24036         * stdlib/ldiv.c (ldiv): Likewise.
24037         * stdlib/lldiv.c (lldiv): Likewise.
24039 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
24041         [BZ #16071]
24042         * nss/nss_files/files-XXX.c (get_contents_ret): New
24043         enumerator.
24044         (get_contents): New function.
24045         (internal_getent): Use it.  Expand size of LINEBUFLEN.
24047 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
24049         * configure.in: Moved to ...
24050         * configure.ac: ... here. Change reference to configure.in
24051         to configure.ac.
24052         * sysdeps/arm/preconfigure.ac: ... here.
24053         configure.in to configure.ac.
24054         * sysdeps/gnu/configure.in: Moved to ...
24055         * sysdeps/gnu/configure.ac: ... here.
24056         * sysdeps/i386/configure.in: Moved to ...
24057         * sysdeps/i386/configure.ac: ... here.
24058         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
24059         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
24060         * sysdeps/mach/configure.in: Moved to ...
24061         * sysdeps/mach/configure.ac: ... here.
24062         * sysdeps/mach/hurd/configure.in: Moved to ...
24063         * sysdeps/mach/hurd/configure.ac: ... here.
24064         * sysdeps/powerpc/configure.in: Moved to ...
24065         * sysdeps/powerpc/configure.ac: ... here.
24066         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
24067         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
24068         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
24069         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
24070         * sysdeps/s390/s390-32/configure.in: Moved to ...
24071         * sysdeps/s390/s390-32/configure.ac: ... here.
24072         * sysdeps/s390/s390-64/configure.in: Moved to ...
24073         * sysdeps/s390/s390-64/configure.ac: ... here.
24074         * sysdeps/sh/configure.in: Moved to ...
24075         * sysdeps/sh/configure.ac: ... here.
24076         * sysdeps/sparc/configure.in: Moved to ...
24077         * sysdeps/sparc/configure.ac: ... here.
24078         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
24079         * sysdeps/unix/sysv/linux/configure.ac: ... here.
24080         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
24081         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
24082         * sysdeps/x86_64/configure.in: Moved to ...
24083         * sysdeps/x86_64/configure.ac: ... here.
24084         * sysdeps/x86_64/preconfigure.in: Moved to ...
24085         * sysdeps/x86_64/preconfigure.ac: ... here.
24086         * aclocal.m4: Change reference to configure.in to configure.ac.
24087         * config.h.in: Likewise.
24088         * manual/install.texi: Likewise.
24089         * manual/maint.texi: Likewise.
24090         * Makefile: Likewise.
24091         * malloc/Makefile: Likewise.
24092         * nscd/Makefile: Likewise.
24093         * Makeconfig: Change reference to configure.in and
24094         preconfigure.in to configure.ac and preconfigure.ac
24095         respectively.
24096         * INSTALL: Regenerated.
24097         * configure: Likewise.
24098         * sysdeps/gnu/configure: Likewise.
24099         * sysdeps/i386/configure: Likewise.
24100         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
24101         * sysdeps/mach/configure: Likewise.
24102         * sysdeps/mach/hurd/configure: Likewise.
24103         * sysdeps/powerpc/configure: Likewise.
24104         * sysdeps/powerpc/powerpc32/configure: Likewise.
24105         * sysdeps/powerpc/powerpc64/configure: Likewise.
24106         * sysdeps/s390/s390-32/configure: Likewise.
24107         * sysdeps/s390/s390-64/configure: Likewise.
24108         * sysdeps/sh/configure: Likewise.
24109         * sysdeps/sparc/configure: Likewise.
24110         * sysdeps/unix/sysv/linux/configure: Likewise.
24111         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
24112         * sysdeps/x86_64/configure: Likewise.
24113         * sysdeps/x86_64/preconfigure: Likewise.
24115 2013-10-29  Andreas Schwab  <schwab@suse.de>
24117         * stdio-common/Makefile (tst-swscanf-ENV): Define.
24119 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24121         * benchtests/pow-inputs: Add new inputs.
24123         * benchtests/exp-inputs: Add new inputs.
24125         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
24126         conditional check for return value.
24127         (__cos32): Likewise.
24129 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24131         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
24132         to provide a boost for large inputs with word alignment.
24133         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
24134         implementation based on optimized PPC64 strcpy.
24135         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
24136         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
24137         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
24138         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
24140 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
24142         [BZ #2801]
24143         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
24145 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
24147         [BZ #14876]
24148         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
24149         * time/tst-strptime.c (day_tests): Add testcase.
24151 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
24153         [BZ #14029]
24154         * manual/pattern.texi: Acknowledge that fnmatch can fail.
24156 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
24158         [BZ #16074]
24159         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
24160         MAP_FAILED on error.
24162 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
24164         [BZ #16072]
24165         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
24166         heap for large requests.
24168 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
24170         [BZ #9954]
24171         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
24172         result if the result has no associated interface.
24173         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
24174         interface for all 127.X.Y.Z addresses.
24176 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
24178         * locale/iso-639.def: Add Ligurian (lij)
24180 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
24182         [BZ #15825]
24183         * sunrpc/rpc_main.c: Document rpcgen -5.
24185 2013-10-19  Michael Stahl  <mstahl@redhat.com>
24187         * elf/rtld.c (do_preload): Print the reason why preloading failed.
24189 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
24191         [BZ #10278]
24192         * posix/glob.c: Match only directories when trailing slash is present.
24193         * posix/tst-gnuglob.c (my_opendir): Do not open files.
24194         (main): Add testcase.
24196 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
24198         [BZ #15670]
24199         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
24201 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
24203         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
24204         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
24205         AUTH_DES and cindex for FIPS 140-2.
24206         (DES Encryption): Add cindex FIPS 46-3.
24208         * locale/locarchive.h (struct locarhandle): Add fname.
24209         * locale/programs/localedef.c (main): Pass ARGV[remaining]
24210         if an optional argument was specified to --list-archive,
24211         otherwise NULL.
24212         * locale/programs/locarchive.c (show_archive_content): Take new
24213         argument fname and pass it via ah.fname to open_archive.
24214         * locale/programs/localedef.h: Update decl.
24215         (open_archive): If AH->fname is non-null, open that file
24216         rather than the default file name, and don't ignore ENOENT.
24217         (create_archive): Set AH.fname to NULL.
24218         (delete_locales_from_archive): Likewise.
24219         (add_locales_to_archive): Likewise.
24220         * locale/programs/locfile.c (write_all_categories): Likewise.
24222 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
24223             Aldy Hernandez  <aldyh@redhat.com>
24225         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
24226         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
24227         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
24228         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
24229         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
24230         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
24231         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
24232         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
24233         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
24234         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
24235         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
24236         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
24237         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
24238         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
24239         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
24240         Likewise.
24241         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
24242         Likewise.
24243         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
24244         Likewise.
24245         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
24246         Likewise.
24247         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
24248         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
24249         Likewise.
24250         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
24251         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
24252         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
24253         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
24254         Likewise.
24255         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
24256         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
24257         * sysdeps/powerpc/preconfigure: Likewise.
24258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
24259         Likewise.
24260         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
24261         Replace contents of file by #include of <fenv_libc.h>.
24262         * sysdeps/powerpc/soft-fp/sfp-machine.h
24263         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
24264         and <sys/prctl.h>.
24265         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
24266         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
24267         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
24268         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
24269         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
24270         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
24271         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
24272         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
24273         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
24274         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
24275         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
24276         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
24277         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
24278         Allow copysignl PLT reference to be missing.
24280 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
24281             Joseph Myers  <joseph@codesourcery.com
24283         [BZ #15948]
24284         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
24285         single character.
24286         (add_to_tablewc): Assert sequence of wide characters is nonempty.
24288 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24290         * elf/tst-tls-dlinfo.c: Don't include tls.h.
24291         * elf/tst-tls1.c: Likewise.
24292         * elf/tst-tls10.h: Likewise.
24293         * elf/tst-tls14.c: Likewise.
24294         * elf/tst-tls2.c: Likewise.
24295         * elf/tst-tls3.c: Likewise.
24296         * elf/tst-tls4.c: Likewise.
24297         * elf/tst-tls5.c: Likewise.
24298         * elf/tst-tls6.c: Likewise.
24299         * elf/tst-tls7.c: Likewise.
24300         * elf/tst-tls8.c: Likewise.
24301         * elf/tst-tls9.c: Likewise.
24302         * elf/tst-tlsmod1.c: Likewise.
24303         * elf/tst-tlsmod13.c: Likewise.
24304         * elf/tst-tlsmod13a.c: Likewise.
24305         * elf/tst-tlsmod14a.c: Likewise.
24306         * elf/tst-tlsmod16a.c: Likewise.
24307         * elf/tst-tlsmod16b.c: Likewise.
24308         * elf/tst-tlsmod2.c: Likewise.
24309         * elf/tst-tlsmod3.c: Likewise.
24310         * elf/tst-tlsmod4.c: Likewise.
24311         * elf/tst-tlsmod5.c: Likewise.
24312         * elf/tst-tlsmod6.c: Likewise.
24314 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
24316         [BZ #12486]
24317         * malloc/malloc.c: remove checks for statistics.
24319 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
24321         [BZ #15277]
24322         * inet/inet_net.c (inet_network): Detect additional invalid strings.
24323         * inet/tst-network.c: Add testcase.
24325 2013-10-17  Andreas Schwab  <schwab@suse.de>
24327         [BZ #15218]
24328         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
24329         to determine canonical name.
24331 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
24333         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
24334         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
24335         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
24336         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
24337         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
24338         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
24339         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
24340         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
24341         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
24342         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
24343         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
24344         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
24345         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
24346         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
24347         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
24348         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
24349         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
24350         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
24351         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
24352         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
24353         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
24354         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
24355         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
24356         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
24357         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
24358         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
24359         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
24360         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
24361         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
24362         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
24363         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
24364         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
24365         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
24366         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
24367         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
24368         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
24369         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
24370         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
24371         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
24372         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
24373         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
24374         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
24375         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
24376         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
24377         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
24378         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
24379         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
24380         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
24381         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
24382         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
24383         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
24384         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
24385         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
24386         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
24387         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24388         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
24389         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
24390         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
24392 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
24394         [BZ #16041]
24395         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
24396         make result into a quiet NaN.
24398 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
24400         * soft-fp/adddf3.c: Fix horizontal whitespace.
24401         * soft-fp/addsf3.c: Likewise.
24402         * soft-fp/addtf3.c: Likewise.
24403         * soft-fp/divdf3.c: Likewise.
24404         * soft-fp/divsf3.c: Likewise.
24405         * soft-fp/divtf3.c: Likewise.
24406         * soft-fp/double.h: Likewise.
24407         * soft-fp/eqdf2.c: Likewise.
24408         * soft-fp/eqsf2.c: Likewise.
24409         * soft-fp/eqtf2.c: Likewise.
24410         * soft-fp/extenddftf2.c: Likewise.
24411         * soft-fp/extended.h: Likewise.
24412         * soft-fp/extendsfdf2.c: Likewise.
24413         * soft-fp/extendsftf2.c: Likewise.
24414         * soft-fp/extendxftf2.c: Likewise.
24415         * soft-fp/fixdfdi.c: Likewise.
24416         * soft-fp/fixdfsi.c: Likewise.
24417         * soft-fp/fixdfti.c: Likewise.
24418         * soft-fp/fixsfdi.c: Likewise.
24419         * soft-fp/fixsfsi.c: Likewise.
24420         * soft-fp/fixsfti.c: Likewise.
24421         * soft-fp/fixtfdi.c: Likewise.
24422         * soft-fp/fixtfsi.c: Likewise.
24423         * soft-fp/fixtfti.c: Likewise.
24424         * soft-fp/fixunsdfdi.c: Likewise.
24425         * soft-fp/fixunsdfsi.c: Likewise.
24426         * soft-fp/fixunsdfti.c: Likewise.
24427         * soft-fp/fixunssfdi.c: Likewise.
24428         * soft-fp/fixunssfsi.c: Likewise.
24429         * soft-fp/fixunssfti.c: Likewise.
24430         * soft-fp/fixunstfdi.c: Likewise.
24431         * soft-fp/fixunstfsi.c: Likewise.
24432         * soft-fp/fixunstfti.c: Likewise.
24433         * soft-fp/floatdidf.c: Likewise.
24434         * soft-fp/floatdisf.c: Likewise.
24435         * soft-fp/floatditf.c: Likewise.
24436         * soft-fp/floatsidf.c: Likewise.
24437         * soft-fp/floatsisf.c: Likewise.
24438         * soft-fp/floatsitf.c: Likewise.
24439         * soft-fp/floattidf.c: Likewise.
24440         * soft-fp/floattisf.c: Likewise.
24441         * soft-fp/floattitf.c: Likewise.
24442         * soft-fp/floatundidf.c: Likewise.
24443         * soft-fp/floatundisf.c: Likewise.
24444         * soft-fp/floatunditf.c: Likewise.
24445         * soft-fp/floatunsidf.c: Likewise.
24446         * soft-fp/floatunsisf.c: Likewise.
24447         * soft-fp/floatunsitf.c: Likewise.
24448         * soft-fp/floatuntidf.c: Likewise.
24449         * soft-fp/floatuntisf.c: Likewise.
24450         * soft-fp/floatuntitf.c: Likewise.
24451         * soft-fp/fmadf4.c: Likewise.
24452         * soft-fp/fmasf4.c: Likewise.
24453         * soft-fp/fmatf4.c: Likewise.
24454         * soft-fp/gedf2.c: Likewise.
24455         * soft-fp/gesf2.c: Likewise.
24456         * soft-fp/getf2.c: Likewise.
24457         * soft-fp/ledf2.c: Likewise.
24458         * soft-fp/lesf2.c: Likewise.
24459         * soft-fp/letf2.c: Likewise.
24460         * soft-fp/muldf3.c: Likewise.
24461         * soft-fp/mulsf3.c: Likewise.
24462         * soft-fp/multf3.c: Likewise.
24463         * soft-fp/negdf2.c: Likewise.
24464         * soft-fp/negsf2.c: Likewise.
24465         * soft-fp/negtf2.c: Likewise.
24466         * soft-fp/op-1.h: Likewise.
24467         * soft-fp/op-2.h: Likewise.
24468         * soft-fp/op-4.h: Likewise.
24469         * soft-fp/op-8.h: Likewise.
24470         * soft-fp/op-common.h: Likewise.
24471         * soft-fp/quad.h: Likewise.
24472         * soft-fp/single.h: Likewise.
24473         * soft-fp/soft-fp.h: Likewise.
24474         * soft-fp/sqrtdf2.c: Likewise.
24475         * soft-fp/sqrtsf2.c: Likewise.
24476         * soft-fp/sqrttf2.c: Likewise.
24477         * soft-fp/subdf3.c: Likewise.
24478         * soft-fp/subsf3.c: Likewise.
24479         * soft-fp/subtf3.c: Likewise.
24480         * soft-fp/truncdfsf2.c: Likewise.
24481         * soft-fp/trunctfdf2.c: Likewise.
24482         * soft-fp/trunctfsf2.c: Likewise.
24483         * soft-fp/trunctfxf2.c: Likewise.
24484         * soft-fp/unorddf2.c: Likewise.
24485         * soft-fp/unordsf2.c: Likewise.
24486         * soft-fp/unordtf2.c: Likewise.
24488 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
24490         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
24491         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
24493 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
24495         * elf/dl-libc.c: Clear initfini list after freeing.
24497 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
24499         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
24500         * soft-fp/addsf3.c: Likewise.
24501         * soft-fp/addtf3.c: Likewise.
24502         * soft-fp/divdf3.c: Likewise.
24503         * soft-fp/divsf3.c: Likewise.
24504         * soft-fp/divtf3.c: Likewise.
24505         * soft-fp/double.h: Likewise.
24506         * soft-fp/eqdf2.c: Likewise.
24507         * soft-fp/eqsf2.c: Likewise.
24508         * soft-fp/eqtf2.c: Likewise.
24509         * soft-fp/extenddftf2.c: Likewise.
24510         * soft-fp/extended.h: Likewise.
24511         * soft-fp/extendsfdf2.c: Likewise.
24512         * soft-fp/extendsftf2.c: Likewise.
24513         * soft-fp/extendxftf2.c: Likewise.
24514         * soft-fp/fixdfdi.c: Likewise.
24515         * soft-fp/fixdfsi.c: Likewise.
24516         * soft-fp/fixdfti.c: Likewise.
24517         * soft-fp/fixsfdi.c: Likewise.
24518         * soft-fp/fixsfsi.c: Likewise.
24519         * soft-fp/fixsfti.c: Likewise.
24520         * soft-fp/fixtfdi.c: Likewise.
24521         * soft-fp/fixtfsi.c: Likewise.
24522         * soft-fp/fixtfti.c: Likewise.
24523         * soft-fp/fixunsdfdi.c: Likewise.
24524         * soft-fp/fixunsdfsi.c: Likewise.
24525         * soft-fp/fixunsdfti.c: Likewise.
24526         * soft-fp/fixunssfdi.c: Likewise.
24527         * soft-fp/fixunssfsi.c: Likewise.
24528         * soft-fp/fixunssfti.c: Likewise.
24529         * soft-fp/fixunstfdi.c: Likewise.
24530         * soft-fp/fixunstfsi.c: Likewise.
24531         * soft-fp/fixunstfti.c: Likewise.
24532         * soft-fp/floatdidf.c: Likewise.
24533         * soft-fp/floatdisf.c: Likewise.
24534         * soft-fp/floatditf.c: Likewise.
24535         * soft-fp/floatsidf.c: Likewise.
24536         * soft-fp/floatsisf.c: Likewise.
24537         * soft-fp/floatsitf.c: Likewise.
24538         * soft-fp/floattidf.c: Likewise.
24539         * soft-fp/floattisf.c: Likewise.
24540         * soft-fp/floattitf.c: Likewise.
24541         * soft-fp/floatundidf.c: Likewise.
24542         * soft-fp/floatundisf.c: Likewise.
24543         * soft-fp/floatunsidf.c: Likewise.
24544         * soft-fp/floatunsisf.c: Likewise.
24545         * soft-fp/floatuntidf.c: Likewise.
24546         * soft-fp/floatuntisf.c: Likewise.
24547         * soft-fp/floatuntitf.c: Likewise.
24548         * soft-fp/fmadf4.c: Likewise.
24549         * soft-fp/fmasf4.c: Likewise.
24550         * soft-fp/fmatf4.c: Likewise.
24551         * soft-fp/gedf2.c: Likewise.
24552         * soft-fp/gesf2.c: Likewise.
24553         * soft-fp/getf2.c: Likewise.
24554         * soft-fp/ledf2.c: Likewise.
24555         * soft-fp/lesf2.c: Likewise.
24556         * soft-fp/letf2.c: Likewise.
24557         * soft-fp/muldf3.c: Likewise.
24558         * soft-fp/mulsf3.c: Likewise.
24559         * soft-fp/multf3.c: Likewise.
24560         * soft-fp/negdf2.c: Likewise.
24561         * soft-fp/negsf2.c: Likewise.
24562         * soft-fp/negtf2.c: Likewise.
24563         * soft-fp/op-1.h: Likewise.
24564         * soft-fp/op-2.h: Likewise.
24565         * soft-fp/op-4.h: Likewise.
24566         * soft-fp/op-8.h: Likewise.
24567         * soft-fp/op-common.h: Likewise.
24568         * soft-fp/quad.h: Likewise.
24569         * soft-fp/single.h: Likewise.
24570         * soft-fp/soft-fp.h: Likewise.
24571         * soft-fp/sqrtdf2.c: Likewise.
24572         * soft-fp/sqrtsf2.c: Likewise.
24573         * soft-fp/sqrttf2.c: Likewise.
24574         * soft-fp/subdf3.c: Likewise.
24575         * soft-fp/subsf3.c: Likewise.
24576         * soft-fp/subtf3.c: Likewise.
24577         * soft-fp/truncdfsf2.c: Likewise.
24578         * soft-fp/trunctfdf2.c: Likewise.
24579         * soft-fp/trunctfsf2.c: Likewise.
24580         * soft-fp/trunctfxf2.c: Likewise.
24581         * soft-fp/unorddf2.c: Likewise.
24582         * soft-fp/unordsf2.c: Likewise.
24583         * soft-fp/unordtf2.c: Likewise.
24585 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
24587         [BZ #15672]
24588         * misc/error.c (error_tail): Fix possible buffer overflow.
24590 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
24592         [BZ #13028]
24593         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
24594         address.
24596 2013-10-14  P. J. McDermott  <pj@pehjota.net>
24598         [BZ #832]
24599         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
24600         testing pipefail option.
24602 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
24604         * soft-fp/double.h: Indent preprocessor directives inside #if.
24605         * soft-fp/extended.h: Likewise.
24606         * soft-fp/op-2.h: Likewise.
24607         * soft-fp/op-4.h: Likewise.
24608         * soft-fp/op-common.h: Likewise.
24609         * soft-fp/quad.h: Likewise.
24610         * soft-fp/single.h: Likewise.
24611         * soft-fp/soft-fp.h: Likewise.
24613 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
24615         * iconv/iconv_prog.c: Fix typos.
24616         * stdio-common/psiginfo-data.h: Likewise.
24618 2013-10-12   Reuben Thomas <rrt@sc3d.org>
24620         [BZ #15764]
24621         * locale/setlocale.c: Fix typo.
24623 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
24625         [BZ #16036]
24626         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
24627         signaling NaN arguments.
24628         * soft-fp/unordsf2.c (__unordsf2): Likewise.
24629         * soft-fp/unordtf2.c (__unordtf2): Likewise.
24631         [BZ #14910]
24632         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
24633         unordered operands.
24634         * soft-fp/gesf2.c (__gesf2): Likewise.
24635         * soft-fp/getf2.c (__getf2): Likewise.
24636         * soft-fp/ledf2.c (__ledf2): Likewise.
24637         * soft-fp/lesf2.c (__lesf2): Likewise.
24638         * soft-fp/letf2.c (__letf2): Likewise.
24640         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
24641         * soft-fp/eqsf2.c (__eqsf2): Likewise.
24642         * soft-fp/eqtf2.c (__eqtf2): Likewise.
24643         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
24644         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
24645         * soft-fp/fixdfti.c (__fixdfti): Likewise.
24646         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
24647         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
24648         * soft-fp/fixsfti.c (__fixsfti): Likewise.
24649         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
24650         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
24651         * soft-fp/fixtfti.c (__fixtfti): Likewise.
24652         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
24653         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
24654         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
24655         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
24656         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
24657         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
24658         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
24659         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
24660         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
24661         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
24662         * soft-fp/floatdisf.c (__floatdisf): Likewise.
24663         * soft-fp/floatsisf.c (__floatsisf): Likewise.
24664         * soft-fp/floattidf.c (__floattidf): Likewise.
24665         * soft-fp/floattisf.c (__floattisf): Likewise.
24666         * soft-fp/floattitf.c (__floattitf): Likewise.
24667         * soft-fp/floatundidf.c (__floatundidf): Likewise.
24668         * soft-fp/floatundisf.c (__floatundisf): Likewise.
24669         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
24670         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
24671         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
24672         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
24673         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
24674         * soft-fp/gesf2.c (__gesf2): Likewise.
24675         * soft-fp/getf2.c (__getf2): Likewise.
24676         * soft-fp/ledf2.c (__ledf2): Likewise.
24677         * soft-fp/lesf2.c (__lesf2): Likewise.
24678         * soft-fp/letf2.c (__letf2): Likewise.
24680         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
24681         Undefine and redefine.
24682         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
24683         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
24684         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
24685         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
24686         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24687         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
24688         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24689         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
24690         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24691         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
24692         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24693         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
24694         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24695         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
24696         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24698         [BZ #16032]
24699         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
24700         without decrementing exponent if mantissa >= that for the
24701         denominator, not >.
24702         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
24703         denominator, not >.  Decrement exponent in < case instead of
24704         incrementing in >= case.
24705         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
24706         without decrementing exponent if mantissa >= that for the
24707         denominator, not >.
24709         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
24710         computing saturated result for unsigned overflow.
24712 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24713             Jeff Law  <law@redhat.com>
24715         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
24716         (atan2Mp): Add systemtap probe marker.
24717         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
24718         (__ieee754_log): Add systemtap probe marker.
24719         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
24720         (atanMp): Add systemtap probe marker.
24721         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
24722         (tanMp): Add systemtap probe marker.
24723         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
24724         (__slowexp): Add systemtap probe marker.
24725         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
24726         (__slowpow): Add systemtap probe marker.
24727         * manual/probes.texi: Document probes.
24729 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
24731         [BZ #15362]
24732         * libio/fileops.c (_IO_new_file_write): Return count of bytes
24733         written.
24734         (_IO_new_file_xsputn): Don't return EOF if nothing has been
24735         written.
24736         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
24737         written to buffer but not flushed.
24738         * libio/iofwrite_u.c:  Likewise.
24739         * libio/iopadn.c:  Return bytes returned even if EOF was
24740         encountered.
24741         * libio/iowpadn.c:  Likewise.
24742         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
24743         if _IO_padn does not write the whole buffer.
24744         [!COMPILE_WPRINTF] (PAD): Likewise.
24746 2013-10-10  David S. Miller  <davem@davemloft.net>
24748         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
24749         directory block.
24751 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24753         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
24754         instead of FSF address.
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         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
24770         * soft-fp/fixdfti.c: Likewise.
24771         * soft-fp/fixsfti.c: Likewise.
24772         * soft-fp/fixtfti.c: Likewise.
24773         * soft-fp/fixunsdfti.c: Likewise.
24774         * soft-fp/fixunssfti.c: Likewise.
24775         * soft-fp/fixunstfti.c: Likewise.
24776         * soft-fp/floattidf.c: Likewise.
24777         * soft-fp/floattisf.c: Likewise.
24778         * soft-fp/floattitf.c: Likewise.
24779         * soft-fp/floatuntidf.c: Likewise.
24780         * soft-fp/floatuntisf.c: Likewise.
24781         * soft-fp/floatuntitf.c: Likewise.
24782         * soft-fp/trunctfxf2.c: Likewise.
24784 2013-10-10  David S. Miller  <davem@davemloft.net>
24786         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24788 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
24790         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
24791         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
24792         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
24793         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
24794         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
24795         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
24796         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
24798         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
24799         for NaNs before doing comparisons on argument.
24800         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
24801         Likewise.
24803 2013-10-10  Will Newton  <will.newton@linaro.org>
24805         * malloc/hooks.c (memalign_check): Ensure the value of bytes
24806         passed to _int_memalign does not overflow.
24808 2013-10-10  Torvald Riegel  <triegel@redhat.com>
24810         * scripts/bench.pl: Add include-sources directive.
24811         * benchtests/README: Update documentation.
24813 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24815         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
24816         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
24817         instead of FP_INIT_ROUNDMODE.
24818         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
24819         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
24821         [BZ #16034]
24822         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
24823         copy class of input value.
24824         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
24825         not handle exceptions.
24826         * soft-fp/negsf2.c (__negsf2): Likewise.
24827         * soft-fp/negtf2.c (__negtf2): Likewise.
24828         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
24830 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
24832         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
24833         semicolon.  From Linux kernel.
24835 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
24837         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
24839 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
24841         [BZ #156]
24842         * manual/socket.texi: Added statement about buffer
24843         for gethostbyname2_r.
24845 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
24847         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
24848         Use .p2align directive instead, throughout.
24849         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
24850         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
24851         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
24852         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
24853         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
24854         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
24855         * sysdeps/x86_64/strchr.S: Likewise.
24856         * sysdeps/x86_64/strrchr.S: Likewise.
24858 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24860         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
24862         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
24864         * sysdeps/generic/math_private.h (__mpsin1): Remove
24865         declaration.
24866         (__mpcos1): Likewise.
24867         (__mpsin): New argument __range_reduce.
24868         (__mpcos): Likewise.
24869         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24870         (slow): Use __mpsin and __mpcos.
24871         (slow1): Likewise.
24872         (slow2): Likewise.
24873         (sloww): Likewise.
24874         (sloww1): Likewise.
24875         (sloww2): Likewise.
24876         (bsloww): Likewise.
24877         (bsloww1): Likewise.
24878         (bsloww2): Likewise.
24879         (cslow2): Likewise.
24880         (csloww): Likewise.
24881         (csloww1): Likewise.
24882         (csloww2): Likewise.
24883         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
24884         range_reduce.  Merge in __mpsin1.
24885         (__mpcos): Likewise.
24886         (__mpsin1): Remove.
24887         (__mpcos1): Likewise.
24889 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
24891         * locale/loadlocale.c (_nl_intern_locale_data): Use
24892         LOCFILE_ALIGNED_P.
24893         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
24894         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
24895         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
24896         obstack data is appropriately aligned.
24897         (obstack_int32_grow_fast): Likewise.
24898         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
24899         * locale/programs/locfile.c (add_locale_uint32): Likewise.
24900         (add_locale_uint32_array): Likewise.
24902 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24904         * benchtests/Makefile: Remove ARGLIST and RET variables.
24905         ($(objpfx)bench-%.c): Pass only function name to the script.
24906         * benchtests/README: Update documentation.
24907         * benchtests/acos-inputs: Add new directives.
24908         * benchtests/acosh-inputs: Likewise.
24909         * benchtests/asin-inputs: Likewise.
24910         * benchtests/asinh-inputs: Likewise.
24911         * benchtests/atan-inputs: Likewise.
24912         * benchtests/atanh-inputs: Likewise.
24913         * benchtests/cos-inputs: Likewise.
24914         * benchtests/cosh-inputs: Likewise.
24915         * benchtests/exp-inputs: Likewise.
24916         * benchtests/log-inputs: Likewise.
24917         * benchtests/pow-inputs: Likewise.
24918         * benchtests/rint-inputs: Likewise.
24919         * benchtests/sin-inputs: Likewise.
24920         * benchtests/sinh-inputs: Likewise.
24921         * benchtests/tan-inputs: Likewise.
24922         * benchtests/tanh-inputs: Likewise.
24923         * scripts/bench.pl: Add support for new directives.
24925 2013-10-07  Alan Modra  <amodra@gmail.com>
24927         * README: Fix careless merge.
24929 2013-10-05  Alan Modra  <amodra@gmail.com>
24931         * NEWS: Mention powerpc64le support and bugs fixed.
24932         * README: Both big-endian and little-endian powerpc64 supported.
24934 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24936         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
24937         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
24938         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
24939         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
24941 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
24943         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
24944         match prototype.
24946 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
24948         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
24949         Move -mhard-float appending from
24950         ports/sysdeps/powerpc/powerpc32/Makefile.
24951         [$(with-fp) = yes] (ASFLAGS): Likewise.
24952         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
24953         * sysdeps/powerpc/nofpu: Move directory from
24954         ports/sysdeps/powerpc/nofpu.
24955         * sysdeps/powerpc/soft-fp: Move directory from
24956         ports/sysdeps/powerpc/soft-fp.
24957         * sysdeps/powerpc/powerpc32/405: Move directory from
24958         ports/sysdeps/powerpc/powerpc32/405.
24959         * sysdeps/powerpc/powerpc32/440: Move directory from
24960         ports/sysdeps/powerpc/powerpc32/440.
24961         * sysdeps/powerpc/powerpc32/464: Move directory from
24962         ports/sysdeps/powerpc/powerpc32/464.
24963         * sysdeps/powerpc/powerpc32/476: Move directory from
24964         ports/sysdeps/powerpc/powerpc32/476.
24965         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
24966         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
24967         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
24968         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
24969         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
24970         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
24971         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
24972         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
24973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
24974         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
24975         * README: Update for powerpc-*-linux-gnu software floating point
24976         support in libc.
24978         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
24979         case to powerpc/powerpc32*.
24980         * sysdeps/unix/sysv/linux/configure: Regenerated.
24982         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
24983         (_FPU_MASK_OM): Define as 0x04.
24984         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
24985         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
24986         0x00c10080.
24987         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
24988         0x0000003c.
24989         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
24991         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
24992         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24993         getcontext_e500.
24994         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
24995         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24996         setcontext_e500.
24997         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
24998         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
24999         and setcontext_e500.
25001 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
25003         * locale/iso-3166.def: Update iso-1366.def and related occurrences
25005 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25007         * manual/threads.texi (Default Thread Attributes): Fix typo.
25009 2013-10-04  Will Newton  <will.newton@linaro.org>
25011         * malloc/Makefile: Add tst-memalign.
25012         * malloc/tst-memalign.c: New file.
25014         * malloc/tst-posix_memalign.c: Add comments.
25015         (do_test): Add comments and call free on all potentially
25016         allocated pointers. Add space after cast.
25018         * malloc/tst-pvalloc.c: Add comments.
25019         (do_test): Add comments and call free on all potentially
25020         allocated pointers. Remove duplicate check for NULL pointer.
25021         Add space after cast.
25023         * malloc/tst-valloc.c: Add comments.
25024         (do_test): Add comments and call free on all potentially
25025         allocated pointers. Remove duplicate check for NULL pointer.
25026         Add space after cast.
25028 2013-10-04  Alan Modra  <amodra@gmail.com>
25030         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
25031         Use stdint types in rather than __attribute__((mode())).
25032         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
25034 2013-10-04  Alan Modra  <amodra@gmail.com>
25036         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
25037         Correct handling of unaligned relocs for little-endian.
25038         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
25040 2013-10-04  Alan Modra  <amodra@gmail.com>
25042         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
25043         * configure: Regenerate.
25044         * nptl/shlib-versions: Powerpc*le starts at 2.18.
25045         * shlib-versions: Likewise.
25047 2013-10-04  Alan Modra  <amodra@gmail.com>
25049         * string/tester.c (test_memrchr): Increment reported test cycle.
25051 2013-10-04  Alan Modra  <amodra@gmail.com>
25053         * string/test-memcpy.c (do_one_test): When reporting errors, print
25054         string address and don't overrun end of string.
25056 2013-10-04  Alan Modra  <amodra@gmail.com>
25058         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
25059         insrdi.  Make better use of reg selection to speed exit slightly.
25060         Schedule entry path a little better.  Remove useless "are we done"
25061         checks on entry to main loop.  Handle wrapping around zero address.
25062         Correct main loop count.  Handle single left-over word from main
25063         loop inline rather than by using loop_small.  Remove extra word
25064         case in loop_small caused by wrong loop count.  Add little-endian
25065         support.
25066         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
25067         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
25068         cache hint.
25069         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
25070         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
25071         support.  Avoid rlwimi.
25072         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
25074 2013-10-04  Alan Modra  <amodra@gmail.com>
25076         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
25077         insrdi.  Formatting.
25078         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
25079         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
25080         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
25081         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
25082         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
25083         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
25085 2013-10-04  Alan Modra  <amodra@gmail.com>
25087         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
25088         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25089         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
25090         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
25091         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
25092         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25093         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25094         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
25095         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
25096         use of regs.  Use power7 mtocrf.  Tidy function tails.
25098 2013-10-04  Alan Modra  <amodra@gmail.com>
25100         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
25101         Formatting.  Consistently use rXXX register defines or rN defines.
25102         Use early exit labels that avoid restoring unused non-volatile regs.
25103         Make cr field use more consistent with rWORDn compares.  Rename
25104         regs used as shift registers for unaligned loop, using rN defines
25105         for short lifetime/multiple use regs.
25106         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25107         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
25108         addi 1,1,64 to pop stack frame.  Simplify return value code.
25109         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25111 2013-10-04  Alan Modra  <amodra@gmail.com>
25113         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
25114         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
25115         rather than rlwimi.
25116         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
25117         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
25118         little-endian support.  Correct typos.
25119         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
25120         rather than rlwimi.
25121         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
25122         in loop and entry code to keep "and." results.
25123         (strchr): Add little-endian support.  Comment.  Move cntlzd
25124         earlier in tail.
25125         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
25127 2013-10-04  Alan Modra  <amodra@gmail.com>
25129         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
25130         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
25131         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
25132         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
25134 2013-10-04  Alan Modra  <amodra@gmail.com>
25136         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
25137         (rTMP): Define as r11.
25138         (strcmp): Add little-endian support.  Optimise tail.
25139         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
25140         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25141         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
25142         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
25143         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
25144         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
25145         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
25147 2013-10-04  Alan Modra  <amodra@gmail.com>
25149         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
25150         little-endian support.  Remove unnecessary "are we done" tests.
25151         Handle "s" wrapping around zero and extremely large "size".
25152         Correct main loop count.  Handle single left-over word from main
25153         loop inline rather than by using small_loop.  Correct comments.
25154         Delete "zero" tail, use "end_max" instead.
25155         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
25157 2013-10-04  Alan Modra  <amodra@gmail.com>
25159         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
25160         support.  Don't branch over align.
25161         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
25162         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
25163         support.  Rearrange tmp reg use to suit.  Comment.
25164         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
25166 2013-10-04  Alan Modra  <amodra@gmail.com>
25168         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
25170 2013-10-04  Alan Modra  <amodra@gmail.com>
25172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
25173         conditional form of branch and link when obtaining pc.
25174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
25176 2013-10-04  Alan Modra  <amodra@gmail.com>
25178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
25179         HIWORD/LOWORD.
25180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
25181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
25183 2013-10-04  Alan Modra  <amodra@gmail.com>
25185         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
25186         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
25187         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
25188         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
25189         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
25190         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
25191         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
25192         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
25193         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
25194         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
25196 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25197             Alistair Popple <alistair@ozlabs.au.ibm.com>
25198             Alan Modra <amodra@gmail.com>
25200         [BZ #15723]
25201         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
25202         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
25203         _dl_hwcap access for little-endian.
25204         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
25205         destroy vmx regs when saving unaligned.
25206         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
25207         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
25208         destroy vmx regs when saving unaligned.
25210 2013-10-04  Alan Modra  <amodra@gmail.com>
25212         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
25213         Don't use a union to pack hi/low value.
25215 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25217         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
25218         for little-endian.
25219         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
25220         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
25221         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
25222         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
25223         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
25225 2013-10-04  Alan Modra  <amodra@gmail.com>
25227         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
25228         constants to usual value for .cst8 section, and remove redundant
25229         high address load.
25230         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
25231         constant for 0x1p52.  Load little-endian words of double from
25232         correct stack offsets.
25234 2013-10-04  Alan Modra  <amodra@gmail.com>
25236         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
25237         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
25238         words of double from correct stack offsets.
25239         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
25240         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
25241         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
25242         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
25243         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
25244         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
25245         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
25246         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
25247         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
25248         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
25249         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
25250         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
25251         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
25252         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
25253         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
25254         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
25255         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
25257 2013-10-04  Alan Modra  <amodra@gmail.com>
25259         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
25260         64-bit int/double union.
25261         (_FPU_SETCW): Likewise.
25262         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
25263         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
25265 2013-10-04  Alan Modra  <amodra@gmail.com>
25267         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
25268         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
25270 2013-10-04  Alan Modra  <amodra@gmail.com>
25272         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
25273         use vector int constants.
25274         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
25276 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25278         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
25279         array with long long.
25280         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
25281         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
25282         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
25283         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
25284         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
25285         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
25286         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
25287         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
25288         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
25289         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
25290         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
25291         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
25292         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
25294 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25296         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
25297         (__signbit): Likewise.  Correct for little-endian.
25298         (__signbitl): Call __signbit.
25299         (lrint): Correct for little-endian.
25300         (lrintf): Call lrint.
25302 2013-10-04  Alan Modra  <amodra@gmail.com>
25304         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
25305         union 32-bit int array member with 64-bit int array.
25306         (t515, tm256): Double rather than long double.
25307         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
25309 2013-10-04  Alan Modra  <amodra@gmail.com>
25311         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
25312         Delete.
25313         (IEEE854_LONG_DOUBLE_BIAS): Delete.
25314         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
25315         version of math_ldbl.h.
25317 2013-10-04  Alan Modra  <amodra@gmail.com>
25319         [BZ #15734], [BZ #15735]
25320         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
25321         all uses of ieee875 long double macros and unions.  Simplify test
25322         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
25323         ldbl_extract_mantissa value for ix,iy exponents.  Properly
25324         normalize after ldbl_extract_mantissa, and don't add hidden bit
25325         already handled.  Don't treat low word of ieee854 mantissa like
25326         low word of IBM long double and mask off bit when testing for
25327         zero.
25328         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
25329         all uses of ieee875 long double macros and unions.  Simplify tests
25330         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
25331         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
25332         two1022, instead use their values.  Recognise that tests for large
25333         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
25334         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
25335         Rewrite all uses of ieee875 long double macros and unions.  Simplify
25336         test for 0.0L and nan.  Correct negation.
25337         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
25338         ieee875 long double macros and unions.  Correct output for large
25339         magnitude x.  Correct absolute value calculation.
25340         (__erfcl): Likewise.
25341         * math/libm-test.inc: Add tests for errors discovered in IBM long
25342         double versions of fmodl, remainderl, erfl and erfcl.
25344 2013-10-04  Alan Modra  <amodra@gmail.com>
25346         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
25347         all uses of ieee854 long double macros and unions.  Simplify tests
25348         for long doubles that are fully specified by the high double.
25349         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
25350         Likewise.
25351         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
25352         Remove dead code too.
25353         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
25354         (__ieee754_ynl): Likewise.
25355         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
25356         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
25357         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
25358         Remove dead code too.
25359         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
25360         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
25361         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
25362         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
25363         Simplify.
25364         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
25365         Simplify.
25366         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
25367         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
25368         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
25369         Comment on variable precision.
25370         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
25371         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
25372         Likewise.
25373         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
25374         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
25375         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
25376         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
25377         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
25379 2013-10-04  Alan Modra  <amodra@gmail.com>
25381         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
25382         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
25383         all uses of ieee854 long double macros and unions.
25384         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
25385         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
25386         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
25387         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
25388         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
25389         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
25390         Likewise.
25391         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
25392         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
25393         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
25394         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
25395         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
25396         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
25397         Simplify sign and nan test too.
25398         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
25399         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
25400         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
25401         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
25402         Likewise.
25403         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
25404         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
25405         Likewise.
25406         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
25407         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
25408         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
25409         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
25410         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
25411         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
25413 2013-10-04  Alan Modra  <amodra@gmail.com>
25415         * stdio-common/printf_size.c (__printf_size): Don't use
25416         union ieee854_long_double in fpnum union.
25417         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
25418         signbit macro to retrieve sign from long double.
25419         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
25420         retrieve sign from long double.
25421         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
25422         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
25423         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
25424         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
25425         * math/test-misc.c (main): Don't use union ieee854_long_double.
25427 2013-10-04  Alan Modra  <amodra@gmail.com>
25429         [BZ #15680]
25430         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
25431         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
25432         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
25433         calculation.  Remove unnecessary test for denormal exponent.
25434         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
25435         Correct handling of denormals.  Avoid undefined shift behaviour.
25436         Correct normalisation of low mantissa when low double is denormal.
25437         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
25438         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
25439         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
25440         Correct normalisation of low mantissa.  Test for overflow of high
25441         mantissa and normalise.
25442         (ldbl_nearbyint): Use more readable constant for two52.
25443         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
25444         (__mpn_construct_long_double): Fix test for overflow of high
25445         mantissa and correct normalisation.  Avoid undefined shift.
25447 2013-10-04  Alan Modra  <amodra@gmail.com>
25449         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25450         (union ibm_extended_long_double): Define as an array of ieee754_double.
25451         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
25452         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
25453         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
25454         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
25455         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25456         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
25457         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25458         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
25459         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
25460         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
25461         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
25463 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
25465         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
25466         page size instead of calling getpagesize.
25468         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
25469         (LOCFILE_ALIGN_MASK): Likewise.
25470         (LOCFILE_ALIGN_UP): Likewise.
25471         (LOCFILE_ALIGNED_P): Likewise.
25472         * locale/programs/ld-collate.c (collate_output): Use the new
25473         macros instead of __alignof__ (int32_t).
25474         * locale/weight.h (findidx): Likewise.
25476 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
25478         [BZ #431]
25479         * manual/string.texi: Fix strncat and wcsncat.
25481 2013-10-03  Brooks Moses  <bmoses@google.com>
25483         [BZ #15915]
25484         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
25485         * Makerules: ...here, and adjust associated comments.
25487 2013-10-02  Will Newton  <will.newton@linaro.org>
25489         * malloc/Makefile: Add tst-pvalloc.
25490         * malloc/tst-pvalloc.c: New file.
25492 2013-10-02  Will Newton  <will.newton@linaro.org>
25494         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
25495         improve test coverage.
25497 2013-10-02  Will Newton  <will.newton@linaro.org>
25499         * malloc/Makefile: Add tst-posix_memalign.
25500         * malloc/tst-posix_memalign.c: New file.
25502 2013-10-01  Eric Blake  <eblake@redhat.com>
25504         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
25505         Use __THROWNL rather than __THROW on static functions.
25507 2013-09-30  Petr Machata  <pmachata@redhat.com>
25509         * elf/elf.h (R_AARCH64_ABS16): New macro.
25510         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
25511         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
25512         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
25513         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
25514         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
25515         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
25516         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
25517         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
25518         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
25519         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
25520         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
25521         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
25522         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
25523         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
25524         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
25525         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
25526         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
25527         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
25528         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
25529         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
25530         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
25531         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
25532         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
25533         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
25534         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
25535         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
25536         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
25537         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
25538         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
25539         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
25540         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
25541         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
25542         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
25543         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
25544         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
25545         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
25546         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
25547         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
25548         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
25549         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
25550         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
25551         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
25552         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
25553         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
25554         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
25555         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
25556         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
25557         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
25558         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
25559         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
25560         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
25561         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
25562         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
25563         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
25564         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
25565         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
25566         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
25567         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
25568         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
25569         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
25570         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
25571         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
25572         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
25573         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
25574         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
25575         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
25576         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
25577         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
25578         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
25579         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
25580         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
25581         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
25582         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
25583         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
25584         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
25585         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
25586         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
25587         (R_AARCH64_TLSDESC_LDR): Likewise.
25588         (R_AARCH64_TLSDESC_ADD): Likewise.
25589         (R_AARCH64_TLSDESC_CALL): Likewise.
25591 2013-09-30  Andreas Schwab  <schwab@suse.de>
25593         [BZ #15048]
25594         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
25595         the nss database lookup.
25596         * nscd/initgrcache.c (addinitgroupsX): Likewise.
25597         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25599 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
25601         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
25603 2013-09-28  P. J. McDermott  <pj@pehjota.net>
25605         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
25606         ${Bash-specific parameter/pattern/string} parameter expansion.
25607         * sysdeps/unix/make-syscalls.sh: Likewise.
25609 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25611         * sysdeps/sh/stackguard-macros.h: New file.
25613 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
25615         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
25616         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
25617         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
25618         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
25619         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25620         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
25622 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25624         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
25625         Fix thread ID register.
25627 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
25629         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
25630         [POSIX || UNIX98]: Require rather than permitting all symbols from
25631         <time.h>.
25632         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
25633         element of struct sched_param.
25634         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
25635         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
25636         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
25637         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
25638         constant.
25640 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
25642         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
25643         argument calculation.
25645 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
25647         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
25648         Expect macro.
25649         [POSIX] (pthread_attr_t): Do not require type.
25650         [POSIX] (pthread_cond_t): Likewise.
25651         [POSIX] (pthread_condattr_t): Likewise.
25652         [POSIX] (pthread_key_t): Likewise.
25653         [POSIX] (pthread_mutex_t): Likewise.
25654         [POSIX] (pthread_mutexattr_t): Likewise.
25655         [POSIX] (pthread_once_t): Likewise.
25656         [POSIX] (pthread_t): Likewise.
25657         [POSIX-based standards] (pthread_atfork): Expect function.
25659 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
25660             Richard Sandiford  <richard@codesourcery.com>
25662         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
25663         (swap_endianness_p): New extern variable.
25664         (set_big_endian): New inline function.
25665         (maybe_swap_uint32): Likewise.
25666         (maybe_swap_uint32_array): Likewise.
25667         (maybe_swap_uint32_obstack): Likewise.
25668         * locale/programs/locfile.c: Include <stdbool.h>.
25669         (swap_endianness_p): New variable.
25670         (add_locale_uint32): Call maybe_swap_uint32.
25671         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
25672         (write_locale_data): Call maybe_swap_uint32_array.
25673         * locale/programs/ld-collate.c (obstack_int32_grow): Call
25674         maybe_swap_uint32.
25675         (obstack_int32_grow_fast): Likewise.
25676         (output_weightwc): Call maybe_swap_uint32_obstack.
25677         (collate_output): Likewise.
25678         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
25679         (OPT_LITTLE_ENDIAN): Likewise.
25680         (options): Add --little-endian and --big-endian options.
25681         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
25682         * locale/programs/locarchive.c: Include "locfile.h".
25683         (GET): New macro.
25684         (SET): Likewise.
25685         (INC): Likewise.
25686         (create_archive): Use the new macros to access fields of
25687         structures directly mapped from or written to locale archives.
25688         (oldlocrecentcmp): Likewise.
25689         (enlarge_archive): Likewise.
25690         (insert_name): Likewise.
25691         (add_alias): Likewise.
25692         (add_locale): Likewise.
25693         (delete_locales_from_archive): Likewise.
25694         (show_archive_content): Likewise.
25695         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
25696         locale data.
25698 2013-09-24  Roland McGrath  <roland@hack.frob.com>
25700         * manual/freemanuals.texi: Updated from (newly) canonical copy at
25701         http://www.gnu.org/doc/freemanuals.texi.
25702         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
25704 2013-09-24  Will Newton  <will.newton@linaro.org>
25706         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
25707         macro.
25709 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
25711         * locale/hashval.h (compute_hashval): Interpret bytes of key as
25712         unsigned char.
25714 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
25716         * manual/threads.texi (POSIX Threads): Fix a typo.
25718 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
25720         [BZ #14547]
25721         * string/tst-strcoll-overflow.c: New test case.
25722         * string/Makefile (xtests): Add tst-strcoll-overflow.
25723         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
25724         cache if string sizes may cause integer overflow.
25726         [BZ #14547]
25727         * string/strcoll_l.c (coll_seq): New members rule, idx,
25728         save_idx and back_us.
25729         (get_next_seq_nocache): New function.
25730         (do_compare_nocache): New function.
25731         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
25732         when malloc fails.
25734 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
25736         [BZ #15754]
25737         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
25738         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
25739         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
25741         [BZ #15754]
25742         * elf/Makefile (tests): Add tst-ptrguard1.
25743         (tests-static): Add tst-ptrguard1-static.
25744         (tst-ptrguard1-ARGS): Define.
25745         (tst-ptrguard1-static-ARGS): Define.
25746         * elf/tst-ptrguard1.c: New file.
25747         * elf/tst-ptrguard1-static.c: New file.
25748         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
25749         * sysdeps/i386/stackguard-macros.h: Likewise.
25750         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
25751         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
25752         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
25753         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
25754         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
25755         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
25757 2013-09-23  Hector Marco  <hecmargi@upv.es>
25758             Ismael Ripoll  <iripoll@disca.upv.es>
25759             Carlos O'Donell  <carlos@redhat.com>
25761         [BZ #15754]
25762         * sysdeps/generic/stackguard-macros.h: Define
25763         __pointer_chk_guard_local and POINTER_CHK_GUARD.
25764         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
25765         Define __pointer_chk_guard_local.
25766         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
25767         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
25769 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
25771         [BZ #15859]
25772         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
25774 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
25776         * include/string.h (__ffs): Declare as hidden.
25777         * string/ffs.c (__ffs): Define as hidden.
25778         * sysdeps/i386/ffs.c (__ffs): Likewise.
25779         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
25780         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
25781         * sysdeps/s390/ffs.c (__ffs): Likewise.
25782         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
25784 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
25786         * NEWS: Mention malloc probes.
25788         * malloc/arena.c (new_heap): New memory_heap_new probe.
25789         (grow_heap): New memory_heap_more probe.
25790         (shrink_heap): New memory_heap_less probe.
25791         (heap_trim): New memory_heap_free probe.
25792         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
25793         (systrim): New memory_sbrk_less probe.
25794         * manual/probes.texi: Document them.
25796         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
25797         * manual/probes.texi: Document it.
25799         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
25800         (__libc_realloc): Add memory_realloc_retry probe.
25801         (__libc_memalign): Add memory_memalign_retry probe.
25802         (__libc_valloc): Add memory_valloc_retry probe.
25803         (__libc_pvalloc): Add memory_pvalloc_retry probe.
25804         (__libc_calloc): Add memory_calloc_retry probe.
25805         * manual/probes.texi: Document them.
25807         * malloc/arena.c (get_free_list): Add probe
25808         memory_arena_reuse_free_list.
25809         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
25810         and memory_arena_reuse.
25811         (arena_get2) [!PER_THREAD]: Likewise.
25812         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
25813         memory_arena_reuse_realloc.
25814         * manual/probes.texi: Document them.
25816         * malloc/malloc.c (__libc_free): Add
25817         memory_mallopt_free_dyn_thresholds probe.
25818         (__libc_mallopt): Add multiple memory_mallopt probes.
25819         * manual/probes.texi: Document them.
25821         * malloc/malloc.c: Include stap-probe.h.
25822         (__libc_mallopt): Add memory_mallopt probe.
25823         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
25824         * manual/probes.texi: New.
25825         * manual/Makefile (chapters): Add probes.
25826         * manual/threads.texi: Set next node.
25828 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
25830         [BZ #15963, #13985]
25831         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
25832         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
25833         Add `Chinese' to `nan' entry name.
25835 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25837         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
25838         (POLYNOMIAL): Likewise.
25839         (TAYLOR_SINCOS): Likewise.
25840         (TAYLOR_SLOW): Likewise.
25841         (__sin): Use TAYLOR_SINCOS.
25842         (__cos): Likewise.
25843         (slow): Use TAYLOR_SLOW.
25844         (sloww): Likewise.
25845         (bsloww): Likewise.
25846         (csloww): Likewise.
25848 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25850         * stdlib/strtod_l.c: Fix buffer overrun.
25852 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25854         * benchtests/Makefile (bench): Add sincos.
25855         * benchtests/bench-sincos.c: New file.
25857         * math/libm-test.inc (cos_test_data): New test inputs.
25858         (sin_test_data): Likewise.
25860         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
25861         macro.
25862         (__sin): Use it.
25863         (__cos): Likewise.
25864         (slow1): Likewise.
25865         (slow2): Likewise.
25866         (sloww1): Likewise.
25867         (sloww2): Likewise.
25868         (bsloww1): Likewise.
25869         (bsloww2): Likewise.
25870         (cslow2): Likewise.
25871         (csloww1): Likewise.
25872         (csloww2): Likewise.
25874         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
25875         function.
25876         (__sin): Use it.
25877         (__cos): Likewise.
25879         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
25880         gotos.
25881         (__cos): Likewise.
25883 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
25885         * config.h.in (HAVE_MIPS_NAN2008): New macro.
25886         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
25887         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
25888         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
25889         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
25890         * elf/cache.c (print_entry): Handle the new cache flags.
25892 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25893             Aldy Hernandez  <aldyh@redhat.com>
25895         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
25896         Change condition to [_SOFT_FLOAT].
25897         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
25898         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
25899         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
25900         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
25901         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
25902         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
25903         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
25904         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
25905         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
25906         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
25907         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
25908         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
25909         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
25910         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
25911         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
25912         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
25913         declaration.
25915 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25917         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
25918         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25919         (__longjmp): Use LOAD_GP to load saved GPRs.
25920         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
25921         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25922         (__sigsetjmp): Use SAVE_GP to save GPRs.
25924         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
25925         Do not append -msoft-float.
25926         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
25928 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25930         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
25932 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
25934         [BZ #15966]
25935         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
25936         (_FPU_GETCW): Use initial "__" on variable and field names but not
25937         on macro parameter name.
25938         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
25939         parentheses around reference to macro parameter.
25941 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
25943         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
25944         prototype.
25945         (ctype_startup): Use uint32_t in cast and sizeof for
25946         ctype->charnames.
25948 2013-09-11  Jia Liu  <proljc@gmail.com>
25950         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
25951         __daddr_t_defined.
25952         [__FreeBSD__]: Likewise.
25954 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
25956         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
25957         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
25958         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
25959         (strchr): Remove __strchr_sse42 ifunc selection.
25960         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
25961         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
25963 2013-09-11  Will Newton  <will.newton@linaro.org>
25965         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
25966         parameter to RES. Remove hardcoded 1000 value.
25967         * benchtests/bench-skeleton.c (main): Pass RES parameter
25968         to TIMING_INIT and multiply result by 1000.
25970 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25972         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25974 2013-09-11  Andreas Schwab  <schwab@suse.de>
25976         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
25977         if not defined.
25978         (O_TMPFILE) [__USE_GNU]: Define.
25979         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
25980         Define.
25982 2013-09-11  Will Newton  <will.newton@linaro.org>
25984         [BZ #15857]
25985         * malloc/malloc.c (__libc_memalign): Check the value of bytes
25986         does not overflow.
25988 2013-09-11  Will Newton  <will.newton@linaro.org>
25990         [BZ #15856]
25991         * malloc/malloc.c (__libc_valloc): Check the value of bytes
25992         does not overflow.
25994 2013-09-11  Will Newton  <will.newton@linaro.org>
25996         [BZ #15855]
25997         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
25998         does not overflow.
26000 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
26002         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
26003         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
26004         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
26005         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
26006         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
26008 2013-09-10  Allan McRae  <allan@archlinux.org>
26010         [BZ #15748]
26011         * manual/arith.texi (Parsing of Floats): Clarify
26012         cross-reference.
26014         [BZ #15849]
26015         * manual/install.texi (Running make install): Mention
26016         --enable-pt-chown.
26017         * INSTALL: Regenerated.
26019 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
26021         * csu/init-first.c (_init): Remove the !SHARED condition around
26022         FPU control word initialization.
26023         * elf/dl-support.c (_dl_fpu_control): New variable.
26024         (_dl_aux_init) <AT_FPUCW>: Initialize it.
26025         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
26026         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
26027         * math/test-fpucw-static.c: New file.
26028         * math/test-fpucw-ieee.c: New file.
26029         * math/test-fpucw-ieee-static.c: New file.
26030         * math/Makefile (tests): Add `test-fpucw-ieee' and
26031         `$(tests-static)'.
26032         (tests-static): New variable.
26033         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
26034         dependency to...
26035         [($(build-shared),yes)]
26036         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
26037         ... this.
26038         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
26039         New dependency.
26041 2013-09-09  Allan McRae  <allan@archlinux.org>
26043         [BZ #15939]
26044         * manual/string.texi (Collation Functions): Fix typo in
26045         strcoll example.
26046         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
26048         [BZ #15893]
26049         * stdlib/isomac.c (get_null_defines): Fix memory leak.
26051         [BZ #15892]
26052         * libio/memstream.c (open_memstream): Fix memory leak.
26053         * libio/wmemstream.c (open_wmemstream): Likewise.
26055         [BZ #15895]
26056         * nscd/netgroupcache.c: Fix nesting of ifdefs.
26058 2013-09-09  Will Newton  <will.newton@linaro.org>
26060         * malloc/Makefile: Add tst-realloc to tests.
26061         * malloc/tst-realloc.c: New file.
26063 2013-09-09  Allan McRae  <allan@archlinux.org>
26065         [BZ #15844]
26066         * COPYING: Update from GNU website to fix FSF address.
26067         * COPYING.LIB: Likewise.
26069 2013-09-06  David S. Miller  <davem@davemloft.net>
26071         * po/zh_TW.po: Update Chinese (traditional) translation from
26072         translation project.
26074 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
26075             Joseph Myers  <joseph@codesourcery.com>
26077         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
26078         "localeinfo.h".
26079         (obstack_chunk_alloc): New macro.
26080         (obstack_chunk_free): Likewise.
26081         (record_offset): New function.
26082         (init_locale_data): Likewise.
26083         (align_locale_data): Likewise.
26084         (add_locale_empty): Likewise.
26085         (add_locale_raw_data): Likewise.
26086         (add_locale_raw_obstack): Likewise.
26087         (add_locale_string): Likewise.
26088         (add_locale_wstring): Likewise.
26089         (add_locale_uint32): Likewise.
26090         (add_locale_uint32_array): Likewise.
26091         (add_locale_char): Likewise.
26092         (start_locale_structure): Likewise.
26093         (end_locale_structure): Likewise.
26094         (start_locale_prelude): Likewise.
26095         (end_locale_prelude): Likewise.
26096         (write_locale_data): Take locale_file structure rather than an
26097         iovec.
26098         * locale/programs/locfile.h: Include "obstack.h".
26099         (struct locale_file): Change to store locale file contents instead
26100         of header.
26101         (init_locale_data): New prototype.
26102         (align_locale_data): Likewise.
26103         (add_locale_empty): Likewise.
26104         (add_locale_raw_data): Likewise.
26105         (add_locale_raw_obstack): Likewise.
26106         (add_locale_string): Likewise.
26107         (add_locale_wstring): Likewise.
26108         (add_locale_uint32): Likewise.
26109         (add_locale_uint32_array): Likewise.
26110         (add_locale_char): Likewise.
26111         (start_locale_structure): Likewise.
26112         (end_locale_structure): Likewise.
26113         (start_locale_prelude): Likewise.
26114         (end_locale_prelude): Likewise.
26115         (write_locale_data): Update prototype.
26116         * locale/programs/3level.h (struct TABLE): Remove result field.
26117         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
26118         Use new locale_file interface.
26119         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
26120         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
26121         * locale/programs/ld-address.c (address_output): Use new
26122         locale_file interface.
26123         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
26124         NO_ADD_LOCALE.
26125         (collate_finish): Don't call collseq_table_finalize.
26126         (collate_output): Use new locale_file interface.
26127         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
26128         in file.
26129         (NO_FINALIZE): Change to NO_ADD_LOCALE.
26130         (TABLE): Move defines earlier in file.
26131         (ELEMENT): Likewise.
26132         (DEFAULT): Likewise.
26133         (wctrans_table_add): Move macro and inline function earlier in
26134         file.
26135         (struct wctype_table): Move type earlier in file.
26136         (add_locale_wctype_table): New static prototype.
26137         (struct locale_ctype_t): Use logical types instead of struct iovec
26138         pointers for members.
26139         (ctype_output): Use new locale_file interface.
26140         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
26141         new locale_file interface.
26142         (allocate_arrays): Update for use of new locale_file interface.
26143         * locale/programs/ld-identification.c (identification_output): Use
26144         new locale_file interface.
26145         * locale/programs/ld-measurement.c (measurement_output): Likewise.
26146         * locale/programs/ld-messages.c (messages_output): Likewise.
26147         * locale/programs/ld-monetary.c (monetary_output): Likewise.
26148         * locale/programs/ld-name.c (name_output): Likewise.
26149         * locale/programs/ld-numeric.c (numeric_output): Likewise.
26150         * locale/programs/ld-paper.c (paper_output): Likewise.
26151         * locale/programs/ld-telephone.c (telephone_output): Likewise.
26152         * locale/programs/ld-time.c (time_output): Likewise.
26154 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26156         * benchtests/Makefile: Add memrchr benchmark.
26157         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
26158         benchmark as memrchr.
26159         * benchtests/bench-memrchr-ifunc.c: New file.
26160         * benchtests/bench-memrchr.c: New file.
26162 2013-09-06   Will Newton  <will.newton@linaro.org>
26164         * benchtests/Makefile (string-bench): Add memcpy.
26166 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
26167             Cong Wang  <amwang@redhat.com>
26169         [BZ #15850]
26170         * sysdeps/unix/sysv/linux/bits/in.h
26171         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
26172         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
26173         before __USE_KERNEL_IPV6_DEFS uses.
26174         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
26175         IPPROTO_BEETPH.
26176         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
26177         sockaddr_in6, or ipv6_mreq.
26179 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26181         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
26182         memory access for final bytes in some large inputs.
26183         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
26185 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26187         * string/test-memrchr.c: New file.
26188         * string/test-memrchr-ifunc.c: New file.
26189         * string/Makefile: Add new memrchr testcase.
26191 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
26193         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
26194         fanotify_init returns EPERM.
26196 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
26198         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
26199         errors.
26200         (top level): Treat second token from macro or constant entries for
26201         allowed headers as allowed.
26202         * include/complex.h: Condition internal declarations on
26203         [!_ISOMAC].
26204         * include/fenv.h: Condition include of <stdbool.h> and internal
26205         declarations on [!_ISOMAC].
26207 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
26209         [BZ #15923]
26210         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
26212 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
26214         * configure.in (--enable-versioning): Remove configure option.
26215         (libc_cv_asm_symver_directive): Remove configure test.
26216         (libc_cv_ld_version_script_option): Likewise.
26217         (VERSIONING): Remove variable and AC_SUBST.
26218         (DO_VERSIONING): Remove AC_DEFINE.
26219         * configure: Regenerated.
26220         * config.h.in (DO_VERSIONING): Remove macro.
26221         * Makerules [$(versioning) = yes]: Change conditionals to
26222         [$(build-shared) = yes].
26223         * config.make.in (versioning): Remove variable.
26224         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
26225         [$(build-shared) = yes].
26226         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
26227         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
26228         * elf/Makefile [$(versioning) = yes]: Change conditionals to
26229         [$(build-shared) = yes].
26230         * extra-lib.mk [$(versioning) = yes]: Likewise.
26231         * hurd/Makefile [$(versioning) = yes]: Likewise.
26232         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
26233         [SHARED].
26234         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
26235         [SHARED].
26236         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
26237         [SHARED && !NO_HIDDEN].
26238         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
26239         [SHARED].
26240         [SHARED && DO_VERSIONING]: Likewise..
26241         * libio/Makefile [$(versioning) = yes]: Change conditionals to
26242         [$(build-shared) = yes].
26243         * manual/install.texi (--disable-versioning): Remove
26244         documentation.
26245         * INSTALL: Regenerated.
26246         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
26247         to [SHARED].
26248         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
26249         [$(build-shared) = yes].
26250         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
26251         * sysdeps/i386/i686/multiarch/strstr-c.c
26252         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
26253         [SHARED && !NO_HIDDEN].
26254         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
26255         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
26256         * sysdeps/powerpc/powerpc32/dl-machine.c
26257         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
26258         * sysdeps/powerpc/powerpc32/sysdep.h
26259         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
26260         to [SHARED && PIC && !NO_HIDDEN].
26261         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
26262         conditional to [SHARED].
26264 2013-09-04   Will Newton  <will.newton@linaro.org>
26266         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
26267         * benchtests/bench-string.h: Include bench-timing.h instead
26268         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
26269         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
26270         call to HP_TIMING_DIFF_INIT.
26271         * benchtests/bench-memccpy.c: Use bench-timing.h macros
26272         instead of hp-timing.h macros.
26273         * benchtests/bench-memchr.c: Likewise.
26274         * benchtests/bench-memcmp.c: Likewise.
26275         * benchtests/bench-memcpy.c: Likewise.
26276         * benchtests/bench-memmem.c: Likewise.
26277         * benchtests/bench-memmove.c: Likewise.
26278         * benchtests/bench-memset.c: Likewise.
26279         * benchtests/bench-rawmemchr.c: Likewise.
26280         * benchtests/bench-strcasecmp.c: Likewise.
26281         * benchtests/bench-strcasestr.c: Likewise.
26282         * benchtests/bench-strcat.c: Likewise.
26283         * benchtests/bench-strchr.c: Likewise.
26284         * benchtests/bench-strcmp.c: Likewise.
26285         * benchtests/bench-strcpy.c: Likewise.
26286         * benchtests/bench-strcpy_chk.c: Likewise.
26287         * benchtests/bench-strlen.c: Likewise.
26288         * benchtests/bench-strncasecmp.c: Likewise.
26289         * benchtests/bench-strncat.c: Likewise.
26290         * benchtests/bench-strncmp.c: Likewise.
26291         * benchtests/bench-strncpy.c: Likewise.
26292         * benchtests/bench-strnlen.c: Likewise.
26293         * benchtests/bench-strpbrk.c: Likewise.
26294         * benchtests/bench-strrchr.c: Likewise.
26295         * benchtests/bench-strspn.c: Likewise.
26296         * benchtests/bench-strstr.c: Likewise.
26298 2013-09-04  Will Newton  <will.newton@linaro.org>
26300         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
26302 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
26304         [BZ #15427]
26305         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
26306         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
26307         * math/libm-test.inc (lgamma_test_data): Add more tests.
26308         * sysdeps/i386/fpu/libm-test-ulps: Update.
26309         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26311 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
26313         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
26314         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26315         Add ifunc.
26316         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26317         Add strcmp-sse2-unaligned
26318         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
26320 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
26322         * Versions.def (libc): Add GLIBC_2.19.
26324 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
26326         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
26327         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
26329 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
26331         [BZ #14155]
26332         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
26333         intermediate calculations in recurrence.
26334         (__ieee754_ynf): Likewise.
26335         * math/libm-test.inc (jn_test_data): Do not allow spurious
26336         underflow exception.  Add more tests.
26337         (yn_test_data): Add more tests.
26338         * sysdeps/i386/fpu/libm-test-ulps: Update.
26339         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26341 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
26343         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
26345 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
26347         * csu/init-first.c: Fix then/than typos.
26348         * locale/programs/ld-collate.c: Likewise.
26349         * locale/programs/linereader.h: Likewise.
26350         * manual/charset.texi: Likewise.
26351         * manual/filesys.texi: Likewise.
26352         * manual/stdio.texi: Likewise.
26353         * manual/string.texi: Likewise.
26354         * stdlib/fmtmsg.c: Likewise.
26355         * sysdeps/i386/stpncpy.S: Likewise.
26356         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26357         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
26358         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26359         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
26361 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
26363         * elf/dl-open.c: Fix typos.
26364         * iconvdata/gbbig5.c: Likewise.
26365         * iconvdata/iso-2022-jp.c: Likewise.
26366         * iconv/gconv_int.h: Likewise.
26367         * iconv/loop.c: Likewise.
26368         * nis/rpcsvc/nis.h: Likewise.
26369         * resolv/ns_name.c: Likewise.
26370         * stdio-common/vfscanf.c: Likewise.
26371         * streams/stropts.h: Likewise.
26372         * sunrpc/rpc_thread.c: Likewise.
26373         * sysdeps/i386/strpbrk.S: Likewise.
26374         * sysdeps/ieee754/k_standard.c: Likewise.
26375         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
26376         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26377         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
26378         * sysdeps/mach/hurd/profil.c: Likewise.
26379         * sysdeps/s390/dl-procinfo.h: Likewise.
26380         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
26381         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
26382         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
26383         * sysdeps/x86_64/dl-trampoline.S: Likewise.
26384         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
26386 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
26388         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
26389         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
26391 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
26393         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
26394         aix specific files.
26395         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
26396         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
26397         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
26398         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
26399         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
26400         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
26401         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
26402         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
26404 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
26405             Roland McGrath  <roland@hack.frob.com>
26407         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
26408         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
26410 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
26412         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
26413         __executable_start symbol instead of _start.
26415 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
26417         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
26418         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
26419         Move macros to...
26420         * sysdeps/gnu/ldsodefs.h: ... this new file.
26422         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
26423         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
26424         instead of ELFOSABI_LINUX.
26426         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
26427         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
26428         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
26429         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
26430         Likewise.
26431         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
26432         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
26433         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
26434         Likewise.
26435         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
26436         (ibm_extended_long_double): Add ieee_nan member.
26437         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
26438         (do_test): New function.
26440         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
26441         TEST_TRUNC.
26442         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
26443         functions, renamed from truncdfsf_test, trunctfsf_test,
26444         trunctfdf_test.
26445         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
26446         functions.
26447         (do_test): Run all these.
26449 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
26451         * argp/argp-help.c: Fix typos.
26452         * argp/argp-parse.c: Likewise.
26453         * debug/backtracesyms.c: Likewise.
26454         * elf/elf.h: Likewise.
26455         * malloc/malloc.c: Likewise.
26456         * nis/nis_print.c: Likewise.
26457         * resolv/res_comp.c: Likewise.
26458         * stdlib/stdlib.h: Likewise.
26459         * sunrpc/clnt_tcp.c: Likewise.
26460         * sunrpc/clnt_udp.c: Likewise.
26461         * sunrpc/clnt_unix.c: Likewise.
26462         * sysdeps/unix/bsd/ptsname.c: Likewise.
26463         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
26464         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
26465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
26466         Likewise.
26467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
26468         Likewise.
26469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
26470         Likewise.
26471         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
26473 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26475         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
26476         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
26478 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
26480         [BZ #15897]
26481         * dlfcn/Makefile (tests): Add bug-dl-leaf.
26482         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
26483         ($(objpfx)bug-dl-leaf): New rule.
26484         ($(objpfx)bug-dl-leaf.so): Likewise.
26485         ($(objpfx)bug-dl-leaf.out): Likewise.
26486         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
26487         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
26488         * dlfcn/bug-dl-leaf.c: New test.
26489         * dlfcn/bug-dl-leaf-lib.c: Likewise.
26490         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
26491         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
26492         (dlclose): Likewise.
26493         (dlmopen): Likewise.
26495 2013-08-27  Roland McGrath  <roland@hack.frob.com>
26497         * include/netdb.h [!_ISOMAC]:
26498         Don't include <tls.h>.
26499         (h_errno, __libc_h_errno): Move declaration and macros out of
26500         [_LIBC_REENTRANT].
26502         * include/resolv.h [_RESOLV_H_]:
26503         Don't include <tls.h>.
26504         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
26505         * resolv/res_libc.c: Don't include <tls.h>.
26506         (_res): Use __attribute__ ((nocommon)) in place of
26507         __attribute__ ((section (".bss"))).
26509         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
26510         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
26512         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
26514         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
26515         only under [SIOCGIFCONF && SIOCGIFNETMASK].
26517         * resolv/res_mkquery.c: Include <sys/time.h>.
26519         * inet/ifreq.c: Moved to ...
26520         * sysdeps/unix/ifreq.c: ... here.
26521         * inet/ifreq.c: New file, true stub version.
26523         * socket/sa_len.c: New file.
26524         * socket/Makefile (aux): Add it.
26525         * sysdeps/unix/sysv/linux/Makefile
26526         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
26527         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
26528         and #include <socket/sa_len.c>.
26529         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
26530         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
26532         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
26533         * bits/socket.h: ... here.
26535         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
26536         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
26537         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
26539 2013-08-27  Andreas Schwab  <schwab@suse.de>
26541         [BZ #15736]
26542         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
26543         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
26544         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
26545         * string/test-strcasecmp.c (test_main): Run tests in several
26546         locales.
26547         * string/test-strncasecmp.c (test_main): Likewise.
26549         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
26550         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
26551         to __strcasecmp_nonascii and __strncasecmp_nonascii.
26552         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
26553         (__strncasecmp_ssse3) [PIC]: Likewise.
26555 2013-08-26  Roland McGrath  <roland@hack.frob.com>
26557         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
26559         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
26560         instead of explicitly declaring xdecrypt.
26561         * nis/nss_nis/nis-publickey.c: Likewise.
26563 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26565         [BZ #15890]
26566         * nscd/aicache.c: Include res_hconf.h.
26567         (addhstaiX): Initialize res_hconf.
26569 2013-08-26  Andreas Schwab  <schwab@suse.de>
26571         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
26572         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
26574 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26576         * nscd/aicache.c (addhstaiX): Fix indentation.
26578 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
26580         * configure.ac: Quote $build_pt_chown test.
26581         * configure: Regenerated.
26583 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
26585         [BZ #15532]
26586         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
26587         * math/s_cexpf.c (__cexpf): Likewise.
26588         * math/s_cexpl.c (__cexpl): Likewise.
26589         * math/libm-test.inc (cexp_test_data): Correct expected return
26590         value for NaN + i0.  Add another test.
26592 2013-08-22  David S. Miller  <davem@davemloft.net>
26594         * po/ca.po: Update Catalan translation from translation project.
26595         * po/uk.po: Add Ukrainian translations from translation project.
26597 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
26599         [BZ #15797]
26600         * math/s_fdim.c (__fdim): Check for infinite arguments if result
26601         is infinite, not alongside NaN test.
26602         * math/s_fdimf.c (__fdimf): Likewise.
26603         * math/s_fdiml.c (__fdiml): Likewise.
26604         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
26605         errno is unchanged.
26607 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
26609         * argp/argp-help.c: Fix typos.
26610         * crypt/speeds.c: Likewise.
26611         * csu/check_fds.c: Likewise.
26612         * elf/dl-load.c: Likewise.
26613         * elf/dl-open.c: Likewise.
26614         * elf/reldep3.c: Likewise.
26615         * elf/reldep.c: Likewise.
26616         * elf/sprof.c: Likewise.
26617         * iconv/iconv_charmap.c: Likewise.
26618         * iconv/skeleton.c: Likewise.
26619         * iconv/strtab.c: Likewise.
26620         * io/lockf64.c: Likewise.
26621         * libio/libioP.h: Likewise.
26622         * resolv/gai_notify.c: Likewise.
26623         * resolv/ns_name.c: Likewise.
26624         * resolv/ns_samedomain.c: Likewise.
26625         * resolv/res_send.c: Likewise.
26626         * stdlib/random.c: Likewise.
26627         * sunrpc/rpc/xdr.h: Likewise.
26628         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
26629         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
26630         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
26631         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
26632         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
26633         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
26634         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
26635         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
26636         * sysdeps/mach/hurd/check_fds.c: Likewise.
26637         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
26638         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
26639         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26640         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
26641         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
26642         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
26643         * sysdeps/pthread/aio_notify.c: Likewise.
26644         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
26645         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
26646         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
26647         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
26648         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
26650 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26652         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
26653         version if bit_Slow_SSE4_2 is set.
26654         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
26655         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
26657 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26659         [BZ #15867]
26660         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
26661         trampoline stack frame information.
26662         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
26663         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
26664         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
26665         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
26666         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
26667         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26668         (_libc_vdso_platform_setup): Initialize the signal trampolines.
26669         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
26670         sa_flags value.
26671         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
26672         interrupting a syscall and set with option SA_SIGINFO.
26674 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
26676         [BZ #15531]
26677         * math/s_cproj.c (__cproj): Only return an infinity if one part of
26678         argument is infinite.
26679         * math/s_cprojf.c (__cprojf): Likewise.
26680         * math/s_cprojl.c (__cprojl): Likewise.
26681         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
26682         * math/libm-test.inc (cproj_test_data): Add more tests.
26684         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
26686         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
26687         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
26688         size.  Use __ffs to determine corresponding shift.
26690 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
26691             Roland McGrath  <roland@hack.frob.com>
26693         * Makefile (INSTALL): Remove trailing blank lines from output of
26694         makeinfo.
26696 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26698         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
26699         Align 32 bit compat elf_greg to 8 bytes.
26701 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
26703         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
26705 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
26707         * string/strcoll_l.c (coll_seq): New structure.
26708         (get_next_seq_cached): New function.
26709         (get_next_seq): New function.
26710         (do_compare): New function.
26711         (STRCOLL): Use GNU style definition.  Simplify implementation
26712         by using get_next_seq, get_next_seq_cached and do_compare.
26714 2013-08-16  Florian Weimer  <fweimer@redhat.com>
26716         [BZ #14699]
26717         CVE-2013-4237
26718         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
26719         member.
26720         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
26721         member.
26722         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
26723         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
26724         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
26725         conditional.
26726         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
26727         GETDENTS_64BIT_ALIGNED.
26728         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
26729         * manual/filesys.texi (Reading/Closing Directory): Document
26730         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
26731         strongly.
26732         * manual/conf.texi (Limits for Files): Add portability note to
26733         NAME_MAX, PATH_MAX.
26734         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
26736 2013-08-13  Andreas Schwab  <schwab@suse.de>
26738         [BZ #15749]
26739         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
26740         of fabs.
26741         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
26742         LDBL_MAX_EXP >= 16384]: Add tests for it.
26744 2013-08-12  David S. Miller  <davem@davemloft.net>
26746         * version.h (RELEASE): Set to "development".
26747         (VERSION): Set to "2.18.90".
26748         * NEWS: Add 2.19 section.
26750 2013-08-03  David S. Miller  <davem@davemloft.net>
26752         * po/ko.po: Update Korean translation from translation project.
26754 2013-08-01  David S. Miller  <davem@davemloft.net>
26756         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
26757         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
26758         Bilka.
26760 2013-07-30  David S. Miller  <davem@davemloft.net>
26762         * po/fr.po: Update French translation from translation project.
26764 2013-07-28  David S. Miller  <davem@davemloft.net>
26766         * po/cs.po: Update Czech translation from translation project.
26768         * po/sv.po: Update Swedish translation from translation project.
26770 2013-07-27  David S. Miller  <davem@davemloft.net>
26772         * po/eo.po: Update Esperanto translation from translation project.
26774         * po/vi.po: Update Vietnamese translation from translation project.
26776         * po/de.po: Update German translation from translation project.
26778 2013-07-26  David S. Miller  <davem@davemloft.net>
26780         * po/bg.po: Update Bulgarian translation from translation project.
26782         * po/nl.po: Update Dutch translation from translation project.
26783         * po/pl.po: Update Polish translation from translation project.
26784         * po/ru.po: Update Russian translation from translation project.
26786 2013-07-24  David S. Miller  <davem@davemloft.net>
26788         * po/libc.pot: Update.
26790 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26792         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
26793         variable page size.
26794         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
26795         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
26796         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
26798 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26800         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
26802 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26803             Andreas Schwab  <schwab@suse.de>
26804             Roland McGrath  <roland@hack.frob.com>
26805             Joseph Myers  <joseph@codesourcery.com>
26806             Carlos O'Donell  <carlos@redhat.com>
26808         [BZ #15755]
26809         * config.h.in: Define HAVE_PT_CHOWN.
26810         * config.make.in (build-pt-chown): New variable.
26811         * configure.in (--enable-pt_chown): New configure option.
26812         * configure: Regenerate.
26813         * login/Makefile: Include Makeconfig.  Build pt_chown only if
26814         build-pt-chown is enabled.
26815         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
26816         pt_chown to fix pty ownership.
26817         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
26818         CLOSE_ALL_FDS.
26819         * manual/install.texi (Configuring and compiling): Mention
26820         --enable-pt_chown. Add @findex for grantpt.
26821         * INSTALL: Regenerate.
26823 2013-07-20  David S. Miller  <davem@davemloft.net>
26825         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
26826         difference between 32-bit and 64-bit.
26828 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
26830         [BZ #15711]
26831         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
26832         Avoid system header dependency with -ffreestanding.
26833         ($(objpfx)bits/syscall%d): Likewise.
26835 2013-07-13  David S. Miller  <davem@davemloft.net>
26837         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
26838         underflows from atanl/atan2l due to bug 15319.
26839         (casinh_test_data): Likewise.
26841 2013-07-07  David S. Miller  <davem@davemloft.net>
26843         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
26845 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
26847         * sysdeps/i386/fpu/libm-test-ulps: Update.
26848         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26850 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26852         * configure.in (--enable-lock-elision): Fix message text.
26853         * INSTALL: Regenerate.
26854         * configure: Regenerate.
26856 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26858         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26860 2013-07-03  Andreas Jaeger  <aj@suse.de>
26862         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
26863         define.
26864         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
26865         (ptrace_peeksiginfo_args): Add.
26866         (__ptrace_peeksiginfo_flags): Add.
26867         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
26868         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
26869         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
26871 2013-07-03  Allan McRae  <allan@archlinux.org>
26873         * sysdeps/i386/fpu/libm-test-ulps: Update.
26875 2013-07-02  David S. Miller  <davem@davemloft.net>
26877         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26879 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
26881         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26883 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26885         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
26886         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26888 2013-07-02  Andi Kleen <ak@linux.intel.com>
26890         * config.h.in (ENABLE_LOCK_ELISION): Add.
26891         * configure.in (--enable-lock-elision): Add option.
26892         * manual/install.texi: Document --enable lock elision.
26893         * configure: Regenerate
26894         * INSTALL: Regenerate.
26896 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
26898         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
26899         SSE4.2 strcasecmp for libc.a.
26900         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
26902 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26904         [BZ #13304]
26905         * soft-fp/op-common.h (_FP_FMA): New macro.
26906         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
26907         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
26908         (_FP_MUL_MEAT_1_imm): ... here.
26909         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
26910         (_FP_MUL_MEAT_1_wide): ... here.
26911         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
26912         (_FP_MUL_MEAT_1_hard): ... here.
26913         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
26914         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
26915         (_FP_MUL_MEAT_2_wide): ... here.
26916         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
26917         (_FP_MUL_MEAT_2_wide_3mul): ... here.
26918         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
26919         (_FP_MUL_MEAT_2_gmp): ... here.
26920         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
26921         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
26922         (_FP_MUL_MEAT_4_wide): ... here.
26923         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
26924         (_FP_MUL_MEAT_4_gmp): ... here.
26925         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
26926         (_FP_WFRACBITS_DW_S): Likewise.
26927         (_FP_WFRACXBITS_DW_S): Likewise.
26928         (_FP_HIGHBIT_DW_S): Likewise.
26929         (FP_FMA_S): Likewise.
26930         (_FP_FRAC_HIGH_DW_S): Likewise.
26931         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
26932         (_FP_WFRACBITS_DW_D): Likewise.
26933         (_FP_WFRACXBITS_DW_D): Likewise.
26934         (_FP_HIGHBIT_DW_D): Likewise.
26935         (FP_FMA_D): Likewise.
26936         (_FP_FRAC_HIGH_DW_D): Likewise.
26937         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
26938         (_FP_WFRACBITS_DW_E): Likewise.
26939         (_FP_WFRACXBITS_DW_E): Likewise.
26940         (_FP_HIGHBIT_DW_E): Likewise.
26941         (FP_FMA_E): Likewise.
26942         (_FP_FRAC_HIGH_DW_E): Likewise.
26943         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
26944         (_FP_WFRACBITS_DW_Q): Likewise.
26945         (_FP_WFRACXBITS_DW_Q): Likewise.
26946         (_FP_HIGHBIT_DW_Q): Likewise.
26947         (FP_FMA_Q): Likewise.
26948         (_FP_FRAC_HIGH_DW_Q): Likewise.
26949         * soft-fp/fmasf4.c: New file.
26950         * soft-fp/fmadf4.c: Likewise.
26951         * soft-fp/fmatf4.c: Likewise.
26953 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26955         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
26956         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
26957         Silvermont.
26958         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
26959         macro.
26960         (index_Slow_SSE4_2): Likewise.
26961         (index_Prefer_PMINUB_for_stringop): Likewise.
26962         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
26963         bit_Slow_SSE4_2 is set.
26964         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
26965         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
26967 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26969         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
26970         rtld_global._dl_hwcap2.
26971         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
26972         POWER8.
26973         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
26974         POWER8 feature descriptions defined in _dl_hwcap2.
26975         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
26976         string handling for POWER8 feature bits.
26977         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
26978         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
26979         _dl_powerpc_cap_flags.
26980         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
26981         * sysdeps/powerpc/rtld-global-offsets.sym
26982         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
26983         _dl_hwcap2 in the rtld_global_ro structure.
26985 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26987         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
26988         hardware capabilities in support of AT_HWCAP2.
26989         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
26990         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
26991         GLRO(dl_hwcap2).
26992         (_dl_show_auxv): Add support for calling _dl_procinfo to display
26993         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
26994         explicitly the unknown a_type display mechanism is used.
26995         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
26996         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
26997         struct member.
26998         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
26999         to macro prototype for AT_HWCAP2 support.
27000         * sysdeps/i386/dl-procinfo.h: Likewise.
27001         * sysdeps/s390/dl-procinfo.h: Likewise.
27002         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
27003         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
27004         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
27005         return -1 for unknown a_type display fallback.
27006         * sysdeps/sparc/dl-procinfo.h: Likewise.
27007         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
27008         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
27010 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
27012         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
27013         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
27015 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
27017         [BZ #12492]
27018         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
27019         mprotect making __stack_prot writable.
27021 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
27022             Joseph Myers  <joseph@codesourcery.com>
27024         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
27025         as being properly aligned.
27027 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
27029         * dlfcn/modstatic5.c: New file.
27030         * dlfcn/tststatic5.c: New file.
27031         * dlfcn/Makefile (tests): Add tststatic5.
27032         (tests-static): Likewise.
27033         (modules-names): Add modstatic5.
27034         (tststatic5-ENV): New variable.
27035         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
27037         [BZ #15022]
27038         * elf/dl-support.c (_dl_main_map): New variable.
27039         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
27040         (_dl_nns, _dl_load_adds): Set to 1.
27041         (_dl_initial_searchlist): Refer to _dl_main_map.
27042         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
27043         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
27044         call to _dl_get_origin.
27045         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
27046         around call_map.
27047         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
27048         * dlfcn/modstatic3.c: New file.
27049         * dlfcn/tststatic3.c: New file.
27050         * dlfcn/tststatic4.c: New file.
27051         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
27052         (tests-static): Likewise.
27053         (modules-names): Add modstatic3.
27054         (tststatic3-ENV, tststatic4-ENV): New variables.
27055         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
27056         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
27058 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
27060         * configure.in (CC): Require GCC version 4.4 or later.
27061         * configure: Regenerated.
27062         * manual/install.texi (Tools for Compilation): Update GCC version
27063         requirement.
27064         * INSTALL: Regenerated.
27066 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
27068         [BZ #15674]
27069         * string/test-memcmp.c (check2): New.
27070         (main): Call check2.
27072         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
27074 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
27076         [BZ #15022]
27077         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
27078         over to...
27079         (dl_open_worker) [!SHARED]: ... here.
27081 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27083         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
27085 2013-06-25  Richard Henderson  <rth@redhat.com>
27087         * locale/programs/locarchive.c: Include <libc-internal.h>
27089 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
27091         * manual/texinfo.tex: Update to version 2013-06-21.17, with
27092         trailing whitespace removed.
27094 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
27096         [BZ #10283]
27097         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
27098         * locale/programs/locarchive.c: Include libc-mmap.h.
27099         (prepare_address_space): Take two new outputs (the mmap base and len).
27100         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
27101         values.
27102         (create_archive): Declare new mmap base and len values for
27103         prepare_address_space, and store the result in ah.
27104         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
27105         (enlarge_archive): If ah->mmap_base is not NULL, use that and
27106         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
27107         Declare new mmap base and len values for
27108         prepare_address_space, and store the result in new_ah.
27109         (open_archive): Declare new mmap base and len values for
27110         prepare_address_space, and store the result in ah.
27111         (close_archive): If ah->mmap_base is not NULL, use that and
27112         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
27113         * sysdeps/generic/libc-mmap.h: New file.
27115 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
27117         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
27118         (ALIGN_UP): Likewise.
27119         (PTR_ALIGN_DOWN): Likewise.
27120         (PTR_ALIGN_UP): Likewise.
27122 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27124         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
27125         entry mapped to PPC_PLATFORM_POWER8.
27126         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
27127         POWER8.
27128         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
27129         (_dl_string_platform): Add case for exporting platform position for
27130         POWER8.
27131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
27132         search path to sysdeps/powerpc/powerpc32/power8 directory.
27133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
27134         search path to sysdeps/powerpc/powerpc64/power8 directory.
27135         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
27136         power7 directories.
27137         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
27138         power7 directories.
27140 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
27142         * INSTALL: Regenerate.
27144         * nscd/connections.c (nscd_init): Fix comment.
27146 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
27148         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
27150         [BZ #15667]
27151         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
27152         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
27154 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
27156         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
27157         DL_DST_REQ_STATIC.
27158         (DL_DST_REQ_STATIC): Remove macro.
27160 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
27162         [BZ #7006]
27163         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
27164         with a shift of 0 bits.
27166 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
27168         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
27169         $(tststatic-ENV).
27171 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
27173         [BZ #15655]
27174         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
27176 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27178         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
27179         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
27180         accepts -fno-tree-loop-distribute-patterns.
27181         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
27182         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
27183         recursive call.
27184         * string/memset.c (memset): Likewise.
27185         * string/test-memmove.c (simple_memmove): Disable loop transformation
27186         to library calls.
27187         * string/test-memset.c (simple_memset): Likewise.
27188         * benchtests/bench-memmove.c (simple_memmove): Likewise.
27189         * benchtests/bench-memset.c (simple_memset): Likewise.
27190         * configure: Regenerated.
27192 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
27194         * math/test-misc.c (main): Ignore fesetround failure when failures
27195         of subsequent rounding tests would be ignored.
27197         [BZ #15654]
27198         * math/fedisblxcpt.c (fedisableexcept): Return 0.
27199         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
27200         * math/fegetenv.c (__fegetenv): Return 0.
27201         * math/fegetexcept.c (fegetexcept): Return 0.
27202         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
27203         FE_TONEAREST.
27204         * math/feholdexcpt.c (feholdexcept): Return 0.
27205         * math/fesetenv.c (__fesetenv): Return 0.
27206         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
27207         argument FE_TONEAREST.
27208         * math/feupdateenv.c (__feupdateenv): Return 0.
27209         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
27211 2013-06-18  Roland McGrath  <roland@hack.frob.com>
27213         * elf/rtld-Rules (rtld-compile-command.S): New variable.
27214         (rtld-compile-command.s, rtld-compile-command.c): New variables.
27215         ($(objpfx)rtld-%.os rules): Use them.
27217 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27219         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
27220         fields.
27222 2013-06-17  Roland McGrath  <roland@hack.frob.com>
27224         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
27225         length of target pattern, then descending length of dependency pattern.
27226         * configure.in (AWK): Require gawk 3.1.2 or newer.
27227         * manual/install.texi (Tools for Compilation): Say that we do.
27228         * configure: Regenerated.
27230         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
27231         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
27232         * scripts/sysd-rules.awk: ... this new script.
27233         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
27234         than a glob-style pattern.
27236 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
27238         * math/test-misc.c (main): Do not treat incorrectly rounded
27239         conversions as failure unless ROUNDING_TESTS passes.
27241 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
27243         [BZ #15631]
27244         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
27245         restore exception state around main square root computation, then
27246         check for inexactness explicitly.
27248         * math/libm-test.inc (fma_test_data): Add another test.
27250 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27252         * manual/threads.texi (Non-POSIX Extensions): New document
27253         node.  Document pthread_getattr_default_np and
27254         pthread_setattr_default_np.
27256         * Versions.def (libpthread): Add GLIBC_2.18.
27257         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
27258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
27259         Likewise.
27260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
27261         Likewise.
27262         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
27263         Likewise.
27264         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
27265         Likewise.
27266         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
27267         Likewise.
27268         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
27269         Likewise.
27270         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
27271         Likewise.
27272         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
27273         Likewise.
27274         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
27275         Likewise.
27277 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
27279         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27280         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
27282 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27283             H.J. Lu  <hjl.tools@gmail.com>
27285         [BZ #15627]
27286         * sysdeps/x86_64/rtld-memset.c: Remove file.
27287         * sysdeps/x86_64/rtld-memset.S: New file.
27289 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
27291         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
27292         (test_in_one_mode): Take arguments for whether the rounding mode
27293         is supported for each floating-point type.
27294         (do_test): Pass new arguments to test_in_one_mode using
27295         ROUNDING_TESTS.
27297 2013-06-13  Roland McGrath  <roland@hack.frob.com>
27299         * posix/tst-waitid.c (do_test): Distinguish different instances of
27300         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
27301         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
27302         before entering the kernel for waitpid.
27304 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27306         * NEWS: Fix note on clock function precision.  Text by Roland
27307         McGrath.
27309 2013-06-13  Roland McGrath  <roland@hack.frob.com>
27311         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
27312         it into place only when and if the sanity check passes.
27314 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
27316         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
27317         output for whether conversion result is exact.  Take argument
27318         indicating whether type is IBM long double.
27319         (round_for_all): Change need_exact field to ibm_ld.
27320         * stdlib/tst-strtod-round.c (struct exactness): New type.
27321         (struct test): Change bool ld_ok field to struct exactness exact.
27322         (TEST): Update all definitions for change to field.
27323         (tests): Regenerate array contents.
27324         (test_in_one_mode): Take pointer to new field instead of old ld_ok
27325         field value.  Check for IBM long double here.
27326         (do_test): Update calls to test_in_one_mode.
27328 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27330         [BZ #12515]
27331         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
27332         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
27334 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27336         [BZ #15605]
27337         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
27338         generated by the compiler on loop optimizations.
27339         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
27340         general definitions.
27342 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
27344         * math/bug-nextafter.c: Include <math-tests.h>.
27345         (main): Only test for exceptions if EXCEPTION_TESTS is true for
27346         the relevant type.
27347         * math/bug-nexttoward.c: Include <math-tests.h>.
27348         (main): Only test for exceptions if EXCEPTION_TESTS is true for
27349         the relevant type.
27350         * math/test-misc.c: Include <math-tests.h>.
27351         (main): Only test for exceptions if EXCEPTION_TESTS is true for
27352         the relevant type.
27354 2013-06-12  Andreas Jaeger  <aj@suse.de>
27356         * po/ia.po: Update Interlingua translation from translation
27357         project.
27359 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
27361         * include/fenv.h: Include stdbool.h.
27362         (struct rm_ctx): New structure.
27363         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
27364         Define macro.
27365         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
27366         (SET_RESTORE_ROUNDF): Likewise.
27367         (SET_RESTORE_ROUNDL): Likewise.
27368         (SET_RESTORE_ROUND_NOEX): Likewise.
27369         (SET_RESTORE_ROUND_NOEXF): Likewise.
27370         (SET_RESTORE_ROUND_NOEXL): Likewise.
27371         (SET_RESTORE_ROUND_53BIT): Likewise.
27372         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
27373         (libc_feresetround_noexf_ctx): Likewise.
27374         (libc_feresetround_noexl_ctx): Likewise.
27375         (libc_feholdsetround_53bit_ctx): Likewise.
27376         (libc_feresetround_53bit_ctx): Likewise.
27377         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
27378         (libc_feholdexcept_setround_sse_ctx): New function.
27379         (libc_fesetenv_sse_ctx): Likewise.
27380         (libc_feupdateenv_sse_ctx): Likewise.
27381         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
27382         (libc_feholdexcept_setround_387_ctx): Likewise.
27383         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
27384         (libc_feholdsetround_387_prec_ctx): Likewise.
27385         (libc_feholdsetround_387_ctx): Likewise.
27386         (libc_feholdsetround_387_53bit_ctx): Likewise.
27387         (libc_feholdsetround_sse_ctx): Likewise.
27388         (libc_feresetround_sse_ctx): Likewise.
27389         (libc_feresetround_387_ctx): Likewise.
27390         (libc_feupdateenv_387_ctx): Likewise.
27391         (libc_feholdexcept_setroundf_ctx): Define macro.
27392         (libc_fesetenvf_ctx): Likewise.
27393         (libc_feupdateenvf_ctx): Likewise.
27394         (libc_feholdsetroundf_ctx): Likewise.
27395         (libc_feresetroundf_ctx): Likewise.
27396         (libc_feholdexcept_setround_ctx): Likewise.
27397         (libc_fesetenv_ctx): Likewise.
27398         (libc_feupdateenv_ctx): Likewise.
27399         (libc_feholdsetround_ctx): Likewise.
27400         (libc_feresetround_ctx): Likewise.
27401         (libc_feholdexcept_setroundl_ctx): Likewise.
27402         (libc_feupdateenvl_ctx): Likewise.
27403         (libc_feholdsetroundl_ctx): Likewise.
27404         (libc_feresetroundl_ctx): Likewise.
27405         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
27406         (libc_feresetround_53bit_ctx): Likewise.
27408 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27410         * locale/iso-639.def: Convert to UTF-8.
27412 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
27414         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
27415         (EXCEPTION_TESTS_double): Likewise.
27416         (EXCEPTION_TESTS_long_double): Likewise.
27417         (EXCEPTION_TESTS): Likewise.
27418         * math/libm-test.inc (test_exceptions): Only test exceptions if
27419         EXCEPTION_TESTS (FLOAT).
27421 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27423         * benchtests/Makefile (string-bench): Add strcpy_chk and
27424         stpcpy_chk.
27425         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
27426         * benchtests/bench-stpcpy_chk.c: New file.
27427         * benchtests/bench-strcpy_chk-ifunc.c: New file.
27428         * benchtests/bench-strcpy_chk.c: New file.
27429         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
27430         code.
27431         (do_test): Likewise.
27433 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27435         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
27436         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
27437         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
27438         with tabs where appropriate.
27439         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
27440         dl-procinfo.h.
27441         [PPC_PLATFORM_PPC440]: Likewise.
27442         [PPC_PLATFORM_PPC464]: Likewise.
27443         [PPC_PLATFORM_PPC476]: Likewise.
27444         (_dl_string_platform): Add support for detecting ppc405, ppc440,
27445         ppc464, and ppc476 platform strings merging from ports/
27446         dl-procinfo.h.
27448 2013-06-11  Andreas Schwab  <schwab@suse.de>
27450         [BZ #14991]
27451         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
27452         (from_ucs4_idx): Regenerate.
27453         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
27454         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
27455         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
27456         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
27457         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
27458         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
27459         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
27460         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
27461         from FROM_LOOP and TO_LOOP specific macros.
27462         (BODY): Handle combining characters.
27463         * iconvdata/BIG5HKSCS.irreversible: Update.
27464         * iconvdata/BIG5HKSCS.precomposed: New file.
27465         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
27466         characters.
27467         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
27469 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27471         * include/sys/time.h: Fix indentation and add copyright header.
27473         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
27474         (do_test): Likewise.
27475         * string/test-memchr.c (do_one_test): Likewise.
27476         (do_test): Likewise.
27477         * string/test-memcmp.c (do_one_test): Likewise.
27478         (do_test): Likewise.
27479         * string/test-memcpy.c (do_one_test): Likewise.
27480         (do_test): Likewise.
27481         * string/test-memmem.c (do_one_test): Likewise.
27482         (do_test): Likewise.
27483         (do_random_tests): Likewise.
27484         * string/test-memmove.c (do_one_test): Likewise.
27485         (do_test): Likewise.
27486         * string/test-memset.c (do_one_test): Likewise.
27487         (do_test): Likewise.
27488         * string/test-rawmemchr.c (do_one_test): Likewise.
27489         (do_test): Likewise.
27490         * string/test-strcasecmp.c (do_one_test): Likewise.
27491         (do_test): Likewise.
27492         * string/test-strcasestr.c (do_one_test): Likewise.
27493         (do_test): Likewise.
27494         * string/test-strcat.c (do_one_test): Likewise.
27495         (do_test): Likewise.
27496         * string/test-strchr.c (do_one_test): Likewise.
27497         (do_test): Likewise.
27498         * string/test-strcmp.c (do_one_test): Likewise.
27499         (do_test): Likewise.
27500         * string/test-strcpy.c (do_one_test): Likewise.
27501         (do_test): Likewise.
27502         * string/test-string.h: Likewise.
27503         (test_init): Likewise.
27504         * string/test-strlen.c (do_one_test): Likewise.
27505         (do_test): Likewise.
27506         * string/test-strncasecmp.c (do_one_test): Likewise.
27507         (do_test): Likewise.
27508         * string/test-strncat.c (do_one_test): Likewise.
27509         (do_test): Likewise.
27510         * string/test-strncmp.c (do_one_test): Likewise.
27511         (do_test_limit): Likewise.
27512         (do_test): Likewise.
27513         * string/test-strncpy.c (do_one_test): Likewise.
27514         (do_test): Likewise.
27515         * string/test-strnlen.c (do_one_test): Likewise.
27516         (do_test): Likewise.
27517         * string/test-strpbrk.c (do_one_test): Likewise.
27518         (do_test): Likewise.
27519         * string/test-strrchr.c (do_one_test): Likewise.
27520         (do_test): Likewise.
27521         * string/test-strspn.c (do_one_test): Likewise.
27522         (do_test): Likewise.
27523         * string/test-strstr.c (do_one_test): Likewise.
27524         (do_test): Likewise.
27526         * benchtests/Makefile (string-bench): Add string benchmarks.
27527         * benchtests/bench-bcopy-ifunc.c: New file.
27528         * benchtests/bench-bcopy.c: New file.
27529         * benchtests/bench-bzero-ifunc.c: New file.
27530         * benchtests/bench-bzero.c: New file.
27531         * benchtests/bench-memccpy-ifunc.c: New file.
27532         * benchtests/bench-memccpy.c: New file.
27533         * benchtests/bench-memchr-ifunc.c: New file.
27534         * benchtests/bench-memchr.c: New file.
27535         * benchtests/bench-memcmp-ifunc.c: New file.
27536         * benchtests/bench-memcmp.c: New file.
27537         * benchtests/bench-memmem-ifunc.c: New file.
27538         * benchtests/bench-memmem.c: New file.
27539         * benchtests/bench-memmove-ifunc.c: New file.
27540         * benchtests/bench-memmove.c: New file.
27541         * benchtests/bench-mempcpy-ifunc.c: New file.
27542         * benchtests/bench-mempcpy.c: New file.
27543         * benchtests/bench-memset-ifunc.c: New file.
27544         * benchtests/bench-memset.c: New file.
27545         * benchtests/bench-rawmemchr-ifunc.c: New file.
27546         * benchtests/bench-rawmemchr.c: New file.
27547         * benchtests/bench-stpcpy-ifunc.c: New file.
27548         * benchtests/bench-stpcpy.c: New file.
27549         * benchtests/bench-stpncpy-ifunc.c: New file.
27550         * benchtests/bench-stpncpy.c: New file.
27551         * benchtests/bench-strcasecmp-ifunc.c: New file.
27552         * benchtests/bench-strcasecmp.c: New file.
27553         * benchtests/bench-strcasestr-ifunc.c: New file.
27554         * benchtests/bench-strcasestr.c: New file.
27555         * benchtests/bench-strcat-ifunc.c: New file.
27556         * benchtests/bench-strcat.c: New file.
27557         * benchtests/bench-strchr-ifunc.c: New file.
27558         * benchtests/bench-strchr.c: New file.
27559         * benchtests/bench-strchrnul-ifunc.c: New file.
27560         * benchtests/bench-strchrnul.c: New file.
27561         * benchtests/bench-strcmp-ifunc.c: New file.
27562         * benchtests/bench-strcmp.c: New file.
27563         * benchtests/bench-strcpy-ifunc.c: New file.
27564         * benchtests/bench-strcpy.c: New file.
27565         * benchtests/bench-strcspn-ifunc.c: New file.
27566         * benchtests/bench-strcspn.c: New file.
27567         * benchtests/bench-strlen-ifunc.c: New file.
27568         * benchtests/bench-strlen.c: New file.
27569         * benchtests/bench-strncasecmp-ifunc.c: New file.
27570         * benchtests/bench-strncasecmp.c: New file.
27571         * benchtests/bench-strncat-ifunc.c: New file.
27572         * benchtests/bench-strncat.c: New file.
27573         * benchtests/bench-strncmp-ifunc.c: New file.
27574         * benchtests/bench-strncmp.c: New file.
27575         * benchtests/bench-strncpy-ifunc.c: New file.
27576         * benchtests/bench-strncpy.c: New file.
27577         * benchtests/bench-strnlen-ifunc.c: New file.
27578         * benchtests/bench-strnlen.c: New file.
27579         * benchtests/bench-strpbrk-ifunc.c: New file.
27580         * benchtests/bench-strpbrk.c: New file.
27581         * benchtests/bench-strrchr-ifunc.c: New file.
27582         * benchtests/bench-strrchr.c: New file.
27583         * benchtests/bench-strspn-ifunc.c: New file.
27584         * benchtests/bench-strspn.c: New file.
27585         * benchtests/bench-strstr-ifunc.c: New file.
27586         * benchtests/bench-strstr.c: New file.
27588         * benchtests/Makefile: Disable parallel execution of targets.
27589         (string-bench): Add memcpy.
27590         (benchset): New variable to store a list of benchmark sets.
27591         (bench-func): Renamed from bench.
27592         (bench-set): New target.
27593         (bench): Depend on bench-func and bench-set.
27594         * benchtests/README: Add section on benchmark sets.
27595         * benchtests/bench-memcpy-ifunc.c: New file.
27596         * benchtests/bench-memcpy.c: New file.
27597         * benchtests/bench-string.h: New file.
27599 2013-06-11  Andreas Schwab  <schwab@suse.de>
27601         [BZ #15577]
27602         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
27603         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
27604         values in the triple.
27605         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
27606         terminator in the group key.
27608 2013-06-11  Andreas Jaeger  <aj@suse.de>
27610         * po/zh_TW.po: Update Chinese (traditional) translation from
27611         translation project.
27613 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27615         * include/time.h (__clock_gettime): Add libc_hidden_proto.
27616         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
27617         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
27618         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
27619         (clock_getcpuclockid): Likewise.
27620         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
27621         Add weak_alias and libc_hidden_def.
27622         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
27623         * rt/clock_gettime.c (clock_gettime): Rename to
27624         __clock_gettime.  Add weak_alias and libc_hidden_def.
27625         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
27626         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
27627         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
27628         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
27629         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
27630         Likewise.
27631         * rt/clock_settime.c (clock_settime): Rename to
27632         __clock_settime.  Add weak_alias and libc_hidden_def.
27633         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
27635 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
27637         * mach/err_boot.sub: Remove trailing whitespace.
27638         * mach/err_ipc.sub: Likewise.
27639         * mach/err_mach.sub: Likewise.
27641         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
27642         (ROUNDING_TESTS_double): Likewise.
27643         (ROUNDING_TESTS_long_double): Likewise.
27644         (ROUNDING_TESTS): Likewise.
27645         * math/libm-test.inc: Include <math-tests.h>.
27646         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
27647         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27648         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27649         (IF_ROUND_INIT_FE_UPWARD): Likewise.
27651 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27653         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
27654         of assigning.
27656 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
27658         * sysdeps/gnu/errlist.awk: Do not generate space at end of
27659         otherwise empty TRANS lines.
27660         * sysdeps/gnu/errlist.c: Regenerated.
27662         * catgets/gencat.c (error_print): Use (void) in function
27663         definition.
27664         * crypt/crypt_util.c (__init_des): Likewise.
27665         * crypt/speeds.c (Stop): Likewise.
27666         (main): Likewise.
27667         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
27668         * inet/ruserpass.c (token): Likewise.
27669         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
27670         * intl/localealias.c (extend_alias_table): Likewise.
27671         * intl/plural-exp.c (init_germanic_plural): Likewise.
27672         * libio/fcloseall.c (__fcloseall): Likewise.
27673         * libio/genops.c (_IO_flush_all): Likewise.
27674         (_IO_flush_all_linebuffered): Likewise.
27675         (_IO_cleanup): Likewise.
27676         (_IO_iter_begin): Likewise.
27677         (_IO_iter_end): Likewise.
27678         (_IO_list_lock): Likewise.
27679         (_IO_list_unlock): Likewise.
27680         (_IO_list_resetlock): Likewise.
27681         * libio/getchar.c (getchar): Likewise.
27682         * libio/getchar_u.c (getchar_unlocked): Likewise.
27683         * libio/getwchar.c (getwchar): Likewise.
27684         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
27685         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
27686         * login/getpt.c (__getpt): Likewise.
27687         * login/tst-utmp.c (main): Likewise.
27688         * malloc/hooks.c (__malloc_check_init): Likewise.
27689         * malloc/malloc.c (__malloc_stats): Likewise.
27690         * malloc/mtrace.c (tr_break): Likewise.
27691         (mtrace): Likewise.
27692         (muntrace): Likewise.
27693         * misc/fstab.c (endfsent): Likewise.
27694         * misc/getclktck.c (__getclktck): Likewise.
27695         * misc/getdtsz.c (__getdtablesize): Likewise.
27696         * misc/gethostid.c (gethostid): Likewise.
27697         * misc/getpagesize.c (__getpagesize): Likewise.
27698         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
27699         (__get_nprocs): Likewise.
27700         (__get_phys_pages): Likewise.
27701         (__get_avphys_pages): Likewise.
27702         * misc/getttyent.c (getttyent): Likewise.
27703         (setttyent): Likewise.
27704         (endttyent): Likewise.
27705         * misc/getusershell.c (getusershell): Likewise.
27706         (endusershell): Likewise.
27707         (setusershell): Likewise.
27708         (initshells): Likewise.
27709         * misc/hsearch.c (__hdestroy): Likewise.
27710         * misc/sync.c (sync): Likewise.
27711         * misc/syslog.c (closelog_internal): Likewise.
27712         (closelog): Likewise.
27713         * misc/ttyslot.c (ttyslot): Likewise.
27714         * misc/vhangup.c (vhangup): Likewise.
27715         * posix/fork.c (__fork): Likewise.
27716         * posix/getegid.c (__getegid): Likewise.
27717         * posix/geteuid.c (__geteuid): Likewise.
27718         * posix/getgid.c (__getgid): Likewise.
27719         * posix/getpid.c (__getpid): Likewise.
27720         * posix/getppid.c (__getppid): Likewise.
27721         * posix/getuid.c (__getuid): Likewise.
27722         * posix/pause.c (pause): Likewise.
27723         * posix/setpgrp.c (setpgrp): Likewise.
27724         * posix/setsid.c (__setsid): Likewise.
27725         * posix/test-vfork.c (noop): Likewise.
27726         * resolv/gethnamaddr.c (_endhtent): Likewise.
27727         (_gethtent): Likewise.
27728         (ht_endhostent): Likewise.
27729         (gethostent): Likewise.
27730         (dns_service): Likewise.
27731         * stdlib/drand48.c (drand48): Likewise.
27732         * stdlib/lrand48.c (lrand48): Likewise.
27733         * stdlib/mrand48.c (mrand48): Likewise.
27734         * stdlib/rand.c (rand): Likewise.
27735         * stdlib/random.c (__random): Likewise.
27736         * stdlib/setenv.c (clearenv): Likewise.
27737         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
27738         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
27739         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
27740         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
27741         (__get_nprocs): Likewise.
27742         (__get_phys_pages): Likewise.
27743         (__get_avphys_pages): Likewise.
27744         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
27745         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
27746         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
27747         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
27748         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
27749         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
27750         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
27751         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
27752         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
27753         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
27754         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
27755         * sysdeps/mach/hurd/sync.c (sync): Likewise.
27756         * sysdeps/posix/clock.c (clock): Likewise.
27757         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
27758         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
27759         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
27760         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
27761         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
27762         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
27763         (__get_nprocs_conf): Likewise.
27764         (__get_phys_pages): Likewise.
27765         (__get_avphys_pages): Likewise.
27766         * time/clock.c (clock): Likewise.
27767         * time/tzset.c (__tzname_max): Likewise.
27769 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
27771         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
27772         (__bswap_32): Do not use "register".
27773         * crypt/crypt.c (_ufc_doit_r): Likewise.
27774         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
27775         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
27776         * gmon/gmon.c (__monstartup): Likewise.
27777         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
27778         * hurd/hurdmalloc.c (more_memory): Likewise.
27779         (malloc): Likewise.
27780         (free): Likewise.
27781         (realloc): Likewise.
27782         (malloc_fork_prepare): Likewise.
27783         (malloc_fork_parent): Likewise.
27784         (malloc_fork_child): Likewise.
27785         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
27786         (_svcauth_des): Likewise.
27787         * inet/inet_lnaof.c (inet_lnaof): Likewise.
27788         * inet/inet_net.c (inet_network): Likewise.
27789         * inet/inet_netof.c (inet_netof): Likewise.
27790         * inet/rcmd.c (__validuser2_sa): Likewise.
27791         * io/fts.c (fts_open): Likewise.
27792         (fts_load): Likewise.
27793         (fts_close): Likewise.
27794         (fts_read): Likewise.
27795         (fts_children): Likewise.
27796         (fts_build): Likewise.
27797         (fts_stat): Likewise.
27798         (fts_sort): Likewise.
27799         (fts_alloc): Likewise.
27800         (fts_lfree): Likewise.
27801         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
27802         (_IO_file_xsgetn): Likewise.
27803         (_IO_file_xsgetn_mmap): Likewise.
27804         * libio/iofopncook.c (_IO_cookie_read): Likewise.
27805         (_IO_cookie_write): Likewise.
27806         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
27807         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
27808         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
27809         * malloc/obstack.c (_obstack_begin): Likewise.
27810         (_obstack_begin_1): Likewise.
27811         (_obstack_newchunk): Likewise.
27812         (_obstack_allocated_p): Likewise.
27813         (obstack_free): Likewise.
27814         (_obstack_memory_used): Likewise.
27815         * misc/getttyent.c (getttynam): Likewise.
27816         (getttyent): Likewise.
27817         (skip): Likewise.
27818         (value): Likewise.
27819         * misc/getusershell.c (initshells): Likewise.
27820         * misc/syslog.c (__vsyslog_chk): Likewise.
27821         * misc/ttyslot.c (ttyslot): Likewise.
27822         * nis/nis_hash.c (__nis_hash): Likewise.
27823         * posix/fnmatch_loop.c (FCT): Likewise.
27824         * posix/getconf.c (print_all): Likewise.
27825         (main): Likewise.
27826         * posix/getopt.c (exchange): Likewise.
27827         * posix/glob.c (globfree): Likewise.
27828         (prefix_array): Likewise.
27829         (__glob_pattern_type): Likewise.
27830         * resolv/arpa/nameser.h (NS_GET16): Likewise.
27831         (NS_GET32): Likewise.
27832         (NS_PUT16): Likewise.
27833         (NS_PUT32): Likewise.
27834         * resolv/gethnamaddr.c (getanswer): Likewise.
27835         (gethostbyname2): Likewise.
27836         (gethostbyaddr): Likewise.
27837         (_gethtent): Likewise.
27838         (_gethtbyname2): Likewise.
27839         (_gethtbyaddr): Likewise.
27840         * resolv/ns_print.c (dst_s_get_int16): Likewise.
27841         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
27842         * resolv/res_init.c (__res_vinit): Likewise.
27843         (net_mask): Likewise.
27844         * resolv/res_mkquery.c (outchar): Likewise.
27845         (PRINT): Likewise.
27846         * stdio-common/printf_fp.c (outchar): Likewise.
27847         (PRINT): Likewise.
27848         * stdio-common/printf_fphex.c (outchar): Likewise.
27849         (PRINT): Likewise.
27850         * stdio-common/printf_size.c (outchar): Likewise.
27851         (PRINT): Likewise.
27852         * stdio-common/test_rdwr.c (main): Likewise.
27853         * stdio-common/tfformat.c (matches): Likewise.
27854         * stdio-common/vfprintf.c (outchar): Likewise.
27855         (printf_unknown): Likewise.
27856         (buffered_vfprintf): Likewise.
27857         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
27858         * stdio-common/xbug.c (AppendToBuffer): Likewise.
27859         (ReadFile): Likewise.
27860         * stdlib/qsort.c (SWAP): Likewise.
27861         (_quicksort): Likewise.
27862         * stdlib/setenv.c (__add_to_environ): Likewise.
27863         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
27864         * stdlib/strtol_l.c (__strtol_l): Likewise.
27865         * stdlib/tst-strtod.c (main): Likewise.
27866         * stdlib/tst-strtol.c (main): Likewise.
27867         * stdlib/tst-strtoll.c (main): Likewise.
27868         * string/bits/string2.h (__strcmp_cc): Likewise.
27869         (__strcmp_cg): Likewise.
27870         (__strcspn_c1): Likewise.
27871         (__strcspn_c2): Likewise.
27872         (__strcspn_c3): Likewise.
27873         (__strspn_c1): Likewise.
27874         (__strspn_c2): Likewise.
27875         (__strspn_c3): Likewise.
27876         (__strsep_1c): Likewise.
27877         (__strsep_2c): Likewise.
27878         (__strsep_3c): Likewise.
27879         * string/memccpy.c (__memccpy): Likewise.
27880         * string/stpcpy.c (__stpcpy): Likewise.
27881         * string/strcmp.c (strcmp): Likewise.
27882         * string/strrchr.c (strrchr): Likewise.
27883         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
27884         Likewise.
27885         * sysdeps/mach/hurd/getcwd.c
27886         (_hurd_canonicalize_directory_name_internal): Likewise.
27887         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
27888         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
27889         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
27890         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
27891         Likewise, in both definitions.
27892         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
27893         definitions.
27894         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
27895         64] (__bswap_64): Likewise.
27896         * time/test_time.c (main): Likewise.
27897         * time/tzfile.c (__tzfile_read): Likewise.
27898         (__tzfile_compute): Likewise.
27899         * time/tzset.c (__tzset_parse_tz): Likewise.
27900         (tzset_internal): Likewise.
27901         (compute_change): Likewise.
27902         * wcsmbs/wcscat.c (__wcscat): Likewise.
27903         * wcsmbs/wcschr.c (wcschr): Likewise.
27904         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
27905         * wcsmbs/wcscspn.c (wcscspn): Likewise.
27906         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
27907         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
27908         * wcsmbs/wcsspn.c (wcsspn): Likewise.
27909         * wcsmbs/wcsstr.c (wcsstr): Likewise.
27910         * wcsmbs/wmemchr.c (wmemchr): Likewise.
27911         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
27912         * wcsmbs/wmemset.c (wmemset): Likewise.
27914 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
27916         * scripts/config.guess: Update to version 2013-05-16.
27917         * scripts/config.sub: Update to version 2013-04-24.
27918         * scripts/install-sh: Update to version 2011-11-20.07.
27919         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
27920         * scripts/move-if-change: Update to version 2012-01-06 07:23.
27922 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
27924         * debug/fgetws_u_chk.c: Fix leading whitespaces.
27925         * elf/sln.c: Likewise.
27926         * hurd/hurd/ioctl.h: Likewise.
27927         * hurd/hurdmalloc.c: Likewise.
27928         * hurd/xattr.c: Likewise.
27929         * include/shlib-compat.h: Likewise.
27930         * inet/ruserpass.c: Likewise.
27931         * libio/iofgets_u.c: Likewise.
27932         * libio/iofgetws_u.c: Likewise.
27933         * locale/programs/ld-identification.c: Likewise.
27934         * locale/programs/ld-time.c: Likewise.
27935         * mach/msg-destroy.c: Likewise.
27936         * nss/nss_files/files-netgrp.c: Likewise.
27937         * resolv/res_data.c: Likewise.
27938         * soft-fp/op-1.h: Likewise.
27939         * soft-fp/op-2.h: Likewise.
27940         * soft-fp/op-4.h: Likewise.
27941         * soft-fp/op-common.h: Likewise.
27942         * stdio-common/printf_fphex.c: Likewise.
27943         * stdlib/strtod_l.c: Likewise.
27944         * sunrpc/rpc/clnt.h: Likewise.
27945         * sysdeps/generic/framestate.c: Likewise.
27946         * sysdeps/i386/bsd-_setjmp.S: Likewise.
27947         * sysdeps/i386/bsd-setjmp.S: Likewise.
27948         * sysdeps/i386/__longjmp.S: Likewise.
27949         * sysdeps/i386/setjmp.S: Likewise.
27950         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
27951         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
27952         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27953         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
27954         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
27955         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
27956         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
27957         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
27958         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
27959         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27960         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
27961         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
27962         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
27963         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
27964         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
27965         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
27966         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
27967         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
27968         * sysdeps/ieee754/support.c: Likewise.
27969         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27970         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
27971         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
27972         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
27973         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
27974         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
27975         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
27976         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
27977         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
27978         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
27979         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
27980         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
27981         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
27982         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
27983         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
27984         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
27985         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
27986         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
27988 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
27990         * posix/transbug.c: Remove executable mode.
27992 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
27994         * crypt/speeds.c: Remove trailing whitespace.
27995         * dlfcn/default.c: Likewise.
27996         * elf/ifuncdep2.c: Likewise.
27997         * elf/ifuncmain1.c: Likewise.
27998         * elf/ifuncmain1vis.c: Likewise.
27999         * elf/testobj.h: Likewise.
28000         * elf/tst-stackguard1.c: Likewise.
28001         * gmon/sys/gmon.h: Likewise.
28002         * hurd/hurdmsg.c: Likewise.
28003         * hurd/new-fd.c: Likewise.
28004         * hurd/ports-get.c: Likewise.
28005         * iconvdata/ibm1008_420.c: Likewise.
28006         * inet/tst-getni1.c: Likewise.
28007         * inet/tst-getni2.c: Likewise.
28008         * libio/ioungetc.c: Likewise.
28009         * libio/wfiledoalloc.c: Likewise.
28010         * manual/libm-err-tab.pl: Likewise.
28011         * math/w_dremf.c: Likewise.
28012         * misc/ftruncate.c: Likewise.
28013         * posix/bug-glob2.c: Likewise.
28014         * posix/tst-pcre.c: Likewise.
28015         * posix/wait4.c: Likewise.
28016         * resolv/README: Likewise.
28017         * resolv/res_debug.h: Likewise.
28018         * resolv/tst-inet_ntop.c: Likewise.
28019         * setjmp/bug269-setjmp.c: Likewise.
28020         * soft-fp/extended.h: Likewise.
28021         * soft-fp/op-1.h: Likewise.
28022         * soft-fp/op-2.h: Likewise.
28023         * soft-fp/op-4.h: Likewise.
28024         * soft-fp/op-8.h: Likewise.
28025         * soft-fp/testit.c: Likewise.
28026         * stdio-common/bug16.c: Likewise.
28027         * stdlib/random.c: Likewise.
28028         * sunrpc/rpcsvc/rquota.x: Likewise.
28029         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
28030         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
28031         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
28032         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
28033         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
28034         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
28035         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
28036         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
28037         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
28038         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
28039         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
28040         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
28041         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
28042         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
28043         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
28044         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
28045         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
28046         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
28047         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
28048         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
28049         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
28050         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
28051         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
28052         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
28053         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
28054         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
28055         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
28056         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
28057         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
28058         * sysdeps/ieee754/s_lib_version.c: Likewise.
28059         * sysdeps/mach/hurd/check_fds.c: Likewise.
28060         * sysdeps/mach/hurd/getsockname.c: Likewise.
28061         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
28062         * sysdeps/mach/hurd/recvfrom.c: Likewise.
28063         * sysdeps/powerpc/bits/link.h: Likewise.
28064         * sysdeps/powerpc/dl-procinfo.c: Likewise.
28065         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
28066         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
28067         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
28068         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
28069         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
28070         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
28071         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
28072         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
28073         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
28074         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
28075         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
28076         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
28077         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
28078         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
28079         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
28080         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
28081         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
28082         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
28083         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
28084         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
28085         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
28086         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
28087         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
28088         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
28089         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
28090         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
28091         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
28092         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
28093         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
28094         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
28095         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
28096         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
28097         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
28098         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
28099         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
28100         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
28101         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
28102         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
28103         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
28104         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
28105         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
28106         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
28107         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
28108         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
28109         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
28110         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
28111         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
28112         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
28113         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
28114         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
28115         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
28116         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
28117         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
28118         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
28119         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
28120         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
28121         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
28122         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
28123         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
28124         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
28125         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
28126         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
28127         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
28128         * sysdeps/powerpc/sysdep.h: Likewise.
28129         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
28130         * sysdeps/s390/s390-64/sub_n.S: Likewise.
28131         * sysdeps/sh/dl-trampoline.S: Likewise.
28132         * sysdeps/sh/memset.S: Likewise.
28133         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
28134         * sysdeps/sh/strlen.S: Likewise.
28135         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
28136         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
28137         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
28138         * sysdeps/sparc/sparc32/rem.S: Likewise.
28139         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
28140         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
28141         * sysdeps/sparc/sparc32/strchr.S: Likewise.
28142         * sysdeps/sparc/sparc32/udiv.S: Likewise.
28143         * sysdeps/sparc/sparc32/urem.S: Likewise.
28144         * sysdeps/sparc/sparc64/add_n.S: Likewise.
28145         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
28146         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
28147         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
28148         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
28149         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
28150         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
28151         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
28152         * sysdeps/unix/bsd/times.c: Likewise.
28153         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
28154         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
28155         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
28156         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
28157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
28158         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
28159         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
28160         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
28161         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
28162         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
28163         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
28164         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
28165         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
28166         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
28167         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
28168         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
28169         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
28170         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
28171         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
28172         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
28173         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
28174         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
28175         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
28176         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
28177         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
28178         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
28179         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
28180         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
28181         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
28182         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
28183         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
28184         * sysdeps/x86_64/strcspn.S: Likewise.
28186 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
28188         * locale/C-translit.h: Revert #include <stdint.h> because this is a
28189         generated file.  Regenerate properly from gen-translit.pl.
28190         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
28191         locale/C-translit.h.
28193 2013-06-05  Andreas Schwab  <schwab@suse.de>
28195         [BZ #15100]
28196         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
28197         week as 6 instead of -1.
28198         * time/tst-strptime.c (day_tests): Add test case.
28200 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
28202         * sysdeps/generic/math_private.h
28203         (libc_feholdexcept_setround_53bit): Replace with
28204         libc_feholdsetround_53bit.
28205         (libc_feupdateenv_53bit): Replace with
28206         libc_feresetround_53bit.
28207         (SET_RESTORE_ROUND_53BIT): Adjust.
28209 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
28211         * string/test-strchrnul.c: Add copyright header.
28213         * posix/tst-getaddrinfo4.c: Increase test timeout.
28215 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
28217         [BZ #15536]
28218         * math/libm-test.inc (MAX_EXP): Remove
28219         (MIN_EXP): Define.
28220         (ulp): Use MIN_EXP - MANT_DIG.
28221         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
28223 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
28225         * po/be.po: Revert last change.
28226         * po/zh_CN.po: Likewise.
28227         * po/header.pot: Likewise.
28229 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
28231         * Makefile ($(common-objpfx)linkobj/libc.so): Define
28232         link-libc-deps to empty as target-specific variable.
28233         * Makerules (link-libc-args): New variable.
28234         (libc-for-link): Likewise.
28235         (link-libc-deps): Likewise.
28236         (lib%.so): Depend on $(link-libc-deps).  Link with
28237         $(link-libc-args).
28238         (build-module): Link with $(link-libc-args).
28239         (build-module-asneeded): Likewise.
28240         (build-module-helper-objlist): Filter out $(link-libc-deps) from
28241         list of objects.
28242         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
28243         target-specific variable.
28244         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
28245         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
28246         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
28247         libc.
28248         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
28249         libc and ld.so.
28250         ($(objpfx)libpcprofile.so): Likewise.
28251         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
28252         libc_nonshared.a.
28253         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
28254         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
28255         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
28256         $(link-libc-deps).
28257         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
28258         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
28259         * login/Makefile ($(objpfx)libutil.so): Likewise.
28260         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
28261         * math/Makefile ($(objpfx)libm.so): Likewise.
28262         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
28263         $(objpfx)libnsl.so): Define libc-for-link as target-specific
28264         variable instead of depending directly on libc.
28265         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
28266         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
28267         $(link-libc-deps).
28268         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
28269         libc.
28270         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
28271         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
28272         ($(objpfx)libanl.so): Likewise.
28273         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
28274         ld.so.
28275         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
28276         $(link-libc-deps).
28277         * sysdeps/i386/fpu/Makefile: Remove file.
28278         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
28279         ($(objpfx)libm.so): Remove dependency on ld.so.
28281 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
28283         [BZ # 15553]
28284         * nis/yp_xdr.c (XDRMAXNAME): Define.
28285         (XDRMAXRECORD): Define.
28286         (xdr_domainname): Use XDRMAXNAME.
28287         (xdr_mapname): Likewise.
28288         (xdr_peername): Likewise.
28289         (xdr_keydat): Use XDRMAXRECORD.
28290         (xdr_valdat): Likewise.
28292 2013-05-30  Jeff Law  <law@redhat.com>
28294         [BZ #14256]
28295         * manual/errno.texi (ESTALE): Update to account for more than
28296         just NFS file systems.
28297         * sysdeps/gnu/errlist.c: Regenerated.
28299 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
28301         [BZ #15465]
28302         * elf/Makefile (tests): Add tst-null-argv.
28303         (modules-names):  Add tst-null-argv-lib.
28304         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
28305         (tst-null-argv-ENV): Set environment for tst-null-argv.
28306         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
28307         (RTLD_PROGNAME): New macro.
28308         * elf/tst-null-argv.c: New test case.
28309         * elf/tst-null-argv-lib.c: Library for test case.
28310         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
28311         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
28312         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
28313         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
28314         * elf/dl-init.c (call_init): Likewise.
28315         (_dl_init): Likewise.
28316         * elf/dl-load.c (print_search_path): Likewise.
28317         (_dl_map_object): Likewise.
28318         * elf/dl-lookup.c (do_lookup_x): Likewise.
28319         (add_dependency): Likewise.
28320         (_dl_lookup_symbol_x): Likewise.
28321         (_dl_debug_bindings): Likewise.
28322         * elf/dl-open.c (_dl_show_scope): Likewise.
28323         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
28324         * elf/dl-version.c (match_symbol): Likewise.
28325         (_dl_check_map_versions): Likewise.
28326         * elf/rtld.c (dl_main): Likewise.
28327         (print_unresolved): Use RTLD_PROGNAME.
28328         (print_missing_version): Likewise.
28329         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
28330         (elf_machine_rela): Likewise.
28331         * sysdeps/powerpc/powerpc32/dl-machine.c
28332         (__process_machine_rela): Likewise.
28333         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
28334         Likewise.
28335         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
28336         Likewise.
28337         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
28338         Likewise.
28339         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
28340         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
28341         Likewise.
28342         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
28343         Likewise.
28344         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
28346 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
28348         * po/be.po: Add descriptive title.
28349         * po/zh_CN.po: Likewise.
28350         * po/header.pot: Likewise.
28352 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
28354         * locale/programs/locarchive.c (create_archive): Inlucde fname in
28355         error message.
28356         (enlarge_archive): Likewise.
28358 2013-05-28  Ben North  <ben@redfrontdoor.org>
28360         * manual/arith.texi (frexp): It is the magnitude of the return
28361         value which lies in [0.5, 1), not the return value itself.
28363 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28365         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28367 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
28369         * stdio-common/bug26.c (main): Correct fscanf template.
28371         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
28372         declare _dl_skip_args.
28374         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
28375         Don't declare.
28377         * manual/platform.texi: Add missing @end deftypefun.
28379 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
28381         [BZ #15529]
28382         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
28383         bit of mantissa of 2^16382.
28384         * math/libm-test.inc (hypot_test_data): Add more tests.
28386         * math/libm-test.inc: Add drem and pow10 to list of tested
28387         functions.
28388         (pow10_test): New function.
28389         (drem_test): Likewise.
28390         (drem_test_tonearest): Likewise.
28391         (drem_test_towardzero): Likewise.
28392         (drem_test_downward): Likewise.
28393         (drem_test_upward): Likewise.
28394         (main): Call the new functions.
28396         * math/libm-test.inc (finite_test_data): Remove.
28397         (finite_test): Run tests from isfinite_test_data.
28398         (gamma_test_data): Remove.
28399         (gamma_test): Run tests from lgamma_test_data.
28400         * sysdeps/i386/fpu/libm-test-ulps: Update.
28401         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28403 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28405         * manual/platform.texi: Add PowerPC PPR function set documentation.
28406         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
28407         implementation.
28409 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
28411         * math/libm-test.inc (MAX_EXP): Define.
28412         (ULPDIFF): Define.
28413         (ulp): New function.
28414         (check_float_internal): Use ULPDIFF.
28415         (cpow_test): Disable failing test.
28416         (check_ulp): Test ulp() implemetnation.
28417         (main): Call check_ulp before starting tests.
28419 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
28421         * math/gen-libm-test.pl (generate_testfile): Do not handle
28422         START_DATA and END_DATA.
28423         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
28424         END_DATA.
28425         (acos_tonearest_test_data): Likewise.
28426         (acos_towardzero_test_data): Likewise.
28427         (acos_downward_test_data): Likewise.
28428         (acos_upward_test_data): Likewise.
28429         (acosh_test_data): Likewise.
28430         (asin_test_data): Likewise.
28431         (asin_tonearest_test_data): Likewise.
28432         (asin_towardzero_test_data): Likewise.
28433         (asin_downward_test_data): Likewise.
28434         (asin_upward_test_data): Likewise.
28435         (asinh_test_data): Likewise.
28436         (atan_test_data): Likewise.
28437         (atanh_test_data): Likewise.
28438         (atan2_test_data): Likewise.
28439         (cabs_test_data): Likewise.
28440         (cacos_test_data): Likewise.
28441         (cacosh_test_data): Likewise.
28442         (carg_test_data): Likewise.
28443         (casin_test_data): Likewise.
28444         (casinh_test_data): Likewise.
28445         (catan_test_data): Likewise.
28446         (catanh_test_data): Likewise.
28447         (cbrt_test_data): Likewise.
28448         (ccos_test_data): Likewise.
28449         (ccosh_test_data): Likewise.
28450         (ceil_test_data): Likewise.
28451         (cexp_test_data): Likewise.
28452         (cimag_test_data): Likewise.
28453         (clog_test_data): Likewise.
28454         (clog10_test_data): Likewise.
28455         (conj_test_data): Likewise.
28456         (copysign_test_data): Likewise.
28457         (cos_test_data): Likewise.
28458         (cos_tonearest_test_data): Likewise.
28459         (cos_towardzero_test_data): Likewise.
28460         (cos_downward_test_data): Likewise.
28461         (cos_upward_test_data): Likewise.
28462         (cosh_test_data): Likewise.
28463         (cosh_tonearest_test_data): Likewise.
28464         (cosh_towardzero_test_data): Likewise.
28465         (cosh_downward_test_data): Likewise.
28466         (cosh_upward_test_data): Likewise.
28467         (cpow_test_data): Likewise.
28468         (cproj_test_data): Likewise.
28469         (creal_test_data): Likewise.
28470         (csin_test_data): Likewise.
28471         (csinh_test_data): Likewise.
28472         (csqrt_test_data): Likewise.
28473         (ctan_test_data): Likewise.
28474         (ctan_tonearest_test_data): Likewise.
28475         (ctan_towardzero_test_data): Likewise.
28476         (ctan_downward_test_data): Likewise.
28477         (ctan_upward_test_data): Likewise.
28478         (ctanh_test_data): Likewise.
28479         (ctanh_tonearest_test_data): Likewise.
28480         (ctanh_towardzero_test_data): Likewise.
28481         (ctanh_downward_test_data): Likewise.
28482         (ctanh_upward_test_data): Likewise.
28483         (erf_test_data): Likewise.
28484         (erfc_test_data): Likewise.
28485         (exp_test_data): Likewise.
28486         (exp_tonearest_test_data): Likewise.
28487         (exp_towardzero_test_data): Likewise.
28488         (exp_downward_test_data): Likewise.
28489         (exp_upward_test_data): Likewise.
28490         (exp10_test_data): Likewise.
28491         (exp2_test_data): Likewise.
28492         (expm1_test_data): Likewise.
28493         (fabs_test_data): Likewise.
28494         (fdim_test_data): Likewise.
28495         (finite_test_data): Likewise.
28496         (floor_test_data): Likewise.
28497         (fma_test_data): Likewise.
28498         (fma_towardzero_test_data): Likewise.
28499         (fma_downward_test_data): Likewise.
28500         (fma_upward_test_data): Likewise.
28501         (fmax_test_data): Likewise.
28502         (fmin_test_data): Likewise.
28503         (fmod_test_data): Likewise.
28504         (fpclassify_test_data): Likewise.
28505         (frexp_test_data): Likewise.
28506         (gamma_test_data): Likewise.
28507         (hypot_test_data): Likewise.
28508         (ilogb_test_data): Likewise.
28509         (isfinite_test_data): Likewise.
28510         (isgreater_test_data): Likewise.
28511         (isgreaterequal_test_data): Likewise.
28512         (isinf_test_data): Likewise.
28513         (isless_test_data): Likewise.
28514         (islessequal_test_data): Likewise.
28515         (islessgreater_test_data): Likewise.
28516         (isnan_test_data): Likewise.
28517         (isnormal_test_data): Likewise.
28518         (issignaling_test_data): Likewise.
28519         (isunordered_test_data): Likewise.
28520         (j0_test_data): Likewise.
28521         (j1_test_data): Likewise.
28522         (jn_test_data): Likewise.
28523         (ldexp_test_data): Likewise.
28524         (lgamma_test_data): Likewise.
28525         (lrint_test_data): Likewise.
28526         (lrint_tonearest_test_data): Likewise.
28527         (lrint_towardzero_test_data): Likewise.
28528         (lrint_downward_test_data): Likewise.
28529         (lrint_upward_test_data): Likewise.
28530         (llrint_test_data): Likewise.
28531         (llrint_tonearest_test_data): Likewise.
28532         (llrint_towardzero_test_data): Likewise.
28533         (llrint_downward_test_data): Likewise.
28534         (llrint_upward_test_data): Likewise.
28535         (log_test_data): Likewise.
28536         (log10_test_data): Likewise.
28537         (log1p_test_data): Likewise.
28538         (log2_test_data): Likewise.
28539         (logb_test_data): Likewise.
28540         (logb_downward_test_data): Likewise.
28541         (lround_test_data): Likewise.
28542         (llround_test_data): Likewise.
28543         (modf_test_data): Likewise.
28544         (nearbyint_test_data): Likewise.
28545         (nextafter_test_data): Likewise.
28546         (nexttoward_test_data): Likewise.
28547         (pow_test_data): Likewise.
28548         (pow_tonearest_test_data): Likewise.
28549         (pow_towardzero_test_data): Likewise.
28550         (pow_downward_test_data): Likewise.
28551         (pow_upward_test_data): Likewise.
28552         (remainder_test_data): Likewise.
28553         (remainder_tonearest_test_data): Likewise.
28554         (remainder_towardzero_test_data): Likewise.
28555         (remainder_downward_test_data): Likewise.
28556         (remainder_upward_test_data): Likewise.
28557         (remquo_test_data): Likewise.
28558         (rint_test_data): Likewise.
28559         (rint_tonearest_test_data): Likewise.
28560         (rint_towardzero_test_data): Likewise.
28561         (rint_downward_test_data): Likewise.
28562         (rint_upward_test_data): Likewise.
28563         (round_test_data): Likewise.
28564         (scalb_test_data): Likewise.
28565         (scalbn_test_data): Likewise.
28566         (scalbln_test_data): Likewise.
28567         (signbit_test_data): Likewise.
28568         (sin_test_data): Likewise.
28569         (sin_tonearest_test_data): Likewise.
28570         (sin_towardzero_test_data): Likewise.
28571         (sin_downward_test_data): Likewise.
28572         (sin_upward_test_data): Likewise.
28573         (sincos_test_data): Likewise.
28574         (sinh_test_data): Likewise.
28575         (sinh_tonearest_test_data): Likewise.
28576         (sinh_towardzero_test_data): Likewise.
28577         (sinh_downward_test_data): Likewise.
28578         (sinh_upward_test_data): Likewise.
28579         (sqrt_test_data): Likewise.
28580         (tan_test_data): Likewise.
28581         (tan_tonearest_test_data): Likewise.
28582         (tan_towardzero_test_data): Likewise.
28583         (tan_downward_test_data): Likewise.
28584         (tan_upward_test_data): Likewise.
28585         (tanh_test_data): Likewise.
28586         (tgamma_test_data): Likewise.
28587         (trunc_test_data): Likewise.
28588         (y0_test_data): Likewise.
28589         (y1_test_data): Likewise.
28590         (yn_test_data): Likewise.
28591         (significand_test_data): Likewise.
28593         * math/gen-libm-test.pl (@functions): Remove variable.
28594         (generate_testfile): Don't handle START and END lines.
28595         * math/libm-test.inc (START): New macro.
28596         (END): Likewise.
28597         (END_COMPLEX): Likewise.
28598         (acos_test): Use END macro without arguments.
28599         (acos_test_tonearest): Likewise.
28600         (acos_test_towardzero): Likewise.
28601         (acos_test_downward): Likewise.
28602         (acos_test_upward): Likewise.
28603         (acosh_test): Likewise.
28604         (asin_test): Likewise.
28605         (asin_test_tonearest): Likewise.
28606         (asin_test_towardzero): Likewise.
28607         (asin_test_downward): Likewise.
28608         (asin_test_upward): Likewise.
28609         (asinh_test): Likewise.
28610         (atan_test): Likewise.
28611         (atanh_test): Likewise.
28612         (atan2_test): Likewise.
28613         (cabs_test): Likewise.
28614         (cacos_test): Use END_COMPLEX macro without arguments.
28615         (cacosh_test): Likewise.
28616         (carg_test): Use END macro without arguments.
28617         (casin_test): Use END_COMPLEX macro without arguments.
28618         (casinh_test): Likewise.
28619         (catan_test): Likewise.
28620         (catanh_test): Likewise.
28621         (cbrt_test): Use END macro without arguments.
28622         (ccos_test): Use END_COMPLEX macro without arguments.
28623         (ccosh_test): Likewise.
28624         (ceil_test): Use END macro without arguments.
28625         (cexp_test): Use END_COMPLEX macro without arguments.
28626         (cimag_test): Use END macro without arguments.
28627         (clog_test): Use END_COMPLEX macro without arguments.
28628         (clog10_test): Likewise.
28629         (conj_test): Likewise.
28630         (copysign_test): Use END macro without arguments.
28631         (cos_test): Likewise.
28632         (cos_test_tonearest): Likewise.
28633         (cos_test_towardzero): Likewise.
28634         (cos_test_downward): Likewise.
28635         (cos_test_upward): Likewise.
28636         (cosh_test): Likewise.
28637         (cosh_test_tonearest): Likewise.
28638         (cosh_test_towardzero): Likewise.
28639         (cosh_test_downward): Likewise.
28640         (cosh_test_upward): Likewise.
28641         (cpow_test): Use END_COMPLEX macro without arguments.
28642         (cproj_test): Likewise.
28643         (creal_test): Use END macro without arguments.
28644         (csin_test): Use END_COMPLEX macro without arguments.
28645         (csinh_test): Likewise.
28646         (csqrt_test): Likewise.
28647         (ctan_test): Likewise.
28648         (ctan_test_tonearest): Likewise.
28649         (ctan_test_towardzero): Likewise.
28650         (ctan_test_downward): Likewise.
28651         (ctan_test_upward): Likewise.
28652         (ctanh_test): Likewise.
28653         (ctanh_test_tonearest): Likewise.
28654         (ctanh_test_towardzero): Likewise.
28655         (ctanh_test_downward): Likewise.
28656         (ctanh_test_upward): Likewise.
28657         (erf_test): Use END macro without arguments.
28658         (erfc_test): Likewise.
28659         (exp_test): Likewise.
28660         (exp_test_tonearest): Likewise.
28661         (exp_test_towardzero): Likewise.
28662         (exp_test_downward): Likewise.
28663         (exp_test_upward): Likewise.
28664         (exp10_test): Likewise.
28665         (exp2_test): Likewise.
28666         (expm1_test): Likewise.
28667         (fabs_test): Likewise.
28668         (fdim_test): Likewise.
28669         (finite_test): Likewise.
28670         (floor_test): Likewise.
28671         (fma_test): Likewise.
28672         (fma_test_towardzero): Likewise.
28673         (fma_test_downward): Likewise.
28674         (fma_test_upward): Likewise.
28675         (fmax_test): Likewise.
28676         (fmin_test): Likewise.
28677         (fmod_test): Likewise.
28678         (fpclassify_test): Likewise.
28679         (frexp_test): Likewise.
28680         (gamma_test): Likewise.
28681         (hypot_test): Likewise.
28682         (ilogb_test): Likewise.
28683         (isfinite_test): Likewise.
28684         (isgreater_test): Likewise.
28685         (isgreaterequal_test): Likewise.
28686         (isinf_test): Likewise.
28687         (isless_test): Likewise.
28688         (islessequal_test): Likewise.
28689         (islessgreater_test): Likewise.
28690         (isnan_test): Likewise.
28691         (isnormal_test): Likewise.
28692         (issignaling_test): Likewise.
28693         (isunordered_test): Likewise.
28694         (j0_test): Likewise.
28695         (j1_test): Likewise.
28696         (jn_test): Likewise.
28697         (ldexp_test): Likewise.
28698         (lgamma_test): Likewise.
28699         (lrint_test): Likewise.
28700         (lrint_test_tonearest): Likewise.
28701         (lrint_test_towardzero): Likewise.
28702         (lrint_test_downward): Likewise.
28703         (lrint_test_upward): Likewise.
28704         (llrint_test): Likewise.
28705         (llrint_test_tonearest): Likewise.
28706         (llrint_test_towardzero): Likewise.
28707         (llrint_test_downward): Likewise.
28708         (llrint_test_upward): Likewise.
28709         (log_test): Likewise.
28710         (log10_test): Likewise.
28711         (log1p_test): Likewise.
28712         (log2_test): Likewise.
28713         (logb_test): Likewise.
28714         (logb_test_downward): Likewise.
28715         (lround_test): Likewise.
28716         (llround_test): Likewise.
28717         (modf_test): Likewise.
28718         (nearbyint_test): Likewise.
28719         (nextafter_test): Likewise.
28720         (nexttoward_test): Likewise.
28721         (pow_test): Likewise.
28722         (pow_test_tonearest): Likewise.
28723         (pow_test_towardzero): Likewise.
28724         (pow_test_downward): Likewise.
28725         (pow_test_upward): Likewise.
28726         (remainder_test): Likewise.
28727         (remainder_test_tonearest): Likewise.
28728         (remainder_test_towardzero): Likewise.
28729         (remainder_test_downward): Likewise.
28730         (remainder_test_upward): Likewise.
28731         (remquo_test): Likewise.
28732         (rint_test): Likewise.
28733         (rint_test_tonearest): Likewise.
28734         (rint_test_towardzero): Likewise.
28735         (rint_test_downward): Likewise.
28736         (rint_test_upward): Likewise.
28737         (round_test): Likewise.
28738         (scalb_test): Likewise.
28739         (scalbn_test): Likewise.
28740         (scalbln_test): Likewise.
28741         (signbit_test): Likewise.
28742         (sin_test): Likewise.
28743         (sin_test_tonearest): Likewise.
28744         (sin_test_towardzero): Likewise.
28745         (sin_test_downward): Likewise.
28746         (sin_test_upward): Likewise.
28747         (sincos_test): Likewise.
28748         (sinh_test): Likewise.
28749         (sinh_test_tonearest): Likewise.
28750         (sinh_test_towardzero): Likewise.
28751         (sinh_test_downward): Likewise.
28752         (sinh_test_upward): Likewise.
28753         (sqrt_test): Likewise.
28754         (tan_test): Likewise.
28755         (tan_test_tonearest): Likewise.
28756         (tan_test_towardzero): Likewise.
28757         (tan_test_downward): Likewise.
28758         (tan_test_upward): Likewise.
28759         (tanh_test): Likewise.
28760         (tgamma_test): Likewise.
28761         (trunc_test): Likewise.
28762         (y0_test): Likewise.
28763         (y1_test): Likewise.
28764         (yn_test): Likewise.
28765         (significand_test): Likewise.
28767 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
28769         [BZ #15381]
28770         * libio/genops.c (_IO_no_init): Initialize wide struct info.
28772 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28774         [BZ #14894]
28775         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
28776         __ppc_mdoio and __ppc_mdoom.
28777         * manual/platform.texi: Document new functions __ppc_yield,
28778         __ppc_mdoio and __ppc_mdoom.
28780 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
28782         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
28783         (main): Mention "tls" pseudo-hwcap is legacy.
28784         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
28786 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28788         * math/gen-libm-test.pl (parse_args): Output only string of
28789         arguments as text for test name, not full call or descriptions of
28790         tests for extra outputs.
28791         (generate_testfile): Do not pass function name to parse_args.
28792         Generate this_func variable from START.
28793         * math/libm-test.inc (struct test_f_f_data): Rename test_name
28794         field to arg_str.
28795         (struct test_ff_f_data): Likewise.
28796         (test_ff_f_data_nexttoward): Likewise.
28797         (struct test_fi_f_data): Likewise.
28798         (struct test_fl_f_data): Likewise.
28799         (struct test_if_f_data): Likewise.
28800         (struct test_fff_f_data): Likewise.
28801         (struct test_c_f_data): Likewise.
28802         (struct test_f_f1_data): Likewise.  Remove field extra_name.
28803         (struct test_fF_f1_data): Likewise.
28804         (struct test_ffI_f1_data): Likewise.
28805         (struct test_c_c_data): Rename test_name field to arg_str.
28806         (struct test_cc_c_data): Likewise.
28807         (struct test_f_i_data): Likewise.
28808         (struct test_ff_i_data): Likewise.
28809         (struct test_f_l_data): Likewise.
28810         (struct test_f_L_data): Likewise.
28811         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
28812         and extra2_name.
28813         (COMMON_TEST_SETUP): New macro.
28814         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
28815         (COMMON_TEST_CLEANUP): Likewise.
28816         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
28817         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
28818         macros.
28819         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
28820         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
28821         macros.
28822         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
28823         (RUN_TEST_fff_f): Take argument string.  Call new setup and
28824         cleanup macros.
28825         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
28826         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
28827         macros.
28828         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
28829         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
28830         macros.
28831         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28832         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
28833         cleanup macros.
28834         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28835         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
28836         cleanup macros.
28837         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28838         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
28839         cleanup macros.
28840         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28841         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
28842         macros.
28843         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
28844         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
28845         macros.
28846         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
28847         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
28848         macros.
28849         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
28850         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
28851         cleanup macros.
28852         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
28853         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
28854         cleanup macros.
28855         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
28856         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
28857         macros.
28858         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
28859         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
28860         cleanup macros.
28861         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
28862         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
28863         macros.
28864         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
28865         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
28866         macros.
28867         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
28868         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
28869         cleanup macros.
28870         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
28872 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
28874         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
28875         to _sifields.sigfault.
28876         (si_addr_lsb): Define new macro.
28877         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28878         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
28879         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
28881 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
28883         [BZ #15441]
28884         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
28885         returns -1.
28886         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
28887         null return -1.
28888         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
28889         loading the domain.
28891 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28893         * math/gen-libm-test.pl (parse_args): Do not include expected
28894         result in test name.
28895         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
28896         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28897         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28898         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28899         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28900         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28902 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28904         * benchtests/Makefile: Sort function entries.
28906         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
28907         tanh, asinh, acosh, atanh.
28908         * benchtests/acos-inputs: New file.
28909         * benchtests/acosh-inputs: New file.
28910         * benchtests/asin-inputs: New file.
28911         * benchtests/asinh-inputs: New file.
28912         * benchtests/atanh-inputs: New file.
28913         * benchtests/cosh-inputs: New file.
28914         * benchtests/log-inputs: New file.
28915         * benchtests/sinh-inputs: New file.
28916         * benchtests/tanh-inputs: New file.
28918 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
28920         [BZ #15339]
28921         * posix/tst-getaddrinfo4.c: New test.
28922         * posix/Makefile (tests): Add it.
28924 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28926         [BZ #15339]
28927         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
28928         when no services were used.
28929         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
28930         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
28932 2013-05-21  Andreas Schwab  <schwab@suse.de>
28934         [BZ #15014]
28935         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
28936         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
28937         successful.
28938         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
28939         redundant variable declarations and reallocation of buffer when
28940         parsing as IPv6 address.  Always set NSS status when called from
28941         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
28942         buffer too small.  Correct computation of needed size.
28943         * nss/Makefile (tests): Add test-digits-dots.
28944         * nss/test-digits-dots.c: New test.
28946 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28948         * benchtests/Makefile: Remove instructions for adding
28949         benchmark tests.
28950         * benchtests/README: New file to explain how to execute and
28951         enhance the benchmark tests.
28953 2013-05-21  Andreas Schwab  <schwab@suse.de>
28955         [BZ #15493]
28956         * setjmp/Makefile (tests): Add tst-sigsetjmp.
28957         * setjmp/tst-sigsetjmp.c: New test.
28959 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28961         * sysdeps/x86_64/memset.S (memset): New implementation.
28962         (__bzero): Likewise.
28963         (__memset_tail): New function.
28965 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28967         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
28968         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
28969         __memcpy_sse2_unaligned ifunc selection.
28970         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28971         Add memcpy-sse2-unaligned.S.
28972         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
28973         Add: __memcpy_sse2_unaligned.
28975 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
28977         [BZ #15490]
28978         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
28979         math_force_eval before restoring floating-point envrionment.
28980         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
28981         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
28982         Likewise.
28983         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
28984         <math_private.h>.
28985         (__nearbyintl): Use math_force_eval before restoring
28986         floating-point environment.
28987         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
28989         * math/gen-libm-test.pl (special_functions): Remove.
28990         (parse_args): Don't handle TEST_extra.  Handle functions with no
28991         return value.
28992         * math/libm-test.inc (struct test_sincos_data): Replace with
28993         struct test_fFF_11_data.
28994         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
28995         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
28996         (sincos_test_data): Change element type to struct
28997         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
28998         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
28999         RUN_TEST_LOOP_sincos.
29000         * math/README.libm-test: Don't mention special handling of
29001         individual functions.
29002         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
29003         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
29004         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
29005         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
29006         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
29007         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29009         * math/gen-libm-test.pl (get_variable): Remove function.
29010         (parse_args): Don't show pointer parameters to call in test
29011         names.  Use "extra output N" in test names for extra outputs
29012         rather than naming variables.
29014 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
29016         [BZ #15488]
29017         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
29018         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
29019         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
29020         double tests.
29021         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
29022         disable.
29023         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
29024         check_long_double.
29026         * math/gen-libm-test.pl (@tests): Remove variable.
29027         ($count): Likewise.
29028         (new_test): Remove function.
29029         (show_exceptions): New function.
29030         (special_functions): Use show_exceptions instead of new_test.
29031         (parse_args): Likewise.
29032         (generate_testfile): Pass only function name in generated call to
29033         print_max_error or print_complex_max_error.
29034         (get_ulps): Do not handle complex tests specially.
29035         (output_test): Rename to ...
29036         (get_all_ulps_for_test): ... this.  Return a string rather than
29037         printing to a file.  Require ulps to be present.
29038         (output_ulps): Generate arrays rather than #defines.
29039         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
29040         (struct ulp_data): New type.
29041         (BUILD_COMPLEX_ULP): Remove macro.
29042         (compare_ulp_data): New function.
29043         (find_ulps): Likewise.
29044         (find_test_ulps): Likewise.
29045         (find_function_ulps): Likewise.
29046         (find_complex_function_ulps): Likewise.
29047         (print_max_error): Determine allowed ulps using
29048         find_function_ulps.
29049         (print_complex_max_error): Determine allowed ulps using
29050         find_complex_function_ulps.
29051         (check_float_internal): Determine max ulps using find_test_ulps.
29052         (check_float): Do not take max_ulp parameter.  Update call to
29053         check_float_internal.
29054         (check_complex): Likewise.
29055         (check_int): Do not take max_ulp parameter.
29056         (check_long): Likewise.
29057         (check_bool): Likewise.
29058         (check_longlong): Likewise.
29059         (struct test_f_f_data): Remove max_ulp field.
29060         (struct test_ff_f_data): Likewise.
29061         (struct test_ff_f_data_nexttoward): Likewise.
29062         (struct test_fi_f_data): Likewise.
29063         (struct test_fl_f_data): Likewise.
29064         (struct test_if_f_data): Likewise.
29065         (struct test_fff_f_data): Likewise.
29066         (struct test_c_f_data): Likewise.
29067         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
29068         (struct test_fF_f1_data): Likewise.
29069         (struct test_ffI_f1_data): Likewise.
29070         (struct test_c_c_data): Remove max_ulp field.
29071         (struct test_cc_c_data): Likewise.
29072         (struct test_f_i_data): Likewise.
29073         (struct test_ff_i_data): Likewise.
29074         (struct test_f_l_data): Likewise.
29075         (struct test_f_L_data): Likewise.
29076         (struct test_sincos_data): Likewise.
29077         (RUN_TEST_f_f): Do not handle ulps.
29078         (RUN_TEST_LOOP_f_f): Likewise.
29079         (RUN_TEST_2_f): Likewise.
29080         (RUN_TEST_LOOP_2_f): Likewise.
29081         (RUN_TEST_fff_f): Likewise.
29082         (RUN_TEST_LOOP_fff_f): Likewise.
29083         (RUN_TEST_c_f): Likewise.
29084         (RUN_TEST_LOOP_c_f): Likewise.
29085         (RUN_TEST_f_f1): Likewise.
29086         (RUN_TEST_LOOP_f_f1): Likewise.
29087         (RUN_TEST_fF_f1): Likewise.
29088         (RUN_TEST_LOOP_fF_f1): Likewise.
29089         (RUN_TEST_fI_f1): Likewise.
29090         (RUN_TEST_LOOP_fI_f1): Likewise.
29091         (RUN_TEST_ffI_f1): Likewise.
29092         (RUN_TEST_LOOP_ffI_f1): Likewise.
29093         (RUN_TEST_c_c): Likewise.
29094         (RUN_TEST_LOOP_c_c): Likewise.
29095         (RUN_TEST_cc_c): Likewise.
29096         (RUN_TEST_LOOP_cc_c): Likewise.
29097         (RUN_TEST_f_i): Likewise.
29098         (RUN_TEST_LOOP_f_i): Likewise.
29099         (RUN_TEST_f_i_tg): Likewise.
29100         (RUN_TEST_LOOP_f_i_tg): Likewise.
29101         (RUN_TEST_ff_i_tg): Likewise.
29102         (RUN_TEST_LOOP_ff_i_tg): Likewise.
29103         (RUN_TEST_f_b): Likewise.
29104         (RUN_TEST_LOOP_f_b): Likewise.
29105         (RUN_TEST_f_b_tg): Likewise.
29106         (RUN_TEST_LOOP_f_b_tg): Likewise.
29107         (RUN_TEST_f_l): Likewise.
29108         (RUN_TEST_LOOP_f_l): Likewise.
29109         (RUN_TEST_f_L): Likewise.
29110         (RUN_TEST_LOOP_f_L): Likewise.
29111         (RUN_TEST_sincos): Likewise.
29112         (RUN_TEST_LOOP_sincos): Likewise.
29114 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
29116         [BZ #15480]
29117         [BZ #15485]
29118         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
29119         main case of finite arguments, set rounding mode to FE_TONEAREST
29120         and discard exceptions.
29121         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
29122         exceptions.
29123         (remainder_tonearest_test_data): New variable.
29124         (remainder_test_tonearest): New function.
29125         (remainder_towardzero_test_data): New variable.
29126         (remainder_test_towardzero): New function.
29127         (remainder_downward_test_data): New variable.
29128         (remainder_test_downward): New function.
29129         (remainder_upward_test_data): New variable.
29130         (remainder_test_upward): New function.
29131         (main): Call the new test functions.
29133         * math/libm-test.inc (struct test_f_f1_data): Remove field
29134         extra_init.
29135         (struct test_fF_f1_data): Likewise.
29136         (struct test_ffI_f1_data): Likewise.
29137         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
29138         based on value of EXTRA_EXPECTED.
29139         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
29140         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
29141         EXTRA_VAR based on value of EXTRA_EXPECTED.
29142         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
29143         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
29144         EXTRA_VAR based on value of EXTRA_EXPECTED.
29145         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
29146         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
29147         EXTRA_VAR based on value of EXTRA_EXPECTED.
29148         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
29149         * math/gen-libm-test.pl (parse_args): Don't output initializers
29150         for extra output values.
29152         * math/libm-test.inc (check_int): Expect result to be exactly
29153         equal to expected value and do not handle ulps.
29154         (check_long): Likewise.
29155         (check_longlong): Likewise.
29157         * math/libm-test.inc (ceil_test_data): Test for "inexact"
29158         exceptions.
29159         (cimag_test_data): Likewise.
29160         (conj_test_data): Likewise.
29161         (copysign_test_data): Likewise.
29162         (cproj_test_data): Likewise.
29163         (creal_test_data): Likewise.
29164         (fabs_test_data): Likewise.
29165         (fdim_test_data): Likewise.
29166         (finite_test_data): Likewise.
29167         (floor_test_data): Likewise.
29168         (fmax_test_data): Likewise.
29169         (fmin_test_data): Likewise.
29170         (fmod_test_data): Likewise.
29171         (fpclassify_test_data): Likewise.
29172         (frexp_test_data): Likewise.
29173         (ilogb_test_data): Likewise.
29174         (isfinite_test_data): Likewise.
29175         (isgreater_test_data): Likewise.
29176         (isgreaterequal_test_data): Likewise.
29177         (isinf_test_data): Likewise.
29178         (isless_test_data): Likewise.
29179         (islessequal_test_data): Likewise.
29180         (islessgreater_test_data): Likewise.
29181         (isnan_test_data): Likewise.
29182         (isnormal_test_data): Likewise.
29183         (issignaling_test_data): Likewise.
29184         (isunordered_test_data): Likewise.
29185         (ldexp_test_data): Likewise.
29186         (lrint_test_data): Likewise.
29187         (lrint_test_data) [TEST_FLOAT]: Disable one test.
29188         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
29189         (lrint_tonearest_test_data): Test for "inexact" exceptions.
29190         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
29191         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
29192         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
29193         test input.
29194         (lrint_towardzero_test_data): Test for "inexact" exceptions.
29195         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
29196         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
29197         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
29198         that test input.
29199         (lrint_downward_test_data): Test for "inexact" exceptions.
29200         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
29201         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
29202         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
29203         test input.
29204         (lrint_upward_test_data): Test for "inexact" exceptions.
29205         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
29206         test input.
29207         (llrint_test_data): Test for "inexact" exceptions.
29208         (llrint_test_data) [TEST_FLOAT]: Disable one test.
29209         (llrint_tonearest_test_data): Test for "inexact" exceptions.
29210         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
29211         (llrint_towardzero_test_data): Test for "inexact" exceptions.
29212         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
29213         (llrint_downward_test_data): Test for "inexact" exceptions.
29214         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
29215         (llrint_upward_test_data): Test for "inexact" exceptions.
29216         (logb_test_data): Likewise.
29217         (logb_downward_test_data): Likewise.
29218         (nextafter_test_data): Likewise.
29219         (nexttoward_test_data): Likewise.
29220         (remainder_test_data): Likewise.
29221         (remquo_test_data): Likewise.
29222         (scalbn_test_data): Likewise.
29223         (scalbln_test_data): Likewise.
29224         (signbit_test_data): Likewise.
29225         (sqrt_test_data): Likewise.
29226         (significand_test_data): Likewise.
29228 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29230         [BZ #15424]
29231         * benchtests/bench-modf.c (struct args): Mark arg0 as
29232         volatile.
29233         * scripts/bench.pl: Mark members of struct args as volatile.
29235 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29237         [BZ # 15497]
29238         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
29239         negative infinity on POWER6 or lower.
29240         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
29242 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
29244         [BZ #15442]
29245         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
29246         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
29247         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
29248         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
29249         (_FP_SETQNAN): New macro.
29250         (_FP_SETQNAN_SEMIRAW): Likewise.
29251         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
29252         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
29253         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
29254         (FP_EXTEND): Use _FP_FRAC_SNANP.
29255         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
29256         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
29257         into account.
29258         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
29259         New macro.
29260         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
29261         Likewise.
29263 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29265         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
29266         with DIVIDE_BY_ZERO_EXCEPTION.
29267         (gamma_test_data): Likewise.
29268         (lgamma_test_data): Likewise.
29269         (log_test_data): Likewise.
29270         (log10_test_data): Likewise.
29271         (log2_test_data): Likewise.
29272         (tgamma_test_data): Likewise.
29274         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
29275         (acos_test_tonearest): Likewise.
29276         (acos_test_towardzero): Likewise.
29277         (acos_test_downward): Likewise.
29278         (acos_test_upward): Likewise.
29279         (acosh_test): Likewise.
29280         (asin_test): Likewise.
29281         (asin_test_tonearest): Likewise.
29282         (asin_test_towardzero): Likewise.
29283         (asin_test_downward): Likewise.
29284         (asin_test_upward): Likewise.
29285         (asinh_test): Likewise.
29286         (atan_test): Likewise.
29287         (atanh_test): Likewise.
29288         (atan2_test): Likewise.
29289         (cabs_test): Likewise.
29290         (cacos_test): Likewise.
29291         (cacosh_test): Likewise.
29292         (casin_test): Likewise.
29293         (casinh_test): Likewise.
29294         (catan_test): Likewise.
29295         (catanh_test): Likewise.
29296         (cbrt_test): Likewise.
29297         (ccos_test): Likewise.
29298         (ccosh_test): Likewise.
29299         (cexp_test): Likewise.
29300         (clog_test): Likewise.
29301         (clog10_test): Likewise.
29302         (cos_test): Likewise.
29303         (cos_test_tonearest): Likewise.
29304         (cos_test_towardzero): Likewise.
29305         (cos_test_downward): Likewise.
29306         (cos_test_upward): Likewise.
29307         (cosh_test): Likewise.
29308         (cosh_test_tonearest): Likewise.
29309         (cosh_test_towardzero): Likewise.
29310         (cosh_test_downward): Likewise.
29311         (cosh_test_upward): Likewise.
29312         (cpow_test): Likewise.
29313         (csin_test): Likewise.
29314         (csinh_test): Likewise.
29315         (csqrt_test): Likewise.
29316         (ctan_test): Likewise.
29317         (ctan_test_tonearest): Likewise.
29318         (ctan_test_towardzero): Likewise.
29319         (ctan_test_downward): Likewise.
29320         (ctan_test_upward): Likewise.
29321         (ctanh_test): Likewise.
29322         (ctanh_test_tonearest): Likewise.
29323         (ctanh_test_towardzero): Likewise.
29324         (ctanh_test_downward): Likewise.
29325         (ctanh_test_upward): Likewise.
29326         (erf_test): Likewise.
29327         (erfc_test): Likewise.
29328         (exp_test): Likewise.
29329         (exp_test_tonearest): Likewise.
29330         (exp_test_towardzero): Likewise.
29331         (exp_test_downward): Likewise.
29332         (exp_test_upward): Likewise.
29333         (exp10_test): Likewise.
29334         (exp2_test): Likewise.
29335         (expm1_test): Likewise.
29336         (fmod_test): Likewise.
29337         (gamma_test): Likewise.
29338         (hypot_test): Likewise.
29339         (j0_test): Likewise.
29340         (j1_test): Likewise.
29341         (jn_test): Likewise.
29342         (lgamma_test): Likewise.
29343         (log_test): Likewise.
29344         (log10_test): Likewise.
29345         (log1p_test): Likewise.
29346         (log2_test): Likewise.
29347         (logb_test_downward): Likewise.
29348         (pow_test): Likewise.
29349         (pow_test_tonearest): Likewise.
29350         (pow_test_towardzero): Likewise.
29351         (pow_test_downward): Likewise.
29352         (pow_test_upward): Likewise.
29353         (remainder_test): Likewise.
29354         (remquo_test): Likewise.
29355         (sin_test): Likewise.
29356         (sin_test_tonearest): Likewise.
29357         (sin_test_towardzero): Likewise.
29358         (sin_test_downward): Likewise.
29359         (sin_test_upward): Likewise.
29360         (sincos_test): Likewise.
29361         (sinh_test): Likewise.
29362         (sinh_test_tonearest): Likewise.
29363         (sinh_test_towardzero): Likewise.
29364         (sinh_test_downward): Likewise.
29365         (sinh_test_upward): Likewise.
29366         (sqrt_test): Likewise.
29367         (tan_test): Likewise.
29368         (tan_test_tonearest): Likewise.
29369         (tan_test_towardzero): Likewise.
29370         (tan_test_downward): Likewise.
29371         (tan_test_upward): Likewise.
29372         (tanh_test): Likewise.
29373         (tgamma_test): Likewise.
29374         (y0_test): Likewise.
29375         (y1_test): Likewise.
29376         (yn_test): Likewise.
29378         * math/gen-libm-test.pl (adjust_arg): Remove function.
29379         (special_function): Remove argument $in_func.  Only handle
29380         generating output for tables of tests, not inside functions.
29381         (parse_args): Likewise.
29382         (generate_testfile): Remove variable $in_func.  Update call to
29383         parse_args.
29384         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
29385         (MINUS_ZERO_INIT): Rename macro to minus_zero.
29386         (PLUS_INFTY_INIT): Rename macro to plus_infty.
29387         (MINUS_INFTY_INIT): Rename macro to minus_infty.
29388         (QNAN_VALUE_INIT): Rename macro to qnan_value.
29389         (MAX_VALUE_INIT): Rename macro to max_value.
29390         (MIN_VALUE_INIT): Rename macro to min_value.
29391         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
29392         (plus_zero): Remove variable.
29393         (minus_zero): Likewise.
29394         (plus_infty): Likewise.
29395         (minus_infty): Likewise.
29396         (qnan_value): Likewise.
29397         (max_value): Likewise.
29398         (min_value): Likewise.
29399         (min_subnorm_value): Likewise.
29401 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29403         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
29404         uint64_t or uint32_t usage.
29405         * crypt/sha256-block.c: Likewise.
29406         * crypt/sha256-crypt.c: Likewise.
29407         * crypt/sha256.c: Likewise.
29408         * crypt/sha512-block.c: Likewise.
29409         * crypt/sha512-crypt.c: Likewise.
29410         * crypt/sha512.c: Likewise.
29411         * debug/backtrace-tst.c: Likewise.
29412         * debug/pcprofiledump.c: Likewise.
29413         * elf/cache.c: Likewise.
29414         * elf/dl-cache.c: Likewise.
29415         * elf/dl-misc.c: Likewise.
29416         * elf/dl-profile.c: Likewise.
29417         * elf/dl-support.c: Likewise.
29418         * elf/ldconfig.c: Likewise.
29419         * elf/sprof.c: Likewise.
29420         * iconv/dummy-repertoire.c: Likewise.
29421         * iconv/iconv_charmap.c: Likewise.
29422         * iconv/skeleton.c: Likewise.
29423         * iconvdata/8bit-generic.c: Likewise.
29424         * iconvdata/cp737.h: Likewise.
29425         * iconvdata/cp775.h: Likewise.
29426         * iconvdata/ibm1008.h: Likewise.
29427         * iconvdata/ibm1025.h: Likewise.
29428         * iconvdata/ibm1046.h: Likewise.
29429         * iconvdata/ibm1097.h: Likewise.
29430         * iconvdata/ibm1112.h: Likewise.
29431         * iconvdata/ibm1122.h: Likewise.
29432         * iconvdata/ibm1123.h: Likewise.
29433         * iconvdata/ibm1124.h: Likewise.
29434         * iconvdata/ibm1129.h: Likewise.
29435         * iconvdata/ibm1130.h: Likewise.
29436         * iconvdata/ibm1132.h: Likewise.
29437         * iconvdata/ibm1133.h: Likewise.
29438         * iconvdata/ibm1137.h: Likewise.
29439         * iconvdata/ibm1140.h: Likewise.
29440         * iconvdata/ibm1141.h: Likewise.
29441         * iconvdata/ibm1142.h: Likewise.
29442         * iconvdata/ibm1143.h: Likewise.
29443         * iconvdata/ibm1144.h: Likewise.
29444         * iconvdata/ibm1145.h: Likewise.
29445         * iconvdata/ibm1146.h: Likewise.
29446         * iconvdata/ibm1147.h: Likewise.
29447         * iconvdata/ibm1148.h: Likewise.
29448         * iconvdata/ibm1149.h: Likewise.
29449         * iconvdata/ibm1153.h: Likewise.
29450         * iconvdata/ibm1154.h: Likewise.
29451         * iconvdata/ibm1155.h: Likewise.
29452         * iconvdata/ibm1156.h: Likewise.
29453         * iconvdata/ibm1157.h: Likewise.
29454         * iconvdata/ibm1158.h: Likewise.
29455         * iconvdata/ibm1160.h: Likewise.
29456         * iconvdata/ibm1161.h: Likewise.
29457         * iconvdata/ibm1162.h: Likewise.
29458         * iconvdata/ibm1163.h: Likewise.
29459         * iconvdata/ibm1164.h: Likewise.
29460         * iconvdata/ibm1166.h: Likewise.
29461         * iconvdata/ibm1167.h: Likewise.
29462         * iconvdata/ibm12712.h: Likewise.
29463         * iconvdata/ibm1390.h: Likewise.
29464         * iconvdata/ibm1399.h: Likewise.
29465         * iconvdata/ibm16804.h: Likewise.
29466         * iconvdata/ibm4517.h: Likewise.
29467         * iconvdata/ibm4899.h: Likewise.
29468         * iconvdata/ibm4909.h: Likewise.
29469         * iconvdata/ibm4971.h: Likewise.
29470         * iconvdata/ibm5347.h: Likewise.
29471         * iconvdata/ibm803.h: Likewise.
29472         * iconvdata/ibm856.h: Likewise.
29473         * iconvdata/ibm901.h: Likewise.
29474         * iconvdata/ibm902.h: Likewise.
29475         * iconvdata/ibm9030.h: Likewise.
29476         * iconvdata/ibm9066.h: Likewise.
29477         * iconvdata/ibm921.h: Likewise.
29478         * iconvdata/ibm922.h: Likewise.
29479         * iconvdata/ibm9448.h: Likewise.
29480         * iconvdata/isiri-3342.h: Likewise.
29481         * iconvdata/jis0201.h: Likewise.
29482         * include/link.h: Likewise.
29483         * include/netdb.h: Likewise.
29484         * inet/check_native.c: Likewise.
29485         * inet/check_pf.c: Likewise.
29486         * inet/getipv4sourcefilter.c: Likewise.
29487         * inet/getnameinfo.c: Likewise.
29488         * inet/getsourcefilter.c: Likewise.
29489         * inet/htonl.c: Likewise.
29490         * inet/setipv4sourcefilter.c: Likewise.
29491         * inet/setsourcefilter.c: Likewise.
29492         * inet/test-inet6_opt.c: Likewise.
29493         * inet/tst-network.c: Likewise.
29494         * locale/C-collate.c: Likewise.
29495         * locale/C-ctype.c: Likewise.
29496         * locale/C-time.c: Likewise.
29497         * locale/C-translit.h: Likewise.
29498         * locale/loadarchive.c: Likewise.
29499         * locale/programs/3level.h: Likewise.
29500         * locale/programs/charmap.c: Likewise.
29501         * locale/programs/charmap.h: Likewise.
29502         * locale/programs/ld-address.c: Likewise.
29503         * locale/programs/ld-collate.c: Likewise.
29504         * locale/programs/ld-ctype.c: Likewise.
29505         * locale/programs/ld-identification.c: Likewise.
29506         * locale/programs/ld-measurement.c: Likewise.
29507         * locale/programs/ld-messages.c: Likewise.
29508         * locale/programs/ld-monetary.c: Likewise.
29509         * locale/programs/ld-name.c: Likewise.
29510         * locale/programs/ld-numeric.c: Likewise.
29511         * locale/programs/ld-paper.c: Likewise.
29512         * locale/programs/ld-telephone.c: Likewise.
29513         * locale/programs/ld-time.c: Likewise.
29514         * locale/programs/linereader.c: Likewise.
29515         * locale/programs/locale.c: Likewise.
29516         * locale/programs/locarchive.c: Likewise.
29517         * locale/programs/locfile.h: Likewise.
29518         * locale/programs/repertoire.c: Likewise.
29519         * locale/programs/simple-hash.c: Likewise.
29520         * locale/programs/simple-hash.h: Likewise.
29521         * malloc/memusage.c: Likewise.
29522         * malloc/memusagestat.c: Likewise.
29523         * nis/nis_defaults.c: Likewise.
29524         * nis/nis_hash.c: Likewise.
29525         * nis/nis_print.c: Likewise.
29526         * nis/nis_xdr.c: Likewise.
29527         * nscd/connections.c: Likewise.
29528         * nscd/hstcache.c: Likewise.
29529         * nscd/nscd_gethst_r.c: Likewise.
29530         * nscd/nscd_getserv_r.c: Likewise.
29531         * nscd/nscd_helper.c: Likewise.
29532         * nscd/servicescache.c: Likewise.
29533         * nss/makedb.c: Likewise.
29534         * nss/nss_db/db-XXX.c: Likewise.
29535         * nss/nss_db/db-initgroups.c: Likewise.
29536         * nss/nss_db/db-netgrp.c: Likewise.
29537         * nss/nss_files/files-network.c: Likewise.
29538         * nss/nss_files/files-parse.c: Likewise.
29539         * posix/bug-regex5.c: Likewise.
29540         * posix/fnmatch_loop.c: Likewise.
29541         * posix/regcomp.c: Likewise.
29542         * posix/regexec.c: Likewise.
29543         * posix/tst-rfc3484-2.c: Likewise.
29544         * posix/tst-rfc3484-3.c: Likewise.
29545         * posix/tst-rfc3484.c: Likewise.
29546         * resolv/nss_dns/dns-canon.c: Likewise.
29547         * resolv/nss_dns/dns-network.c: Likewise.
29548         * resolv/res_init.c: Likewise.
29549         * resolv/res_mkquery.c: Likewise.
29550         * resolv/tst-aton.c: Likewise.
29551         * stdlib/cxa_atexit.c: Likewise.
29552         * stdlib/cxa_finalize.c: Likewise.
29553         * stdlib/gen-fpioconst.c: Likewise.
29554         * stdlib/strtol_l.c: Likewise.
29555         * string/tst-endian.c: Likewise.
29556         * sunrpc/auth_des.c: Likewise.
29557         * sunrpc/clnt_udp.c: Likewise.
29558         * sunrpc/rtime.c: Likewise.
29559         * sunrpc/svcauth_des.c: Likewise.
29560         * sunrpc/xdr.c: Likewise.
29561         * sunrpc/xdr_intXX_t.c: Likewise.
29562         * sunrpc/xdr_rec.c: Likewise.
29563         * sysdeps/generic/ldconfig.h: Likewise.
29564         * sysdeps/generic/ldsodefs.h: Likewise.
29565         * sysdeps/generic/memusage.h: Likewise.
29566         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
29567         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
29568         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
29569         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
29570         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
29571         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
29572         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
29573         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
29574         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
29575         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
29576         * sysdeps/posix/getaddrinfo.c: Likewise.
29577         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
29578         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29579         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
29580         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
29581         * sysdeps/powerpc/test-gettimebase.c: Likewise.
29582         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
29583         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
29584         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
29585         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
29586         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
29587         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
29588         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
29589         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
29590         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
29591         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
29592         * sysdeps/x86_64/dl-tls.h: Likewise.
29593         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
29594         * time/alt_digit.c: Likewise.
29595         * time/era.c: Likewise.
29596         * wcsmbs/tst-c16c32-1.c: Likewise.
29598 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29600         * math/libm-test.inc (struct test_sincos_data): New type.
29601         (RUN_TEST_LOOP_sincos): New macro.
29602         (sincos_test_data): New variable.
29603         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
29605 2013-05-16  Richard Henderson  <rth@redhat.com>
29607         * math/atest-exp2.c (LIMB64): New macro.
29608         (CONSTSZ): New macro.
29609         (mp_exp1, mp_exp_m1, mp_log2): New variables.
29610         (hexdig): Move ...
29611         (print_mpn_fp): ... to function scope.
29612         (read_mpn_hex): Remove.
29613         (get_log2): Remove.
29614         (exp2_mpn): Use mp_log2.
29615         (main): Use mp_exp1.
29617 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29619         * math/libm-test.inc: Remove comment about not testing "inexact"
29620         exceptions.
29621         (INEXACT_EXCEPTION): New macro.
29622         (NO_INEXACT_EXCEPTION): Likewise.
29623         (INVALID_EXCEPTION_OK): Update value.
29624         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
29625         (OVERFLOW_EXCEPTION_OK): Likewise.
29626         (UNDERFLOW_EXCEPTION_OK): Likewise.
29627         (IGNORE_ZERO_INF_SIGN): Likewise.
29628         (ERRNO_UNCHANGED): Likewise.
29629         (ERRNO_EDOM): Likewise.
29630         (ERRNO_ERANGE): Likewise.
29631         (test_exceptions): Handle testing "inexact" exceptions.
29632         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
29633         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
29634         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
29635         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
29636         INEXACT_EXCEPTION.
29637         (rint_towardzero_test_data): Likewise.
29638         (rint_downward_test_data): Likewise.
29639         (rint_upward_test_data): Likewise.
29641         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
29642         with OVERFLOW_EXCEPTION.
29643         (exp10_test_data): Likewise.
29644         (exp2_test_data): Likewise.
29645         (expm1_test_data): Likewise.
29646         (lgamma_test_data): Likewise.
29647         (pow_test_data): Likewise.
29648         (tgamma_test_data): Likewise.
29649         (yn_test_data): Remove duplicate test of overflow.
29651         * math/libm-test.inc (struct test_cc_c_data): New type.
29652         (RUN_TEST_LOOP_cc_c): New macro.
29653         (cpow_test_data): New variable.
29654         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
29656         * math/libm-test.inc (struct test_f_L_data): New type.
29657         (RUN_TEST_LOOP_f_L): New macro.
29658         (llrint_test_data): New variable.
29659         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
29660         (llrint_tonearest_test_data): New variable.
29661         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
29662         (llrint_towardzero_test_data): New variable.
29663         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
29664         (llrint_downward_test_data): New variable.
29665         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
29666         (llrint_upward_test_data): New variable.
29667         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
29668         (llround_test_data): New variable.
29669         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
29671 2013-05-13  Peter Collingbourne  <pcc@google.com>
29673         * math/atest-exp2.c (get_log2): Remove const attribute.
29675 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29677         * math/libm-test.inc (struct test_f_l_data): New type.
29678         (RUN_TEST_LOOP_f_l): New macro.
29679         (lrint_test_data): New variable.
29680         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
29681         (lrint_tonearest_test_data): New variable.
29682         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
29683         (lrint_towardzero_test_data): New variable.
29684         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
29685         (lrint_downward_test_data): New variable.
29686         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
29687         (lrint_upward_test_data): New variable.
29688         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
29689         (lround_test_data): New variable.
29690         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
29692 2013-05-15  Peter Collingbourne  <pcc@google.com>
29694         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
29695         (EXTRACT_WORDS64) Use where appropriate.
29696         (INSERT_WORDS64) Likewise.
29698         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
29699         constraints with x constraints.
29700         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
29702         * malloc/obstack.c (_obstack_compat): Add initializer.
29704 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
29706         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
29707         si_trapno and add si_addr_lsb to _sifields.sigfault.
29708         (si_trapno): Remove macro.
29709         (si_addr_lsb): Define new macro.
29710         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
29712 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29714         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
29715         instead of TEST_f_l.
29716         (llrint_test_tonearest): Likewise.
29717         (llrint_test_towardzero): Likewise.
29718         (llrint_test_downward): Likewise.
29719         (llrint_test_upward): Likewise.
29720         (llround_test): Likewise.
29722         * math/libm-test.inc (struct test_f_i_data): Add comment.
29723         (RUN_TEST_LOOP_f_b): New macro.
29724         (RUN_TEST_LOOP_f_b_tg): Likewise.
29725         (finite_test_data): New variable.
29726         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
29727         (isfinite_test_data): New variable.
29728         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29729         (isinf_test_data): New variable.
29730         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29731         (isnan_test_data): New variable.
29732         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29733         (isnormal_test_data): New variable.
29734         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29735         (issignaling_test_data): New variable.
29736         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29737         (signbit_test_data): New variable.
29738         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29740         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
29741         with INVALID_EXCEPTION.
29742         (acosh_test_data): Likewise.
29743         (asin_test_data): Likewise.
29744         (atanh_test_data): Likewise.
29745         (fmod_test_data): Likewise.
29746         (log_test_data): Likewise.
29747         (log10_test_data): Likewise.
29748         (log2_test_data): Likewise.
29749         (pow_test_data): Likewise.
29750         (sqrt_test_data): Likewise.
29751         (y0_test_data): Likewise.
29752         (y1_test_data): Likewise.
29753         (yn_test_data): Likewise.
29755         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
29756         function contents.
29758         * math/libm-test.inc (struct test_ff_i_data): New type.
29759         (RUN_TEST_LOOP_ff_i_tg): New macro.
29760         (isgreater_test_data): New variable.
29761         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29762         (isgreaterequal_test_data): New variable.
29763         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29764         (isless_test_data): New variable.
29765         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29766         (islessequal_test_data): New variable.
29767         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29768         (islessgreater_test_data): New variable.
29769         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29770         (isunordered_test_data): New variable.
29771         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29773 2013-05-14  David S. Miller  <davem@davemloft.net>
29775         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29777 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
29779         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
29781         * math/libm-test.inc (struct test_fF_f1_data): Change type of
29782         extra_test to int.
29783         (struct test_f_i_data): Change type of max_ulp to int.
29785         * math/libm-test.inc (test_ffI_f1_data): New type.
29786         (RUN_TEST_LOOP_ffI_f1): New macro.
29787         (remquo_test_data): New variable.
29788         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
29790         * setjmp/tst-setjmp-fp.c: New file.
29791         * setjmp/Makefile (tests): Add tst-setjmp-fp.
29792         (link-libm): New variable.
29793         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
29795         * math/libm-test.inc (struct test_f_i_data): New type.
29796         (RUN_TEST_LOOP_f_i): New macro.
29797         (RUN_TEST_LOOP_f_i_tg): Likewise.
29798         (fpclassify_test_data): New variable.
29799         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
29800         (ilogb_test_data): New variable.
29801         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
29803         * math/libm-test.inc (scalbln_test): Correct function name in END
29804         call.
29806         * math/libm-test.inc (struct test_f_f1_data): Add comment.
29807         (RUN_TEST_LOOP_fI_f1): New macro.
29808         (frexp_test_data): New variable.
29809         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
29811         * math/libm-test.inc (struct test_fF_f1_data): New type.
29812         (RUN_TEST_LOOP_fF_f1): New macro.
29813         (modf_test_data): New variable.
29814         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
29816         * math/libm-test.inc (struct test_f_f1_data): New type.
29817         (RUN_TEST_LOOP_f_f1): New macro.
29818         (gamma_test_data): New variable.
29819         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29820         (lgamma_test_data): New variable.
29821         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29823 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
29825         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
29826         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
29827         (main): Comment "tls" pseudo-hwcap.
29829 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
29831         * math/libm-test.inc (struct test_fl_f_data): New type.
29832         (RUN_TEST_LOOP_fl_f): New variable.
29833         (scalbln_test_data): New variable.
29834         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
29836         * math/libm-test.inc (struct test_fi_f_data): New type.
29837         (RUN_TEST_LOOP_fi_f): New macro.
29838         (ldexp_test_data): New variable.
29839         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
29840         (scalbn_test_data): New variable.
29841         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
29843         * math/libm-test.inc (struct test_c_f_data): New type.
29844         (RUN_TEST_LOOP_c_f): New macro.
29845         (cabs_test_data): New variable.
29846         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
29847         (carg_test_data): New variable.
29848         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
29849         (cimag_test_data): New variable.
29850         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
29851         (creal_test_data): New variable.
29852         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
29854         * math/libm-test.inc (struct test_if_f_data): New type.
29855         (RUN_TEST_LOOP_if_f): New macro.
29856         (jn_test_data): New variable.
29857         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
29858         (yn_test_data): New variable.
29859         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
29861         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
29863 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29865         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
29866         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
29868 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29870         * benchtests/Makefile (CPPFLAGS-nonlib): Add
29871         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
29872         (bench-deps): Add bench-timing.h.
29873         * benchtests-bench-skeleton.c: Include bench-timing.h.
29874         (main): Use TIMING_* macros instead of clock_gettime.
29875         * benchtests/bench-timing.h: New file.
29877         [BZ #14582]
29878         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
29879         Renamed from _LIB_VERSION.
29880         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
29882 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
29884         * math/libm-test.inc (struct test_fff_f_data): New type.
29885         (RUN_TEST_LOOP_fff_f): New macro.
29886         (fma_test_data): New variable.
29887         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
29888         (fma_towardzero_test_data): New variable.
29889         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
29890         (fma_downward_test_data): New variable.
29891         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
29892         (fma_upward_test_data): New variable.
29893         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
29895         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
29896         (struct test_c_c_data): New type.
29897         (RUN_TEST_LOOP_c_c): New macro.
29898         (cacos_test_data): New variable.
29899         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
29900         (cacosh_test_data): New variable.
29901         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
29902         (casin_test_data): New variable.
29903         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
29904         (casinh_test_data): New variable.
29905         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
29906         (catan_test_data): New variable.
29907         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
29908         (catanh_test_data): New variable.
29909         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
29910         (ccos_test_data): New variable.
29911         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
29912         (ccosh_test_data): New variable.
29913         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
29914         (cexp_test_data): New variable.
29915         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
29916         (clog_test_data): New variable.
29917         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
29918         (clog10_test_data): New variable.
29919         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
29920         (conj_test_data): New variable.
29921         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
29922         (cproj_test_data): New variable.
29923         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
29924         (csin_test_data): New variable.
29925         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
29926         (csinh_test_data): New variable.
29927         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
29928         (csqrt_test_data): New variable.
29929         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
29930         (ctan_test_data): New variable.
29931         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
29932         (ctan_tonearest_test_data): New variable.
29933         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29934         (ctan_towardzero_test_data): New variable.
29935         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29936         (ctan_downward_test_data): New variable.
29937         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29938         (ctan_upward_test_data): New variable.
29939         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29940         (ctanh_test_data): New variable.
29941         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
29942         (ctanh_tonearest_test_data): New variable.
29943         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29944         (ctanh_towardzero_test_data): New variable.
29945         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29946         (ctanh_downward_test_data): New variable.
29947         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29948         (ctanh_upward_test_data): New variable.
29949         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29950         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
29951         of BUILD_COMPLEX.
29953         * math/libm-test.inc (struct test_ff_f_data): New type.
29954         (struct test_ff_f_data_nexttoward): Likewise.
29955         (RUN_TEST_LOOP_2_f): New macro.
29956         (RUN_TEST_LOOP_ff_f): Likewise.
29957         (atan2_test_data): New variable.
29958         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
29959         (copysign_test_data): New variable.
29960         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
29961         (fdim_test_data): New variable.
29962         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
29963         (fmax_test_data): New variable.
29964         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
29965         (fmin_test_data): New variable.
29966         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
29967         (fmod_test_data): New variable.
29968         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
29969         (hypot_test_data): New variable.
29970         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
29971         (nextafter_test_data): New variable.
29972         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
29973         (nexttoward_test_data): New variable.
29974         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
29975         (pow_test_data): New variable.
29976         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
29977         (pow_tonearest_test_data): New variable.
29978         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
29979         (pow_towardzero_test_data): New variable.
29980         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
29981         (pow_downward_test_data): New variable.
29982         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
29983         (pow_upward_test_data): New variable.
29984         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
29985         (remainder_test_data): New variable.
29986         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
29987         (scalb_test_data): New variable.
29988         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
29989         * sysdeps/i386/fpu/libm-test-ulps: Update.
29991 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
29993         * math/libm-test.inc (fma_test): Use max_value instead of local
29994         variable fltmax.
29995         (nextafter_test): Likewise.
29997         * math/libm-test.inc (acos_towardzero_test_data): New variable.
29998         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29999         (acos_downward_test_data): New variable.
30000         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30001         (acos_upward_test_data): New variable.
30002         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30003         (acosh_test_data): New variable.
30004         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
30005         (asin_test_data): New variable.
30006         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
30007         (asin_tonearest_test_data): New variable.
30008         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30009         (asin_towardzero_test_data): New variable.
30010         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30011         (asin_downward_test_data): New variable.
30012         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30013         (asin_upward_test_data): New variable.
30014         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30015         (asinh_test_data): New variable.
30016         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
30017         (atan_test_data): New variable.
30018         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
30019         (atanh_test_data): New variable.
30020         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
30021         (cbrt_test_data): New variable.
30022         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
30023         (ceil_test_data): New variable.
30024         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
30025         (cos_test_data): New variable.
30026         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
30027         (cos_tonearest_test_data): New variable.
30028         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30029         (cos_towardzero_test_data): New variable.
30030         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30031         (cos_downward_test_data): New variable.
30032         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30033         (cos_upward_test_data): New variable.
30034         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30035         (cosh_test_data): New variable.
30036         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
30037         (cosh_tonearest_test_data): New variable.
30038         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30039         (cosh_towardzero_test_data): New variable.
30040         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30041         (cosh_downward_test_data): New variable.
30042         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30043         (cosh_upward_test_data): New variable.
30044         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30045         (erf_test_data): New variable.
30046         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
30047         (erfc_test_data): New variable.
30048         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
30049         (exp_test_data): New variable.
30050         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
30051         (exp_tonearest_test_data): New variable.
30052         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30053         (exp_towardzero_test_data): New variable.
30054         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30055         (exp_downward_test_data): New variable.
30056         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30057         (exp_upward_test_data): New variable.
30058         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30059         (exp10_test_data): New variable.
30060         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
30061         (exp2_test_data): New variable.
30062         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
30063         (expm1_test_data): New variable.
30064         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
30065         (fabs_test_data): New variable.
30066         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
30067         (floor_test_data): New variable.
30068         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
30069         (j0_test_data): New variable.
30070         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
30071         (j1_test_data): New variable.
30072         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
30073         (log_test_data): New variable.
30074         (log_test): Run tests with RUN_TEST_LOOP_f_f.
30075         (log10_test_data): New variable.
30076         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
30077         (log1p_test_data): New variable.
30078         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
30079         (log2_test_data): New variable.
30080         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
30081         (logb_test_data): New variable.
30082         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
30083         (logb_downward_test_data): New variable.
30084         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30085         (nearbyint_test_data): New variable.
30086         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
30087         (rint_test_data): New variable.
30088         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
30089         (rint_tonearest_test_data): New variable.
30090         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30091         (rint_towardzero_test_data): New variable.
30092         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30093         (rint_downward_test_data): New variable.
30094         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30095         (rint_upward_test_data): New variable.
30096         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30097         (round_test_data): New variable.
30098         (round_test): Run tests with RUN_TEST_LOOP_f_f.
30099         (sin_test_data): New variable.
30100         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
30101         (sin_tonearest_test_data): New variable.
30102         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30103         (sin_towardzero_test_data): New variable.
30104         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30105         (sin_downward_test_data): New variable.
30106         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30107         (sin_upward_test_data): New variable.
30108         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30109         (sinh_test_data): New variable.
30110         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
30111         (sinh_tonearest_test_data): New variable.
30112         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30113         (sinh_towardzero_test_data): New variable.
30114         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30115         (sinh_downward_test_data): New variable.
30116         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30117         (sinh_upward_test_data): New variable.
30118         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30119         (sqrt_test_data): New variable.
30120         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
30121         (tan_test_data): New variable.
30122         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
30123         (tan_tonearest_test_data): New variable.
30124         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30125         (tan_towardzero_test_data): New variable.
30126         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
30127         (tan_downward_test_data): New variable.
30128         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
30129         (tan_upward_test_data): New variable.
30130         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
30131         (tanh_test_data): New variable.
30132         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
30133         (tgamma_test_data): New variable.
30134         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
30135         (trunc_test_data): New variable.
30136         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
30137         (y0_test_data): New variable.
30138         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
30139         (y1_test_data): New variable.
30140         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
30141         (significand_test_data): New variable.
30142         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
30144 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
30146         [BZ #12387]
30147         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
30149 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
30151         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
30153 2013-05-10  Andreas Jaeger  <aj@suse.de>
30155         [BZ #15448]
30156         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
30157         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
30159 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
30161         * math/gen-libm-test.pl (adjust_arg): New function.
30162         (special_functions): Handle generating output in both functions
30163         and arrays.
30164         (parse_args): Likewise.
30165         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
30166         $in_func argument to parse_args.
30167         * math/libm-test.inc (struct test_f_f_data): New type.
30168         (IF_ROUND_INIT_): New macro.
30169         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
30170         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
30171         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
30172         (IF_ROUND_INIT_FE_UPWARD): Likewise.
30173         (ROUND_RESTORE_): Likewise.
30174         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
30175         (ROUND_RESTORE_FE_TONEAREST): Likewise.
30176         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
30177         (ROUND_RESTORE_FE_UPWARD): Likewise.
30178         (RUN_TEST_LOOP_f_f): New macro.
30179         (acos_test_data): New variable.
30180         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
30181         (acos_tonearest_test_data): New variable.
30182         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
30184 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30186         * benchtests/bench-skeleton.c (startup): Fix coding style.
30188 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
30190         [BZ #6809]
30191         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
30192         negative infinity argument.
30193         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
30194         negative infinity argument.
30195         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
30196         negative infinity argument.
30197         * math/libm-test.inc (tgamma_test): Expect errno to be set for
30198         domain errors.
30200 2013-05-10  Florian Weimer  <fweimer@redhat.com>
30202         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
30203         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
30204         * iconv/iconv_prog.c (main): Likewise.
30205         * locale/programs/charmap-dir.c (charmap_readdir)
30206         (fopen_uncompressed): Likewise.
30207         * locale/programs/locfile.c (siblings_uncached)
30208         (write_locale_data): Use lstat64 instead of lstat.
30209         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
30210         stat.
30212 2013-05-10  Andreas Jaeger  <aj@suse.de>
30214         [BZ #15395]
30215         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
30216         localization.
30217         Include <locale.h>.
30219 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
30221         * elf/dl-close.c (_dl_close_worker): Add comments.
30223 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
30225         [BZ #15359]
30226         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
30227         high part of pi/2.
30228         (__ieee754_rem_pio2l): Update comments.
30230         [BZ #15429]
30231         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
30232         high part of pi/2.
30233         (__ieee754_rem_pio2l): Update comments.
30235         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
30236         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
30238         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
30239         M_PI_4l.
30241         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
30242         (M_PI_34_LOG10El): Likewise.
30243         (M_PI2_LOG10El): Likewise.
30244         (M_PI4_LOG10El): Likewise.
30245         (M_PI_LOG10El): Likewise.
30247 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30249         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30251 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
30253         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
30254         (MINUS_ZERO_INIT): Likewise.
30255         (PLUS_INFTY_INIT): Likewise.
30256         (MINUS_INFTY_INIT): Likewise.
30257         (QNAN_VALUE_INIT): Likewise.
30258         (MAX_VALUE_INIT): Likewise.
30259         (MIN_VALUE_INIT): Likewise.
30260         (MIN_SUBNORM_VALUE_INIT): Likewise.
30261         (plus_zero): Initialize with PLUS_ZERO_INIT.
30262         (minus_zero): Initialize with MINUS_ZERO_INIT.
30263         (plus_infty): Initialize with PLUS_INFTY_INIT.
30264         (minus_infty): Initialize with MINUS_INFTY_INIT.
30265         (qnan_value): Initialize with QNAN_VALUE_INIT.
30266         (max_value): Initialize with MAX_VALUE_INIT.
30267         (min_value): Initialize with MIN_VALUE_INIT.
30268         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
30270         * math/libm-test.inc (RUN_TEST_if_f): New macro.
30271         (jn_test): Use TEST_if_f instead of TEST_ff_f.
30272         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
30273         (yn_test): Use TEST_if_f instead of TEST_ff_f.
30275         * math/libm-test.inc (RUN_TEST_f_f): New macro.
30276         (RUN_TEST_2_f): Likewise.
30277         (RUN_TEST_ff_f): Likewise.
30278         (RUN_TEST_fi_f): Likewise.
30279         (RUN_TEST_fl_f): Likewise.
30280         (RUN_TEST_fff_f): Likewise.
30281         (RUN_TEST_c_f): Likewise.
30282         (RUN_TEST_f_f1): Likewise.
30283         (RUN_TEST_fF_f1): Likewise.
30284         (RUN_TEST_fI_f1): Likewise.
30285         (RUN_TEST_ffI_f1): Likewise.
30286         (RUN_TEST_c_c): Likewise.
30287         (RUN_TEST_cc_c): Likewise.
30288         (RUN_TEST_f_i): Likewise.
30289         (RUN_TEST_f_i_tg): Likewise.
30290         (RUN_TEST_ff_i_tg): Likewise.
30291         (RUN_TEST_f_b): Likewise.
30292         (RUN_TEST_f_b_tg): Likewise.
30293         (RUN_TEST_f_l): Likewise.
30294         (RUN_TEST_f_L): Likewise.
30295         (RUN_TEST_sincos): Likewise.
30296         * math/gen-libm-test.pl (new_test): Take new argument to indicate
30297         whether to show exceptions.  Do not include ");\n" in return
30298         value.
30299         (special_functions): Output call to RUN_TEST_sincos instead of
30300         check_float calls.  Update calls to new_test.
30301         (parse_args): Output call to single RUN_TEST_* macro instead of
30302         check_* calls and other assignments.  Update calls to new_test.
30304         [BZ #2546]
30305         [BZ #2560]
30306         [BZ #5159]
30307         [BZ #15426]
30308         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
30309         input to result for tgamma overflow.
30310         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
30311         (gamma_coeff): New variable.
30312         (NCOEFF): New macro.
30313         (gamma_positive): New function.
30314         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
30315         underflow here.  Use gamma_positive instead of exp (lgamma) for
30316         other arguments.
30317         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
30318         (gamma_coeff): New variable.
30319         (NCOEFF): New macro.
30320         (gammaf_positive): New function.
30321         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
30322         underflow here.  Use gamma_positive instead of exp (lgamma) for
30323         other arguments.
30324         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
30325         (gamma_coeff): New variable.
30326         (NCOEFF): New macro.
30327         (gammal_positive): New function.
30328         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
30329         underflow here.  Use gamma_positive instead of exp (lgamma) for
30330         other arguments.
30331         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
30332         (gamma_coeff): New variable.
30333         (NCOEFF): New macro.
30334         (gammal_positive): New function.
30335         (__ieee754_gammal_r): Handle positive infinity, overflow and
30336         underflow here.  Handle NaN the same as positive infinity.  Remove
30337         check x < 0xffffffff for negative integers.  Use gamma_positive
30338         instead of exp (lgamma) for other arguments.
30339         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
30340         (gamma_coeff): New variable.
30341         (NCOEFF): New macro.
30342         (gammal_positive): New function.
30343         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
30344         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
30345         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
30346         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
30347         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
30348         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
30349         * sysdeps/generic/math_private.h (__gamma_productf): New
30350         prototype.
30351         (__gamma_product): Likewise.
30352         (__gamma_productl): Likewise.
30353         * math/Makefile (libm-calls): Add gamma_product.
30354         * math/libm-test.inc (tgamma_test): Add more tests.
30355         * sysdeps/i386/fpu/libm-test-ulps: Update.
30356         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30358 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
30360         * benchtests/bench-skeleton.c (main): Preheat CPU.
30362 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
30364         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
30366 2013-05-07  Roland McGrath  <roland@hack.frob.com>
30368         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
30369         and _dl_skip_args_internal.
30371 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
30373         * manual/message.texi (Message Translation): Talk about users.
30374         Message to key mapping impacts design.
30376 2013-05-06  Roland McGrath  <roland@hack.frob.com>
30378         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
30380         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
30382         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
30383         * sysdeps/wordsize-64/glob64.c: ... here.
30385         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
30386         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
30387         New macros.
30389         * debug/getlogin_r_chk.c: Moved to ...
30390         * login/getlogin_r_chk.c: ... here.
30391         * debug/Makefile (routines): Move getlogin_r_chk to ...
30392         * login/Makefile (routines): ... here.
30393         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
30394         * login/Versions (libc: GLIBC_2.4): ... here.
30396         * io/poll.c (__poll): Renamed from poll.
30397         Add libc_hidden_def.
30398         (poll): Define as weak alias.
30400         * debug/ptsname_r_chk.c: Moved to ...
30401         * login/ptsname_r_chk.c: ... here.
30402         * debug/Makefile (routines): Move ptsname_r_chk to ...
30403         * login/Makefile (routines): ... here.
30404         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
30405         * login/Versions (libc: GLIBC_2.4): ... here.
30407         * posix/getlogin.c: Moved to ...
30408         * login/getlogin.c: ... here.
30409         * posix/getlogin_r.c: Moved to ...
30410         * login/getlogin_r.c: ... here.
30411         * posix/getlogin_r.c: Moved to ...
30412         * login/getlogin_r.c: ... here.
30413         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
30414         * login/Makefile (routines): ... here.
30415         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
30416         * login/Versions (libc: GLIBC_2.0): ... here.
30418         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
30419         (setrlimit): Define as weak alias.
30421         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
30422         Call __ names for open, ftruncate, and close.
30423         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
30424         (truncate): Define as weak alias.
30426 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
30428         * math/gen-libm-test.pl (parse_args): Initialize x before each
30429         test of frexp, modf and remquo.
30431         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
30432         test signgam value.
30434 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30436         [BZ #15418]
30437         [BZ #15419]
30438         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
30439         internal tests.
30440         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
30442 2013-05-06  Roland McGrath  <roland@hack.frob.com>
30444         * elf/dl-writev.h: New file.
30445         * elf/dl-misc.c: Include it.
30446         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
30447         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
30449 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
30451         * math/libm-test.inc (noXFails): Remove variable.
30452         (noXPasses): Likewise.
30453         (BUILD_COMPLEX_INT): Remove macro.
30454         (print_screen): Remove xfail argument.
30455         (print_screen_max_error): Likewise.
30456         (update_stats): Likewise.
30457         (print_max_error): Likewise.  Update calls to other affected
30458         functions.
30459         (print_complex_max_error): Likewise.
30460         (test_single_exception): Update calls to print_screen.
30461         (test_single_errno): Likewise.
30462         (check_float_internal): Remove xfail argument.  Update calls to
30463         other affected functions.
30464         (check_float): Likewise.
30465         (check_complex): Likewise.
30466         (check_int): Likewise.
30467         (check_long): Likewise.
30468         (check_bool): Likewise.
30469         (check_longlong): Likewise.
30470         (main): Don't print noXFails and noXPasses.
30471         * math/gen-libm-test.pl (top level): Don't mention expected
30472         failure handling in comment.
30473         (new_test): Don't handle expected failures.
30474         (parse_args): Don't mention expected failure handling in comment.
30475         (generate_testfile): Don't handle expected failures.
30476         (parse_ulps): Likewise.
30477         (print_ulps_file): Likewise.
30478         (get_failure): Remove function.
30479         (output_test): Don't handle expected failures.
30480         * make/README.libm-test: Don't mention expected failure handling.
30482         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
30483         (minus_zero): Likewise.
30484         (plus_infty): Likewise.
30485         (minus_infty): Likewise.
30486         (qnan_value): Likewise.
30487         (max_value): Likewise.
30488         (min_value): Likewise.
30489         (min_subnorm_value): Likewise.
30490         (initialize): Do not initialize those variables dynamically.
30492 2013-05-03  Roland McGrath  <roland@hack.frob.com>
30494         * io/open.c (__open_2): Moved to ...
30495         * io/open_2.c: ... this new file.
30496         * io/open64.c (__open64_2): Moved to ...
30497         * io/open64_2.c: ... this new file.
30498         * io/openat.c (__openat_2): Moved to ...
30499         * io/openat_2.c: ... this new file.
30500         * io/openat64.c (__openat64_2): Moved to ...
30501         * io/openat64_2.c: ... this new file.
30502         * io/Makefile (routines): Add them.
30503         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
30504         * sysdeps/unix/sysv/linux/open_2.c: File removed.
30505         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
30506         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
30507         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
30508         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
30509         (__openat64): Add hidden_ver.
30510         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
30511         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
30513         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
30514         Separately conditionalize setting of GLRO(dl_sysinfo) so
30515         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
30516         as well, but the actual setting is only under [NEED_DL_SYSINFO].
30518 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30520         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
30521         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
30522         definition.
30523         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
30524         * sysdeps/unix/sysv/linux/powerpc/init-first.c
30525         (_libc_vdso_platform_setup): Add __vdso_time initialization.
30526         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
30527         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
30529 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
30531         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
30532         test signgam value.
30534         * math/libm-test.inc (hypot_test): Do not use
30535         IGNORE_ZERO_INF_SIGN.
30537 2013-05-03  Andreas Jaeger  <aj@suse.de>
30539         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
30540         Linux 3.9.
30541         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
30542         (PF_MAX): Adjust for VSOCK change.
30544 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30546         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30548 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
30550         [BZ #15264]
30551         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
30552         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
30553         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
30555 2013-05-02  David S. Miller  <davem@davemloft.net>
30557         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30559 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
30561         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
30563 2013-05-01  Roland McGrath  <roland@hack.frob.com>
30565         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
30567 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
30569         [BZ #14952]
30570         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
30571         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30572         Use __attribute__ ((__gnu_inline__)).
30573         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30574         Don't use __attribute__ ((__gnu_inline__)).
30576 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
30578         [BZ #15423]
30579         * math/s_catan.c (__catan): Handle small real or imaginary part of
30580         input specially to avoid spurious underflow.
30581         * math/s_catanf.c (__catanf): Likewise.
30582         * math/s_catanh.c (__catanh): Likewise.
30583         * math/s_catanhf.c (__catanhf): Likewise.
30584         * math/s_catanhl.c (__catanhl): Likewise.
30585         * math/s_catanl.c (__catanl): Likewise.
30586         * math/libm-test.inc (catan_test): Add more tests.
30587         (catanh_test): Likewise.
30588         * sysdeps/i386/fpu/libm-test-ulps: Update.
30589         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30591 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30593         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30595 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
30597         [BZ #15416]
30598         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
30599         accurately for denominator in atan2.
30600         * math/s_catanf.c (__catanf): Likewise.
30601         * math/s_catanh.c (__catanh): Likewise.
30602         * math/s_catanhf.c (__catanhf): Likewise.
30603         * math/s_catanhl.c (__catanhl): Likewise.
30604         * math/s_catanl.c (__catanl): Likewise.
30605         * math/libm-test.inc (catan_test): Add more tests.
30606         (catanh_test): Likewise.
30607         * sysdeps/i386/fpu/libm-test-ulps: Update.
30608         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30610 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
30612         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
30614         * benchtests/Makefile (bench): Remove slow benchmarks.
30615         * benchtests/atan-inputs: Add slow benchmark inputs.
30616         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
30617         (BENCH_FUNC): Accept variant offset.
30618         (VARIANT): Define.
30619         * benchtests/bench-skeleton.c (main): Run benchmark for each
30620         variant.
30621         * benchtests/cos-inputs: Add slow benchmark inputs.
30622         * benchtests/exp-inputs: Likewise.
30623         * benchtests/pow-inputs: Likewise.
30624         * benchtests/sin-inputs: Likewise.
30625         * benchtests/slowatan-inputs: Remove.
30626         * benchtests/slowatan.c: Remove.
30627         * benchtests/slowcos-inputs: Remove.
30628         * benchtests/slowcos.c: Remove.
30629         * benchtests/slowexp-inputs: Remove.
30630         * benchtests/slowexp.c: Remove.
30631         * benchtests/slowpow-inputs: Remove.
30632         * benchtests/slowpow.c: Remove.
30633         * benchtests/slowsin-inputs: Remove.
30634         * benchtests/slowsin.c: Remove.
30635         * benchtests/slowtan-inputs: Remove.
30636         * benchtests/slowtan.c: Remove.
30637         * benchtests/tan-inputs: Add slow benchmark inputs.
30638         * scripts/bench.pl: Parse comments and directives.
30640         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
30641         in CPPFLAGS.
30642         ($(objpfx)bench-%.c): Remove *-ITER.
30643         * benchtests/bench-modf.c: Remove definition of ITER.
30644         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
30645         (main): Loop for DURATION seconds instead of fixed number of
30646         iterations.
30647         * scripts/bench.pl: Don't expect iterations in parameters.
30649 2013-04-29  Roland McGrath  <roland@hack.frob.com>
30651         * io/fchdir.c (__fchdir): Renamed from fchdir.
30652         (fchdir): Define as weak alias.
30654 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30656         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
30657         (ERRNO_EDOM): Likewise.
30658         (ERRNO_ERANGE): Likewise.
30659         (noErrnoTests): New variable.
30660         (init_max_error): Set errno to 0.
30661         (test_single_errno): New function.
30662         (test_errno): Likewise.
30663         (check_float_internal): Call test_errno.  Set errno to 0.
30664         (check_complex): Refer to errno tests in comment.
30665         (check_int): Call test_errno.  Set errno to 0.
30666         (check_long): Likewise.
30667         (check_bool): Likewise.
30668         (check_longlong): Likewise.
30669         (cos_test): Use ERRNO_* flags for errno tests instead of
30670         check_int.
30671         (expm1_test): Likewise.
30672         (fmod_test): Likewise.
30673         (ilogb_test): Likewise.
30674         (lgamma_test): Likewise.
30675         (pow_test): Likewise.
30676         (remainder_test): Likewise.
30677         (sin_test): Likewise.
30678         (tan_test): Likewise.
30679         (yn_test): Likewise.
30680         (initialize): Set errno to 0.
30681         (main): Print number of errno tests.
30682         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
30684 2013-04-29  Andreas Jaeger  <aj@suse.de>
30686         [BZ #15084]
30687         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
30688         and RES_USEVC.
30690         [BZ #15085]
30691         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
30692         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
30693         unimplemented.
30695         [BZ #15380]
30696         * stdlib/random.c (__initstate): Return NULL if
30697         __initstate fails.
30699         [BZ #15086]
30700         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
30701         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
30702         RES_SNGLKUPREOP.
30704 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30706         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30708 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30710         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
30711         of individual tests.
30712         (casin_test): Likewise.
30713         (casinh_test): Likewise.
30715 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
30717         [BZ #15409]
30718         * math/s_catan.c (__catan): Handle arguments with large real or
30719         imaginary part separately without squaring.
30720         * math/s_catanf.c (__catanf): Likewise.
30721         * math/s_catanh.c (__catanh): Likewise.
30722         * math/s_catanhf.c (__catanhf): Likewise.
30723         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30724         and redefine.
30725         (__catanhl): Handle arguments with large real or imaginary part
30726         separately without squaring.
30727         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30728         and redefine.
30729         (__catanl): Handle arguments with large real or imaginary part
30730         separately without squaring.
30731         * math/libm-test.inc (catan_test): Add more tests.
30732         (catanh_test): Likewise.
30733         * sysdeps/i386/fpu/libm-test-ulps: Update.
30734         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30736 2013-04-27  Andreas Jaeger  <aj@suse.de>
30738         [BZ #15007]
30739         * stdlib/stdlib.h: Update guards for qecvt.
30740         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
30741         <stdlib.h>.
30743 2013-04-27  Allan McRae  <allan@archlinux.org>
30745         * sysdeps/i386/fpu/libm-test-ulps: Update.
30747 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
30749         [BZ #15406]
30750         * math/s_catan.c: Include <float.h>.
30751         (__catan): Ensure underflow exception occurs for underflowed
30752         result.
30753         * math/s_catanf.c: Include <float.h>.
30754         (__catanf): Ensure underflow exception occurs for underflowed
30755         result.
30756         * math/s_catanh.c: Include <float.h>.
30757         (__catanh): Ensure underflow exception occurs for underflowed
30758         result.
30759         * math/s_catanhf.c: Include <float.h>.
30760         (__catanhf): Ensure underflow exception occurs for underflowed
30761         result.
30762         * math/s_catanhl.c: Include <float.h>.
30763         (__catanhl): Ensure underflow exception occurs for underflowed
30764         result.
30765         * math/s_catanl.c: Include <float.h>.
30766         (__catanl): Ensure underflow exception occurs for underflowed
30767         result.
30768         * math/libm-test.inc (catan_test): Add more tests.
30769         (catanh_test): Likewise.
30771         [BZ #15405]
30772         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
30773         underflowed result.
30774         * math/s_ccoshf.c (__ccoshf): Likewise.
30775         * math/s_ccoshl.c (__ccoshl): Likewise.
30776         * math/s_csin.c (__csin): Likewise.
30777         * math/s_csinf.c (__csinf): Likewise.
30778         * math/s_csinh.c (__csinh): Likewise.
30779         * math/s_csinhf.c (__csinhf): Likewise.
30780         * math/s_csinhl.c (__csinhl): Likewise.
30781         * math/s_csinl.c (__csinl): Likewise.
30782         * math/libm-test.inc (ccos_test): Add more tests.
30783         (ccosh_test): Likewise.
30784         (csin_test): Likewise.
30785         (csinh_test): Likewise.
30787 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30789         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
30790         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
30791         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
30792         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
30793         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
30794         powerpc/power5+/fpu folders.
30795         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
30798 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30800         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30802 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
30804         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
30805         additions to variable.
30806         [$(config-machine) = x86_64] (modules-names): Likewise.
30807         ($(objpfx)tst-audit3): Remove dependency.
30808         ($(objpfx)tst-audit3.out): Likewise.
30809         ($(objpfx)tst-audit4): Likewise.
30810         ($(objpfx)tst-audit4.out): Likewise.
30811         ($(objpfx)tst-audit5): Likewise.
30812         ($(objpfx)tst-audit5.out): Likewise.
30813         ($(objpfx)tst-audit6): Likewise.
30814         ($(objpfx)tst-audit6.out): Likewise.
30815         ($(objpfx)tst-audit7): Likewise.
30816         ($(objpfx)tst-audit7.out): Likewise.
30817         (tst-audit3-ENV): Remove variable.
30818         (tst-audit4-ENV): Likewise.
30819         (tst-audit5-ENV): Likewise.
30820         (tst-audit6-ENV): Likewise.
30821         (tst-audit7-ENV): Likewise.
30822         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
30823         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
30824         addition to variable.
30825         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
30826         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
30827         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
30828         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
30829         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
30830         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
30831         tst-audit3, tst-audit4 and tst-audit5.
30832         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
30833         tst-audit6 and tst-audit7.
30834         [$(subdir) = elf] (modules-names): Add audit modules for those
30835         tests.
30836         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
30837         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
30838         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
30839         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
30840         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
30841         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
30842         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
30843         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
30844         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
30845         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
30846         [$(subdir) = elf] (tst-audit3-ENV): New variable.
30847         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
30848         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
30849         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
30850         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
30851         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
30852         Likewise.
30853         [$(subdir) = elf && $(config-cflags-avx) = yes]
30854         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
30855         [$(subdir) = elf && $(config-cflags-avx) = yes]
30856         (CFLAGS-tst-auditmod4a.c): Likewise.
30857         [$(subdir) = elf && $(config-cflags-avx) = yes]
30858         (CFLAGS-tst-auditmod4b.c): Likewise.
30859         [$(subdir) = elf && $(config-cflags-avx) = yes]
30860         (CFLAGS-tst-auditmod6b.c): Likewise.
30861         [$(subdir) = elf && $(config-cflags-avx) = yes]
30862         (CFLAGS-tst-auditmod6c.c): Likewise.
30863         [$(subdir) = elf && $(config-cflags-avx) = yes]
30864         (CFLAGS-tst-auditmod7b.c): Likewise.
30865         * elf/tst-audit3.c: Move to ...
30866         * sysdeps/x86_64/tst-audit3.c: ... here.
30867         * elf/tst-audit4.c: Move to ...
30868         * sysdeps/x86_64/tst-audit4.c: ... here.
30869         * elf/tst-audit5.c: Move to ...
30870         * sysdeps/x86_64/tst-audit5.c: ... here.
30871         * elf/tst-audit6.c: Move to ...
30872         * sysdeps/x86_64/tst-audit6.c: ... here.
30873         * elf/tst-audit7.c: Move to ...
30874         * sysdeps/x86_64/tst-audit7.c: ... here.
30875         * elf/tst-auditmod3a.c: Move to ...
30876         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
30877         * elf/tst-auditmod3b.c: Move to ...
30878         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
30879         * elf/tst-auditmod4a.c: Move to ...
30880         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
30881         * elf/tst-auditmod4b.c: Move to ...
30882         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
30883         * elf/tst-auditmod5a.c: Move to ...
30884         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
30885         * elf/tst-auditmod5b.c: Move to ...
30886         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
30887         * elf/tst-auditmod6a.c: Move to ...
30888         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
30889         * elf/tst-auditmod6b.c: Move to ...
30890         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
30891         * elf/tst-auditmod6c.c: Move to ...
30892         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
30893         * elf/tst-auditmod7a.c: Move to ...
30894         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
30895         * elf/tst-auditmod7b.c: Move to ...
30896         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
30898 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
30900         [BZ #15366]
30901         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
30902         define unconditionally.
30903         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
30904         define unconditionally.
30905         (INT8_C, INT16_C, etc.): Likewise.
30907 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
30909         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
30910         __ehdr_start with hidden visibility.
30912         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
30914 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
30916         * math/libm-test.inc (cos_test): Use accurate hex constants.
30917         (sincost_test): Likewise.
30919 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
30921         * math/libm-test.inc (catan_test): Add more tests.
30922         (catanh_test): Likewise.
30924         * math/s_catanf.c (__catanf): Use suffixed floating-point
30925         constants.
30926         * math/s_catanhf.c (__catanhf): Likewise.
30927         * math/s_catanhl.c (__catanhl): Likewise.
30928         * math/s_catanl.c (__catanl): Likewise.
30930         [BZ #15394]
30931         * math/s_catan.c (__catan): Calculate imaginary part of result
30932         with log1p not log unless computing log of number close to 0.
30933         * math/s_catanf.c (__catanf): Likewise.
30934         * math/s_catanl.c (__catanl): Likewise.
30935         * math/s_catanh.c (__catanh): Calculate real part of result with
30936         log1p not log unless computing log of number close to 0.
30937         * math/s_catanhf.c (__catanhf): Likewise.
30938         * math/s_catanhl.c (__catanhl): Likewise.
30939         * math/libm-test.inc (catan_test): Add more tests.
30940         (catanh_test): Likewise.
30941         * sysdeps/i386/fpu/libm-test-ulps: Update.
30942         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30944 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
30946         * benchtests/Makefile: Mention files in which fast and slow
30947         paths of math functions are implemented.
30949 2013-04-23  Roland McGrath  <roland@hack.frob.com>
30951         * sysdeps/posix/timespec_get.c: New file.
30953 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30955         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
30956         POWER.
30957         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
30958         for POWER.
30959         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
30960         powerpc/power5/fpu folders.
30961         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
30962         * benchtests/Makefile: Add modf testcase.
30963         * benchtests/bench-modf.c: New file: Benchmark test for mo
30965 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
30967         [BZ #14888]
30968         * time/Makefile (tests): Add tst-strptime-whitespace.
30969         * time/strptime_l.c (get_number): Use ISSPACE.
30970         (__strptime_internal): Likewise.
30971         * time/tst-strptime-whitespace.c: New test case.
30973 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
30975         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
30976         member.
30977         (_nss_files_init): Set it here.
30979 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
30981         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
30982         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
30983         unsigned.
30985 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
30987         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
30989 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
30991         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
30992         size just once.
30994 2013-04-21  David S. Miller  <davem@davemloft.net>
30996         * po/ru.po: Update Russion translation from translation project.
30998 2013-04-17  Adam Conrad  <adconrad@0c3.net>
31000         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
31001         and setfsgid.
31003 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
31005         * configure.in: Remove i386 configure warning. Remove i386 case.
31006         * configure: Regenerate.
31007         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
31008         Add example to error message.
31009         * sysdeps/i386/configure: Regenerate.
31011 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
31013         * benchtests/Makefile (bench): Add cos, tan, slowcos and
31014         slowtan.
31015         * benchtests/cos-inputs: New file.
31016         * benchtests/slowcos-inputs: New file.
31017         * benchtests/slowcos.c: New file.
31018         * benchtests/slowtan-inputs: New file.
31019         * benchtests/slowtan.c: New file.
31020         * benchtests/tan-inputs: New file.
31022 2013-04-16  Roland McGrath  <roland@hack.frob.com>
31024         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
31025         considered kosher.
31027 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31029         * benchtests/Makefile: Include cppflags-iterator.mk to add
31030         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
31032         * Makefile.in (bench-clean): New target.
31033         * benchtests/Makefile (bench-clean): Likewise.
31035 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
31037         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
31039 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
31041         * stdio-common/tstdiomisc.c: Fix coding-style violation.
31043 2013-04-15  Andreas Schwab  <schwab@suse.de>
31045         * nscd/grpcache.c (cache_addgr): Properly check for short write.
31046         * nscd/initgrcache.c (addinitgroupsX): Likewise.
31047         * nscd/pwdcache.c (cache_addpw): Likewise.
31048         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
31049         more than recsize.
31051 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31053         * benchtests/Makefile (bench): Write all output to
31054         bench-out.tmp together.
31056 2013-04-15  Andreas Schwab  <schwab@suse.de>
31058         * nscd/nscd.c (main): Don't fork again after closing files.
31060 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31062         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
31064         * benchtests/Rules (bench-deps): Collect dependencies into a
31065         single variable.  Add Makefile to dependencies.
31066         ($(objpfx)bench-%.c): Depend on bench-deps.
31068 2013-04-12  Roland McGrath  <roland@hack.frob.com>
31069             Xavier Roche  <roche+kml2@exalead.com>
31071         [BZ #15361]
31072         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
31073         just that it's a file descriptor.
31074         * manual/llio.texi (Synchronizing AIO Operations): Update description
31075         for EBADF error from aio_fsync.
31077 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
31079         * Rules (bench): Move target definition...
31080         * benchtests/Makefile: ... here.
31082 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
31084         * math/libm-test.inc (cos_test): Fix PI/2 test.
31085         (sincos_test): Likewise.
31086         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
31087         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
31089 2013-04-11  Andreas Schwab  <schwab@suse.de>
31091         [BZ #13988]
31092         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
31093         accept exponent character only when digits were seen.
31094         * stdio-common/Makefile (tests): Add bug26.
31095         * stdio-common/bug26.c: New file.
31097         [BZ #14293]
31098         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
31099         non-freeable.
31101 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31103         * Makeconfig (rtld-prefix): Define built linker prefix.
31104         * Rules (run-bench): Use it.
31105         * math/Makefile (run-regen-ulps): Likewise.
31107         * Rules (bench): Remove eval.
31109 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
31110             Roland McGrath  <roland@hack.frob.com>
31111             Ondrej Bilka  <neleai@seznam.cz>
31113         [BZ #15346]
31114         * time/getdate.c: Include ctype.h and alloca.h.
31115         (__getdate_r): Trim leading and trailing spaces of input.
31116         * time/tst-getdate.c (tests): Add tests with leading and
31117         trailing spaces.
31119 2013-04-08  Roland McGrath  <roland@hack.frob.com>
31121         [BZ #14280]
31122         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
31123         when computing value.
31125 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31127         * math/README.libm-test (How can I generate "libm-test-ulps"?):
31128         Use testrun.sh to run libm tests.
31130         [BZ #15309]
31131         * elf/dl-open.c (dl_open_worker): memset all of seen array.
31133 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
31135         [BZ #15264]
31136         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
31138 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31140         * Makefile.in (regen-ulps): New target.
31141         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
31142         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
31143         [ifneq (no,$(PERL)] (regen-ulps): New target.
31144         [ifeq (no,$(PERL)] (regen-ulps): New target.
31145         * math/libm-test.inc (ulps_file_name): Define.
31146         (output_dir): New variable.
31147         (options): Add "output-dir" option.
31148         (parse_opt): Handle 'o' case.
31149         (main): If output_dir is non-NULL use it as a prefix
31150         otherwise use "".
31151         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
31153 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31155         [BZ #10060, #10062]
31156         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
31157         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
31158         fail configure if __sync_val_compare_and_swap is not inlined.
31159         * sysdeps/i386/configure: Regenerate.
31160         * configure.in: Build for i686 when configured for i386.
31161         * configure: Regenerate.
31162         * README: Remove i386 reference.
31164 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
31166         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
31167         * sysdeps/s390/s390-64/sysdep.h: Likewise.
31169 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
31171         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
31172         (lmsnanval): New variables.
31173         (F): Add conversion tests.
31174         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
31175         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
31177         * stdio-common/tstdiomisc.c (F): Properly collect individual
31178         tests' results.
31180         [BZ #14686, #15336]
31181         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
31182         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
31183         Instead, use input NaN values or generate a qNaN by arithmetic
31184         operation.  Also fix bugs to comply with the standard.
31185         * math/libm-test.inc (remainder_test): Add more tests.
31187         [BZ #15335, #15342]
31188         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
31189         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
31190         input NaN values or generate a qNaN by arithmetic operation.
31192         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
31193         unreachable code.
31195         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
31196         definitions.
31198 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
31200         [BZ #14478]
31201         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
31202         underflowed result.
31203         * math/s_cexpf.c (__cexpf): Likewise.
31204         * math/s_cexpl.c (__cexpl): Likewise.
31205         * math/libm-test.inc (cexp_test): Add more tests.
31207 2013-04-03  Andreas Schwab  <schwab@suse.de>
31209         [BZ #15330]
31210         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
31211         order arrays from heap if bigger than alloca cutoff.
31213 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
31215         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
31216         (SNAN_TESTS_double): Refer to GCC PR56831.
31217         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
31218         GCC PR56828.
31220 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
31222         * Rules (bench): Move bench.out after the run is complete.
31224         * Rules (bench): Echo currently running benchmark.
31226         * benchtests/Makefile (bench): Add atan and slowatan.
31227         * benchtests/atan-inputs: New file.
31228         * benchtests/slowatan-inputs: New file.
31229         * benchtests/slowatan.c: New file.
31231         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
31232         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
31233         its value.
31235         [BZ #15305]
31236         * sysdeps/unix/sysv/linux/kernel-features.h
31237         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
31238         __ASSUME_XFS_RESTRICTED_CHOWN.
31239         * sysdeps/unix/sysv/linux/pathconf.c
31240         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
31241         Save and restore errno.
31243 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
31245         [BZ #15327]
31246         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
31247         arguments using __kernel_casinh.
31248         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
31249         arguments using __kernel_casinhf.
31250         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
31251         arguments using __kernel_casinhl.
31252         * math/libm-test.inc (cacosh_test): Add more tests.
31253         * sysdeps/i386/fpu/libm-test-ulps: Update.
31254         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31256 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
31258         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
31259         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
31261         * bench/Makefile (bench): Add sin and slowsin.
31262         * benchtests/sin-inputs: New file.
31263         * benchtests/slowsin-inputs: New file.
31264         * benchtests/slowsin.c: New file.
31266         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
31267         (bench): Add slowexp and slowpow.
31268         (exp-ITER): Increase iterations.
31269         (pow-ITER): Likewise.
31270         * benchtests/exp-inputs: Change input.
31271         * benchtests/pow-inputs: Likewise.
31272         * benchtests/slowexp-inputs: New file.
31273         * benchtests/slowexp.c: New file.
31274         * benchtests/slowpow-inputs: New file.
31275         * benchtests/slowpow.c: New file.
31277 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31279         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
31280         instructions.
31281         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
31282         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
31283         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
31284         * benchtests/Makefile: Add rint benchtest.
31285         * benchtests/rint-inputs: Input for rint benchtest.
31287 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
31289         * Versions.def (libm): Add GLIBC_2.18.
31290         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
31291         hidden libm prototypes.
31292         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
31293         * math/Makefile (libm-calls): Add s_issignaling.
31294         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
31295         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
31296         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
31297         declaration.
31298         * math/math.h [__USE_GNU] (issignaling): New macro.
31299         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
31300         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
31301         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
31302         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
31303         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
31304         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
31305         * manual/arith.texi (issignaling): New section.
31306         * manual/libm-err-tab.pl (@all_functions): Update comment.
31307         * math/gen-libm-test.pl (parse_args): Apply special handling for
31308         issignaling.
31309         * math/libm-test.inc (print_float, issignaling_test): New
31310         functions.
31311         (check_float_internal): Add issignaling checks.
31312         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
31313         default definition.
31314         * sysdeps/powerpc/math-tests.h: New file.
31315         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
31316         tests.
31317         * math/test-snan.c (TEST_FUNC): Likewise.
31319 2013-03-30  David S. Miller  <davem@davemloft.net>
31321         * po/de.po: Update from translation team.
31323 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
31325         [BZ #10357]
31326         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31327         imaginary part less than 1.0 and real part less than 0.5
31328         specially.
31329         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31330         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31331         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
31332         (cacos_test): Add more tests.
31333         (casin_test): Likewise.
31334         (casinh_test): Likewise.
31335         * sysdeps/i386/fpu/libm-test-ulps: Update.
31336         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31338 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31340         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
31341         ONE with its value.
31343         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
31344         (__pow_mp): Replace ONE and MONE with their values.
31345         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31346         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
31347         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31348         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
31349         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31350         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31352         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
31354         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
31355         (__pow_mp): Replace ZERO and MZERO with their values.
31356         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
31357         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31358         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31359         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31360         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31361         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
31362         (__sqr): Likewise.
31364         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
31366         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
31368 2013-03-28  Roland McGrath  <roland@hack.frob.com>
31370         * include/stdlib.h [!SHARED] (__call_tls_dtors):
31371         Declare with __attribute__ ((weak)).
31372         * stdlib/exit.c (__libc_atexit) [!SHARED]:
31373         Call __call_tls_dtors only if it's not NULL.
31375 2013-03-28  Roland McGrath  <roland@hack.frob.com>
31377         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
31378         didn't do it already, then set _dl_phdr and _dl_phnum based on the
31379         magic __ehdr_start linker symbol if it's defined.
31380         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
31381         them up here if it was already done.
31383         * elf/dl-support.c (_dl_phdr): Make pointer to const.
31384         (_dl_aux_init): Use const in cast when setting it.
31385         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
31386         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
31387         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
31389         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
31390         Declare them here.
31391         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
31392         * csu/libc-tls.c: Nor here.
31393         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
31395         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
31396         (__libc_message): Never call vsyslog.
31398 2013-03-28  Alan Modra  <amodra@gmail.com>
31400         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
31401         Define as empty.
31402         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
31403         Likewise.
31405 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31407         [BZ #15214]
31408         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
31409         underflow.
31410         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31412 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31414         [BZ #15304]
31415         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
31416         Don't add gid passed as argument.
31418         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
31420 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
31422         [BZ #15307]
31423         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31424         imaginary part between 1.0 and 1.5 and real part less than 0.5
31425         specially.
31426         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31427         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31428         * math/libm-test.inc (cacos_test): Add more tests.
31429         (casin_test): Likewise.
31430         (casinh_test): Likewise.
31431         * sysdeps/i386/fpu/libm-test-ulps: Update.
31432         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31434 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31436         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
31437         constants.
31438         (norm): Likewise.
31439         (denorm): Likewise.
31440         (__dbl_mp): Likewise.
31441         (add_magnitudes): Likewise.
31442         (sub_magnitudes): Likewise.
31443         (__add): Likewise.
31444         (__sub): Likewise.
31445         (__mul): Likewise.
31446         (__sqr): Likewise.
31447         (__inv): Likewise.
31448         (__dvd): Likewise.
31450         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
31451         commented code.
31452         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
31453         (__dubcos): Likewise.
31454         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
31455         (__ieee754_acos): Likewise.
31456         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
31457         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
31458         (__exp1): Likewise.
31459         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31460         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
31461         (log1): Likewise.
31462         (my_log2): Likewise.
31463         (checkint): Likewise.
31464         * sysdeps/ieee754/dbl-64/e_remainder.c
31465         (__ieee754_remainder): Likewise.
31466         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31467         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
31468         (bsloww): Likewise.
31469         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31471         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31472         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
31473         MANTISSA_STORE_T to store computations on mantissa.  Use
31474         macros for rounding and division.
31475         (denorm): Likewise.
31476         (__dbl_mp): Likewise.
31477         (add_magnitudes): Likewise.
31478         (sub_magnitudes): Likewise.
31479         (__mul): Likewise.
31480         (__sqr): Likewise.
31481         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31482         powers of two in terms of TWOPOW macro.
31483         (mp_no): Make type of mantissa as MANTISSA_T.
31484         [!RADIXI]: Define RADIXI.
31485         [!TWO52]: Define TWO52.
31486         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31488 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31490         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
31491         llroundl symbol when building for PPC32.
31493 2013-03-24  Mark H Weaver  <mhw@netris.org>
31495         * manual/arith.texi (Normalization Functions): Fix prototypes for
31496         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
31498 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31500         [BZ #13889]
31501         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
31502         high value to check if expl overflow.
31503         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
31504         to check for underflow and overflow.
31505         * math/libm-test.inc: Add exp test.
31507 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
31509         [BZ #11120]
31510         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
31511         with NOT_IN_libc.
31513 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31515         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
31516         symbol.
31518 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
31520         * math/gen-libm-test.pl (parse_args, special_functions): Properly
31521         wrap blocks consisting of several statements.
31523         * sysdeps/generic/math-tests.h: New file.
31524         * sysdeps/i386/fpu/math-tests.h: Likewise.
31525         * math/test-snan.c: Include it.
31526         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
31528 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
31530         [BZ #15285]
31531         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
31532         (__ieee754_j0l): Do not improve calculations using cos of twice
31533         input for inputs above LDBL_MAX / 2.0L.
31534         (__ieee754_y0l): Likewise.
31535         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
31536         (__ieee754_j1l): Do not improve calculations using cos of twice
31537         input for inputs above LDBL_MAX / 2.0L.
31538         (__ieee754_y1l): Likewise.
31539         * math/libm-test.inc (j0_test): Add another test.
31540         (j1_test): Likewise.
31541         (y0_test): Likewise.
31542         (y1_test): Likewise.
31543         * sysdeps/i386/fpu/libm-test-ulps: Update.
31545 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31547         * Rules ($(objpfx)bench-%.c): Include code from a C source
31548         file.
31550 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
31552         [BZ #15287]
31553         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31554         imaginary part 1.0 and real part less than 0.5 specially.
31555         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31556         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31557         * math/libm-test.inc (cacos_test): Add more tests.
31558         (casin_test): Likewise.
31559         (casinh_test): Likewise.
31560         * sysdeps/i386/fpu/libm-test-ulps: Update.
31561         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31563 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31565         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
31566         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
31568 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
31570         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
31571         * config.make.in (config-cflags-sse4): Remove variable.
31572         (config-cflags-avx): Likewise.
31573         (config-cflags-sse2avx): Likewise.
31574         (config-cflags-novzeroupper): Likewise.
31575         (config-asflags-i686): Likewise.
31576         (have-mfma4): Likewise.
31577         (have-as-vis3): Likewise.
31578         (MIG): Likewise.
31579         * configure.in (MIG): Do not AC_SUBST.
31580         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
31581         (libc_cv_cc_sse4): Do not AC_SUBST.
31582         (libc_cv_cc_avx): Likewise.
31583         (libc_cv_cc_sse2avx): Likewise.
31584         (libc_cv_cc_novzeroupper): Likewise.
31585         (libc_cv_cc_fma4): Likewise.
31586         (libc_cv_as_i686): Likewise.
31587         (libc_cv_sparc_as_vis3): Likewise.
31588         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
31589         LIBC_CONFIG_VAR.
31590         (config-asflags-i686): Likewise.
31591         (config-cflags-avx): Likewise.
31592         (config-cflags-sse2avx): Likewise.
31593         (have-mfma4): Likewise.
31594         (config-cflags-novzeroupper): Likewise.
31595         * sysdeps/mach/configure.in (MIG): Likewise.
31596         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
31597         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
31598         LIBC_CONFIG_VAR.
31599         (config-cflags-avx): Likewise.
31600         (config-cflags-sse2avx): Likewise.
31601         (have-mfma4): Likewise.
31602         (config-cflags-novzeroupper): Likewise.
31603         * configure: Regenerated.
31604         * sysdeps/i386/configure: Likewise.
31605         * sysdeps/mach/configure: Likewise.
31606         * sysdeps/sparc/configure: Likewise.
31607         * sysdeps/x86_64/configure: Likewise.
31609 2013-03-20  Roland McGrath  <roland@hack.frob.com>
31611         [BZ #14812]
31612         * locale/programs/localedef.c (options): Put N_ translation marker
31613         on argument names, not just descriptions.
31615 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31617         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
31619 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
31621         [BZ #14176]
31622         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
31624 2013-03-19  Roland McGrath  <roland@hack.frob.com>
31626         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
31627         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
31628         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
31629         [!BEFORE_ABORT] (before_abort): New function.
31630         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
31631         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
31632         (writev_for_fatal): New function.
31633         (WRITEV_FOR_FATAL): New macro; call that.
31634         (backtrace_and_maps): New function.
31635         (BEFORE_ABORT): New macro; call that.
31636         (struct str_list): Type removed.
31637         (__libc_message, __libc_fatal): Functions removed.
31638         Include <sysdeps/posix/libc_fatal.c> instead.
31640 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
31642         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
31643         constants.
31644         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
31645         double constants.
31647 2013-03-19  Andreas Schwab  <schwab@suse.de>
31649         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
31650         * sysdeps/gnu/configure: Regenerate.
31652         * configure.in: Substitute libc_cv_rtlddir.
31653         * configure: Regenerate.
31654         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
31655         * Makeconfig (rtlddir, inst_rtlddir): New variables.
31656         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
31657         * elf/Makefile (install-others, CFLAGS-interp.c)
31658         (ldso_install, common-ldd-rewrite): Likewise.
31659         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
31660         $(inst_slibdir)/$(rtld-installed-name).
31661         * scripts/rellns-sh: Add -p option.
31662         * Makerules (make-shlib-link): Use rellns-sh to get relative name
31663         for source.
31665 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31667         * manual/nptl.texi: Renamed to ...
31668         * manual/threads.texi: ... this.
31669         * manual/Makefile (chapters): Update.
31671 2013-03-18  Roland McGrath  <roland@hack.frob.com>
31673         [BZ #14812]
31674         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
31675         on argument names, not just descriptions.
31676         * malloc/memusagestat.c (options): Likewise.
31677         * nss/getent.c (options): Likewise.
31679 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
31681         [BZ #14812]
31682         * iconv/iconv_prog.c (options): Put N_ translation marker
31683         on argument names, not just descriptions.
31684         * iconv/iconvconfig.c (options): Likewise.
31686 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
31688         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
31689         implementation which is faster on all x86_64 architectures.
31690         Tested on AMD, Intel Nehalem, SNB, IVB.
31691         * sysdeps/x86_64/strnlen.S: Likewise.
31693         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
31694         Remove all multiarch strlen and strnlen versions.
31695         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
31696         Remove strlen and strnlen related parts.
31698         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
31699         Inline strlen part.
31700         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
31702         * sysdeps/x86_64/multiarch/strlen.S: Remove.
31703         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
31704         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
31705         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
31706         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
31707         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
31709 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
31711         * manual/memory.texi (Malloc Tunable Parameters):
31712         Sort parameters alphabetically. Add comments for missing entries.
31714 2013-03-17  David S. Miller  <davem@davemloft.net>
31716         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31718 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
31720         [BZ #15283]
31721         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
31722         for arguments at most half maximum finite value.
31723         * math/libm-test.inc (j0_test): Add more tests.
31724         (j1_test): Likewise.
31725         (y0_test): Likewise.
31726         (y1_test): Likewise.
31727         * sysdeps/i386/fpu/libm-test-ulps: Update.
31728         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31730         [BZ #14155]
31731         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
31732         1 / x and functions P and Q for arguments above 0x1p256L.
31733         (__ieee754_y0l): Likewise.
31734         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
31735         (__ieee754_y1l): Likewise.
31736         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
31737         (j1_test): Likewise.
31738         (y0_test): Likewise.
31739         (y1_test): Likewise.
31741 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
31743         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
31744         variable.
31746 2013-03-15  Roland McGrath  <roland@hack.frob.com>
31748         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
31749         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
31750         zero since it's initialized to EXEC_PAGESIZE.
31752         * sysdeps/unix/sysv/linux/ldsodefs.h
31753         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
31754         * sysdeps/generic/ldsodefs.h: ... here.
31756 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
31758         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
31760         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
31761         math/test-snan.c.
31762         * math/test-snan.c: Renamed from
31763         sysdeps/powerpc/fpu/test-powerpc-snan.c.
31764         * math/Makefile (tests): Add test-snan.
31765         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
31766         test-powerpc-snan.
31768         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
31769         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
31770         functions.
31771         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
31772         __builtin_nan family of functions.
31773         * math/libm-test.inc (initialize): Initialize qnan_value with
31774         __builtin_nan family of functions.
31775         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
31776         Remove variables.
31777         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
31778         Remove functions.
31779         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
31780         storage class.  Initialize qNaN_var and sNaN_var with
31781         __builtin_nan and __builtin_nans families of functions,
31782         respectively.
31784         * math/libm-test.inc (acosh_test): Also test with qNaN input.
31785         (sqrt_test): Remove duplicate test with qNaN input.
31786         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
31787         (round_test, signbit_test, significand_test): Note missing +/-Inf
31788         as well as qNaN tests.
31790         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
31791         qNaN_var.  Fix a few strings, too.
31792         * math/libm-test.inc (nan_value): Rename to qnan_value.
31793         * math/gen-libm-test.pl (%beautify): Adjust to that.
31794         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
31795         * math/test-misc.c (main): Likewise.
31796         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
31797         to __qnan_bytes, and __qnan_union, respectively.
31798         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
31799         Likewise.
31800         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
31801         and lqnanval, respectively.
31802         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
31803         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
31804         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
31805         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
31807         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
31808         * math/test-misc.c (main) [__x86_64__]: Enable test for long
31809         doubles.
31811         * math/test-misc.c (main): Fix copy'n'pastos.
31812         * misc/tst-efgcvt.c (special): Likewise.
31814         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
31815         Remove declarations.
31817 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31819         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
31820         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
31821         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
31822         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
31824 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31826         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
31827         macro to return vdso values correctly in IFUNC implementations.
31828         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
31829         Optimization by using IFUNC.
31831 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31832             Richard Henderson  <rth@redhat.com>
31833             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31835         * Makefile.in (bench): New target.
31836         * NEWS: Mention the benchmark framework.
31837         * Rules (bench): Likewise.
31838         (binaries-bench): Generate binaries for functions to
31839         benchmark.
31840         * benchtests/Makefile: New makefile for benchmark tests.
31841         * benchtests/bench-skeleton.c: New skeleton file for benchmark
31842         programs.
31843         * benchtests/exp-inputs: New input file for EXP function.
31844         * benchtests/pow-inputs: New input file for POW function.
31845         * scripts/bench.pl: New script to generate source files for
31846         benchmark programs.
31848 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31850         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31851         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
31852         computations on mantissa.  Use macros for rounding and
31853         division.
31854         (denorm): Likewise.
31855         (__dbl_mp): Likewise.
31856         (add_magnitudes): Likewise.
31857         (sub_magnitudes): Likewise.
31858         (__mul): Likewise.
31859         (__sqr): Likewise.
31860         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31861         powers of two in terms of TWOPOW macro.
31862         (mp_no): Make type of mantissa as MANTISSA_T.
31863         [!RADIXI]: Define RADIXI.
31864         [!TWO52]: Define TWO52.
31865         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31867         * manual/nptl.texi (cindex): Modify threads to pthreads.
31869 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
31871         * sysdeps/x86_64/preconfigure: Regenerated.
31873 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
31875         [BZ #14155]
31876         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
31877         0x1p28 and above.
31878         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
31879         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
31880         0x1p28 and above.
31881         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
31882         * math/libm-test.inc (j0_test): Do not allow one spurious
31883         underflow exception.
31884         (y1_test): Likewise.
31886 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31888         * manual/Makefile (chapters): Add nptl.
31889         * manual/debug.texi (Debugging Support): Add link to Threads
31890         chapter.
31891         * manual/nptl.texi: New file.
31893         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
31895 2013-03-14  Petr Baudis  <pasky@ucw.cz>
31897         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
31898         for non-NULL pointer before the memory validity test. Pointed
31899         out by Holger Brunck <holger.brunck@keymile.com>.
31901 2013-03-13  Andreas Schwab  <schwab@suse.de>
31903         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
31904         instead of .os.
31906 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
31908         * timezone/zic.c: Update from tzcode 2013b.
31910 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
31912         * manual/install.texi (Configuring and compiling):
31913         Mention i686 and i586.
31914         * INSTALL: Regenerate.
31916 2013-03-12  Roland McGrath  <roland@hack.frob.com>
31918         * sysdeps/init_array/elf-init.c: New file.
31919         * csu/elf-init.c
31920         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
31921         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
31923         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
31924         __gmon_start__ as global, but as static with a .preinit_array pointer.
31925         * sysdeps/init_array/gmon-start.c: New file.  Use that.
31926         * sysdeps/init_array/crti.S: New file, empty except for comments.
31927         * sysdeps/init_array/crtn.S: Likewise.
31929 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
31931         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
31932         definining bcopy.
31933         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31934         Remove Prefer_SSE_for_memop.
31935         * sysdeps/x86_64/multiarch/init-arch.h: Remove
31936         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
31937         HAS_PREFER_SSE_FOR_MEMOP.
31938         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
31939         memset-x86-64.
31940         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
31941         Remove bzero, memset ifunc support.
31942         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
31943         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
31944         * sysdeps/x86_64/multiarch/memset.S: Likewise.
31945         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31947 2013-03-11  Andreas Schwab  <schwab@suse.de>
31949         [BZ #15234]
31950         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
31951         by SHLIB_COMPAT.
31952         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
31953         (GLIBC_2.16): Remove pthread_atfork.
31955 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
31957         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
31958         (ptestcases.h): Likewise.
31960 2013-03-08  Roland McGrath  <roland@hack.frob.com>
31962         * Makeconfig ($(common-objpfx)config.status): Depend on
31963         sysdeps/*/preconfigure{,.in} too.
31965 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
31967         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
31968         (__free_hook): Use void * instead of __malloc_ptr_t.
31969         (__malloc_hook): Likewise.
31970         (__realloc_hook): Likewise.
31971         (__memalign_hook): Likewise.
31972         (__after_morecore_hook): Likewise.
31973         * malloc/arena.c (save_malloc_hook): Likewise.
31974         (save_free_hook): Likewise.
31975         * malloc/hooks.c (malloc_hook_ini): Likewise.
31976         (realloc_hook_ini): Likewise.
31977         (memalign_hook_ini): Likewise.
31978         * malloc/malloc.c (malloc_hook_ini): Likewise.
31979         (realloc_hook_ini): Likewise.
31980         (memalign_hook_ini): Likewise.
31981         (__free_hook): Likewise.
31982         (__malloc_hook): Likewise.
31983         (__realloc_hook): Likewise.
31984         (__memalign_hook): Likewise.
31985         (__libc_malloc): Likewise.
31986         (__libc_free): Likewise.
31987         (__libc_realloc): Likewise.
31988         (__libc_memalign): Likewise.
31989         (__libc_valloc): Likewise.
31990         (__libc_pvalloc): Likewise.
31991         (__libc_calloc): Likewise.
31992         (__posix_memalign): Likewise.
31993         * malloc/morecore.c (__sbrk): Likewise.
31994         (__default_morecore): Likewise.
31996         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
31998         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
31999         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
32000         __malloc_ptrdiff_t.
32002         * malloc/malloc.h (__malloc_size_t): Remove macro.
32003         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
32004         __malloc_size_t.
32005         (old_memalign_hook): Likewise.
32006         (old_realloc_hook): Likewise.
32007         (struct hdr): Likewise.
32008         (flood): Likewise.
32009         (mallochook): Likewise.
32010         (memalignhook): Likewise.
32011         (reallochook): Likewise.
32012         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
32013         (tr_old_realloc_hook): Likewise.
32014         (tr_old_memalign_hook): Likewise.
32015         (tr_mallochook): Likewise.
32016         (tr_reallochook): Likewise.
32017         (tr_memalignhook): Likewise.
32019 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32021         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
32022         default_ldbl_pack and using as default implementation.
32023         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
32024         implementation.
32025         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
32026         redundant definition.
32027         (ldbl_insert_mantissa): Likewise.
32028         (ldbl_canonicalize): Likewise.
32029         (ldbl_nearbyint): Likewise.
32030         (ldbl_pack): Rename to ldbl_pack_ppc.
32031         (ldbl_unpack): Rename to ldbl_unpack_ppc.
32032         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
32033         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
32035 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
32037         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
32038         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
32039         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
32040         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
32041         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
32042         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
32043         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
32044         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
32046 2013-03-07  Andreas Jaeger  <aj@suse.de>
32048         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
32049         bits/mman-linux.h.
32051 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
32053         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
32054         Include mpa.h and declare __MPEXP.
32055         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
32056         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
32057         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
32058         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
32059         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
32060         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
32061         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
32063         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
32064         (__slowpow): Use long double EXPL and LOGL functions to
32065         compute POW.
32066         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
32067         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
32068         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
32069         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
32070         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
32071         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
32073         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
32074         intermediate variable to calculate exponent.
32075         (__sqr): Likewise.
32076         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
32077         Likewise.
32078         (__sqr): Likewise.
32080         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
32081         [!NO__SQR]: Define __sqr.
32082         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
32083         and NO__SQR.  Remove all code except __mul and __sqr.  Include
32084         sysdeps/ieee754/dbl-64/mpa.c.
32085         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32087         [BZ #12723]
32088         * posix/Makefile (tests): Add tst-pathconf.
32089         * posix/tst-pathconf.c: New test case.
32090         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
32091         _PC_PIPE_BUF.
32092         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
32094 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
32096         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
32098 2013-03-06  Andreas Jaeger  <aj@suse.de>
32100         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
32101         definition via __MAP_ANONYMOUS.
32103         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
32104         it's not part of Linux headers.
32106         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
32107         (MAP_HUGE_MASK): Define.
32109         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
32110         Define.
32111         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32112         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
32113         Define.
32114         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32115         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
32116         Define.
32117         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32118         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
32119         Define.
32120         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
32122         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
32123         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
32124         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
32125         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
32126         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
32127         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
32129         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
32130         Handle f2fs.
32132         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
32133         Handle f2fs and efivarfs.
32135         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
32136         f2fs.
32138         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
32139         (EFIVARFS_MAGIC): Add.
32140         (F2FS_LINK_MAX): Add.
32142 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
32144         * stdio-common/vfprintf.c: Replace __builtin_expect with
32145         __glibc_unlikely.
32147 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
32149         [BZ #13550]
32150         * sysdeps/generic/bp-sym.h: Remove file.
32151         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
32152         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
32153         <bp-sym.h> and <bp-asm.h>.
32154         (__longjmp): Don't use BP_SYM.
32155         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
32156         and <bp-asm.h>.
32157         (memcpy): Don't use BP_SYM.
32158         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
32159         <bp-sym.h> and <bp-asm.h>.
32160         (memcpy): Don't use BP_SYM.
32161         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
32162         <bp-asm.h>.
32163         (memcpy): Don't use BP_SYM.
32164         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
32165         <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/memcmp.S: Don't include
32173         <bp-sym.h> and <bp-asm.h>.
32174         (memcmp): Don't use BP_SYM.  Remove comment about bounded
32175         pointers.
32176         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
32177         <bp-sym.h> and <bp-asm.h>.
32178         (memcpy): Don't use BP_SYM.
32179         * sysdeps/powerpc/powerpc64/power4/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/power4/strncmp.S: Don't include
32188         <bp-sym.h> and <bp-asm.h>.
32189         (strncmp): Don't use BP_SYM.  Remove comment about bounded
32190         pointers.
32191         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
32192         <bp-sym.h> and <bp-asm.h>.
32193         (memcpy): Don't use BP_SYM.
32194         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
32195         <bp-sym.h> and <bp-asm.h>.
32196         (memset): Don't use BP_SYM.
32197         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32198         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32199         (__bzero): Don't use BP_SYM.
32200         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32201         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32202         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
32203         <bp-sym.h> and <bp-asm.h>.
32204         (__memchr): Don't use BP_SYM.
32205         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
32206         <bp-sym.h> and <bp-asm.h>.
32207         (memcmp): Don't use BP_SYM.  Remove comment about bounded
32208         pointers.
32209         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
32210         <bp-sym.h> and <bp-asm.h>.
32211         (memcpy): Don't use BP_SYM.
32212         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
32213         <bp-sym.h> and <bp-asm.h>.
32214         (__mempcpy): Don't use BP_SYM.
32215         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
32216         <bp-sym.h> and <bp-asm.h>.
32217         (__memrchr): Don't use BP_SYM.
32218         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
32219         <bp-sym.h> and <bp-asm.h>.
32220         (memset): Don't use BP_SYM.
32221         (__bzero): Likewise.
32222         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
32223         <bp-sym.h> and <bp-asm.h>.
32224         (__rawmemchr): Don't use BP_SYM.
32225         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
32226         <bp-sym.h> and <bp-asm.h>.
32227         (__STRCMP): Don't use BP_SYM.
32228         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
32229         <bp-sym.h> and <bp-asm.h>.
32230         (strchr): Don't use BP_SYM.
32231         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
32232         <bp-sym.h> and <bp-asm.h>.
32233         (__strchrnul): Don't use BP_SYM.
32234         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
32235         <bp-sym.h> and <bp-asm.h>.
32236         (strlen): Don't use BP_SYM.
32237         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
32238         <bp-sym.h> and <bp-asm.h>.
32239         (strncmp): Don't use BP_SYM.  Remove comment about bounded
32240         pointers.
32241         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
32242         <bp-sym.h> and <bp-asm.h>.
32243         (__strnlen): Don't use BP_SYM.
32244         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
32245         <bp-sym.h> and <bp-asm.h>.
32246         (__GI__setjmp): Don't use BP_SYM.
32247         (_setjmp): Likewise.
32248         (__sigsetjmp): Likewise.
32249         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
32250         (L(start_addresses)): Don't use BP_SYM.
32251         (_start): Likewise.
32252         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
32253         <bp-asm.h>.
32254         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
32255         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
32256         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32257         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32258         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
32259         <bp-asm.h>.
32260         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
32261         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
32262         about bounded pointers.
32263         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32264         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32265         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
32266         <bp-asm.h>.
32267         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
32268         about bounded pointers.  Remove GKM FIXME comments.
32269         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32270         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
32271         <bp-asm.h>.
32272         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
32273         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
32274         Remove GKM FIXME comments.
32275         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32276         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32277         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
32278         <bp-asm.h>.
32279         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
32280         about bounded pointers.  Remove GKM FIXME comment.
32281         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
32282         and <bp-asm.h>.
32283         (strncmp): Don't use BP_SYM.  Remove comment about bounded
32284         pointers.
32285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
32286         <bp-sym.h> and <bp-asm.h>.
32287         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
32288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
32289         <bp-sym.h> and <bp-asm.h>.
32290         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
32291         comment.
32293 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
32295         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
32296         call free(NULL).
32298 2013-03-05  David S. Miller  <davem@davemloft.net>
32300         * po/es.po: Update from translation team.
32302 2013-03-05  Andreas Jaeger  <aj@suse.de>
32304         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
32305         <bits/mman-linux.h>.
32306         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32307         is fine.
32308         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
32309         <bits/mman-linux.h> to end of file.
32310         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32311         is fine.
32312         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
32313         <bits/mman-linux.h> to end of file.
32314         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32315         is fine.
32316         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
32317         <bits/mman-linux.h> to end of file.
32319         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
32320         (MCL_CURRENT, MCL_FUTURE): Define here.
32322 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32324         [BZ #15232]
32325         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
32326         attribute_hidden.
32327         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
32329 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32331         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
32332         fourth parameter needed for rt_sigprocmask syscall.
32333         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
32334         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
32335         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
32336         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
32337         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
32338         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
32340 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
32342         [BZ #13550]
32343         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
32344         comment about bounded pointers.
32345         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
32346         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
32348 2013-03-04  Andreas Jaeger  <aj@suse.de>
32350         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
32351         common definitions.
32353         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
32354         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
32355         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
32356         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
32357         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
32358         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
32360 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32362         [BZ #15055]
32363         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
32364         __ieee754_sqrl instead of __sqrl.
32366 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
32368         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
32369         * sysdeps/powerpc/fpu_control.h: ... here.
32370         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
32371         * sysdeps/powerpc/bits/fenvinline.h: ... here.
32372         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
32373         * sysdeps/powerpc/bits/mathinline.h: ... here.
32375 2013-03-01  Roland McGrath  <roland@hack.frob.com>
32377         * elf/dl-hwcaps.c (_dl_important_hwcaps):
32378         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
32379         to just [NEED_DL_SYSINFO_DSO].
32380         * elf/dl-support.c: Likewise.
32381         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
32382         * elf/rtld.c (dl_main): Likewise.
32383         * elf/setup-vdso.h (setup_vdso): Likewise.
32384         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
32385         * sysdeps/unix/sysv/linux/dl-sysdep.c
32386         (_dl_discover_osversion): Likewise.
32388 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
32390         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
32391         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
32393 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
32395         * NEWS: Mention libm performance improvements and non-x86 PI
32396         futex support.
32398         * csu/libc-start.c (__pthread_initialize_minimal): Change
32399         function arguments.
32400         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
32402 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
32404         [BZ #13550]
32405         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
32406         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
32407         <bp-sym.h> and <bp-asm.h>.
32408         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32409         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
32410         and <bp-asm.h>.
32411         (memcpy): Don't use BP_SYM.
32412         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
32413         <bp-asm.h>.
32414         (__mpn_add_n): Don't use BP_SYM.
32415         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
32416         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
32417         and <bp-asm.h>.
32418         (__mpn_addmul_1): Don't use BP_SYM.
32419         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32420         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
32421         <bp-sym.h>.
32422         (_setjmp): Don't use BP_SYM.
32423         (__novmx_setjmp): Likewise.
32424         (__GI__setjmp): Likewise.
32425         (__vmx_setjmp): Likewise.
32426         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
32427         <bp-sym.h>.
32428         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
32429         (__bzero): Don't use BP_SYM.
32430         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32431         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32432         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
32433         <bp-sym.h> and <bp-asm.h>.
32434         (memcpy): Don't use BP_SYM.
32435         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
32436         <bp-sym.h> and <bp-asm.h>.
32437         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32438         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
32439         <bp-sym.h> and <bp-asm.h>.
32440         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32441         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
32442         <bp-asm.h>.
32443         (__mpn_lshift): Don't use BP_SYM.
32444         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32445         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
32446         <bp-asm.h>.
32447         (memset): Don't use BP_SYM.
32448         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32449         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32450         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
32451         <bp-asm.h>.
32452         (__mpn_mul_1): Don't use BP_SYM.
32453         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32454         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
32455         <bp-sym.h> and <bp-asm.h>.
32456         (memcmp): Don't use BP_SYM.
32457         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
32458         <bp-sym.h> and <bp-asm.h>.
32459         (memcpy): Don't use BP_SYM.
32460         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
32461         <bp-sym.h> and <bp-asm.h>.
32462         (memset): Don't use BP_SYM.
32463         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
32464         <bp-sym.h> and <bp-asm.h>.
32465         (strncmp): Don't use BP_SYM.
32466         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
32467         <bp-sym.h> and <bp-asm.h>.
32468         (memcpy): Don't use BP_SYM.
32469         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
32470         <bp-sym.h> and <bp-asm.h>.
32471         (memset): Don't use BP_SYM.
32472         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
32473         <bp-sym.h> and <bp-asm.h>.
32474         (__memchr): Don't use BP_SYM.
32475         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
32476         <bp-sym.h> and <bp-asm.h>.
32477         (memcmp): Don't use BP_SYM.
32478         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
32479         <bp-sym.h> and <bp-asm.h>.
32480         (memcpy): Don't use BP_SYM.
32481         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
32482         <bp-sym.h> and <bp-asm.h>.
32483         (__mempcpy): Don't use BP_SYM.
32484         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
32485         <bp-sym.h> and <bp-asm.h>.
32486         (__memrchr): Don't use BP_SYM.
32487         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
32488         <bp-sym.h> and <bp-asm.h>.
32489         (memset): Don't use BP_SYM.
32490         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
32491         <bp-sym.h> and <bp-asm.h>.
32492         (__rawmemchr): Don't use BP_SYM.
32493         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
32494         <bp-sym.h> and <bp-asm.h>.
32495         (__STRCMP): Don't use BP_SYM.
32496         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
32497         <bp-sym.h> and <bp-asm.h>.
32498         (strchr): Don't use BP_SYM.
32499         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
32500         <bp-sym.h> and <bp-asm.h>.
32501         (__strchrnul): Don't use BP_SYM.
32502         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
32503         <bp-sym.h> and <bp-asm.h>.
32504         (strlen): Don't use BP_SYM.
32505         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
32506         <bp-sym.h> and <bp-asm.h>.
32507         (strncmp): Don't use BP_SYM.
32508         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
32509         <bp-sym.h> and <bp-asm.h>.
32510         (__strnlen): Don't use BP_SYM.
32511         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
32512         <bp-asm.h>.
32513         (__mpn_rshift): Don't use BP_SYM.
32514         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32515         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
32516         <bp-sym.h> and <bp-asm.h>.
32517         (__sigsetjmp): Don't use BP_SYM.
32518         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
32519         (L(start_addresses)): Don't use BP_SYM.
32520         (_start): Likewise.
32521         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
32522         <bp-asm.h>.
32523         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
32524         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32525         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32526         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
32527         <bp-asm.h>.
32528         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
32529         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32530         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32531         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
32532         <bp-asm.h>.
32533         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
32534         comments.
32535         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32536         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
32537         <bp-asm.h>.
32538         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
32539         FIXME comments.
32540         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32541         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32542         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
32543         <bp-asm.h>.
32544         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
32545         comment.
32546         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
32547         and <bp-asm.h>.
32548         (strncmp): Don't use BP_SYM,
32549         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
32550         <bp-asm.h>.
32551         (__mpn_sub_n): Don't use BP_SYM.
32552         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32553         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
32554         and <bp-asm.h>.
32555         (__mpn_submul_1): Don't use BP_SYM.
32556         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32557         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
32558         <bp-sym.h> and <bp-asm.h>.
32559         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
32560         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
32561         <bp-sym.h> and <bp-asm.h>.
32562         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
32563         comment.
32565 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32567         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
32568         Use ZK to minimize writes to Z.
32569         (sub_magnitudes): Simplify code a bit.
32570         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
32571         Use ZK to minimize writes to Z.
32572         (sub_magnitudes): Simplify code a bit.
32574 2013-02-27  Roland McGrath  <roland@hack.frob.com>
32576         * csu/gmon-start.c: Add special exception to license text.
32578 2013-02-27  Richard Henderson  <rth@redhat.com>
32580         * scripts/config.guess: Update from config.git.
32581         * scripts/config.sub: Likewise.
32583 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
32585         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
32587         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
32589         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
32591         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
32593         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
32595 2013-02-26  Roland McGrath  <roland@hack.frob.com>
32597         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
32598         [$(build-shared = yes].
32600 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32602         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
32603         (__mul): Reduce iterations for calculating mantissa.
32605         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
32606         MPTWO.
32607         (__mpranred): Likewise.
32609         [BZ #15160]
32610         * malloc/memusagestat.c (main): Draw graphs for heap and stack
32611         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
32613 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
32615         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
32616         Define __attribute__.
32618 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32620         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
32621         unused.
32622         * posix/regex_internal.h (__attribute): Remove.
32623         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
32624         (re_string_context_at): Likewise.
32625         (bitset_not): Use __attribute__ and mark function as possibly
32626         unused.
32627         (bitset_merge): Likewise.
32628         (bitset_mask): Likewise.
32629         (re_string_char_size_at): Likewise.
32630         (re_string_wchar_at): Likewise.
32631         (re_string_elem_size_at): Likewise.
32633 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
32635         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
32636         code.
32637         (cc32): Likewise.
32639         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
32640         (__acr): Likewise.
32641         (__cpy): Likewise.
32642         (norm): Likewise.
32643         (denorm): Likewise.
32644         (__dbl_mp): Likewise.
32645         (add_magnitudes): Likewise.
32646         (sub_magnitudes): Likewise.
32647         (__mul): Likewise.
32648         (__inv): Likewise.
32650         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
32651         style.
32653         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
32654         style.
32656         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
32657         code.
32659         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
32660         up changes with default code.
32661         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
32662         Likewise.
32664 2013-02-24  Allan McRae  <allan@archlinux.org>
32666         * manual/socket.texi (The Internet Namespace): Order menu items
32667         to match that in the file.
32669         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
32670         node listing of the info page menu.
32672 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
32674         [BZ #13550]
32675         * sysdeps/i386/bp-asm.h: Remove file.
32676         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32677         (PARMS): Do not use macros from bp-asm.h.
32678         (S1): Likewise.
32679         (S2): Likewise.
32680         (SIZE): Likewise.
32681         (__mpn_add_n): Do not use BP_SYM
32682         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
32683         "bp-asm.h".
32684         (PARMS): Do not use macros from bp-asm.h.
32685         (S1): Likewise.
32686         (SIZE): Likewise.
32687         (__mpn_addmul_1): Do not use BP_SYM
32688         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
32689         "bp-asm.h".
32690         (PARMS): Do not use macros from bp-asm.h.
32691         (SIGMSK): Likewise.
32692         (_setjmp): Likewise.  Do not use BP_SYM.
32693         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
32694         "bp-asm.h".
32695         (PARMS): Do not use macros from bp-asm.h.
32696         (SIGMSK): Likewise.
32697         (setjmp): Likewise.  Do not use BP_SYM.
32698         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
32699         "bp-asm.h".
32700         (PARMS): Do not use macros from bp-asm.h.
32701         (__frexp): Do not use BP_SYM.
32702         (frexp): Likewise.
32703         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
32704         "bp-asm.h".
32705         (PARMS): Do not use macros from bp-asm.h.
32706         (__frexpf): Do not use BP_SYM.
32707         (frexpf): Likewise.
32708         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
32709         "bp-asm.h".
32710         (PARMS): Do not use macros from bp-asm.h.
32711         (__frexpl): Do not use BP_SYM.
32712         (frexpl): Likewise.
32713         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
32714         "bp-asm.h".
32715         (PARMS): Do not use macros from bp-asm.h.
32716         (__remquo): Do not use BP_SYM.
32717         (remquo): Likewise.
32718         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
32719         "bp-asm.h".
32720         (PARMS): Do not use macros from bp-asm.h.
32721         (__remquof): Do not use BP_SYM.
32722         (remquof): Likewise.
32723         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
32724         "bp-asm.h".
32725         (PARMS): Do not use macros from bp-asm.h.
32726         (__remquol): Do not use BP_SYM.
32727         (remquol): Likewise.
32728         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
32729         "bp-asm.h".
32730         (PARMS): Do not use macros from bp-asm.h.
32731         (DEST): Likewise.
32732         (SRC): Likewise.
32733         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
32734         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
32735         "bp-asm.h".
32736         (PARMS): Do not use macros from bp-asm.h.
32737         (strlen): Do not use BP_SYM.
32738         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
32739         "bp-asm.h".
32740         (PARMS): Do not use macros from bp-asm.h.
32741         (S1): Likewise.
32742         (S2): Likewise.
32743         (SIZE): Likewise.
32744         (__mpn_add_n): Do not use BP_SYM.
32745         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
32746         "bp-asm.h".
32747         (PARMS): Do not use macros from bp-asm.h.
32748         (S1): Likewise.
32749         (SIZE): Likewise.
32750         (__mpn_addmul_1): Do not use BP_SYM.
32751         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
32752         weak_alias.
32753         (bzero): Likewise.
32754         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
32755         "bp-asm.h".
32756         (PARMS): Do not use macros from bp-asm.h.
32757         (S): Likewise.
32758         (SIZE): Likewise.
32759         (__mpn_lshift): Do not use BP_SYM.
32760         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
32761         "bp-asm.h".
32762         (PARMS): Do not use macros from bp-asm.h.
32763         (DEST): Likewise.
32764         (SRC): Likewise.
32765         (LEN): Likewise.
32766         (memcpy): Likewise.  Do not use BP_SYM.
32767         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
32768         libc_hidden_def and weak_alias.
32769         (mempcpy): Do not use BP_SYM in weak_alias.
32770         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
32771         "bp-asm.h".
32772         (PARMS): Do not use macros from bp-asm.h.
32773         (DEST): Likewise.
32774         (LEN): Likewise.
32775         [!BZERO_P] (CHR): Likewise.
32776         (memset): Likewise.  Do not use BP_SYM.
32777         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
32778         "bp-asm.h".
32779         (PARMS): Do not use macros from bp-asm.h.
32780         (S1): Likewise.
32781         (SIZE): Likewise.
32782         (__mpn_mul_1): Do not use BP_SYM.
32783         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
32784         "bp-asm.h".
32785         (PARMS): Do not use macros from bp-asm.h.
32786         (S): Likewise.
32787         (SIZE): Likewise.
32788         (__mpn_rshift): Do not use BP_SYM.
32789         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
32790         "bp-asm.h".
32791         (PARMS): Do not use macros from bp-asm.h.
32792         (STR): Likewise.
32793         (CHR): Likewise.
32794         (strchr): Likewise.  Do not use BP_SYM.
32795         (index): Do not use BP_SYM in weak_alias.
32796         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
32797         "bp-asm.h".
32798         (PARMS): Do not use macros from bp-asm.h.
32799         (DEST): Likewise.
32800         (SRC): Likewise.
32801         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
32802         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
32803         "bp-asm.h".
32804         (PARMS): Do not use macros from bp-asm.h.
32805         (strlen): Do not use BP_SYM.
32806         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
32807         "bp-asm.h".
32808         (PARMS): Do not use macros from bp-asm.h.
32809         (S1): Likewise.
32810         (S2): Likewise.
32811         (SIZE): Likewise.
32812         (__mpn_sub_n): Do not use BP_SYM.
32813         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
32814         "bp-asm.h".
32815         (PARMS): Do not use macros from bp-asm.h.
32816         (S1): Likewise.
32817         (SIZE): Likewise.
32818         (__mpn_submul_1): Do not use BP_SYM.
32819         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
32820         "bp-asm.h".
32821         (PARMS): Do not use macros from bp-asm.h.
32822         (S1): Likewise.
32823         (S2): Likewise.
32824         (SIZE): Likewise.
32825         (__mpn_add_n): Do not use BP_SYM.
32826         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
32827         weak_alias.
32828         (bzero): Likewise.
32829         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
32830         "bp-asm.h".
32831         (PARMS): Do not use macros from bp-asm.h.
32832         (BLK2): Likewise.
32833         (LEN): Likewise.
32834         (memcmp): Do not use BP_SYM.
32835         (bcmp): Do not use BP_SYM in weak_alias.
32836         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
32837         "bp-asm.h".
32838         (PARMS): Do not use macros from bp-asm.h.
32839         (DEST): Likewise.
32840         (SRC): Likewise.
32841         (LEN): Likewise.
32842         (memcpy): Likewise.  Do not use BP_SYM.
32843         * sysdeps/i386/i686/memmove.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         (SRC): Likewise.
32848         (LEN): Likewise.
32849         (memmove): Likewise.  Do not use BP_SYM.
32850         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
32851         "bp-asm.h".
32852         (PARMS): Do not use macros from bp-asm.h.
32853         (DEST): Likewise.
32854         (SRC): Likewise.
32855         (LEN): Likewise.
32856         (__mempcpy): Likewise.  Do not use BP_SYM.
32857         (mempcpy): Do not use BP_SYM in weak_alias.
32858         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
32859         "bp-asm.h".
32860         (PARMS): Do not use macros from bp-asm.h.
32861         (DEST): Likewise.
32862         (LEN): Likewise.
32863         [!BZERO_P] (CHR): Likewise.
32864         (memset): Likewise.  Do not use BP_SYM.
32865         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
32866         "bp-asm.h".
32867         (PARMS): Do not use macros from bp-asm.h.
32868         (STR2): Likewise.
32869         (strcmp): Do not use BP_SYM.
32870         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
32871         "bp-asm.h".
32872         (PARMS): Do not use macros from bp-asm.h.
32873         (STR): Likewise.
32874         (DELIM): Likewise.
32875         [USE_AS_STRTOK_R] (SAVE): Likewise.
32876         (FUNCTION): Likewise.  Do not use BP_SYM.
32877         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
32878         aliases.
32879         (strtok_r): Likewise.
32880         (__GI___strtok_r): Likewise.
32881         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32882         (PARMS): Do not use macros from bp-asm.h.
32883         (S): Likewise.
32884         (SIZE): Likewise.
32885         (__mpn_lshift): Do not use BP_SYM.
32886         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32887         (PARMS): Do not use macros from bp-asm.h.
32888         (STR): Likewise.
32889         (CHR): Likewise.
32890         (__memchr): Do not use BP_SYM.
32891         (memchr): Do not use BP_SYM in weak_alias.
32892         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32893         (PARMS): Do not use macros from bp-asm.h.
32894         (BLK2): Likewise.
32895         (LEN): Likewise.
32896         (memcmp): Do not use BP_SYM.
32897         (bcmp): Do not use BP_SYM in weak_alias.
32898         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
32899         (PARMS): Do not use macros from bp-asm.h.
32900         (S1): Likewise.
32901         (SIZE): Likewise.
32902         (__mpn_mul_1): Do not use BP_SYM.
32903         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
32904         "bp-asm.h".
32905         (PARMS): Do not use macros from bp-asm.h.
32906         (STR): Likewise.
32907         (CHR): Likewise.
32908         (__rawmemchr): Do not use BP_SYM.
32909         (rawmemchr): Do not use BP_SYM in weak_alias.
32910         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32911         (PARMS): Do not use macros from bp-asm.h.
32912         (S): Likewise.
32913         (SIZE): Likewise.
32914         (__mpn_rshift): Do not use BP_SYM.
32915         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32916         (PARMS): Do not use macros from bp-asm.h.
32917         (SIGMSK): Likewise.
32918         (__sigsetjmp): Likewise.  Do not use BP_SYM.
32919         * sysdeps/i386/start.S: Do not include "bp-sym.h".
32920         (_start): Do not use BP_SYM.
32921         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
32922         (PARMS): Do not use macros from bp-asm.h.
32923         (DEST): Likewise.
32924         (SRC): Likewise.
32925         (__stpcpy): Likewise.  Do not use BP_SYM.
32926         (stpcpy): Do not use BP_SYM in weak_alias.
32927         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
32928         "bp-asm.h".
32929         (PARMS): Do not use macros from bp-asm.h.
32930         (DEST): Likewise.
32931         (SRC): Likewise.
32932         (LEN): Likewise.
32933         (__stpncpy): Likewise.  Do not use BP_SYM.
32934         (stpncpy): Do not use BP_SYM in weak_alias.
32935         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32936         (PARMS): Do not use macros from bp-asm.h.
32937         (STR): Likewise.
32938         (CHR): Likewise.
32939         (strchr): Likewise.  Do not use BP_SYM.
32940         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
32941         "bp-asm.h".
32942         (PARMS): Do not use macros from bp-asm.h.
32943         (STR): Likewise.
32944         (CHR): Likewise.
32945         (__strchrnul): Likewise.  Do not use BP_SYM.
32946         (strchrnul): Do not use BP_SYM in weak_alias.
32947         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
32948         "bp-asm.h".
32949         (PARMS): Do not use macros from bp-asm.h.
32950         (STOP): Likewise.
32951         (strcspn): Do not use BP_SYM.
32952         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
32953         "bp-asm.h".
32954         (PARMS): Do not use macros from bp-asm.h.
32955         (STR): Likewise.
32956         (STOP): Likewise.
32957         (strpbrk): Likewise.  Do not use BP_SYM.
32958         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
32959         "bp-asm.h".
32960         (PARMS): Do not use macros from bp-asm.h.
32961         (STR): Likewise.
32962         (CHR): Likewise.
32963         (strrchr): Likewise.  Do not use BP_SYM.
32964         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
32965         (PARMS): Do not use macros from bp-asm.h.
32966         (SKIP): Likewise.
32967         (strspn): Do not use BP_SYM.
32968         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
32969         (PARMS): Do not use macros from bp-asm.h.
32970         (STR): Likewise.
32971         (DELIM): Likewise.
32972         (SAVE): Likewise.
32973         (FUNCTION): Likewise.  Do not use BP_SYM.
32974         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
32975         aliases.
32976         (strtok_r): Likewise.
32977         (__GI___strtok_r): Likewise.
32978         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32979         (PARMS): Do not use macros from bp-asm.h.
32980         (S1): Likewise.
32981         (S2): Likewise.
32982         (SIZE): Likewise.
32983         (__mpn_sub_n): Do not use BP_SYM.
32984         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
32985         "bp-asm.h".
32986         (PARMS): Do not use macros from bp-asm.h.
32987         (S1): Likewise.
32988         (SIZE): Likewise.
32989         (__mpn_submul_1): Do not use BP_SYM.
32990         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
32991         <bp-sym.h>.
32992         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
32993         and <bp-asm.h>.
32994         (PARMS): Do not use macros from bp-asm.h.
32995         (FLAGS): Likewise.
32996         (PTID): Likewise.
32997         (TLS): Likewise.
32998         (CTID): Likewise.
32999         (__clone): Do not use BP_SYM.
33000         (clone): Do not use BP_SYM in weak_alias.
33001         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
33002         and <bp-asm.h>.
33003         (PARMS): Do not use macros from bp-asm.h.
33004         (LEN): Likewise.
33005         (__mmap64): Do not use BP_SYM.
33006         (mmap64): Do not use BP_SYM in weak_alias.
33007         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
33008         <bp-sym.h> and <bp-asm.h>.
33009         (PARMS): Do not use macros from bp-asm.h.
33010         (__posix_fadvise64_l64): Do not use BP_SYM.
33011         * sysdeps/unix/sysv/linux/i386/semtimedop.S
33012         (PARMS): Do not use macros from bp-asm.h.
33013         (NSOPS): Likewise.
33014         (semtimedop): Do not use BP_SYM.
33015         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
33016         and <bp-asm.h>.
33018 2013-02-21  Allan McRae  <allan@archlinux.org>
33020         * manual/message.texi (Charset conversion in gettext):
33021         Move @end statement to beginning of line.
33023 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
33025         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
33026         static.
33027         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
33028         Likewise.
33030         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
33031         (denorm): Likewise.
33032         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
33033         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
33035 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33037         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
33038         tail-call to the resolved function if pltexit isn't needed.
33040 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
33042         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
33043         or Y being zero as being unlikely.
33044         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
33045         Likewise.
33047 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
33049         * manual/nss.texi (System Databases and Name Service Switch):
33050         Remove frobnicate @pxref.
33052 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
33054         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
33055         __attribute__ ((unused)) to __attribute__ ((__unused__)).
33057 2013-02-20  Petr Machata  <pmachata@redhat.com>
33059         * elf/elf.h (R_ARM_TARGET1): New macro.
33060         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
33061         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
33062         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
33063         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
33064         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
33065         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
33066         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
33067         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
33068         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
33069         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
33070         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
33071         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
33072         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
33073         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
33074         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
33075         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
33076         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
33077         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
33078         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
33079         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
33080         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
33081         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
33082         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
33083         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
33084         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
33085         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
33086         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
33087         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
33088         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
33089         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
33090         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
33091         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
33092         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
33093         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
33094         (R_ARM_THM_GOT_BREL12): Likewise.
33095         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
33096         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
33097         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
33098         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
33099         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
33100         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
33101         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
33102         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
33103         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
33105 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
33107         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
33108         __attribute_used__ to __attribute__ ((unused)).
33110 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33112         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
33113         powerpc mpa.c.
33114         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
33115         comment formatting.
33116         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
33118 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
33120         [BZ #13550]
33121         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
33122         Remove macro.
33123         (ENTER): Remove both macro definitions.
33124         (LEAVE): Likewise.
33125         (CHECK_BOUNDS_LOW): Likewise.
33126         (CHECK_BOUNDS_HIGH): Likewise.
33127         (CHECK_BOUNDS_BOTH): Likewise.
33128         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
33129         (RETURN_BOUNDED_POINTER): Likewise.
33130         (RETURN_NULL_BOUNDED_POINTER): Likewise.
33131         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
33132         (POP_ERRNO_LOCATION_RETURN): Likewise.
33133         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
33134         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33135         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
33136         macros.
33137         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33138         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
33139         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
33140         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
33141         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
33142         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
33143         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
33144         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
33145         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
33146         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
33147         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
33148         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
33149         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33150         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
33151         removed macros.
33152         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33153         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
33154         macros.
33155         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33156         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
33157         * sysdeps/i386/i586/memset.S (memset): Likewise.
33158         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
33159         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33160         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
33161         macros.
33162         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33163         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
33164         Change uses of L(2) to L(out).
33165         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
33166         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
33167         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
33168         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33169         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
33170         removed macros.
33171         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33172         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
33173         macros.
33174         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33175         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
33176         (RETURN): Do not use macro LEAVE.
33177         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
33178         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
33179         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
33180         * sysdeps/i386/i686/memset.S (memset): Likewise.
33181         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
33182         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
33183         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
33184         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
33185         Likewise.
33186         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
33187         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
33188         L(1_2) and L(1_3) into L(1).
33189         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
33190         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
33191         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33192         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
33193         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
33194         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
33195         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
33196         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33197         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
33198         macros.
33199         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
33200         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
33201         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
33202         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
33203         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
33204         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
33205         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
33206         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
33207         * sysdeps/i386/strcspn.S (strcspn): Likewise.
33208         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
33209         * sysdeps/i386/strrchr.S (strrchr): Likewise.
33210         * sysdeps/i386/strspn.S (strspn): Likewise.
33211         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
33212         conditional code.
33213         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
33214         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
33215         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
33216         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
33217         L(1_3) into L(1_1).
33218         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
33219         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
33220         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
33221         macros.
33222         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
33224 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
33226         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
33227         macro.
33229 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
33231         * math/atest-exp.c (exp_mpn): Remove ROUND.
33232         * math/atest-exp2.c (exp_mpn): Likewise.
33233         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
33235         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
33236         * stdlib/tst-tls-atexit-lib.c: Likewise.
33237         * stdlib/tst-tls-atexit.c: Likewise.
33239 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33241         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
33242         and __attribute_alloc_size__.
33244 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33246         * include/programs/xmalloc.h: Change __attribute_alloc_size to
33247         __attribute_alloc_size__.
33248         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
33249         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
33251 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
33253         * include/programs/xmalloc.h: New file.
33254         * catgets/gencat.c: Include it.
33255         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
33256         * elf/pldd.c: Likewise.
33257         * iconv/iconv_charmap.c: Likewise.
33258         * iconv/iconvconfig.c: Likewise.
33259         * iconv/strtab.c: Likewise.
33260         * locale/programs/locale.c: Likewise.
33261         * locale/programs/localedef.h: Likewise.
33262         * locale/programs/simple-hash.c: Likewise.
33263         * nscd/nscd.h: Likewise.
33264         * nss/makedb.c: Likewise.
33265         * sysdeps/generic/ldconfig.h: Likewise.
33267 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33269         * Versions.def: Add GLIBC_2.18.
33270         * include/link.h (struct link_map): New member l_tls_dtor_count.
33271         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
33272         (__call_tls_dtors): Likewise.
33273         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
33274         __cxa_thread_atexit_impl.
33275         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33276         Likewise.
33277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33278         Likewise.
33279         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
33280         Likewise.
33281         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
33282         Likewise.
33283         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33284         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
33285         Likewise.
33286         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
33287         Likewise.
33288         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33289         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
33290         Likewise.
33291         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
33292         (tests): Add test case tst-tls-atexit.
33293         (modules-names): Add shared library for tst-tls-atexit.
33294         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
33295         (GLIBC_PRIVATE): Add __call_tls_dtors.
33296         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
33297         for libstdc++.
33298         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
33299         * stdlib/tst-tls-atexit.c: New test case.
33300         * stdlib/tst-tls-atexit-lib.c: New test case.
33302         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
33304         * elf/Versions (ld): Add _dl_find_dso_for_object.
33305         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
33306         * elf/dl-open.c (_dl_find_dso_for_object): New function.
33307         (dl_open_worker): Use _dl_find_dso_for_object.
33308         * elf/dl-sym.c (do_sym): Likewise.
33309         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
33311 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33313         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
33314         Syntactic changes only.
33315         (_dl_runtime_profile): Do a tail-call to the resolved function.
33317 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
33319         [BZ #13550]
33320         * sysdeps/x86_64/bp-asm.h: Remove file.
33321         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
33322         <bp-sym.h> and <bp-asm.h>.
33323         (__clone): Do not use BP_SYM.
33324         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
33325         <bp-sym.h> and <bp-asm.h>.
33326         * sysdeps/unix/x86_64/sysdep.S: Likewise.
33327         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
33328         "bp-asm.h".
33329         (_setjmp): Do not use BP_SYM.
33330         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
33331         "bp-asm.h".
33332         (setjmp): Do not use BP_SYM.
33333         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
33334         libc_hidden_def.
33335         (mempcpy): Do not use BP_SYM in weak_alias.
33336         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
33337         "bp-asm.h".
33338         (strchr): Do not use BP_SYM.
33339         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
33340         "bp-asm.h".
33341         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
33342         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
33343         (_start): Do not use BP_SYM.
33344         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
33345         "bp-asm.h".
33346         (strcat): Do not use BP_SYM.
33347         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
33348         "bp-asm.h".
33349         (STRCMP): Do not use BP_SYM.
33350         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
33351         "bp-asm.h".
33352         (STRCPY): Do not use BP_SYM.
33353         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
33354         "bp-asm.h".
33355         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
33356         "bp-asm.h".
33357         (FUNCTION): Do not use BP_SYM.
33358         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
33359         weak_alias.
33360         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
33362 2013-02-17  Andreas Jaeger  <aj@suse.de>
33364         * time/Versions: Sort entries.
33365         * string/Versions: Likewise.
33366         * resolv/Versions: Likewise.
33367         * posix/Versions: Likewise.
33368         * iconv/Versions: Likewise.
33369         * elf/Versions: Likewise.
33370         * wcsmbs/Versions: Likewise.
33372 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
33374         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
33375         loop termination condition.
33377         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
33378         variable to calculate EZ.
33379         (__sqr): Likewise.
33381         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
33382         the lower precision input.
33384 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
33386         [BZ #13550]
33387         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
33388         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
33389         (run-via-rtld-prefix): Do not handle %-bp tests.
33390         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
33391         (all-object-suffixes): Remove .ob.
33392         (bppfx): Remove variable.
33393         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
33394         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
33395         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
33396         [$(build-bounded) = yes] (libtype.ob): Likewise.
33397         * Makerules (elide-routines.ob): Remove variable.
33398         (do-tests-clean): Do not handle *-bp.out.
33399         (common-mostlyclean): Do not handle *-bp and *-bp.out.
33400         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
33401         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
33402         (tests): Do not include $(tests-bp.out).
33403         (xtests): Do not include $(xtests-bp.out).
33404         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
33405         [$(build-bounded) = yes] ($(addprefix
33406         $(objpfx),$(binaries-bounded))): Remove rule.
33407         ($(objpfx)%-bp.out): Remove rule.
33408         * config.make.in (build-bounded): Remove variable.
33409         * crypt/Makefile [$(build-bounded) = yes]
33410         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
33411         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
33412         append to variable.
33413         [$(build-bounded) = yes] (install-lib): Likewise.
33414         [$(build-bounded) = yes] (generated): Likewise.
33415         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
33416         Remove rule.
33417         * intl/Makefile [$(build-bounded) = yes]
33418         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
33419         * math/Makefile [$(build-bounded) = yes]
33420         ($(tests:%=$(objpfx)%-bp): Likewise.
33421         * misc/Makefile [$(build-bounded) = yes]
33422         ($(objpfx)tst-tsearch-bp): Likewise.
33423         * nptl/Makeconfig (bounded-thread-library): Remove variable.
33424         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
33425         Remove dependency.
33426         * string/Makefile (o-objects.ob): Remove variable.
33427         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
33428         (CFLAGS-.ob): Remove variable.
33429         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
33430         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
33431         both definitions of variable.
33432         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
33433         (ASFLAGS-.ob): Remove variable.
33435 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
33437         [BZ #13550]
33438         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
33439         Remove __BOUNDED_POINTERS__ from condition.
33440         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
33441         * string/bits/string2.h [!__NO_STRING_INLINES &&
33442         !__BOUNDED_POINTERS__]: Likewise.
33443         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
33444         Likewise.
33445         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
33446         Remove conditional code.
33447         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
33448         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
33449         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
33450         condition.
33452         [BZ #13550]
33453         * csu/libc-start.c: Do not include <bp-sym.h>.
33454         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
33455         * elf/dl-open.c: Do not include <bp-sym.h>.
33456         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
33457         * math/fegetenv.c: Do not include <bp-sym.h>.
33458         (fegetenv): Do not use BP_SYM in versioned symbols.
33459         * nptl/sysdeps/pthread/bits/libc-lockP.h
33460         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
33461         <bp-sym.h>.
33462         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33463         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
33464         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33465         (__pthread_mutex_destroy): Likewise.
33466         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33467         (__pthread_mutex_lock): Likewise.
33468         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33469         (__pthread_mutex_trylock): Likewise.
33470         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33471         (__pthread_mutex_unlock): Likewise.
33472         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33473         (__pthread_mutexattr_init): Likewise.
33474         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33475         (__pthread_mutexattr_destroy): Likewise.
33476         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33477         (__pthread_mutexattr_settype): Likewise.
33478         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33479         (__pthread_rwlock_init): Likewise.
33480         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33481         (__pthread_rwlock_destroy): Likewise.
33482         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33483         (__pthread_rwlock_rdlock): Likewise.
33484         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33485         (__pthread_rwlock_tryrdlock): Likewise.
33486         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33487         (__pthread_rwlock_wrlock): Likewise.
33488         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33489         (__pthread_rwlock_trywrlock): Likewise.
33490         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33491         (__pthread_rwlock_unlock): Likewise.
33492         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33493         (__pthread_key_create): Likewise.
33494         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33495         (__pthread_setspecific): Likewise.
33496         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33497         (__pthread_getspecific): Likewise.
33498         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
33499         Likewise.
33500         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33501         (_pthread_cleanup_push_defer): Likewise.
33502         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33503         (_pthread_cleanup_pop_restore): Likewise.
33504         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33505         (pthread_setcancelstate): Likewise.
33506         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
33507         <bp-sym.h>.
33508         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
33509         (memchr): Do not use BP_SYM in weak_alias.
33510         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
33511         (fegetenv): Do not use BP_SYM in versioned symbols.
33512         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
33513         (fesetenv): Do not use BP_SYM in versioned symbols.
33514         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33515         (feupdateenv): Do not use BP_SYM in versioned symbols.
33516         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33517         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33518         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
33519         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
33520         (open64): Do not use BP_SYM in weak_alias.
33521         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
33522         (fegetenv): Do not use BP_SYM in versioned symbols.
33523         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
33524         (fesetenv): Do not use BP_SYM in versioned symbols.
33525         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33526         (feupdateenv): Do not use BP_SYM in versioned symbols.
33527         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
33528         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
33529         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
33530         (feraiseexcept): Do not use BP_SYM in versioned symbols.
33531         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33532         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33533         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
33534         <bp-sym.h>.
33535         (__libc_start_main): Do not use BP_SYM.
33537 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
33539         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
33540         redundant return line.
33541         (norm): Likewise.
33542         (denorm): Likewise.
33543         (dbl_mp): Likewise.
33544         (sub_magnitudes): Likewise.
33545         (__add): Likewise.
33546         (__sub): Likewise.
33547         (__mul): Likewise.
33548         (__inv): Likewise.
33549         (__dvd): Likewise.
33550         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
33551         (norm): Likewise.
33552         (denorm): Likewise.
33553         (dbl_mp): Likewise.
33554         (sub_magnitudes): Likewise.
33555         (__add): Likewise.
33556         (__sub): Likewise.
33557         (__mul): Likewise.
33558         (__inv): Likewise.
33559         (__dvd): Likewise.
33561         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
33562         instead of __mul.
33563         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
33564         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
33565         (cc32): Likewise.
33567         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
33568         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
33569         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
33570         of __mul for squares.
33571         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
33572         function
33573         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
33574         Likewise.
33575         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
33576         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33578 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
33580         [BZ #13550]
33581         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
33582         code.
33583         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
33584         prototype or function definition.  Rename ubp_* variables and
33585         parameters.  Remove argv definitions conditional on
33586         [__BOUNDED_POINTERS__].
33587         * debug/backtrace.c (__backtrace): Do not use __unbounded.
33588         * elf/dl-runtime.c (_dl_fixup): Likewise.
33589         * include/set-hooks.h (RUN_HOOK): Likewise.
33590         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
33591         definition.
33592         * string/strcpy.c (strcpy): Do not use __unbounded.
33593         * sysdeps/generic/frame.h (struct layout): Likewise.
33594         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
33595         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
33596         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
33597         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
33598         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
33599         (__backtrace): Likewise.
33600         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
33601         use __ptrvalue.
33602         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
33603         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
33604         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
33605         Likewise.
33606         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
33607         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
33608         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
33609         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33610         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
33611         Do not use __unbounded.
33612         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
33613         Rename __unboundedrlimits parameter to rlimits in prototype.
33614         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
33615         Do not use __unbounded.
33616         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
33617         not use __ptrvalue.
33618         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33619         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
33620         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33621         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
33622         __ptrvalue or __unbounded.
33623         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
33624         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
33625         use __unbounded.
33626         (__new_msgctl): Do not use __ptrvalue.
33627         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
33628         __unbounded.
33629         (__libc_msgrcv): Do not use __ptrvalue.
33630         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
33631         startup_info): Do not use __unbounded.
33632         (__libc_start_main): Likewise.  Rename ubp_* variables and
33633         parameters.  Remove argv definitions conditional on
33634         [__BOUNDED_POINTERS__].
33635         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
33636         __ptrvalue.
33637         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
33638         use __unbounded.
33639         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
33640         or __ptrvalue.
33641         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
33642         use __unbounded.
33643         (__new_shmctl): Do not use __ptrvalue.
33644         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
33645         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
33646         Likewise.
33647         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
33648         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
33649         (__libc_sigaction): Likewise.
33650         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
33651         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
33652         Likewise.
33653         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33655 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
33657         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
33659         * string/mempcpy.c: Implement by calling memcpy.
33661 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
33663         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
33665         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
33666         evaluation.
33668         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
33669         values in the mantissa.
33671         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
33672         minimize writes to Z.
33673         (sub_magnitudes): Simplify code a bit.
33675 2013-02-12  Roland McGrath  <roland@hack.frob.com>
33677         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
33678         from the message.  The linker prefixes all warnings with that already.
33680 2013-02-12  Andreas Schwab  <schwab@suse.de>
33682         [BZ #15078]
33683         * posix/regexec.c (extend_buffers): Add parameter min_len.
33684         (check_matching): Pass minimum needed length.
33685         (clean_state_log_if_needed): Likewise.
33686         (get_subexp): Likewise.
33687         * posix/Makefile (tests): Add bug-regex34.
33688         (bug-regex34-ENV): Define.
33689         * posix/bug-regex34.c: New file.
33691         [BZ #11561]
33692         * posix/regcomp.c (parse_bracket_exp): When looking up collating
33693         elements compare against the byte sequence of it, not its name.
33694         * posix/Makefile (tests): Add bug-regex35.
33695         (bug-regex35-ENV): Define.
33696         * posix/bug-regex35.c: New file.
33698 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33700         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
33701         comment.
33702         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
33703         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
33704         (CHECK_EOL): Add undef.
33706 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
33708         * bits/stdlib-bsearch.h: New file.
33709         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
33710         * stdlib/stdlib.h: Likewise.
33712 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33714         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
33715         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
33716         declaration.
33717         * manual/search.texi (Array Search Function): Add missing const in
33718         lfind prototype.
33719         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
33720         declaration to use rlim_t.
33721         (Basic Scheduling Functions): Remove erroneous const from
33722         sched_getparam prototype.  Remove erroneous * from
33723         sched_get_priority_max and sched_get_priority_min prototypes.
33724         (Resource Usage): Fix summary @comment on vtimes to refer to
33725         sys/vtimes.h rather than vtimes.h.
33726         Add missing *s in vtimes prototype.
33727         (Limits on Resources): Fix ulimit prototype to return long int.
33728         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
33729         prototypes to use long int rather than double.
33730         (BSD Random): Fix initstate and setstate to use char *, not void *.
33731         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
33732         prototype to make second argument 'struct aiocb64 *const[]'.
33733         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
33734         (Status of AIO Operations): Remove erroneous const in aio_return and
33735         aio_return64 prototypes.
33736         (Synchronizing I/O): Fix sync prototype to return void.
33737         * manual/startup.texi (Suboptions): Remove an erroneous const in
33738         getsubopt prototype.
33739         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
33740         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
33741         use size_t rather than int.
33742         (Scanning All Users): Likewise for getpwent_r.
33743         (Setting Groups): Add missing const to setgroups prototype.
33744         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
33745         * manual/socket.texi (Host Names): Fix gethostbyaddr and
33746         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
33747         'const void *' rather than 'const char *'.
33748         (Host Address Functions): Likewise for inet_ntop.
33749         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
33750         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
33751         ssize_t for return value.
33752         (Sending Data): Likewise for send, sendto, sendmsg.
33753         (Socket Option Functions): Add a missing const in setsockopt prototype.
33754         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
33755         use wchar_t for the argument.
33756         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
33757         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
33758         take no arguments.
33759         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
33760         double/float/long double for second argument.
33761         Fix return types of significand, significandf, significandl.
33762         * manual/filesys.texi (Setting Permissions): Use mode_t for second
33763         argument in fchmod prototype.
33764         (File Owner): Use uid_t and gid_t in fchown prototype.
33765         (File Times): Add const to utimes, futimes, and lutimes prototypes.
33766         (Making Special Files): Use mode_t and dev_t in mknod prototype.
33767         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
33768         use 'const struct dirent **' as argument types to CMP function pointer
33769         argument.
33770         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
33771         (File Times): Fix summary magic @comment for struct utimbuf and utime
33772         to refer to utime.h, not time.h.
33773         * manual/string.texi (Argz Functions): Add missing const in
33774         argz_extract and argz_next prototypes.
33775         (Finding Tokens in a String): Likewise for basename.
33776         (String/Array Comparison): Fix typo in wcscasecmp prototype.
33777         (Copying and Concatenation): Fix typo in wmemmove prototype.
33778         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
33779         (Signal Stack): Remove erroneous const in sigstack prototype.
33780         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
33781         prototype.
33782         (Simple Calendar Time): Likewise for stime.
33783         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
33784         prototype.
33785         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
33786         say sys/sysctl.h instead.
33787         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
33788         and vsyslog prototypes.
33790 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33792         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
33793         Remove.
33795 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33797         * misc/sys/mman.h: Fix typo in mremap comment.
33799 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33801         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
33802         the '\0' terminator.
33804 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33806         [BZ #13550]
33807         * debug/segfault.c: Don't include <bp-checks.h>.
33808         * sysdeps/generic/bp-checks.h: Remove file.
33809         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
33810         (__GETDENTS): Don't use CHECK_N.
33811         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
33812         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
33813         (__getgroups): Don't use CHECK_N.
33814         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
33815         (setgroups): Don't use CHECK_N.
33816         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
33817         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
33818         (__libc_msgrcv): Don't use CHECK_N.
33819         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
33820         (__libc_msgsnd): Don't use CHECK_N.
33821         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
33822         <bp-checks.h>.
33823         (__libc_pread): Don't use CHECK_N.
33824         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
33825         include <bp-checks.h>.
33826         (__libc_pread64): Don't use CHECK_N.
33827         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
33828         include <bp-checks.h>.
33829         (__libc_pwrite): Don't use CHECK_N.
33830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
33831         include <bp-checks.h>.
33832         (__libc_pwrite64): Don't use CHECK_N.
33833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
33834         <bp-checks.h>.
33835         (__libc_pread): Don't use CHECK_N.
33836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
33837         include <bp-checks.h>.
33838         (__libc_pread64): Don't use CHECK_N.
33839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
33840         include <bp-checks.h>.
33841         (__libc_pwrite): Don't use CHECK_N.
33842         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
33843         include <bp-checks.h>.
33844         (__libc_pwrite64): Don't use CHECK_N.
33845         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
33846         (do_pread): Don't use CHECK_N.
33847         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
33848         (do_pread64): Don't use CHECK_N.
33849         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
33850         (do_pwrite): Don't use CHECK_N.
33851         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
33852         (do_pwrite64): Don't use CHECK_N.
33853         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
33854         (__libc_readv): Don't use CHECK_N.
33855         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
33856         (semop): Don't use CHECK_N.
33857         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
33858         <bp-checks.h>.
33859         (semtimedop): Don't use CHECK_N.
33860         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
33861         (__libc_pread): Don't use CHECK_N.
33862         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
33863         <bp-checks.h>.
33864         (__libc_pread64): Don't use CHECK_N.
33865         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
33866         <bp-checks.h>.
33867         (__libc_pwrite): Don't use CHECK_N.
33868         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
33869         <bp-checks.h>.
33870         (__libc_pwrite64): Don't use CHECK_N.
33871         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
33872         <bp-checks.h>.
33873         (__libc_msgrcv): Don't use CHECK_N.
33874         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
33875         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
33876         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
33877         (__libc_writev): Don't use CHECK_N.
33879 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33881         * string/strcpy.c: Removed unused variable.
33883         * Makeconfig (+sysdep-includes): Define with := rather than =.
33884         Use an existing include/ subdir of each sysdeps dir before it.
33886 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33888         * nscd/connection.c (register_traced_file): Comment function.
33889         [HAVE_INOTIFY] (union __inev): Define.
33890         [HAVE_INOTIFY] (inotify_check_files): New function.
33891         [HAVE_INOTIFY] (clear_db_cache): Likewise.
33892         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
33893         clear_db_cache.
33894         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
33896 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33898         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
33899         loaded if not already and that a failure is permanent.
33901 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33903         [BZ #15006]
33904         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
33905         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
33907 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33909         [BZ #13550]
33910         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
33911         (CHECK_1_NULL_OK): Likewise.
33912         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
33913         (__fxstat): Do not use CHECK_1.
33914         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
33915         <bp-checks.h>.
33916         (___fxstat64): Do not use CHECK_1.
33917         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
33918         <bp-checks.h>.
33919         (__fxstatat): Do not use CHECK_1.
33920         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
33921         <bp-checks.h>.
33922         (__fxstatat64): Do not use CHECK_1.
33923         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
33924         <bp-checks.h>.
33925         (__fxstat): Do not use CHECK_1.
33926         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
33927         <bp-checks.h>.
33928         (__fxstatat): Do not use CHECK_1.
33929         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33930         <bp-checks.h>.
33931         (__getresgid): Do not use CHECK_1.
33932         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33933         <bp-checks.h>.
33934         (__getresuid): Do not use CHECK_1.
33935         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
33936         <bp-checks.h>.
33937         (__lxstat): Do not use CHECK_1.
33938         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33939         <bp-checks.h>.
33940         (__old_msgctl): Do not use CHECK_1.
33941         (__new_msgctl): Likewise.
33942         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
33943         <bp-checks.h>.
33944         (__new_setrlimit): Do not use CHECK_1.
33945         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33946         <bp-checks.h>.
33947         (__old_shmctl): Do not use CHECK_1.
33948         (__new_shmctl): Likewise.
33949         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
33950         <bp-checks.h>.
33951         (__xstat): Do not use CHECK_1.
33952         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
33953         (__lxstat): Do not use CHECK_1.
33954         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
33955         <bp-checks.h>.
33956         (___lxstat64): Do not use CHECK_1.
33957         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
33958         (__old_msgctl): Do not use CHECK_1.
33959         (__new_msgctl): Likewise.
33960         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
33961         <bp-checks.h>.
33962         (__gettimeofday): Do not use CHECK_1.
33963         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
33964         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
33965         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
33966         <bp-checks.h>.
33967         (__gettimeofday): Do not use CHECK_1.
33968         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
33969         (__old_shmctl): Do not use CHECK_1_NULL_OK.
33970         (__new_shmctl): Do not use CHECK_1.
33971         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
33972         <bp-checks.h>.
33973         (do_sigtimedwait): Do not use CHECK_1.
33974         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
33975         <bp-checks.h>.
33976         (do_sigwaitinfo): Do not use CHECK_1.
33977         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
33978         <bp-checks.h>.
33979         (msgctl): Do not use CHECK_1.
33980         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
33981         <bp-checks.h>.
33982         (shmctl): Do not use CHECK_1.
33983         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
33984         (ustat): Do not use CHECK_1.
33985         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
33986         <bp-checks.h>.
33987         (__fxstat): Do not use CHECK_1.
33988         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
33989         <bp-checks.h>.
33990         (__fxstatat): Do not use CHECK_1.
33991         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
33992         <bp-checks.h>.
33993         (__lxstat): Do not use CHECK_1.
33994         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
33995         <bp-checks.h>.
33996         (__xstat): Do not use CHECK_1.
33997         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
33998         (__xstat): Do not use CHECK_1.
33999         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
34000         (___xstat64): Do not use CHECK_1.
34002         [BZ #13550]
34003         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
34004         definitions.
34005         (CHECK_BOUNDS_HIGH): Likewise.
34006         * string/strcpy.c: Do not include <bp-checks.h>.
34007         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
34009 2013-02-07  Roland McGrath  <roland@hack.frob.com>
34011         * nscd/nscd-client.h (__nscd_drop_map_ref):
34012         Add __attribute__ ((unused)).
34013         * nis/nss-nisplus.h (niserr2nss): Likewise.
34015         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
34016         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
34018         * csu/libc-tls.c (init_static_tls, init_slotinfo):
34019         Remove inline keyword.
34020         * include/rounding-mode.h (round_away): Likewise.
34021         * libio/wfileops.c (adjust_wide_data): Likewise.
34022         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
34023         (__m128i_strloadu_tolower): Likewise.
34024         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
34025         (__m128i_strloadu_tolower): Likewise.
34026         * time/mktime.c (ydhms_diff): Likewise.
34027         * locale/elem-hash.h (elem_hash): Likewise.
34028         * locale/setlocale.c (setdata): Likewise.
34029         * posix/regex_internal.h (re_string_char_size_at): Likewise.
34030         (re_string_wchar_at): Likewise.
34031         (bitset_not, bitset_merge, bitset_mask): Likewise.
34032         [!(__GNUC__ > 3)] (inline): Remove macro.
34033         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
34034         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
34035         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
34036         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
34037         * string/memcmp.c (memcmp_bytes): Likewise.
34038         * locale/programs/locarchive.c (compute_hashval): Likewise.
34039         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
34040         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
34041         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
34042         * nss/getent.c (print_rpc, print_protocols): Likewise.
34043         (print_passwd, print_group, print_aliases): Likewise.
34044         * nis/nss-nisplus.h (niserr2nss): Likewise.
34045         * nscd/connections.c (restart_p): Likewise.
34046         Change return type to bool.
34048 2013-02-05  Roland McGrath  <roland@hack.frob.com>
34050         * Makeconfig (all-Depend-files): Add existing
34051         $(sorted-subdirs:=/Depend) files.
34052         (all-subdirs): Remove nss.
34053         * sysdeps/unix/inet/Subdirs: Add it here instead.
34054         * hesiod/Depend: New file.
34056         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
34057         instead of calling alloca.
34059         * io/lseek.c (__lseek): Rename to __libc_lseek.
34060         Define __lseek as an alias.
34062         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
34064 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
34066         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
34067         else clause and remove check for non-standard endianness.
34069 2013-02-04  David S. Miller  <davem@davemloft.net>
34071         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34073 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
34075         [BZ #13550]
34076         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
34077         (__ubp_memchr): Remove prototype.
34078         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
34079         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
34080         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
34081         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
34082         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
34083         Remove alias.
34084         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
34085         (__ubp_memchr): Likewise.
34086         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
34087         (__ubp_memchr): Likewise.
34088         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
34089         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
34090         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
34091         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
34092         CHECK_STRING.
34093         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
34094         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
34095         (__getcwd): Do not use CHECK_STRING.
34096         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
34097         <bp-checks.h>.
34098         (__real_chown): Do not use CHECK_STRING.
34099         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
34100         <bp-checks.h>.
34101         (fchownat): Do not use CHECK_STRING.
34102         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
34103         CHECK_STRING.
34104         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
34105         <bp-checks.h>.
34106         (__lchown): Do not use CHECK_STRING.
34107         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
34108         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
34109         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
34110         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
34111         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
34112         include <bp-checks.h>.
34113         (truncate64): Do not use CHECK_STRING.
34114         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
34115         <bp-checks.h>.
34116         (__real_chown): Do not use CHECK_STRING.
34117         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
34118         <bp-checks.h>.
34119         (__lchown): Do not use CHECK_STRING.
34120         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
34121         <bp-checks.h>.
34122         (__chown): Do not use CHECK_STRING.
34123         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
34124         <bp-checks.h>.
34125         (truncate64): Do not use CHECK_STRING.
34126         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
34127         Likewise.
34128         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
34129         (__xmknod): Do not use CHECK_STRING.
34130         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
34131         <bp-checks.h>.
34132         (__xmknodat): Do not use CHECK_STRING.
34133         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
34134         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
34136 2013-02-04  Andreas Schwab  <schwab@suse.de>
34138         [BZ #14142]
34139         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
34140         * include/netdb.h: Likewise for h_errno.
34141         * elf/tst-stackguard1.c: Include <tls.h>.
34143 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
34145         * elf/link.h (struct link_map): Extend the l_addr comment.
34146         * include/link.h (struct link_map): Likewise.
34148 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
34150         [BZ #13550]
34151         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
34152         (BOUNDED_1): Remove macro.
34153         * debug/backtrace.c: Don't include <bp-checks.h>.
34154         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
34155         (__backtrace): Likewise.
34156         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
34157         <bp-checks.h>.
34158         (__backtrace): Don't use BOUNDED_1.
34159         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
34160         <bp-checks.h>.
34161         (__backtrace): Don't use BOUNDED_1.
34162         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
34163         (__backtrace): Don't use BOUNDED_1.
34164         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
34165         (shmat): Don't use BOUNDED_N.
34167 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
34169         [BZ #13550]
34170         * sysdeps/generic/bp-start.h: Remove file.
34171         * csu/libc-start.c: Don't include <bp-start.h>.
34172         (LIBC_START_MAIN): Set up __environ directly instead of using
34173         INIT_ARGV_and_ENVIRON.
34174         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
34175         <bp-start.h>.
34177         [BZ #13550]
34178         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
34179         definitions.
34180         (CHECK_FCNTL): Likewise.
34181         (CHECK_N_PAGES): Likewise.
34183         [BZ #13550]
34184         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
34185         definitions.
34186         (CHECK_SIGSET_NULL_OK): Likewise.
34187         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
34188         <bp-checks.h>.
34189         (sigpending): Don't use CHECK_SIGSET.
34190         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
34191         <bp-checks.h>.
34192         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34193         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
34194         <bp-checks.h>.
34195         (do_sigsuspend): Don't use CHECK_SIGSET.
34196         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
34197         use CHECK_SIGSET.
34198         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
34199         (do_sigwait): Don't use CHECK_SIGSET.
34200         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
34201         use CHECK_SIGSET.
34202         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
34203         include <bp-checks.h>.
34204         (sigpending): Don't use CHECK_SIGSET.
34205         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
34206         include <bp-checks.h>.
34207         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34208         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
34209         <bp-checks.h>.
34210         (sigpending): Don't use CHECK_SIGSET.
34211         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
34212         <bp-checks.h>.
34213         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
34215         [BZ #13550]
34216         * sysdeps/generic/bp-semctl.h: Remove file.
34217         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
34218         <bp-checks.h> and <bp-semctl.h>.
34219         (__old_semctl): Don't use CHECK_SEMCTL.
34220         (__new_semctl): Likewise.
34221         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
34222         and <bp-semctl.h>.
34223         (__old_semctl): Don't use CHECK_SEMCTL.
34224         (__new_semctl): Likewise.
34225         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
34226         <bp-checks.h> and <bp-semctl.h>.
34227         (__old_semctl): Don't use CHECK_SEMCTL.
34228         (__new_semctl): Likewise.
34229         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
34230         <bp-checks.h> and <bp-semctl.h>.
34231         (semctl): Don't use CHECK_SEMCTL.
34233         [BZ #13550]
34234         * Makerules (elide-bp-thunks): Remove variable.
34235         (elide-routines.oS): Don't use $(elide-bp-thunks).
34236         (elide-routines.os): Likewise.
34237         (elide-routines.o): Likewise.
34238         (elide-routines.op): Likewise.
34239         (elide-routines.og): Likewise.
34240         (objects): Don't use $(bp-thunks).
34241         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
34242         include.
34243         (common-generated): Do not add s-proto-bp.d.
34244         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
34245         (int): Likewise.
34246         (typ): Likewise.
34247         Do not generate makefile rules for bounded-pointer thunks.
34248         * sysdeps/generic/bp-thunks.h: Remove file.
34249         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
34250         * sysdeps/unix/s-proto-bp.S: Likewise.
34252         [BZ #15062]
34253         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
34254         parts of result separately when argument is not close to line from
34255         -i to i and one part of argument is small.
34256         * math/k_casinhf.c (__kernel_casinhf): Likewise.
34257         * math/k_casinhl.c (__kernel_casinhl): Likewise.
34258         * math/libm-test.inc (cacos_test): Add more tests.
34259         (casin_test): Likewise.
34260         (casinh_test): Likewise.
34261         * sysdeps/i386/fpu/libm-test-ulps: Update.
34262         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34264 2013-01-31  David S. Miller  <davem@davemloft.net>
34266         * po/de.po: Update from translation team.
34268 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
34270         * time/tzfile.c: Include stdint.h for SIZE_MAX.
34272 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
34274         * configure.in (_AC_PROG_CC_C89): New definition.
34275         * configure: Regenerate.
34277         * configure.in (AC_PROG_CPP): New definition.
34278         * configure: Regenerate.
34280 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
34282         * debug/tst-backtrace.h: New file.
34283         * debug/tst-backtrace2.c: Include tst-backtrace.h.
34284         (ret): Remove variable.
34285         (x): Likewise.
34286         (FAIL): Remove macro.
34287         (NO_INLINE): Likewise.
34288         (fn1): Use match function instead of strstr.
34289         * debug/tst-backtrace3.c: Include tst-backtrace.h.
34290         (ret): Remove variable.
34291         (x): Likewise.
34292         (FAIL): Remove macro.
34293         (NO_INLINE): Likewise.
34294         (fn): Use match function instead of strstr.
34295         * debug/tst-backtrace4.c: Include tst-backtrace.h.
34296         (ret): Remove variable.
34297         (x): Likewise.
34298         (FAIL): Remove macro.
34299         (NO_INLINE): Likewise.
34300         (handle_signal): Use match function instead of strstr.
34301         * debug/tst-backtrace5.c: Include tst-backtrace.h.
34302         (ret): Remove variable.
34303         (x): Likewise.
34304         (FAIL): Remove macro.
34305         (NO_INLINE): Likewise.
34306         (handle_signal): Use match function instead of strstr.
34308 2013-01-23  Roland McGrath  <roland@hack.frob.com>
34310         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
34312 2013-01-23  David S. Miller  <davem@davemloft.net>
34314         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
34315         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
34316         argument of CAS if possible.
34317         * sysdeps/sparc/sparc64/bits/atomic.h
34318         (__arch_compare_and_exchange_val_32_acq): Likewise.
34319         (__arch_compare_and_exchange_val_64_acq): Likewise.
34321 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
34323         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
34324         * sysdeps/posix/ulimit.c: ... this.
34325         Include <limits.h>.
34326         * sysdeps/unix/bsd/ulimit.c: Remove file.
34328 2013-01-23  Adam Conrad  <adconrad@0c3.net>
34330         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
34331         (LDFLAGS-tst-array5): Likewise.
34333 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
34335         [BZ #15036]
34336         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
34337         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
34338         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
34339         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
34341 2013-01-21  David S. Miller  <davem@davemloft.net>
34343         * sysdeps/sparc/backtrace.c: New file.
34344         * sysdeps/sparc/sparc32/backtrace.h: New file.
34345         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
34346         * sysdeps/sparc/sparc64/backtrace.h: New file.
34347         * sysdeps/sparc/sparc64/backtrace.c: Delete.
34348         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
34349         -funwind-tables.
34351 2013-01-21  Andreas Schwab  <schwab@suse.de>
34353         [BZ #15020]
34354         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
34355         closed its stdout.
34357 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
34359         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
34360         "mpa2.h".
34361         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34363 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
34364             Mark Mitchell  <mark@codesourcery.com>
34365             Tom de Vries  <tom@codesourcery.com>
34366             Paul Pluzhnikov  <ppluzhnikov@google.com>
34368         * debug/tst-backtrace2.c: New file.
34369         * debug/tst-backtrace3.c: Likewise.
34370         * debug/tst-backtrace4.c: Likewise.
34371         * debug/tst-backtrace5.c: Likewise.
34372         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
34373         (CFLAGS-tst-backtrace3.c): Likewise.
34374         (CFLAGS-tst-backtrace4.c): Likewise.
34375         (CFLAGS-tst-backtrace5.c): Likewise.
34376         (LDFLAGS-tst-backtrace2): Likewise.
34377         (LDFLAGS-tst-backtrace3): Likewise.
34378         (LDFLAGS-tst-backtrace4): Likewise.
34379         (LDFLAGS-tst-backtrace5): Likewise.
34380         (tests): Add new tests tst-backtrace2, tst-backtrace3,
34381         tst-backtrace4 and tst-backtrace5.
34383 2013-01-18  Anton Blanchard  <anton@samba.org>
34384             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
34386         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
34387         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
34388         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
34389         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
34390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
34391         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
34392         "+r" and remove output regs list as redundant.  Add explicit inline
34393         asm to specify register of return val to work around compiler codegen
34394         bug.  Remove (int) cast on return value.  Add return type parameter to
34395         use in macro so that this macro does not truncate return value for
34396         64-bit values.
34397         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
34398         pass to INTERNAL_VSYSCALL_NCS.
34399         (INLINE_VSYSCALL): Add 'long int' as return type to
34400         INTERNAL_VSYSCALL_NCS macro invocation.
34401         (INTERNAL_VSYSCALL): Add 'long int' as return type to
34402         INTERNAL_VSYSCALL_NCS macro invocation.
34403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34405 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34407         [BZ #14496]
34408         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
34409         Fix application of SIMD FP exception mask.
34411         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
34412         mp_no from a power of two.
34413         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
34414         __mpexp_twomm1.  Use __pow_mp.
34416         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
34417         multiplication.
34419 2013-01-17  David S. Miller  <davem@davemloft.net>
34421         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34423 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
34425         [BZ #15023]
34426         * include/complex.h: Condition contents on [!_COMPLEX_H].
34427         (__kernel_casinhf): New prototype.
34428         (__kernel_casinh): Likewise.
34429         (__kernel_casinhl): Likewise.
34430         * math/Makefile (libm_calls): Add k_casinh.
34431         * math/k_casinh.c: New file.
34432         * math/k_casinhf.c: Likewise.
34433         * math/k_casinhl.c: Likewise.
34434         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
34435         finite nonzero arguments.
34436         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
34437         finite nonzero arguments.
34438         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
34439         finite nonzero arguments.
34440         * math/s_casinh.c: Do not include <float.h>.
34441         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
34442         * math/s_casinhf.c: Do not include <float.h>.
34443         (__casinhf): Move code for finite nonzero arguments to
34444         k_casinhf.c.
34445         * math/s_casinhl.c: Do not include <float.h>.
34446         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
34447         redefine.
34448         (__casinhl): Move code for finite nonzero arguments to
34449         k_casinhl.c.
34450         * math/libm-test.inc (cacos_test): Add more tests.
34451         * sysdeps/i386/fpu/libm-test-ulps: Update.
34452         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34454 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
34456         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
34457         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
34458         [!HAVE_MREMAP]: Remove [defined linux] case.
34459         * malloc/arena.c: Do not include <malloc-sysdep.h>.
34461 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
34463         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
34465 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
34467         * elf/elf.h (R_386_SIZE32): New relocation.
34468         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
34469         R_386_SIZE32.
34470         (elf_machine_rela): Likewise.
34471         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
34472         R_X86_64_SIZE64 and R_X86_64_SIZE32.
34474 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
34476         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
34477         (FP_FAST_FMA): Do not define.
34478         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
34479         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
34480         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
34481         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
34482         !_SOFT_FLOAT]: Likewise.
34483         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
34484         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
34485         value.
34486         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
34487         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
34488         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
34489         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
34490         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
34491         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
34492         file.
34494 2013-01-16  Andreas Schwab  <schwab@suse.de>
34496         [BZ #14327]
34497         * include/stdlib.h (__mktemp): Add declaration.
34498         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
34499         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
34501 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34503         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
34504         definitions.
34505         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34506         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
34507         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
34508         definitions here.
34509         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
34510         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
34511         definitions.
34512         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
34513         and ONE.
34514         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
34515         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
34516         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
34517         definitions.
34518         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
34519         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
34520         definitions.
34521         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34523         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
34525 2013-01-15  David S. Miller  <davem@davemloft.net>
34527         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34528         trunc{,f} to libm-sysdep_routes.
34529         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34530         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
34531         file.
34532         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
34533         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
34534         file.
34535         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
34536         file.
34537         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
34538         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
34539         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
34540         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
34541         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
34542         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
34543         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
34544         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
34546         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34547         nearbyint{,f} to libm-sysdep_routes.
34548         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34549         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
34550         New file.
34551         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
34552         file.
34553         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
34554         New file.
34555         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
34556         file.
34557         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
34558         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
34559         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
34560         file.
34561         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
34562         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
34563         file.
34564         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
34565         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
34566         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
34568         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
34569         libc_feholdexcept and libc_fesetenv.
34571 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
34573         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
34575 2013-01-14  David S. Miller  <davem@davemloft.net>
34577         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
34578         (SPARC_ASM_VIS2_IFUNC): Likewise.
34579         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
34580         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
34581         use of 'siam' instruction.
34582         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
34583         Likewise.
34584         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
34585         Likewise.
34586         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
34587         Likewise.
34588         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
34589         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
34590         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
34591         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
34592         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
34593         file.
34594         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
34595         file.
34596         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
34597         file.
34598         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
34599         file.
34600         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
34601         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
34602         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
34603         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
34604         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
34605         new VIS2 routines.
34606         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
34607         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
34608         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
34609         Likewise.
34610         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
34611         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
34612         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
34613         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
34614         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
34615         routines to libm-sysdep_routines.
34616         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34618         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34619         fdim/fdimf to libm-sysdep_routines.
34620         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
34621         file.
34622         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
34623         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
34624         file.
34625         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
34626         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
34627         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
34628         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
34629         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
34630         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
34631         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
34633 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
34635         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
34636         to optimize copies.
34638         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
34639         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34640         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34642         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
34643         local variable MPTWO.
34644         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
34645         Likewise.
34647 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34649         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
34650         GLOB_NOESCAPE.
34652 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34654         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
34656 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34658         * manual/pattern.texi (glob_t): Document gl_flags.
34659         (glob64_t): Likewise.
34661 2013-01-11  David S. Miller  <davem@davemloft.net>
34663         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
34664         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
34665         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
34666         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
34667         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
34668         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
34669         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
34670         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
34671         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
34672         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
34673         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
34674         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
34675         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
34677         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34678         sparc V9 rather than using V8 code.
34679         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34680         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34682         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
34683         Move to...
34684         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
34685         Here.
34687 2013-01-11  Roland McGrath  <roland@hack.frob.com>
34689         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
34690         not in the main loop.
34691         * configure: Regenerated.
34693 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
34695         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
34696         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
34697         to just #else.
34698         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
34699         [!__GLIBC_HAVE_LONG_LONG] case.
34700         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
34701         condition to just #else.
34702         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
34703         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
34704         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
34705         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
34706         unconditional.
34707         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
34708         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34709         #elif condition to just #else.
34710         * sysdeps/unix/sysv/linux/sys/sysmacros.h
34711         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
34712         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34713         #elif condition to just #else.
34715 2013-01-11  Steve Ellcey  <sellcey@mips.com>
34717         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
34718         (EF_MIPS_ARCH_64): Fix value.
34719         (EF_MIPS_ARCH_32R2): New.
34720         (EF_MIPS_ARCH_64R2): New.
34722 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
34724         * Makeconfig (+link-pie-before-libc): New.
34725         (+link-pie-after-libc): Likewise.
34726         (+link-pie-tests): Likewise.
34727         (+link-pie): Rewritten.
34728         (link-before-libc): Remove $(config-LDFLAGS).
34729         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
34730         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
34731         (config-LDFLAGS): Renamed to ...
34732         (rtld-LDFLAGS): This.
34733         (rtld-tests-LDFLAGS): New macro.
34734         (link-libc-rpath-link): Likewise.
34735         (link-libc-tests-rpath-link): Likewise.
34736         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
34737         (link-libc): Prepand $(link-libc-rpath-link).
34738         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
34739         (test-program-prefix): New macro.
34740         (test-via-rtld-prefix): Likewise.
34741         (test-program-cmd): Likewise.
34742         (host-test-program-cmd): Likewise.
34743         * Makefile ($(common-objpfx)testrun.sh): Replace
34744         $(run-program-prefix) with $(test-program-prefix).
34745         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
34746         $(rtld-LDFLAGS).
34747         ($(common-objpfx)shlib.lds): Likewise.
34748         (build-module-helper): Likewise.
34749         ($(common-objpfx)format.lds): Likewise.
34750         * Rules (binaries-pie-tests): New.
34751         (binaries-pie-notests): Likewise.
34752         (binaries-pie): Rewritten.
34753         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
34754         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
34755         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
34756         (make-test-out): Replace $(host-built-program-cmd) with
34757         $(host-test-program-cmd).
34758         * config.make.in (build-hardcoded-path-in-tests): New variable.
34759         * configure.in (--enable-hardcoded-path-in-tests): New configure
34760         option.
34761         (hardcoded_path_in_tests): New AC_SUBST.
34762         * configure: Regenerated.
34763         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
34764         $(built-program-cmd) with $(test-program-cmd).
34765         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
34766         (test_program_cmd): This.
34767         * elf/Makefile ($(objpfx)order.out): Run test with
34768         $(test-program-prefix).
34769         ($(objpfx)order2.out): Likewise.
34770         ($(objpfx)tst-initorder.out): Likewise.
34771         ($(objpfx)tst-initorder2.out): Likewise.
34772         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
34773         $(test-program-cmd).
34774         ($(objpfx)tst-array1-static.out): Likewise.
34775         ($(objpfx)tst-array2.out): Likewise.
34776         ($(objpfx)tst-array3.out): Likewise.
34777         ($(objpfx)tst-array4.out): Likewise.
34778         ($(objpfx)tst-array5.out): Likewise.
34779         ($(objpfx)tst-array5-static.out): Likewise.
34780         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
34781         $(test-program-cmd).
34782         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
34783         $(run-program-prefix) with $(test-program-prefix).
34784         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
34785         (test_program_prefix): This.
34786         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
34787         $(run-program-prefix) with $(test-program-prefix).
34788         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
34789         (test_program_prefix): This.
34790         * iconvdata/tst-tables.sh: Likewise.
34791         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
34792         $(run-program-prefix) with $(test-program-prefix).
34793         ($(objpfx)tst-translit.out): Likewise.
34794         ($(objpfx)tst-gettext2.out): Likewise.
34795         ($(objpfx)tst-gettext4.out): Likewise.
34796         ($(objpfx)tst-gettext6.out): Likewise.
34797         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
34798         (test_program_prefix): This.
34799         * intl/tst-gettext2.sh: Likewise.
34800         * intl/tst-gettext4.sh  Likewise.
34801         * intl/tst-gettext6.sh: Likewise.
34802         * intl/tst-translit.sh: Likewise.
34803         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
34804         with $(test-program-cmd).
34805         * libio/Makefile ($(objpfx)test-freopen.out): Replace
34806         $(run-program-prefix) with $(test-program-prefix).
34807         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
34808         (test_program_prefix): This.
34809         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
34810         $(run-program-prefix) with $(test-program-prefix).
34811         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
34812         (test_program_prefix): This.
34813         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
34814         * posix/Makefile ($(objpfx)globtest.out): Replace
34815         $(run-via-rtld-prefix) and $(test-wrapper) with
34816         $(test-program-prefix) and $(test-via-rtld-prefix).
34817         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
34818         $(test-program-prefix).
34819         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
34820         $(host-test-program-cmd).
34821         (tst-spawn-ARGS): Likewise.
34822         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
34823         $(test-program-prefix).
34824         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
34825         (test_via_rtld_prefix): This.
34826         (test_wrapper): Renamed to ...
34827         (test_program_prefix): This.
34828         (run_program_prefix): Replaced by test_program_prefix.
34829         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
34830         (test_program_prefix): This.
34831         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
34832         with $(host-test-program-cmd).
34833         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
34834         $(run-program-prefix) with $(test-program-prefix).
34835         ($(objpfx)tst-printf.out): Likewise.
34836         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
34837         $(test-program-cmd).
34838         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
34839         (test_program_prefix): This.
34840         * stdio-common/tst-unbputc.sh: Likewise.
34841         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
34842         $(run-program-prefix) with $(test-program-prefix).
34843         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
34844         (test_program_prefix): This.
34845         * string/Makefile ($(objpfx)tst-svc.out):  Replace
34846         $(built-program-cmd) with $(test-program-cmd).
34848 2013-01-11  Andreas Jaeger  <aj@suse.de>
34850         [BZ #15003]
34851         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
34852         value. Sync with Linux 3.7.
34854 2013-01-10  David S. Miller  <davem@davemloft.net>
34856         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
34857         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34858         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34860 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34862         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
34863         never set.
34864         * configure: Regenerated.
34866 2013-01-10  David S. Miller  <davem@davemloft.net>
34868         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34869         sparc V9 rather than using V8 code.
34870         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34871         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34873 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34875         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
34876         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
34877         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
34878         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
34879         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
34880         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
34881         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
34882         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
34883         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
34884         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
34885         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
34886         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
34887         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
34888         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
34889         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
34890         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
34891         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
34892         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
34893         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
34894         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
34895         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
34896         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
34897         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
34898         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
34899         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
34900         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
34901         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
34903 2013-01-10  David S. Miller  <davem@davemloft.net>
34905         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34907 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34909         * posix/Makefile (tests-static): New variable.
34910         (tests): Add $(tests-static).
34911         (tst-exec-static-ARGS): New variable.
34912         (tst-spawn-static-ARGS): Likewise.
34913         * posix/tst-exec-static.c: New file.
34914         * posix/tst-spawn-static.c: Likewise.
34915         * posix/tst-exec.c: Support run directly.
34916         * posix/tst-spawn.c: Likewise.
34918 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
34920         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
34921         long.
34922         * math/bits/mathcalls.h (llrint): Likewise.
34923         (llround): Likewise.
34924         * stdlib/stdlib.h (struct drand48_data): Likewise.
34925         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
34926         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
34927         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
34928         Likewise.
34929         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
34930         Likewise.
34931         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
34932         (elf_greg_t): Likewise.
34933         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
34934         (__jmp_buf): Likewise.
34935         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
34936         definitions.
34937         (llrint): Likewise, for all definitions.
34938         (llrintl): Likewise.
34940         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
34941         Remove [__GNUC__] condition.
34942         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
34943         condition to just [__USE_ISOC99].
34944         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
34946 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34948         [BZ #14200]
34949         * sysdeps/unix/sysv/linux/x86/bits/environments.h
34950         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
34951         defined.
34952         (_POSIX_V6_ILP32_OFF32): Likewise.
34953         (_XBS5_ILP32_OFF32): Likewise.
34954         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
34955         (__ILP32_OFFBIG_LDFLAGS): Likewise.
34957 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
34959         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
34961         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
34962         doubles __mpexp_twomm1.  Adjust usage.
34963         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
34964         Remove.
34966 2013-01-10  Andreas Schwab  <schwab@suse.de>
34968         [BZ #14964]
34969         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
34970         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
34972 2013-01-09  David S. Miller  <davem@davemloft.net>
34974         [BZ #15003]
34975         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
34976         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
34977         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
34978         (TCP_FASTOPEN): Define.
34979         (tcp_repair_opt): New structure.
34980         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
34981         enum values.
34982         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
34983         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
34984         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
34985         (tcp_cookie_transactions): New structure.
34987 2013-01-09  Anton Blanchard  <anton@samba.org>
34989         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
34990         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
34991         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
34992         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
34994 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
34996         * include/features.h (__USE_ANSI): Remove.
34998 2013-01-09  Roland McGrath  <roland@hack.frob.com>
35000         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
35002         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
35004 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
35006         * sysdeps/s390/fpu/libm-test-ulps: Update.
35008         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35010         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
35011         (__acr): Likewise.
35012         (__cpy): Likewise.
35013         (norm): Likewise.
35014         (denorm): Likewise.
35015         (__mp_dbl): Likewise.
35016         (__dbl_mp): Likewise.
35017         (add_magnitudes): Likewise.
35018         (sub_magnitudes): Likewise.
35019         (__add): Likewise.
35020         (__sub): Likewise.
35021         (__mul): Likewise.
35022         (__inv): Likewise.
35023         (__dvd): Likewise.
35024         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
35025         (__acr): Likewise.
35026         (__cpy): Likewise.
35027         (norm): Likewise.
35028         (denorm): Likewise.
35029         (__mp_dbl): Likewise.
35030         (__dbl_mp): Likewise.
35031         (add_magnitudes): Likewise.
35032         (sub_magnitudes): Likewise.
35033         (__add): Likewise.
35034         (__sub): Likewise.
35035         (__mul): Likewise.
35036         (__inv): Likewise.
35037         (__dvd): Likewise.
35038         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
35039         (__acr): Likewise.
35040         (__cpy): Likewise.
35041         (norm): Likewise.
35042         (denorm): Likewise.
35043         (__mp_dbl): Likewise.
35044         (__dbl_mp): Likewise.
35045         (add_magnitudes): Likewise.
35046         (sub_magnitudes): Likewise.
35047         (__add): Likewise.
35048         (__sub): Likewise.
35049         (__mul): Likewise.
35050         (__inv): Likewise.
35051         (__dvd): Likewise.
35053 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
35055         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
35056         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
35057         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
35058         2 && __USE_EXTERN_INLINES]: Likewise.
35060 2013-01-08  Andreas Jaeger  <aj@suse.de>
35062         [BZ# 14985]
35063         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
35064         Remove.
35065         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
35066         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
35068 2013-01-07  Anton Blanchard  <anton@samba.org>
35070         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
35071         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
35072         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
35073         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
35074         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
35075         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
35076         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
35077         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
35078         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
35079         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
35080         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
35081         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
35082         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
35083         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
35084         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
35085         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
35086         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
35087         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
35088         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
35089         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
35090         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
35091         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
35092         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
35093         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
35094         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
35095         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
35096         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
35097         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
35098         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
35099         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
35100         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
35101         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
35102         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
35103         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
35104         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
35105         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
35106         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
35107         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35108         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
35109         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
35110         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
35111         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
35112         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
35114 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
35116         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
35117         (__MALLOC_PMT): Likewise.
35118         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
35119         [__GNUC__], only on [_LIBC].
35120         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
35121         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
35122         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
35123         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
35124         forward declaration.
35125         (realloc_hook_ini): Likewise.
35126         (memalign_hook_ini): Likewise.
35127         (__libc_memalign): Do not use __MALLOC_PMT in variable
35128         declaration.
35129         (__libc_valloc): Likewise.
35130         (__libc_pvalloc): Likewise.
35131         (__libc_calloc): Likewise.
35132         (__posix_memalign): Likewise.
35134         [BZ #14996]
35135         * math/s_casinh.c: Include <float.h>.
35136         (__casinh): Do not do computation with squaring and square root
35137         for large arguments.
35138         * math/s_casinhf.c: Include <float.h>.
35139         (__casinhf): Do not do computation with squaring and square root
35140         for large arguments.
35141         * math/s_casinhl.c: Include <float.h>.
35142         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
35143         (__casinhl): Do not do computation with squaring and square root
35144         for large arguments.
35145         * math/libm-test.inc (casin_test): Add more tests.
35146         (casinh_test): Likewise.
35147         * sysdeps/i386/fpu/libm-test-ulps: Update.
35148         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35150 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
35152         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
35153         (__x86_64_raw_data_cache_size): Likewise.
35154         (__x86_64_data_cache_size_half): Likewise.
35155         (__x86_64_raw_data_cache_size_half): Likewise.
35156         (__x86_64_shared_cache_size): Likewise.
35157         (__x86_64_raw_shared_cache_size): Likewise.
35158         (__x86_64_shared_cache_size_half): Likewise.
35159         (__x86_64_raw_shared_cache_size_half): Likewise.
35160         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
35161         to ...
35162         (__x86_data_cache_size): This.
35163         (__x86_64_raw_data_cache_size): Renamed to ...
35164         (__x86_raw_data_cache_size): This.
35165         (__x86_64_data_cache_size_half): Renamed to ...
35166         (__x86_data_cache_size_half): This.
35167         (__x86_64_raw_data_cache_size_half): Renamed to ...
35168         (__x86_raw_data_cache_size_half): This.
35169         (__x86_64_shared_cache_size): Renamed to ...
35170         (__x86_shared_cache_size): This.
35171         (__x86_64_raw_shared_cache_size): Renamed to ...
35172         (__x86_raw_shared_cache_size): This.
35173         (__x86_64_shared_cache_size_half): Renamed to ...
35174         (__x86_shared_cache_size_half): This.
35175         (__x86_64_raw_shared_cache_size_half): Renamed to ...
35176         (__x86_raw_shared_cache_size_half): This.
35177         * sysdeps/x86_64/memcpy.S: Updated.
35178         * sysdeps/x86_64/memset.S: Likewise.
35179         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
35180         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
35181         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
35183 2013-01-04  David S. Miller  <davem@davemloft.net>
35185         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35187 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
35189         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
35190         1 to avoid redefinition warning.
35191         (__USE_GNU): Don't define.
35192         (init_signaling_nan): Protoize.
35194         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35196 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
35198         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
35199         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
35200         (__cpymn): Likewise.
35201         (norm): Remove commented code.
35202         (denorm): Likewise.
35203         (__mp_dbl): Likewise.
35204         (__inv): Likewise.
35205         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
35206         (__cpymn): Likewise.
35207         (norm): Remove commented code.
35208         (denorm): Likewise.
35209         (__mp_dbl): Likewise.
35210         (__inv): Likewise.
35212         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
35213         mp_no value for 1.0 and 2.0.
35214         (norm): Use RADIXI instead of radixi.d.
35215         (denorm): Likewise.
35216         (__mul): Use 0.0 instead of zero.d.
35217         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
35218         mp_no value for 1.0 and 2.0.
35219         (norm): Use RADIXI instead of radixi.d.
35220         (denorm): Likewise.
35221         (__mul): Use 0.0 instead of zero.d.
35223 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
35225         [BZ #14994]
35226         * math/s_casinh.c (__casinh): Reduce finite argument to first
35227         quadrant then set signs of results at the end.
35228         * math/s_casinhf.c (__casinhf): Likewise.
35229         * math/s_casinhl.c (__casinhl): Likewise.
35230         * math/libm-test.inc (casin_test): Add more tests.
35231         (casinh_test): Likewise.
35232         * sysdeps/i386/fpu/libm-test-ulps: Update.
35233         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35235 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
35237         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
35239         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
35241         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
35242         declarations.
35243         (denorm): Likewise.
35244         (__mp_dbl): Likewise.
35245         (__inv): Likewise.
35247         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
35248         and adjust the header comment.
35250         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
35251         variable name from declaration.
35253 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
35255         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35256         Initialize COMMON_CPUID_INDEX_7 element.
35257         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
35258         (CPUID_RTM): Likewise.
35259         (HAS_RTM): Likewise.
35260         (COMMON_CPUID_INDEX_7): New enum.
35262 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
35264         [BZ #14981]
35265         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
35266         size is zero, record memory as freed.
35268 2013-01-03  Andreas Jaeger  <aj@suse.de>
35270         * po/ia.po: Add new Interlingua translation.
35272 2012-01-03  Allan McRae  <allan@archlinux.org>
35274         * locale/programs/localedef.c: Fix description of '--posix' flag.
35276 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
35278         * NEWS: Update dates in second copyright notice.
35279         * README: Update copyright dates in example.
35280         * manual/libc.texinfo: Update copyright dates.
35281         * scripts/test-installation.pl: Update copyright date in --version
35282         output.
35284         * hurd/ctty-input.c: Fix copyright notice formatting.
35285         * hurd/ctty-output.c: Likewise.
35286         * hurd/dtable.c: Likewise.
35287         * hurd/hurd-raise.c: Likewise.
35288         * hurd/hurdprio.c: Likewise.
35289         * hurd/msgportdemux.c: Likewise.
35290         * misc/sys/file.h: Likewise.
35291         * misc/sys/ioctl.h: Likewise.
35292         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
35293         * sysdeps/mach/hurd/chdir.c: Likewise.
35294         * sysdeps/mach/hurd/fchdir.c: Likewise.
35295         * sysdeps/mach/hurd/rename.c: Likewise.
35296         * sysdeps/mach/hurd/rmdir.c: Likewise.
35297         * sysdeps/mach/hurd/seekdir.c: Likewise.
35298         * sysdeps/mach/hurd/setsid.c: Likewise.
35299         * sysdeps/posix/wait3.c: Likewise.
35301         * All files with FSF copyright notices: Update copyright dates
35302         using scripts/update-copyrights.
35303         * intl/plural.c: Regenerated.
35304         * locale/programs/charmap-kw.h: Likewise.
35305         * locale/programs/locfile-kw.h: Likewise.
35307 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
35309         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
35310         four values.
35312         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
35313         calculation loop and add branch prediction.
35315         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
35316         check access beyond bounds of m1np.
35318         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
35319         MPTWO.
35320         (__inv): Remove local variable MPTWO to use the global
35321         constant.
35322         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
35323         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
35324         variable MPTWO.
35325         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
35326         MP3HALFS static const.
35328 2013-01-01  David S. Miller  <davem@davemloft.net>
35330         * po/ca.po: Update from translation team.
35332 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
35334         * scripts/update-copyrights: New file.
35335         * Makeconfig: Reformat copyright notice.
35336         * ctype/ctype.h: Likewise.
35337         * debug/swprintf_chk.c: Likewise.
35338         * elf/dl-cache.c: Likewise.
35339         * elf/dl-debug.c: Likewise.
35340         * elf/dl-object.c: Likewise.
35341         * grp/initgroups.c: Likewise.
35342         * hurd/Makefile: Likewise.
35343         * hurd/hurd/signal.h: Likewise.
35344         * hurd/hurdfault.c: Likewise.
35345         * hurd/hurdioctl.c: Likewise.
35346         * hurd/hurdlookup.c: Likewise.
35347         * hurd/intr-msg.c: Likewise.
35348         * iconv/gconv_open.c: Likewise.
35349         * libio/swprintf.c: Likewise.
35350         * locale/lc-ctype.c: Likewise.
35351         * locale/nl_langinfo.c: Likewise.
35352         * mach/Machrules: Likewise.
35353         * mach/Makefile: Likewise.
35354         * malloc/obstack.h: Likewise.
35355         * manual/Makefile: Likewise.
35356         * manual/tsort.awk: Likewise.
35357         * misc/bits/stab.def: Likewise.
35358         * nis/nis_print_group_entry.c: Likewise.
35359         * nis/nis_table.c: Likewise.
35360         * nis/nss_compat/compat-pwd.c: Likewise.
35361         * nis/nss_compat/compat-spwd.c: Likewise.
35362         * po/Makefile: Likewise.
35363         * posix/fnmatch.c: Likewise.
35364         * posix/regex.h: Likewise.
35365         * resolv/Makefile: Likewise.
35366         * resolv/nss_dns/dns-network.c: Likewise.
35367         * resolv/res_hconf.c: Likewise.
35368         * scripts/gen-sorted.awk: Likewise.
35369         * soft-fp/soft-fp.h: Likewise.
35370         * stdio-common/printf.h: Likewise.
35371         * stdlib/monetary.h: Likewise.
35372         * stdlib/random.c: Likewise.
35373         * stdlib/random_r.c: Likewise.
35374         * sysdeps/generic/Makefile: Likewise.
35375         * sysdeps/gnu/Makefile: Likewise.
35376         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
35377         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
35378         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
35379         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
35380         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
35381         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
35382         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
35383         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
35384         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
35385         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
35386         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
35387         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
35388         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
35389         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
35390         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
35391         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
35392         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
35393         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
35394         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
35395         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
35396         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
35397         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
35398         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
35399         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
35400         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
35401         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
35402         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
35403         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
35404         * sysdeps/mach/hurd/errnos.awk: Likewise.
35405         * sysdeps/mach/hurd/fork.c: Likewise.
35406         * sysdeps/mach/hurd/getcwd.c: Likewise.
35407         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
35408         * sysdeps/mach/hurd/mmap.c: Likewise.
35409         * sysdeps/mach/hurd/utimes.c: Likewise.
35410         * sysdeps/mach/hurd/xmknod.c: Likewise.
35411         * sysdeps/posix/profil.c: Likewise.
35412         * sysdeps/posix/readdir_r.c: Likewise.
35413         * sysdeps/powerpc/bits/mathdef.h: Likewise.
35414         * sysdeps/powerpc/bits/setjmp.h: Likewise.
35415         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
35416         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
35417         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
35418         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
35419         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
35420         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
35421         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
35422         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
35423         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
35424         * sysdeps/pthread/lio_listio.c: Likewise.
35425         * sysdeps/sparc/dl-procinfo.h: Likewise.
35426         * sysdeps/unix/i386/sysdep.S: Likewise.
35427         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
35428         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
35429         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
35430         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
35431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
35432         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
35433         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
35434         * sysdeps/unix/sysv/linux/speed.c: Likewise.
35435         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
35436         * sysdeps/wordsize-32/divdi3.c: Likewise.
35437         * time/sys/time.h: Likewise.
35438         * wcsmbs/Makefile: Likewise.
35440 2013-01-01  David S. Miller  <davem@davemloft.net>
35442         * po/fr.po: Update from translation team.
35444         * catgets/gencat.c: Update copyright year.
35445         * csu/version.c: Likewise.
35446         * debug/catchsegv.sh: Likewise.
35447         * debug/pcprofiledump.c: Likewise.
35448         * debug/xtrace.sh: Likewise.
35449         * elf/ldconfig.c: Likewise.
35450         * elf/ldd.bash.in: Likewise.
35451         * elf/pldd.c: Likewise.
35452         * elf/sotruss.ksh: Likewise.
35453         * elf/sprof.c: Likewise.
35454         * iconv/iconv_prog.c: Likewise.
35455         * iconv/iconvconfig.c: Likewise.
35456         * locale/programs/locale.c: Likewise.
35457         * locale/programs/localedef.c: Likewise.
35458         * login/programs/pt_chown.c: Likewise.
35459         * malloc/memusage.sh: Likewise.
35460         * malloc/memusagestat.c: Likewise.
35461         * malloc/mtrace.pl: Likewise.
35462         * nscd/nscd.c: Likewise.
35463         * nss/getent.c: Likewise.
35464         * nss/makedb.c: Likewise.
35465         * posix/getconf.c: Likewise.
35467 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
35469         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
35470         numbers.
35472 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
35474         * math/bits/mathcalls.h (modf): Use __nonnull.
35476 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35478         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
35479         (split): Use macro CN instead of the bare value.
35480         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
35481         could be used.
35482         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
35483         instead of the bare value.
35484         (power1): Likewise.
35486 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35488         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
35489         __ATAN_TWOM.
35490         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35492         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
35493         their values.
35494         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
35495         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
35496         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
35497         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
35499 2012-12-28  Andreas Jaeger  <aj@suse.de>
35501         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
35502         values are from Linux 3.7.
35504         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
35505         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
35507 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35509         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
35510         TRUE case.
35512         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
35513         (norm): Likewise.
35514         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
35515         variables with preprocessor constants.
35516         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35517         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
35518         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
35520 2012-12-27  Bruno Haible  <bruno@clisp.org>
35522         [BZ #14317]
35523         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
35524         only if needed.
35526 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35528         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
35529         and use variable directly.
35530         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
35532         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
35533         MPONE.
35534         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
35535         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
35536         variable MPONE.
35537         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
35538         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
35539         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
35540         include directive.  Remove local variable MPONE.
35541         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
35542         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
35543         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
35545 2012-12-25  David S. Miller  <davem@davemloft.net>
35547         * version.h (RELEASE): Set to "development".
35548         (VERSION): Set to "2.17.90".
35549         * NEWS: Add 2.18 section.
35551 2012-12-21  David S. Miller  <davem@davemloft.net>
35553         * po/hr.po: Update from translation team.
35555 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35557         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
35559 2012-12-19  Steve Ellcey  <sellcey@mips.com>
35561         * NEWS:  Mention new memcpy for MIPS.
35563 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35565         * manual/contrib.texi (Contributors): Spelling correction.
35567 2012-12-15  David S. Miller  <davem@davemloft.net>
35569         * po/ru.po: Update from translation team.
35571 2012-12-13  David S. Miller  <davem@davemloft.net>
35573         * NEWS: Mention IFUNC testsuite enhancements.
35575         * po/pl.po: Update from translation team.
35576         * po/bg.po: Likewise.
35578         * manual/contrib.texi (Contributors): Update entries for Hongjiu
35579         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
35581 2012-12-11  David S. Miller  <davem@davemloft.net>
35583         * po/sv.po: Update from translation team.
35585         * po/vi.po: Update from translation team.
35587         * po/cs.po: Update from translation team.
35589         * po/de.po: Update from translation team.
35590         * po/eo.po: Likewise.
35591         * po/nl.po: Likewise.
35593 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
35595         [BZ #14246]
35596         * manual/argp.texi (Argp Helper Functions): Move node to follow
35597         Argp Parsing State.
35599         [BZ #14872]
35600         * manual/conf.texi (Limits on File System Capacity): Mention if
35601         terminating null is included in the max size.
35603 2012-12-10  Andreas Jaeger  <aj@suse.de>
35605         * po/cs.po: Update from translation team.
35607 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
35609         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
35610         void pointer and cast to uintptr_t.
35611         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
35612         path.
35613         * sysdeps/s390/s390-64/memcpy.S: Likewise.
35614         * sysdeps/s390/s390-64/memset.S: Likewise.
35616 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
35618         [BZ #14833]
35619         * menual/message.texi (Message Translation): Fix typos.
35620         (Helper programs for gettext): Likewise.
35622 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
35624         [BZ #14898]
35625         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
35626         Change to -1.
35628 2012-12-07  David S. Miller  <davem@davemloft.net>
35630         * po/libc.pot: Update.
35632 2012-12-07  Richard Henderson  <rth@redhat.com>
35634         [BZ #10114]
35635         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
35636         normal/normal case to before the switch.
35637         (_FP_DIV): Likewise.
35639 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
35640             Mike Frysinger  <vapier@gentoo.org>
35642         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
35643         check for __NR_fadvise64_64.
35645 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
35647         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
35648         0, not just to plain "0" as a statement.
35649         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
35650         with cw.
35652 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
35654         * NEWS: Use sourceware.org in Bugzilla URL.
35656 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
35658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
35659         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35661         * stdio-common/tst-put-error.c (do_test): Add newline to the
35662         padded test to ensure flush.
35664 2012-12-05  Jeff Law  <law@redhat.com>
35666         * sunrpc/etc.rpc (fedfs_admin): Add entry.
35668 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
35670         * README: Don't refer to ports add-on as distributed separately.
35671         Mention AArch64 in list of systems supported in the ports add-on.
35673         * LICENSES: Add more non-FSF copyright and license notices.
35675         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
35676         ((unused)).
35678         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
35680         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
35681         10000 as width of padded output.
35683 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
35685         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
35687         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
35688         variable LX with __attribute__ ((unused)).
35689         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
35690         Likewise.
35691         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
35692         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35693         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
35694         with __attribute__ ((unused)).
35696 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
35698         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
35700 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
35702         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
35703         (CFLAGS-nldbl-acos.c): New variable.
35704         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
35705         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
35706         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
35707         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
35708         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
35709         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
35710         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
35711         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
35712         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
35713         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
35714         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
35715         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
35716         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
35717         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
35718         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
35719         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
35720         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
35721         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
35722         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
35723         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
35724         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
35725         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
35726         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
35727         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
35728         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
35729         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
35730         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
35731         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
35732         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
35733         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
35734         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
35735         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
35736         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
35737         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
35738         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
35739         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
35740         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
35741         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
35742         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
35743         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
35744         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
35745         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
35746         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
35747         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
35748         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
35749         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
35750         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
35751         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
35752         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
35753         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
35754         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
35755         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
35756         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
35757         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
35758         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
35759         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
35760         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
35761         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
35762         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
35763         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
35764         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
35765         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
35766         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
35767         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
35768         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
35769         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
35770         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
35771         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
35772         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
35773         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
35774         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
35775         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
35776         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
35777         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
35778         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
35779         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
35780         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
35781         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
35782         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
35783         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
35784         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
35785         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
35786         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
35787         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
35788         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
35789         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
35790         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
35791         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
35792         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
35793         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
35794         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
35795         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
35796         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
35797         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
35798         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
35799         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
35800         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
35802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
35803         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35805         [BZ #14914]
35806         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
35807         whole low double instead of just low 47 bits when splitting values
35808         into two parts.
35810 2012-12-03  Allan McRae  <allan@archlinux.org>
35812         * manual/stdio.texi (Predefined Printf Handlers): Remove
35813         @hsep and @vsep usage.
35815 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
35817         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
35818         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
35820 2012-12-03  Jeff Law  <law@redhat.com>
35822         * time/sys/time.h (settimeofday): Do not mark TV argument
35823         as __nonnull.
35825 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
35827         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
35828         when currently writing and seek to current position when not.
35829         * libio/Makefile (tests): Remove bug-fclose1.
35830         * libio/bug-fclose1.c: Delete.
35832 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
35834         * manual/arith.texi (feenableexcept): Fix typo.
35835         (fedisableexcept): Likewise.
35837 2012-11-30  Roland McGrath  <roland@hack.frob.com>
35839         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
35840         second, differently-typed declaration, rather than a cast.
35842 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
35844         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
35845         * include/rpc/svc.h: ... here.
35847 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
35849         [BZ #13013]
35850         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
35851         depending n and resplen2 to catch cases where answer
35852         equals answerp2.
35854 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
35856         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
35857         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
35859 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
35861         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
35863 2012-11-29  Roland McGrath  <roland@hack.frob.com>
35865         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
35867 2012-11-28  Jeff Law  <law@redhat.com>
35869         [BZ #13761]
35870         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
35871         dataset_temporary.  Track alloca usage into alloca_used.
35872         If dataset is large allocate and release it via malloc/free.
35874 2012-06-04  Florian Weimer  <fweimer@redhat.com>
35876         [BZ #14197]
35877         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
35879 2012-11-28  David S. Miller  <davem@davemloft.net>
35881         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35883 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35885         [BZ #14803]
35886         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
35887         of pi/2 rounded to nearest to 64 bits.
35888         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
35889         nearest to 64 bits.
35890         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
35891         bits.
35893 2012-11-28  Jeff Law <law@redhat.com>
35894             Martin Osvald <mosvald@redhat.com>
35896         [BZ #14889]
35897         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
35898         * sunrpc/svc.c: Include time.h.
35899         (__svc_accept_failed): New function.
35900         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
35901         any reason other than EINTR, call __svc_accept_failed.
35902         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
35903         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
35905 2012-11-28  Andreas Schwab  <schwab@suse.de>
35907         * scripts/abilist.awk: Also handle indirect functions in .opd
35908         section.
35910 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35912         [BZ #13881]
35913         * sysdeps/x86/fpu/powl_helper.c: New file.
35914         * sysdeps/x86/fpu/Makefile: Likewise.
35915         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
35916         (p3): New object.
35917         (__ieee754_powl): Use __powl_helper for finite arguments except
35918         integer exponents below 8.
35919         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
35920         (p3): New object.
35921         (__ieee754_powl): Use __powl_helper for finite arguments except
35922         integer exponents below 8.
35923         * math/libm-test.inc (pow_test): Add more tests and enable some
35924         previously disabled tests.
35925         * sysdeps/i386/fpu/libm-test-ulps: Update.
35926         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35928 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35929             Carlos O'Donell  <carlos_odonell@mentor.com>
35931         * nss/makedb.c (is_prime): Assert that input is odd and greater
35932         than 4.  Note that fact in a comment too.
35933         (next_prime): Add 4 to input.
35935 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35937         [BZ #11741]
35938         * libio/Makefile (tests): Add test case tst-fwrite-error.
35939         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
35940         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
35941         * libio/tst-fwrite-error.c: New test case.
35943 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
35945         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
35946         before casting to void *.
35947         * include/libc-internal.h (__pointer_type): New macro.
35948         (__integer_if_pointer_type_sub): Likewise.
35949         (__integer_if_pointer_type): Likewise.
35950         (cast_to_integer): Likewise.
35951         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
35952         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
35953         before casting to atomic64_t.
35954         (atomic_exchange_acq): Likewise.
35955         (__arch_exchange_and_add_body): Likewise.
35956         (__arch_add_body): Likewise.
35957         (atomic_add_negative): Likewise.
35958         (atomic_add_zero): Likewise.
35960 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
35962         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
35963         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
35964         (add_fdes): Likewise.
35965         (linear_search_fdes): Likewise.
35966         (binary_search_unencoded_fdes): Likewise.
35968 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
35970         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
35972 2012-11-24  Adam Conrad  <adconrad@0c3.net>
35974         * configure.in: Autodetect C++ header directories.
35975         * configure: Regenerated.
35977 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
35979         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
35981 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
35983         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35985 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
35987         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
35988         LDBL_MANT_DIG == 106]: Disable some tests.
35989         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35990         Likewise.
35991         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35992         Likewise.
35994         [BZ #14871]
35995         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
35996         input for small inputs.  Return +/- pi/2 for large inputs.
35997         * math/libm-test.inc (atan_test): Add more tests.
35999         * sysdeps/generic/unwind-dw2-fde-glibc.c
36000         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
36001         __attribute__ ((unused)).
36003         [BZ #14645]
36004         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
36005         x * y if x and y are nonzero and z is zero.
36007         [BZ #14811]
36008         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
36009         nonzero exponents with absolute value below 0x1p-117 to +/-
36010         0x1p-117.
36012         [BZ #14869]
36013         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
36014         up arguments below 2**-450, not just those below 2**-500.
36015         * math/libm-test.inc (hypot_test): Add another test.
36017         [BZ #14868]
36018         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
36019         Return a+b for ratio over 2**120, not 2**60.
36020         * math/libm-test.inc (hypot_test): Add another test.
36022         * math/libm-test.inc (clog_test): Use
36023         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
36024         (clog10_test): Likewise.
36026         [BZ #6778]
36027         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
36029 2012-11-22  Andreas Schwab  <schwab@suse.de>
36031         * sysdeps/i386/fpu/libm-test-ulps: Update.
36033 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
36035         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
36036         printf output with newline.
36038 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
36040         [BZ #14865]
36041         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
36042         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
36043         -z nodlopen, -z initfirst and -z execstack support.
36044         * configure: Regenerated.
36046         * elf/elf.h (DF_1_NODIRECT): New macro.
36047         (DF_1_IGNMULDEF): Likewise.
36048         (DF_1_NOKSYMS): Likewise.
36049         (DF_1_NOHDR): Likewise.
36050         (DF_1_EDITED): Likewise.
36051         (DF_1_NORELOC): Likewise.
36052         (DF_1_SYMINTPOSE): Likewise.
36053         (DF_1_GLOBAUDIT): Likewise.
36054         (DF_1_SINGLETON): Likewise.
36055         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
36056         DT_1_SUPPORTED_MASK bits.
36057         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
36059 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
36061         * sysdeps/unix/make-syscalls.sh: Document prefixes.
36063 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
36065         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
36066         macro.
36068         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
36069         (sendmmsg): Move declarations...
36070         * socket/sys/socket.h: ... here.
36071         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
36072         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
36073         include it from...
36074         * socket/recvmmsg.c: ... this new file.
36075         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
36076         (sendmmsg): Rename to __sendmmsg, create weak alias and make
36077         definition of __sendmmsg hidden.
36078         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
36079         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
36080         Move ENOSYS stub into and include it from...
36081         * socket/sendmmsg.c: ... this new file.
36082         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
36083         (sysdep_routines): Move recvmmsg and sendmmsg...
36084         * socket/Makefile (routines): ... here.
36085         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
36086         (GLIBC_PRIVATE): Add __sendmmsg.
36087         * include/sys/socket.h (__sendmmsg): Add declarations.
36088         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
36089         sendmmsg.
36091 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
36093         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
36094         variable I1 with __attribute__ ((unused)).
36095         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
36097 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
36099         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
36100         DUMMY variables with __attribute__ ((unused)).
36102         * bits/byteswap.h: Include <bits/types.h>.
36103         (__bswap_64): Use __uint64_t instead of unsigned long long int.
36105 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
36107         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
36108         string_t.  Do not manually set errno.
36109         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
36110         length with __strnlen.  Make sure to both set errno and return it on
36111         failure.
36113 2012-11-19  David S. Miller  <davem@davemloft.net>
36115         With help from Joseph Myers.
36116         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
36117         very large arguments properly.
36118         * math/libm-test.inc (atan_test): New tests.
36119         (atan2_test): New tests.
36120         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36121         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36123 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
36125         [BZ #14856]
36126         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
36127         Define to 3.
36129         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
36130         [POSIX] (EADDRNOTAVAIL): Likewise.
36131         [POSIX] (EAFNOSUPPORT): Likewise.
36132         [POSIX] (EALREADY): Likewise.
36133         [POSIX] (ECONNABORTED): Likewise.
36134         [POSIX] (ECONNREFUSED): Likewise.
36135         [POSIX] (ECONNRESET): Likewise.
36136         [POSIX] (EDESTADDRREQ): Likewise.
36137         [POSIX] (EDQUOT): Likewise.
36138         [POSIX] (EHOSTUNREACH): Likewise.
36139         [POSIX] (EIDRM): Likewise.
36140         [POSIX] (EISCONN): Likewise.
36141         [POSIX] (ELOOP): Likewise.
36142         [POSIX] (EMULTIHOP): Likewise.
36143         [POSIX] (ENETDOWN): Likewise.
36144         [POSIX] (ENETUNREACH): Likewise.
36145         [POSIX] (ENOBUFS): Likewise.
36146         [POSIX] (ENODATA): Likewise.
36147         [POSIX] (ENOLINK): Likewise.
36148         [POSIX] (ENOMSG): Likewise.
36149         [POSIX] (ENOPROTOOPT): Likewise.
36150         [POSIX] (ENOSR): Likewise.
36151         [POSIX] (ENOSTR): Likewise.
36152         [POSIX] (ENOTCONN): Likewise.
36153         [POSIX] (ENOTSOCK): Likewise.
36154         [POSIX] (EOPNOTSUPP): Likewise.
36155         [POSIX] (EOVERFLOW): Likewise.
36156         [POSIX] (EPROTO): Likewise.
36157         [POSIX] (EPROTONOSUPPORT): Likewise.
36158         [POSIX] (EPROTOTYPE): Likewise.
36159         [POSIX] (ESTALE): Likewise.
36160         [POSIX] (ETIME): Likewise.
36161         [POSIX] (ETXTBSY): Likewise.
36162         [POSIX] (EWOULDBLOCK): Likewise.
36163         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
36164         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
36165         [POSIX] (SEEK_CUR): Likewise.
36166         [POSIX] (SEEK_END): Likewise.
36167         [POSIX || UNIX98] (mode_t): Do not require.
36168         [POSIX] (off_t): Likewise.
36169         [POSIX] (pid_t): Likewise.
36170         [POSIX] (sys/stat.h): Do not allow header.
36171         [POSIX] (unistd.h): Likewise.
36172         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
36173         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
36174         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
36175         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
36176         require.
36177         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
36178         sigevent): Specify elements.
36179         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
36180         entry.
36181         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
36182         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
36184         * conform/data/cpio.h-data [POSIX]: Disable whole file.
36185         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
36186         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
36187         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
36188         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
36189         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
36190         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
36191         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
36192         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
36193         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
36194         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
36195         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
36196         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
36197         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
36198         Likewise.
36199         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
36200         Likewise.
36201         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
36202         Likewise.
36203         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
36204         Likewise.
36205         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
36206         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
36207         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
36208         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
36209         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
36210         Specify lower bound on value.
36211         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
36212         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
36213         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
36214         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
36215         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
36216         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
36217         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
36218         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
36219         value.
36220         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
36221         as optional.
36222         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
36223         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
36224         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
36225         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
36226         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
36227         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
36228         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
36229         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
36230         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
36231         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
36232         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
36233         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
36234         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
36235         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
36236         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
36237         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
36238         entry.
36239         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
36240         optional.
36241         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
36242         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
36243         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
36244         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
36245         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
36246         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
36247         Likewise.
36248         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
36249         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
36250         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
36251         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
36252         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
36253         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
36254         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
36255         as optional.
36256         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
36257         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
36258         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
36259         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
36260         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
36261         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
36262         specify as optional.
36263         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
36264         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
36265         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
36266         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
36267         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
36268         [XPG3] (NL_LANGMAX): Likewise.
36269         [POSIX || XPG3] (NL_MSGMAX): Likewise.
36270         [POSIX || XPG3] (NL_NMAX): Likewise.
36271         [POSIX || XPG3] (NL_SETMAX): Likewise.
36272         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
36273         [XPG3] (NZERO): Likewise.
36274         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
36275         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
36276         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
36277         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
36278         (REG_ERANGE): Expect.
36279         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
36280         optional-constant.
36281         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
36282         Use (void) in prototype.
36283         [POSIX] (*_t): Allow.
36284         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
36285         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
36286         (WRDE_BADVAL): Expect.
36288         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
36289         expect.
36290         [XPG3 || XPG4] (O_RSYNC): Likewise.
36291         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
36292         Likewise.
36293         [XPG3 || XPG4] (pthread_sigmask): Likewise.
36294         [XPG3 || XPG4] (sigqueue): Likewise.
36295         [XPG3 || XPG4] (sigtimedwait): Likewise.
36296         [XPG3 || XPG4] (sigwaitinfo): Likewise.
36297         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
36298         [XPG3 || XPG4] (vsnprintf): Likewise.
36299         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
36300         Likewise.
36301         [XPG3 || XPG4] (blksize_t): Likewise.
36302         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
36303         Likewise.
36304         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
36305         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
36306         [XPG3 || XPG4] (struct itimerspec): Likewise.
36307         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
36308         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
36309         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
36310         [XPG3 || XPG4] (clockid_t): Likewise.
36311         [XPG3 || XPG4] (timer_t): Likewise.
36312         [XPG3 || XPG4] (clock_getres): Likewise.
36313         [XPG3 || XPG4] (clock_gettime): Likewise.
36314         [XPG3 || XPG4] (clock_settime): Likewise.
36315         [XPG3 || XPG4] (nanosleep): Likewise.
36316         [XPG3 || XPG4] (timer_create): Likewise.
36317         [XPG3 || XPG4] (timer_delete): Likewise.
36318         [XPG3 || XPG4] (timer_gettime): Likewise.
36319         [XPG3 || XPG4] (timer_getoverrun): Likewise.
36320         [XPG3 || XPG4] (timer_settime): Likewise.
36321         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
36322         [XPG3 || XPG4] (getlogin_r): Likewise.
36323         [XPG3 || XPG4] (pread): Likewise.
36324         [XPG3 || XPG4] (pthread_atfork): Likewise.
36325         [XPG3 || XPG4] (pwrite): Likewise.
36327         [BZ #14835]
36328         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
36329         <bits/siginfo.h>.
36331 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
36333         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
36334         finalizing MALLSTREAM.
36336         * sysdeps/mach/hurd/syncfs.c: New file.
36338 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
36340         [BZ #14719]
36341         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
36342         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
36343         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
36344         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
36345         (_nss_dns_gethostbyname4_r): Likewise.
36346         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
36347         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
36349 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
36351         [BZ #13763]
36352         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
36354 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
36356         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
36357         * elf/cache.c (print_entry): Print ",AArch64" for
36358         FLAG_AARCH64_LIB64
36360         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
36361         * elf/cache.c (print_entry): Print ",hard-float" for
36362         FLAG_ARM_LIBHF.
36364 2012-11-18  David S. Miller  <davem@davemloft.net>
36366         With help from Joseph Myers.
36367         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
36368         cutoff to 2**-13.
36369         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
36370         cutoff to 2**-25.
36371         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
36372         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
36373         small.
36374         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
36375         * math/libm-test.inc (y0_test): New tests.
36376         (y1_test): New tests.
36377         * sysdeps/i386/fpu/libm-test-ulps: Update.
36378         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36379         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36381 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
36383         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
36384         64-bit targets.
36385         * configure: Regenerated.
36387 2012-11-17  David S. Miller  <davem@davemloft.net>
36389         [BZ #14811]
36390         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
36391         nonzero exponents with absolute value below 0x1p-128 to +/-
36392         0x1p-128.
36394 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
36396         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
36398         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
36400         * posix/getconf-speclist.c: New file.
36401         * posix/posix-envs.def: Likewise.
36402         * posix/confstr.c (START_ENV_GROUP): New macro.
36403         (END_ENV_GROUP): Likewise.
36404         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
36405         (KNOWN_PRESENT_ENV_STRING): Likewise.
36406         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
36407         (UNKNOWN_ENVIRONMENT): Likewise.
36408         (confstr): Include posix-envs.def instead of handling
36409         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
36410         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
36411         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
36412         (END_ENV_GROUP): Likewise.
36413         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
36414         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
36415         (UNKNOWN_ENVIRONMENT): Likewise.
36416         (__sysconf): Include posix-envs.def instead of handling associated
36417         cases directly here.
36418         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
36419         preprocessing getconf-speclist.c rather than running getconf or
36420         generating empty file.
36422 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
36424         * scripts/check-local-headers.sh: Ignore 'mach' headers.
36426 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
36428         [BZ #14672]
36429         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
36431 2012-11-16  David S. Miller  <davem@davemloft.net>
36433         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
36434         smaller than LDBL_EPSILON/2.0L, just return xm1.
36436 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
36438         * elf/tst-array1.c (init): Set constructor priority to 1000.
36439         (fini): Set destructor priority to 1000.
36440         * elf/tst-array2dep.c: Likewise.
36442 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
36444         [BZ #11741]
36445         * libio/fileops.c (_IO_new_file_write): Correctly return error.
36446         (_IO_new_file_xsputn): Also return EOF if none of the input
36447         data was written when overflow failed.
36448         * libio/iopadn.c (_IO_padn): Likewise.
36449         * libio/iowpadn.c (_IO_wpadn): Likewise.
36450         * stdio-common/tst-put-error.c: Add copyright notice.
36451         (do_test): Add case for printing padded string.
36452         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
36453         _IO_padn returned error.
36454         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
36455         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
36456         return EOF.
36458 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
36460         * libio/libioP.h: Add comment note that the references to C++
36461         bits are now obsolete.
36463 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36465         * math/libm-test.inc (check_complex): Use asprintf.
36467 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
36469         * debug/pcprofiledump.c (print_version): Update copyright year.
36470         * malloc/memusagestat.c (print_version): Likewise.
36472 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
36474         [BZ #14831]
36475         * elf/Makefile (tests): Add tst-audit8.
36476         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
36477         ($(objpfx)tst-audit8.out): New target.
36478         (tst-audit8-ENV): New variable.
36479         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
36480         audit if l_reloc_result is NULL.
36481         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
36482         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
36483         * elf/tst-audit8.c: New file.
36485 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36487         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
36488         * misc/Makefile (CFLAGS-select.c): Define.
36489         * posix/Makefile (CFLAGS-pause.c): Define.
36491 2012-11-13  David S. Miller  <davem@davemloft.net>
36493         * crypt/Makefile: Move test targets after toplevel Rules
36494         inclusion.  Grab any necessary sysdep routines when linking.
36495         * crypt/md5.c (md5_process_block): Remove define, we will always
36496         name it __md5_process_block.
36497         (md5_finish_ctx): Update md5_process_block call.
36498         (md5_stream): Likewise.
36499         (md5_process_bytes): Likewise.
36500         (md5_process_block): Rename to __md5_process_block and move to ...
36501         * crypt/md5-block.c: ... here.
36502         * crypt/sha256.c (sha256_process_block): Move to ...
36503         * crypt/sha256-block.c: ... here.
36504         * crypt/sha512.c (sha512_process_block): Move to ...
36505         * crypt/sha512-block.c: ... here.
36506         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
36507         path.
36508         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
36509         * sysdeps/sparc/sparc64/multiarch/Makefile
36510         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
36511         crypt subdir.
36512         (localedef-aux): Add md5 crypto assembler when in locale subdir.
36513         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
36514         multiarch changes.
36515         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
36516         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
36517         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
36518         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
36519         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
36520         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
36521         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
36522         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
36523         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
36524         file.
36525         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
36526         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
36527         file.
36528         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
36530 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
36532         * timezone/tzselect.ksh: Update from tzcode git revision
36533         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
36534         * timezone/zdump.c: Likewise.
36535         * timezone/zic.c: Likewise.
36536         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
36537         in TZVERSION setting, not $(PKGVERSION).
36538         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
36539         REPORT_BUGS_TO settings.
36541         [BZ #14838]
36542         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
36543         macro.
36545 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36547         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
36548         detection to immediately after _FP_ROUND().
36549         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
36550         bits are 0.
36552 2012-11-11  David S. Miller  <davem@davemloft.net>
36554         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
36555         inttypes.h
36556         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
36557         __close rather than their public counterparts.
36559 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
36561         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
36562         file.
36563         [UNIX98] (sem_timedwait): Do not expect.
36564         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
36565         [XPG4 || UNIX98] (sockatmark): Do not expect.
36566         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
36567         (clock_getcpuclockid): Do not expect.
36568         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
36569         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
36570         Do not expect.
36571         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
36572         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
36573         [UNIX98] (vwscanf): Likewise.
36574         [UNIX98] (vswscanf): Likewise.
36576 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
36578         * timezone/version.h: Remove file.
36579         * timezone/README: Do not refer to version.h.
36580         * timezone/Makefile ($(objpfx)zic.o): New dependency on
36581         $(objpfx)version.h.
36582         ($(objpfx)zdump.o): Likewise.
36583         ($(objpfx)version.h): New target.
36585         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
36586         2012i.
36587         * timezone/README: Don't mention modification to tzselect.ksh.
36588         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
36589         work on unmodified tzselect.ksh.  Substitute version numbers in
36590         tzselect.ksh.
36592         * Makefile (format-me): Remove.
36593         (INSTALL): Adjust indentation.  Use commands directly instead of
36594         using $(format-me).
36596         * aclocal.m4 (ACX_PKGVERSION): New macro.
36597         (ACX_BUGURL): Likewise.
36598         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
36599         (PKGVERSION): New AC_DEFINE_UNQUOTED.
36600         (REPORT_BUGS_TO): Likewise.
36601         * configure: Regenerated.
36602         * config.h.in (PKGVERSION): New macro.
36603         (REPORT_BUGS_TO): Likewise.
36604         * config.make.in (PKGVERSION): New variable.
36605         (PKGVERSION_TEXI): Likewise.
36606         (REPORT_BUGS_TO): Likewise.
36607         (REPORT_BUGS_TEXI): Likewise.
36608         * Makefile (format-me): Use -I$(common-objpfx)manual.
36609         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
36610         ($(common-objpfx)manual/%): New target.
36611         (manual/%): Remove target.
36612         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
36613         (print_version): Use PKGVERSION.
36614         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
36615         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
36616         and REPORT_BUGS_TO.
36617         ($(objpfx)xtrace): Likewise.
36618         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
36619         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
36620         (print_version): Use PKGVERSION.
36621         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
36622         (do_version): Use PKGVERSION.
36623         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
36624         REPORT_BUGS_TO.
36625         (common-ldd-rewrite): Likewise.
36626         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
36627         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
36628         (print_version): Use PKGVERSION.
36629         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
36630         * elf/pldd.c (argp_program_bug_address): Remove variable.
36631         (more_help): New function.
36632         (argp): Use more_help.
36633         (print_version): Use PKGVERSION.
36634         * elf/sln.c (main): Use PKGVERSION.
36635         (usage): Use REPORT_BUGS_TO.
36636         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
36637         (top level): Use PKGVERSION.
36638         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
36639         (print_version): Use PKGVERSION.
36640         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
36641         (print_version): Use PKGVERSION.
36642         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
36643         (print_version): Use PKGVERSION.
36644         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
36645         (print_version): Use PKGVERSION.
36646         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
36647         (print_version): Use PKGVERSION.
36648         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
36649         (print_version): Use PKGVERSION.
36650         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
36651         and BUGURL.
36652         ($(objpfx)memusage): Likewise.
36653         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
36654         (do_version): Use PKGVERSION.
36655         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
36656         (print_version): Use PKGVERSION.
36657         * malloc/mtrace.pl ($PACKAGE): Remove variable.
36658         ($PKGVERSION): New variable.
36659         ($REPORT_BUGS_TO): Likewise.
36660         (usage): Use $REPORT_BUGS_TO.
36661         (top level): Use $PKGVERSION.
36662         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
36663         ($(objpfx)pkgvers.texi): New rule.
36664         ($(objpfx)stamp-pkgvers): Likewise.
36665         * manual/install.texi: Include pkgvers.texi.
36666         (--with-pkgversion): Document new configure option.
36667         (--with-bugurl): Likewise.
36668         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
36669         than necessarily for this particular distribution.  Use
36670         REPORT_BUGS_TO for where to report bugs.
36671         * INSTALL: Regenerated.
36672         * manual/libc.texinfo: Include pkgvers.texi.
36673         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
36674         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
36675         (print_version): Use PKGVERSION.
36676         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
36677         (print_version): Use PKGVERSION.
36678         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
36679         (print_version): Use PKGVERSION.
36680         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
36681         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
36682         macro.
36683         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
36684         (print_version): Use PKGVERSION.
36685         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
36686         (print_version): Use PKGVERSION.
36687         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
36688         and PKGVERSION.
36690         * timezone/checktab.awk: Update from tzcode 2012i.
36691         * timezone/ialloc.c: Likewise.
36692         * timezone/private.h: Likewise.
36693         * timezone/scheck.c: Likewise.
36694         * timezone/tzfile.h: Likewise.
36695         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
36696         (TZVERSION): Hardcode tzcode version number.
36697         * timezone/zdump.c: Update from tzcode 2012i.
36698         * timezone/zic.c: Likewise.
36699         * timezone/version.h: New file.
36700         * timezone/README: Describe version.h.  Update upstream location.
36702         [BZ #14824]
36703         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
36704         (mktemp): Enable declaration.
36705         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
36706         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
36707         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
36708         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
36709         Likewise.
36710         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
36711         Likewise.
36712         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
36713         Likewise.
36714         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
36715         Likewise.
36716         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
36717         Likewise.
36718         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
36719         Likewise.
36721         [BZ #14821]
36722         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
36723         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
36724         for copies of such integer values.
36725         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
36726         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
36728 2012-11-09  Andreas Jaeger  <aj@suse.de>
36730         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
36731         definitions and declarations that are provided by
36732         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36734 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36736         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
36737         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
36738         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
36739         definition.
36741 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36743         * elf/elf.h: Update comment before AArch64 relocations.
36745 2012-11-07  David S. Miller  <davem@davemloft.net>
36747         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
36748         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
36749         (__start_context): Declare.
36750         (__makecontext_ret): Delete.
36751         (__makecontext): Hook up __start_context instead of
36752         __makecontext_ret.
36753         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
36754         (sysdep_routines): Add __start_context when in stdlib.
36756 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36758         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
36759         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
36760         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
36761         hardcoded "nm".
36762         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
36763         (READELF): New variable.  Use it instead of hardcoded "readelf".
36765 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
36767         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
36768         * sysdeps/x86/Makefile: Here.
36769         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
36770         * sysdeps/x86/tst-xmmymm.sh: This.
36772 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36774         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
36775         expectations.
36776         [UNIX98] (pthread_barrier_t): Do not expect.
36777         [UNIX98] (pthread_barrierattr_t): Likewise.
36778         [UNIX98] (pthread_spinlock_t): Likewise.
36779         [UNIX98] (pthread_barrier_destroy): Likewise.
36780         [UNIX98] (pthread_barrier_init): Likewise.
36781         [UNIX98] (pthread_barrier_wait): Likewise.
36782         [UNIX98] (pthread_barrierattr_destroy): Likewise.
36783         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
36784         [UNIX98] (pthread_barrierattr_init): Likewise.
36785         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
36786         [UNIX98] (pthread_getcpuclockid): Likewise.
36787         [UNIX98] (pthread_mutex_timedlock): Likewise.
36788         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
36789         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
36790         [UNIX98] (pthread_sigmask): Likewise.
36791         [UNIX98] (pthread_spin_destroy): Likewise.
36792         [UNIX98] (pthread_spin_init): Likewise.
36793         [UNIX98] (pthread_spin_lock): Likewise.
36794         [UNIX98] (pthread_spin_trylock): Likewise.
36795         [UNIX98] (pthread_spin_unlock): Likewise.
36796         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
36797         Do not expect.
36798         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
36799         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
36800         [XPG3 || XPG4] (pthread_cond_t): Likewise.
36801         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
36802         [XPG3 || XPG4] (pthread_key_t): Likewise.
36803         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
36804         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
36805         [XPG3 || XPG4] (pthread_once_t): Likewise.
36806         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
36807         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
36808         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
36809         [XPG3 || XPG4] (pthread_t): Likewise.
36811         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
36812         not expect.
36813         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
36815         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
36816         Change function return type to int.
36818         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
36819         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
36820         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
36821         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
36822         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
36823         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
36824         [!POSIX] (posix_madvise): Likewise.
36825         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
36826         && !UNIX98].
36827         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
36828         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
36829         (mode_t): Likewise.
36830         (posix_mem_offset): Likewise.
36831         (posix_typed_mem_get_info): Likewise.
36832         (posix_typed_mem_open): Likewise.
36834         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
36835         Change condition to [XOPEN2K8].
36837         * conform/conformtest.pl: Preprocess allow-header data with -x c
36838         instead of from stdin.
36839         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
36840         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
36841         [C99-based standards] (cerfc): Likewise.
36842         [C99-based standards] (cexp2): Likewise.
36843         [C99-based standards] (cexpm1): Likewise.
36844         [C99-based standards] (clog10): Likewise.
36845         [C99-based standards] (clog1p): Likewise.
36846         [C99-based standards] (clog2): Likewise.
36847         [C99-based standards] (clgamma): Likewise.
36848         [C99-based standards] (ctgamma): Likewise.
36849         [C99-based standards] (cerff): Likewise.
36850         [C99-based standards] (cerfcf): Likewise.
36851         [C99-based standards] (cexp2f): Likewise.
36852         [C99-based standards] (cexpm1f): Likewise.
36853         [C99-based standards] (clog10f): Likewise.
36854         [C99-based standards] (clog1pf): Likewise.
36855         [C99-based standards] (clog2f): Likewise.
36856         [C99-based standards] (clgammaf): Likewise.
36857         [C99-based standards] (ctgammaf): Likewise.
36858         [C99-based standards] (cerfl): Likewise.
36859         [C99-based standards] (cerfcl): Likewise.
36860         [C99-based standards] (cexp2l): Likewise.
36861         [C99-based standards] (cexpm1l): Likewise.
36862         [C99-based standards] (clog10l): Likewise.
36863         [C99-based standards] (clog1pl): Likewise.
36864         [C99-based standards] (clog2l): Likewise.
36865         [C99-based standards] (clgammal): Likewise.
36866         [C99-based standards] (ctgammal): Likewise.
36867         * conform/data/inttypes.h-data [C99-based standards]: Include
36868         stdint.h-data.  Remove all expectations for stdint.h contents.
36869         [C99-based standards] (PRI*): Do not allow.
36870         [C99-based standards] (SCN*): Likewise.
36871         [C99-based standards] (*_t): Likewise.
36872         [C99-based-standards] (PRId8): Expect macro.
36873         [C99-based-standards] (PRIi8): Likewise.
36874         [C99-based-standards] (PRIo8): Likewise.
36875         [C99-based-standards] (PRIu8): Likewise.
36876         [C99-based-standards] (PRIx8): Likewise.
36877         [C99-based-standards] (PRIX8): Likewise.
36878         [C99-based-standards] (SCNd8): Likewise.
36879         [C99-based-standards] (SCNi8): Likewise.
36880         [C99-based-standards] (SCNo8): Likewise.
36881         [C99-based-standards] (SCNu8): Likewise.
36882         [C99-based-standards] (SCNx8): Likewise.
36883         [C99-based-standards] (PRIdLEAST8): Likewise.
36884         [C99-based-standards] (PRIiLEAST8): Likewise.
36885         [C99-based-standards] (PRIoLEAST8): Likewise.
36886         [C99-based-standards] (PRIuLEAST8): Likewise.
36887         [C99-based-standards] (PRIxLEAST8): Likewise.
36888         [C99-based-standards] (PRIXLEAST8): Likewise.
36889         [C99-based-standards] (SCNdLEAST8): Likewise.
36890         [C99-based-standards] (SCNiLEAST8): Likewise.
36891         [C99-based-standards] (SCNoLEAST8): Likewise.
36892         [C99-based-standards] (SCNuLEAST8): Likewise.
36893         [C99-based-standards] (SCNxLEAST8): Likewise.
36894         [C99-based-standards] (PRIdFAST8): Likewise.
36895         [C99-based-standards] (PRIiFAST8): Likewise.
36896         [C99-based-standards] (PRIoFAST8): Likewise.
36897         [C99-based-standards] (PRIuFAST8): Likewise.
36898         [C99-based-standards] (PRIxFAST8): Likewise.
36899         [C99-based-standards] (PRIXFAST8): Likewise.
36900         [C99-based-standards] (SCNdFAST8): Likewise.
36901         [C99-based-standards] (SCNiFAST8): Likewise.
36902         [C99-based-standards] (SCNoFAST8): Likewise.
36903         [C99-based-standards] (SCNuFAST8): Likewise.
36904         [C99-based-standards] (SCNxFAST8): Likewise.
36905         [C99-based-standards] (PRId16): Likewise.
36906         [C99-based-standards] (PRIi16): Likewise.
36907         [C99-based-standards] (PRIo16): Likewise.
36908         [C99-based-standards] (PRIu16): Likewise.
36909         [C99-based-standards] (PRIx16): Likewise.
36910         [C99-based-standards] (PRIX16): Likewise.
36911         [C99-based-standards] (SCNd16): Likewise.
36912         [C99-based-standards] (SCNi16): Likewise.
36913         [C99-based-standards] (SCNo16): Likewise.
36914         [C99-based-standards] (SCNu16): Likewise.
36915         [C99-based-standards] (SCNx16): Likewise.
36916         [C99-based-standards] (PRIdLEAST16): Likewise.
36917         [C99-based-standards] (PRIiLEAST16): Likewise.
36918         [C99-based-standards] (PRIoLEAST16): Likewise.
36919         [C99-based-standards] (PRIuLEAST16): Likewise.
36920         [C99-based-standards] (PRIxLEAST16): Likewise.
36921         [C99-based-standards] (PRIXLEAST16): Likewise.
36922         [C99-based-standards] (SCNdLEAST16): Likewise.
36923         [C99-based-standards] (SCNiLEAST16): Likewise.
36924         [C99-based-standards] (SCNoLEAST16): Likewise.
36925         [C99-based-standards] (SCNuLEAST16): Likewise.
36926         [C99-based-standards] (SCNxLEAST16): Likewise.
36927         [C99-based-standards] (PRIdFAST16): Likewise.
36928         [C99-based-standards] (PRIiFAST16): Likewise.
36929         [C99-based-standards] (PRIoFAST16): Likewise.
36930         [C99-based-standards] (PRIuFAST16): Likewise.
36931         [C99-based-standards] (PRIxFAST16): Likewise.
36932         [C99-based-standards] (PRIXFAST16): Likewise.
36933         [C99-based-standards] (SCNdFAST16): Likewise.
36934         [C99-based-standards] (SCNiFAST16): Likewise.
36935         [C99-based-standards] (SCNoFAST16): Likewise.
36936         [C99-based-standards] (SCNuFAST16): Likewise.
36937         [C99-based-standards] (SCNxFAST16): Likewise.
36938         [C99-based-standards] (PRId32): Likewise.
36939         [C99-based-standards] (PRIi32): Likewise.
36940         [C99-based-standards] (PRIo32): Likewise.
36941         [C99-based-standards] (PRIu32): Likewise.
36942         [C99-based-standards] (PRIx32): Likewise.
36943         [C99-based-standards] (PRIX32): Likewise.
36944         [C99-based-standards] (SCNd32): Likewise.
36945         [C99-based-standards] (SCNi32): Likewise.
36946         [C99-based-standards] (SCNo32): Likewise.
36947         [C99-based-standards] (SCNu32): Likewise.
36948         [C99-based-standards] (SCNx32): Likewise.
36949         [C99-based-standards] (PRIdLEAST32): Likewise.
36950         [C99-based-standards] (PRIiLEAST32): Likewise.
36951         [C99-based-standards] (PRIoLEAST32): Likewise.
36952         [C99-based-standards] (PRIuLEAST32): Likewise.
36953         [C99-based-standards] (PRIxLEAST32): Likewise.
36954         [C99-based-standards] (PRIXLEAST32): Likewise.
36955         [C99-based-standards] (SCNdLEAST32): Likewise.
36956         [C99-based-standards] (SCNiLEAST32): Likewise.
36957         [C99-based-standards] (SCNoLEAST32): Likewise.
36958         [C99-based-standards] (SCNuLEAST32): Likewise.
36959         [C99-based-standards] (SCNxLEAST32): Likewise.
36960         [C99-based-standards] (PRIdFAST32): Likewise.
36961         [C99-based-standards] (PRIiFAST32): Likewise.
36962         [C99-based-standards] (PRIoFAST32): Likewise.
36963         [C99-based-standards] (PRIuFAST32): Likewise.
36964         [C99-based-standards] (PRIxFAST32): Likewise.
36965         [C99-based-standards] (PRIXFAST32): Likewise.
36966         [C99-based-standards] (SCNdFAST32): Likewise.
36967         [C99-based-standards] (SCNiFAST32): Likewise.
36968         [C99-based-standards] (SCNoFAST32): Likewise.
36969         [C99-based-standards] (SCNuFAST32): Likewise.
36970         [C99-based-standards] (SCNxFAST32): Likewise.
36971         [C99-based-standards] (PRId64): Likewise.
36972         [C99-based-standards] (PRIi64): Likewise.
36973         [C99-based-standards] (PRIo64): Likewise.
36974         [C99-based-standards] (PRIu64): Likewise.
36975         [C99-based-standards] (PRIx64): Likewise.
36976         [C99-based-standards] (PRIX64): Likewise.
36977         [C99-based-standards] (SCNd64): Likewise.
36978         [C99-based-standards] (SCNi64): Likewise.
36979         [C99-based-standards] (SCNo64): Likewise.
36980         [C99-based-standards] (SCNu64): Likewise.
36981         [C99-based-standards] (SCNx64): Likewise.
36982         [C99-based-standards] (PRIdLEAST64): Likewise.
36983         [C99-based-standards] (PRIiLEAST64): Likewise.
36984         [C99-based-standards] (PRIoLEAST64): Likewise.
36985         [C99-based-standards] (PRIuLEAST64): Likewise.
36986         [C99-based-standards] (PRIxLEAST64): Likewise.
36987         [C99-based-standards] (PRIXLEAST64): Likewise.
36988         [C99-based-standards] (SCNdLEAST64): Likewise.
36989         [C99-based-standards] (SCNiLEAST64): Likewise.
36990         [C99-based-standards] (SCNoLEAST64): Likewise.
36991         [C99-based-standards] (SCNuLEAST64): Likewise.
36992         [C99-based-standards] (SCNxLEAST64): Likewise.
36993         [C99-based-standards] (PRIdFAST64): Likewise.
36994         [C99-based-standards] (PRIiFAST64): Likewise.
36995         [C99-based-standards] (PRIoFAST64): Likewise.
36996         [C99-based-standards] (PRIuFAST64): Likewise.
36997         [C99-based-standards] (PRIxFAST64): Likewise.
36998         [C99-based-standards] (PRIXFAST64): Likewise.
36999         [C99-based-standards] (SCNdFAST64): Likewise.
37000         [C99-based-standards] (SCNiFAST64): Likewise.
37001         [C99-based-standards] (SCNoFAST64): Likewise.
37002         [C99-based-standards] (SCNuFAST64): Likewise.
37003         [C99-based-standards] (SCNxFAST64): Likewise.
37004         [C99-based-standards] (PRIdMAX): Likewise.
37005         [C99-based-standards] (PRIiMAX): Likewise.
37006         [C99-based-standards] (PRIoMAX): Likewise.
37007         [C99-based-standards] (PRIuMAX): Likewise.
37008         [C99-based-standards] (PRIxMAX): Likewise.
37009         [C99-based-standards] (PRIXMAX): Likewise.
37010         [C99-based-standards] (SCNdMAX): Likewise.
37011         [C99-based-standards] (SCNiMAX): Likewise.
37012         [C99-based-standards] (SCNoMAX): Likewise.
37013         [C99-based-standards] (SCNuMAX): Likewise.
37014         [C99-based-standards] (SCNxMAX): Likewise.
37015         [C99-based-standards] (PRIdPTR): Likewise.
37016         [C99-based-standards] (PRIiPTR): Likewise.
37017         [C99-based-standards] (PRIoPTR): Likewise.
37018         [C99-based-standards] (PRIuPTR): Likewise.
37019         [C99-based-standards] (PRIxPTR): Likewise.
37020         [C99-based-standards] (PRIXPTR): Likewise.
37021         [C99-based-standards] (SCNdPTR): Likewise.
37022         [C99-based-standards] (SCNiPTR): Likewise.
37023         [C99-based-standards] (SCNoPTR): Likewise.
37024         [C99-based-standards] (SCNuPTR): Likewise.
37025         [C99-based-standards] (SCNxPTR): Likewise.
37026         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
37027         allow.
37028         * conform/data/stdint.h-data: Update comments to clarify
37029         requirements.
37030         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
37031         type.
37032         [C99-based standards] (INT8_MAX): Likewise.
37033         [C99-based standards] (INT16_MIN): Likewise.
37034         [C99-based standards] (INT16_MAX): Likewise.
37035         [C99-based standards] (INT32_MIN): Likewise.
37036         [C99-based standards] (INT32_MAX): Likewise.
37037         [C99-based standards] (INT64_MIN): Likewise.
37038         [C99-based standards] (INT64_MAX): Likewise.
37039         [C99-based standards] (UINT8_MAX): Likewise.
37040         [C99-based standards] (UINT16_MAX): Likewise.
37041         [C99-based standards] (UINT32_MAX): Likewise.
37042         [C99-based standards] (UINT64_MAX): Likewise.
37043         [C99-based standards] (INT_LEAST8_MIN): Likewise.
37044         [C99-based standards] (INT_LEAST8_MAX): Likewise.
37045         [C99-based standards] (INT_LEAST16_MIN): Likewise.
37046         [C99-based standards] (INT_LEAST16_MAX): Likewise.
37047         [C99-based standards] (INT_LEAST32_MIN): Likewise.
37048         [C99-based standards] (INT_LEAST32_MAX): Likewise.
37049         [C99-based standards] (INT_LEAST64_MIN): Likewise.
37050         [C99-based standards] (INT_LEAST64_MAX): Likewise.
37051         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
37052         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
37053         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
37054         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
37055         [C99-based standards] (INT_FAST8_MIN): Likewise.
37056         [C99-based standards] (INT_FAST8_MAX): Likewise.
37057         [C99-based standards] (INT_FAST16_MIN): Likewise.
37058         [C99-based standards] (INT_FAST16_MAX): Likewise.
37059         [C99-based standards] (INT_FAST32_MIN): Likewise.
37060         [C99-based standards] (INT_FAST32_MAX): Likewise.
37061         [C99-based standards] (INT_FAST64_MIN): Likewise.
37062         [C99-based standards] (INT_FAST64_MAX): Likewise.
37063         [C99-based standards] (UINT_FAST8_MAX): Likewise.
37064         [C99-based standards] (UINT_FAST16_MAX): Likewise.
37065         [C99-based standards] (UINT_FAST32_MAX): Likewise.
37066         [C99-based standards] (UINT_FAST64_MAX): Likewise.
37067         [C99-based standards] (INTPTR_MIN): Likewise.
37068         [C99-based standards] (INTPTR_MAX): Likewise.
37069         [C99-based standards] (UINTPTR_MAX): Likewise.
37070         [C99-based standards] (INTMAX_MIN): Likewise.
37071         [C99-based standards] (INTMAX_MAX): Likewise.
37072         [C99-based standards] (UINTMAX_MAX): Likewise.
37073         [C99-based standards] (PTRDIFF_MIN): Likewise.
37074         [C99-based standards] (PTRDIFF_MAX): Likewise.
37075         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
37076         [C99-based standards] (SIZE_MAX): Likewise.
37077         [C99-based standards] (WCHAR_MAX): Likewise.
37078         [C99-based standards] (WINT_MAX): Likewise.
37079         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
37080         constraint on value.
37081         [C99-based standards] (WCHAR_MIN): Likewise.
37082         [C99-based standards] (WINT_MIN): Likewise.
37083         [C99-based standards] (*_t): Allow.
37084         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
37085         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
37086         Include math.h-data and complex.h-data.  Remove all expectations
37087         of math.h and complex.h contents.
37088         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
37089         at end of line.
37090         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
37091         (struct tm): Expect tag.
37092         [C99-based-standards] (wcstof): Expect function.
37093         [C99-based-standards] (wcstold): Likewise.
37094         [C99-based-standards] (wcstoll): Likewise.
37095         [C99-based-standards] (wcstoull): Likewise.
37096         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
37097         macro-int-constant.  Specify type.
37098         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
37099         constraint on value.
37100         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
37101         Specify type.
37102         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
37103         Specify value.
37104         [ISO C standards]: Do not allow headers.
37105         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
37106         wcs[abcdefghijklmnopqrstuvwxyz]*.
37107         [ISO C standards] (*_t): Do not allow.
37108         * conform/data/wctype.h-data [C99-based standards] (iswblank):
37109         Expect function.
37110         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
37111         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
37112         Specify type.
37113         [ISO C standards]: Do not allow headers.
37114         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
37115         is[abcdefghijklmnopqrstuvwxyz]*.
37116         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
37117         to[abcdefghijklmnopqrstuvwxyz]*.
37118         [ISO C standards] (*_t): Do not allow.
37119         * conform/data/stdalign.h-data: New file.
37120         * conform/data/stdbool.h-data: Likewise.
37121         * conform/data/stdnoreturn.h-data: Likewise.
37123 2012-11-07  Roland McGrath  <roland@hack.frob.com>
37125         [BZ #14815]
37126         * manual/filesys.texi (Directory Entries): Typo fix.
37127         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
37129 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
37131         * elf/elf.h (EM_AARCH64): New macro.
37132         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
37133         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
37134         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
37135         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
37136         (R_AARCH64_TLSDESC): Likewise.
37137         (NT_ARM_TLS): Likewise.
37138         (NT_ARM_HW_BREAK): Likewise.
37139         (NT_ARM_HW_WATCH): Likewise.
37141 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
37143         [BZ #14811]
37144         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
37145         (__ieee754_powl): Saturate nonzero exponents with absolute value
37146         below 0x1p-79 to +/- 0x1p-79.
37147         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
37148         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
37149         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
37150         nonzero exponents with absolute value below 0x1p-32 to +/-
37151         0x1p-32.
37152         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
37153         (__ieee754_powl): Saturate nonzero exponents with absolute value
37154         below 0x1p-79 to +/- 0x1p-79.
37155         * math/libm-test.inc (pow_test): Add more tests.
37157 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37159         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
37160         _dl_s390_cap_flags with kernel. Increase string length.
37161         (_dl_s390_platforms): Add z196 and zEC12.
37163 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
37165         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
37166         Change XOPEN21K to XOPEN2K.
37168 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
37170         * string/memmove.c: Use memcpy when possible.
37172 2012-11-06  Andreas Jaeger  <aj@suse.de>
37174         * po/eo.po: Update from translation team.
37176 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
37178         [BZ #14793]
37179         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
37180         exponent and small x and y exponents, scale x or y up.  Increase
37181         by 2 the exponent used in scaling up.
37182         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37183         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37184         * math/libm-test.inc (fma_test): Add more tests.
37185         (fma_test_towardzero): Likewise.
37186         (fma_test_downward): Likewise.
37187         (fma_test_upward): Likewise.
37189 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
37191         [BZ #14805]
37192         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
37193         fenv_t *.
37195         [BZ #14801]
37196         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
37197         namespace for names of struct fields.
37198         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
37199         fenv_t fields.
37200         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
37201         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
37203 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37205         [BZ #3665]
37206         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
37208 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
37210         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
37211         PTR_DEMANGLE.
37213         [BZ #5246]
37214         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
37215         PTR_DEMANGLE.
37217 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
37219         [BZ #14797]
37220         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
37221         definitely overflow as x * y not x * y + z.
37222         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37223         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37224         * math/libm-test.inc (fma_test): Add more tests.
37225         (fma_test_towardzero): Likewise.
37226         (fma_test_downward): Likewise.
37227         (fma_test_upward): Likewise.
37229 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
37231         [BZ #157]
37233         * include/stub-tag.h: Remove file.
37234         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
37235         '#include' of it.
37236         * manual/maint.texi (Porting): Don't reference it.
37237         * Makerules ($(objpfx)stubs): Likewise.
37238         * dirent/closedir.c: Don't include <stub-tag.h>.
37239         * dirent/dirfd.c: Likewise.
37240         * dirent/fdopendir.c: Likewise.
37241         * dirent/getdents.c: Likewise.
37242         * dirent/getdents64.c: Likewise.
37243         * dirent/opendir.c: Likewise.
37244         * dirent/readdir.c: Likewise.
37245         * dirent/readdir64.c: Likewise.
37246         * dirent/readdir64_r.c: Likewise.
37247         * dirent/readdir_r.c: Likewise.
37248         * dirent/rewinddir.c: Likewise.
37249         * dirent/seekdir.c: Likewise.
37250         * dirent/telldir.c: Likewise.
37251         * gmon/profil.c: Likewise.
37252         * grp/setgroups.c: Likewise.
37253         * inet/if_index.c: Likewise.
37254         * io/access.c: Likewise.
37255         * io/chdir.c: Likewise.
37256         * io/chmod.c: Likewise.
37257         * io/chown.c: Likewise.
37258         * io/close.c: Likewise.
37259         * io/dup.c: Likewise.
37260         * io/dup2.c: Likewise.
37261         * io/dup3.c: Likewise.
37262         * io/euidaccess.c: Likewise.
37263         * io/faccessat.c: Likewise.
37264         * io/fchdir.c: Likewise.
37265         * io/fchmod.c: Likewise.
37266         * io/fchmodat.c: Likewise.
37267         * io/fchown.c: Likewise.
37268         * io/fchownat.c: Likewise.
37269         * io/fcntl.c: Likewise.
37270         * io/flock.c: Likewise.
37271         * io/fstatfs.c: Likewise.
37272         * io/fstatfs64.c: Likewise.
37273         * io/fstatvfs.c: Likewise.
37274         * io/fstatvfs64.c: Likewise.
37275         * io/futimens.c: Likewise.
37276         * io/fxstat.c: Likewise.
37277         * io/fxstat64.c: Likewise.
37278         * io/fxstatat.c: Likewise.
37279         * io/fxstatat64.c: Likewise.
37280         * io/getcwd.c: Likewise.
37281         * io/isatty.c: Likewise.
37282         * io/lchmod.c: Likewise.
37283         * io/lchown.c: Likewise.
37284         * io/link.c: Likewise.
37285         * io/linkat.c: Likewise.
37286         * io/lseek.c: Likewise.
37287         * io/lseek64.c: Likewise.
37288         * io/lxstat64.c: Likewise.
37289         * io/mkdir.c: Likewise.
37290         * io/mkdirat.c: Likewise.
37291         * io/mkfifo.c: Likewise.
37292         * io/mkfifoat.c: Likewise.
37293         * io/open.c: Likewise.
37294         * io/open64.c: Likewise.
37295         * io/openat.c: Likewise.
37296         * io/openat64.c: Likewise.
37297         * io/pipe.c: Likewise.
37298         * io/pipe2.c: Likewise.
37299         * io/poll.c: Likewise.
37300         * io/posix_fadvise.c: Likewise.
37301         * io/posix_fadvise64.c: Likewise.
37302         * io/posix_fallocate.c: Likewise.
37303         * io/posix_fallocate64.c: Likewise.
37304         * io/read.c: Likewise.
37305         * io/readlink.c: Likewise.
37306         * io/readlinkat.c: Likewise.
37307         * io/rmdir.c: Likewise.
37308         * io/sendfile.c: Likewise.
37309         * io/sendfile64.c: Likewise.
37310         * io/statfs.c: Likewise.
37311         * io/statfs64.c: Likewise.
37312         * io/statvfs.c: Likewise.
37313         * io/statvfs64.c: Likewise.
37314         * io/symlink.c: Likewise.
37315         * io/symlinkat.c: Likewise.
37316         * io/ttyname.c: Likewise.
37317         * io/ttyname_r.c: Likewise.
37318         * io/umask.c: Likewise.
37319         * io/unlink.c: Likewise.
37320         * io/unlinkat.c: Likewise.
37321         * io/utime.c: Likewise.
37322         * io/utimensat.c: Likewise.
37323         * io/write.c: Likewise.
37324         * io/xmknod.c: Likewise.
37325         * io/xmknodat.c: Likewise.
37326         * io/xstat.c: Likewise.
37327         * io/xstat64.c: Likewise.
37328         * login/getpt.c: Likewise.
37329         * login/grantpt.c: Likewise.
37330         * login/unlockpt.c: Likewise.
37331         * math/e_acoshl.c: Likewise.
37332         * math/e_acosl.c: Likewise.
37333         * math/e_asinl.c: Likewise.
37334         * math/e_atan2l.c: Likewise.
37335         * math/e_atanhl.c: Likewise.
37336         * math/e_coshl.c: Likewise.
37337         * math/e_expl.c: Likewise.
37338         * math/e_fmodl.c: Likewise.
37339         * math/e_gammal_r.c: Likewise.
37340         * math/e_hypotl.c: Likewise.
37341         * math/e_j0l.c: Likewise.
37342         * math/e_j1l.c: Likewise.
37343         * math/e_jnl.c: Likewise.
37344         * math/e_lgammal_r.c: Likewise.
37345         * math/e_log10l.c: Likewise.
37346         * math/e_log2l.c: Likewise.
37347         * math/e_logl.c: Likewise.
37348         * math/e_powl.c: Likewise.
37349         * math/e_rem_pio2l.c: Likewise.
37350         * math/e_sinhl.c: Likewise.
37351         * math/e_sqrtl.c: Likewise.
37352         * math/fclrexcpt.c: Likewise.
37353         * math/fedisblxcpt.c: Likewise.
37354         * math/feenablxcpt.c: Likewise.
37355         * math/fegetenv.c: Likewise.
37356         * math/fegetexcept.c: Likewise.
37357         * math/fegetround.c: Likewise.
37358         * math/feholdexcpt.c: Likewise.
37359         * math/fesetenv.c: Likewise.
37360         * math/fesetround.c: Likewise.
37361         * math/feupdateenv.c: Likewise.
37362         * math/fgetexcptflg.c: Likewise.
37363         * math/fraiseexcpt.c: Likewise.
37364         * math/fsetexcptflg.c: Likewise.
37365         * math/ftestexcept.c: Likewise.
37366         * math/k_cosl.c: Likewise.
37367         * math/k_rem_pio2l.c: Likewise.
37368         * math/k_sinl.c: Likewise.
37369         * math/k_tanl.c: Likewise.
37370         * math/s_asinhl.c: Likewise.
37371         * math/s_atanl.c: Likewise.
37372         * math/s_cbrtl.c: Likewise.
37373         * math/s_erfl.c: Likewise.
37374         * math/s_expm1l.c: Likewise.
37375         * math/s_log1pl.c: Likewise.
37376         * math/s_tanhl.c: Likewise.
37377         * misc/acct.c: Likewise.
37378         * misc/brk.c: Likewise.
37379         * misc/chflags.c: Likewise.
37380         * misc/chroot.c: Likewise.
37381         * misc/fchflags.c: Likewise.
37382         * misc/fgetxattr.c: Likewise.
37383         * misc/flistxattr.c: Likewise.
37384         * misc/fremovexattr.c: Likewise.
37385         * misc/fsetxattr.c: Likewise.
37386         * misc/fsync.c: Likewise.
37387         * misc/ftruncate.c: Likewise.
37388         * misc/futimes.c: Likewise.
37389         * misc/futimesat.c: Likewise.
37390         * misc/getdomain.c: Likewise.
37391         * misc/getdtsz.c: Likewise.
37392         * misc/gethostid.c: Likewise.
37393         * misc/gethostname.c: Likewise.
37394         * misc/getloadavg.c: Likewise.
37395         * misc/getpagesize.c: Likewise.
37396         * misc/getsysstats.c: Likewise.
37397         * misc/getxattr.c: Likewise.
37398         * misc/gtty.c: Likewise.
37399         * misc/ioctl.c: Likewise.
37400         * misc/lgetxattr.c: Likewise.
37401         * misc/listxattr.c: Likewise.
37402         * misc/llistxattr.c: Likewise.
37403         * misc/lremovexattr.c: Likewise.
37404         * misc/lsetxattr.c: Likewise.
37405         * misc/lutimes.c: Likewise.
37406         * misc/madvise.c: Likewise.
37407         * misc/mincore.c: Likewise.
37408         * misc/mlock.c: Likewise.
37409         * misc/mlockall.c: Likewise.
37410         * misc/mmap.c: Likewise.
37411         * misc/mprotect.c: Likewise.
37412         * misc/msync.c: Likewise.
37413         * misc/munlock.c: Likewise.
37414         * misc/munlockall.c: Likewise.
37415         * misc/munmap.c: Likewise.
37416         * misc/preadv.c: Likewise.
37417         * misc/preadv64.c: Likewise.
37418         * misc/ptrace.c: Likewise.
37419         * misc/pwritev.c: Likewise.
37420         * misc/pwritev64.c: Likewise.
37421         * misc/readv.c: Likewise.
37422         * misc/reboot.c: Likewise.
37423         * misc/remap_file_pages.c: Likewise.
37424         * misc/removexattr.c: Likewise.
37425         * misc/revoke.c: Likewise.
37426         * misc/select.c: Likewise.
37427         * misc/setdomain.c: Likewise.
37428         * misc/setegid.c: Likewise.
37429         * misc/seteuid.c: Likewise.
37430         * misc/sethostid.c: Likewise.
37431         * misc/sethostname.c: Likewise.
37432         * misc/setregid.c: Likewise.
37433         * misc/setreuid.c: Likewise.
37434         * misc/setxattr.c: Likewise.
37435         * misc/sstk.c: Likewise.
37436         * misc/stty.c: Likewise.
37437         * misc/swapoff.c: Likewise.
37438         * misc/swapon.c: Likewise.
37439         * misc/sync.c: Likewise.
37440         * misc/syncfs.c: Likewise.
37441         * misc/syscall.c: Likewise.
37442         * misc/truncate.c: Likewise.
37443         * misc/ualarm.c: Likewise.
37444         * misc/usleep.c: Likewise.
37445         * misc/ustat.c: Likewise.
37446         * misc/utimes.c: Likewise.
37447         * misc/vhangup.c: Likewise.
37448         * misc/writev.c: Likewise.
37449         * posix/_exit.c: Likewise.
37450         * posix/alarm.c: Likewise.
37451         * posix/execve.c: Likewise.
37452         * posix/fexecve.c: Likewise.
37453         * posix/fork.c: Likewise.
37454         * posix/fpathconf.c: Likewise.
37455         * posix/getaddrinfo.c: Likewise.
37456         * posix/getegid.c: Likewise.
37457         * posix/geteuid.c: Likewise.
37458         * posix/getgid.c: Likewise.
37459         * posix/getgroups.c: Likewise.
37460         * posix/getlogin.c: Likewise.
37461         * posix/getlogin_r.c: Likewise.
37462         * posix/getpgid.c: Likewise.
37463         * posix/getpid.c: Likewise.
37464         * posix/getppid.c: Likewise.
37465         * posix/getresgid.c: Likewise.
37466         * posix/getresuid.c: Likewise.
37467         * posix/getsid.c: Likewise.
37468         * posix/getuid.c: Likewise.
37469         * posix/glob64.c: Likewise.
37470         * posix/nanosleep.c: Likewise.
37471         * posix/pathconf.c: Likewise.
37472         * posix/pause.c: Likewise.
37473         * posix/posix_madvise.c: Likewise.
37474         * posix/pread.c: Likewise.
37475         * posix/pread64.c: Likewise.
37476         * posix/pwrite.c: Likewise.
37477         * posix/pwrite64.c: Likewise.
37478         * posix/sched_getaffinity.c: Likewise.
37479         * posix/sched_getp.c: Likewise.
37480         * posix/sched_gets.c: Likewise.
37481         * posix/sched_primax.c: Likewise.
37482         * posix/sched_primin.c: Likewise.
37483         * posix/sched_rr_gi.c: Likewise.
37484         * posix/sched_setaffinity.c: Likewise.
37485         * posix/sched_setp.c: Likewise.
37486         * posix/sched_sets.c: Likewise.
37487         * posix/sched_yield.c: Likewise.
37488         * posix/setgid.c: Likewise.
37489         * posix/setlogin.c: Likewise.
37490         * posix/setpgid.c: Likewise.
37491         * posix/setresgid.c: Likewise.
37492         * posix/setresuid.c: Likewise.
37493         * posix/setsid.c: Likewise.
37494         * posix/setuid.c: Likewise.
37495         * posix/sleep.c: Likewise.
37496         * posix/spawni.c: Likewise.
37497         * posix/sysconf.c: Likewise.
37498         * posix/times.c: Likewise.
37499         * posix/wait.c: Likewise.
37500         * posix/wait3.c: Likewise.
37501         * posix/wait4.c: Likewise.
37502         * posix/waitpid.c: Likewise.
37503         * resolv/gai_sigqueue.c: Likewise.
37504         * resource/getpriority.c: Likewise.
37505         * resource/getrlimit.c: Likewise.
37506         * resource/getrusage.c: Likewise.
37507         * resource/nice.c: Likewise.
37508         * resource/setpriority.c: Likewise.
37509         * resource/setrlimit.c: Likewise.
37510         * resource/ulimit.c: Likewise.
37511         * rt/aio_cancel.c: Likewise.
37512         * rt/aio_fsync.c: Likewise.
37513         * rt/aio_read.c: Likewise.
37514         * rt/aio_sigqueue.c: Likewise.
37515         * rt/aio_suspend.c: Likewise.
37516         * rt/aio_write.c: Likewise.
37517         * rt/clock_getres.c: Likewise.
37518         * rt/clock_gettime.c: Likewise.
37519         * rt/clock_nanosleep.c: Likewise.
37520         * rt/clock_settime.c: Likewise.
37521         * rt/lio_listio.c: Likewise.
37522         * rt/mq_close.c: Likewise.
37523         * rt/mq_getattr.c: Likewise.
37524         * rt/mq_notify.c: Likewise.
37525         * rt/mq_open.c: Likewise.
37526         * rt/mq_receive.c: Likewise.
37527         * rt/mq_send.c: Likewise.
37528         * rt/mq_setattr.c: Likewise.
37529         * rt/mq_timedreceive.c: Likewise.
37530         * rt/mq_timedsend.c: Likewise.
37531         * rt/mq_unlink.c: Likewise.
37532         * rt/shm_open.c: Likewise.
37533         * rt/shm_unlink.c: Likewise.
37534         * rt/timer_create.c: Likewise.
37535         * rt/timer_delete.c: Likewise.
37536         * rt/timer_getoverr.c: Likewise.
37537         * rt/timer_gettime.c: Likewise.
37538         * rt/timer_settime.c: Likewise.
37539         * setjmp/__longjmp.c: Likewise.
37540         * setjmp/setjmp.c: Likewise.
37541         * signal/kill.c: Likewise.
37542         * signal/killpg.c: Likewise.
37543         * signal/raise.c: Likewise.
37544         * signal/sigaction.c: Likewise.
37545         * signal/sigaltstack.c: Likewise.
37546         * signal/sigblock.c: Likewise.
37547         * signal/sigignore.c: Likewise.
37548         * signal/sigintr.c: Likewise.
37549         * signal/signal.c: Likewise.
37550         * signal/sigpause.c: Likewise.
37551         * signal/sigpending.c: Likewise.
37552         * signal/sigqueue.c: Likewise.
37553         * signal/sigreturn.c: Likewise.
37554         * signal/sigset.c: Likewise.
37555         * signal/sigsetmask.c: Likewise.
37556         * signal/sigstack.c: Likewise.
37557         * signal/sigsuspend.c: Likewise.
37558         * signal/sigtimedwait.c: Likewise.
37559         * signal/sigvec.c: Likewise.
37560         * signal/sigwait.c: Likewise.
37561         * signal/sigwaitinfo.c: Likewise.
37562         * signal/sysv_signal.c: Likewise.
37563         * socket/accept.c: Likewise.
37564         * socket/accept4.c: Likewise.
37565         * socket/bind.c: Likewise.
37566         * socket/connect.c: Likewise.
37567         * socket/getpeername.c: Likewise.
37568         * socket/getsockname.c: Likewise.
37569         * socket/getsockopt.c: Likewise.
37570         * socket/isfdtype.c: Likewise.
37571         * socket/listen.c: Likewise.
37572         * socket/recv.c: Likewise.
37573         * socket/recvfrom.c: Likewise.
37574         * socket/recvmsg.c: Likewise.
37575         * socket/send.c: Likewise.
37576         * socket/sendmsg.c: Likewise.
37577         * socket/sendto.c: Likewise.
37578         * socket/setsockopt.c: Likewise.
37579         * socket/shutdown.c: Likewise.
37580         * socket/sockatmark.c: Likewise.
37581         * socket/socket.c: Likewise.
37582         * socket/socketpair.c: Likewise.
37583         * stdio-common/ctermid.c: Likewise.
37584         * stdio-common/cuserid.c: Likewise.
37585         * stdio-common/remove.c: Likewise.
37586         * stdio-common/rename.c: Likewise.
37587         * stdio-common/renameat.c: Likewise.
37588         * stdio-common/tempname.c: Likewise.
37589         * stdlib/getcontext.c: Likewise.
37590         * stdlib/makecontext.c: Likewise.
37591         * stdlib/setcontext.c: Likewise.
37592         * stdlib/swapcontext.c: Likewise.
37593         * stdlib/system.c: Likewise.
37594         * streams/fattach.c: Likewise.
37595         * streams/fdetach.c: Likewise.
37596         * streams/getmsg.c: Likewise.
37597         * streams/getpmsg.c: Likewise.
37598         * streams/putmsg.c: Likewise.
37599         * streams/putpmsg.c: Likewise.
37600         * sysdeps/unix/bsd/getpt.c: Likewise.
37601         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
37602         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
37603         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
37604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
37605         Likewise.
37606         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
37607         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
37608         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
37609         * sysvipc/msgctl.c: Likewise.
37610         * sysvipc/msgget.c: Likewise.
37611         * sysvipc/msgrcv.c: Likewise.
37612         * sysvipc/msgsnd.c: Likewise.
37613         * sysvipc/semctl.c: Likewise.
37614         * sysvipc/semget.c: Likewise.
37615         * sysvipc/semop.c: Likewise.
37616         * sysvipc/semtimedop.c: Likewise.
37617         * sysvipc/shmat.c: Likewise.
37618         * sysvipc/shmctl.c: Likewise.
37619         * sysvipc/shmdt.c: Likewise.
37620         * sysvipc/shmget.c: Likewise.
37621         * termios/tcdrain.c: Likewise.
37622         * termios/tcflow.c: Likewise.
37623         * termios/tcflush.c: Likewise.
37624         * termios/tcgetattr.c: Likewise.
37625         * termios/tcgetpgrp.c: Likewise.
37626         * termios/tcsendbrk.c: Likewise.
37627         * termios/tcsetattr.c: Likewise.
37628         * termios/tcsetpgrp.c: Likewise.
37629         * time/adjtime.c: Likewise.
37630         * time/clock.c: Likewise.
37631         * time/getitimer.c: Likewise.
37632         * time/gettimeofday.c: Likewise.
37633         * time/setitimer.c: Likewise.
37634         * time/settimeofday.c: Likewise.
37635         * time/stime.c: Likewise.
37636         * time/time.c: Likewise.
37638 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
37640         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
37641         /usr/old/bin.
37643         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
37644         instead of spaces.
37645         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
37647 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
37649         [BZ #14796]
37650         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
37651         FE_TONEAREST before applying Dekker multiplication and Knuth
37652         addition.  Clear inexact exceptions and check for exact zero
37653         results afterwards.
37654         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37655         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37656         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37657         * math/libm-test.inc (fma_test): Add more tests.
37658         (fma_test_towardzero): Likewise.
37659         (fma_test_downward): Likewise.
37660         (fma_test_upward): Likewise.
37661         * sysdeps/generic/math_private.h (default_libc_fesetround): New
37662         function.
37663         (libc_fesetround): New macro.
37664         (libc_fesetroundf): Likewise.
37665         (libc_fesetroundl): Likewise.
37666         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
37667         function.
37668         (libc_fesetround_387): Likewise.
37669         (libc_fesetroundf): New macro.
37670         (libc_fesetround): Likewise.
37671         (libc_fesetroundl): Likewise.
37672         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
37673         function.
37674         (libc_fesetroundf): New macro.
37675         (libc_fesetround): Likewise.
37676         (libc_fesetroundl): Likewise.
37677         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
37678         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
37679         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
37680         libm_hidden_ver.
37681         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
37682         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
37683         libm_hidden_def.
37684         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
37685         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
37686         libm_hidden_ver.
37687         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
37688         libm_hidden_def.
37690         [BZ #3439]
37691         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
37692         integer constant usable in #if and use that to give value to enum
37693         constant.
37694         (FE_DIVBYZERO): Likewise.
37695         (FE_UNDERFLOW): Likewise.
37696         (FE_OVERFLOW): Likewise.
37697         (FE_INVALID): Likewise.
37698         (FE_INVALID_SNAN): Likewise.
37699         (FE_INVALID_ISI): Likewise.
37700         (FE_INVALID_IDI): Likewise.
37701         (FE_INVALID_ZDZ): Likewise.
37702         (FE_INVALID_IMZ): Likewise.
37703         (FE_INVALID_COMPARE): Likewise.
37704         (FE_INVALID_SOFTWARE): Likewise.
37705         (FE_INVALID_SQRT): Likewise.
37706         (FE_INVALID_INTEGER_CONVERSION): Likewise.
37707         (FE_TONEAREST): Likewise.
37708         (FE_TOWARDZERO): Likewise.
37709         (FE_UPWARD): Likewise.
37710         (FE_DOWNWARD): Likewise.
37711         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
37712         (FE_DIVBYZERO): Likewise.
37713         (FE_OVERFLOW): Likewise.
37714         (FE_UNDERFLOW): Likewise.
37715         (FE_INEXACT): Likewise.
37716         (FE_TONEAREST): Likewise.
37717         (FE_DOWNWARD): Likewise.
37718         (FE_UPWARD): Likewise.
37719         (FE_TOWARDZERO): Likewise.
37720         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
37721         (FE_UNDERFLOW): Likewise.
37722         (FE_OVERFLOW): Likewise.
37723         (FE_DIVBYZERO): Likewise.
37724         (FE_INVALID): Likewise.
37725         (FE_TONEAREST): Likewise.
37726         (FE_TOWARDZERO): Likewise.
37727         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
37728         (FE_OVERFLOW): Likewise.
37729         (FE_UNDERFLOW): Likewise.
37730         (FE_DIVBYZERO): Likewise.
37731         (FE_INEXACT): Likewise.
37732         (FE_TONEAREST): Likewise.
37733         (FE_TOWARDZERO): Likewise.
37734         (FE_UPWARD): Likewise.
37735         (FE_DOWNWARD): Likewise.
37736         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
37737         (FE_DIVBYZERO): Likewise.
37738         (FE_OVERFLOW): Likewise.
37739         (FE_UNDERFLOW): Likewise.
37740         (FE_INEXACT): Likewise.
37741         (FE_TONEAREST): Likewise.
37742         (FE_DOWNWARD): Likewise.
37743         (FE_UPWARD): Likewise.
37744         (FE_TOWARDZERO): Likewise.
37746 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
37748         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
37750 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
37752         * scripts/cross-test-ssh.sh (command): Use newlines to separate
37753         commands.  Quote $PWD.
37754         (blacklist_exports): Don't use remove_newlines.  Replace "declare
37755         -x" by "export".
37756         (remove_newlines): Remove.
37758 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
37760         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
37761         * stdlib/stdlib.h (atof): Moved to ...
37762         * include/bits/stdlib-float.h: Here.  New file.
37763         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
37764         * stdlib/bits/stdlib-float.h: New file.
37765         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
37766         -mno-sse -mno-mmx.
37767         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
37768         <xmmintrin.h>.
37770 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37772         * conform/conformtest.pl (@headers): Add fenv.h.
37773         * conform/data/fenv.h-data: New file.
37774         * include/fenv.h [_ISOMAC]: Disable all contents of file except
37775         include of <math/fenv.h>.
37777         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
37778         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
37779         && !UNIX98].  Enables tests for XOPEN2K8.
37780         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
37781         POSIX2008]: Likewise.
37783         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
37784         (struct rusage): Do not expect type or its members.
37786         [BZ #3439]
37787         * math/math.h (FP_NAN): Define macro to integer constant usable in
37788         #if and use that to give value to enum constant.
37789         (FP_INFINITE): Likewise.
37790         (FP_ZERO): Likewise.
37791         (FP_SUBNORMAL): Likewise.
37792         (FP_NORMAL): Likewise.
37794 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
37796         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
37797         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
37798         arguments.
37800 2012-11-02  Roland McGrath  <roland@hack.frob.com>
37802         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
37803         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
37804         autoconf-time if not.
37805         * configure.in: Remove AC_PREREQ.
37807 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37809         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
37810         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
37811         of the internal implementation.
37813 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37815         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
37816         except include of <misc/sys/syslog.h>.
37818 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
37821         function returns with a NULL context exit with zero.
37823 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37825         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
37827 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
37829         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
37830         (run_program_cmd): This.
37831         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
37832         (tst_langinfo): New variable.  Use it.
37834 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
37836         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
37837         floating point opcodes.
37839 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37841         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
37842         variable.
37844         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
37846         * sysdeps/mach/hurd/powerpc: Remove directory.
37847         * sysdeps/mach/powerpc: Likewise.
37849 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37851         * scripts/check-local-headers.sh: Ignore c++ headers.
37853 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37855         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
37856         __libc_cleanup_region_start argument.
37858 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
37860         [BZ #14784]
37861         [BZ #14785]
37862         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
37863         x * y using scaling, not as x * y + z.
37864         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37865         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37866         * math/libm-test.inc (fma_test): Add more tests.
37867         (fma_test_towardzero): Likewise.
37868         (fma_test_downward): Likewise.
37869         (fma_test_upward): Likewise.
37871 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37873         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
37875 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37877         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
37878         New variable.
37880 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
37882         * rt/tst-shm.c (worker): Correct checking for mmap failure.
37884 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37887         Fix sort order.
37888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37889         Likewise.
37891 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37894         Fix the order of the list for glibc 2.17.
37895         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37896         Likewise.
37898 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37900         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37902 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37904         [BZ #14610]
37905         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
37906         for low part of x being zero before using __atanl (y).
37907         * math/libm-test.inc (atan2_test): Add another test.
37909         * manual/install.texi (Configuring and compiling): Document
37910         general use of test-wrapper and test-wrapper-env.
37911         * INSTALL: Regenerated.
37913         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
37914         (__fma): Do not extract and scale down low bits on after-rounding
37915         systems when result rounded to normal precision would have normal
37916         exponent.
37917         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
37918         (__fmal): Do not extract and scale down low bits on after-rounding
37919         systems when result rounded to normal precision would have normal
37920         exponent.
37921         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
37922         (__fmal): Do not extract and scale down low bits on after-rounding
37923         systems when result rounded to normal precision would have normal
37924         exponent.
37925         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
37926         macro.
37927         (fma_test): Add more tests.
37928         (fma_test_towardzero): Likewise.
37929         (fma_test_downward): Likewise.
37930         (fma_test_upward): Likewise.
37932 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
37934         * sysdeps/i386/tininess.h: Renamed to ...
37935         * sysdeps/x86/tininess.h: This.
37936         * sysdeps/x86_64/tininess.h: Removed.
37938 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37940         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
37941         input.  Use $(build-program-cmd).
37942         ($(objpfx)tst-array1-static.out): Likewise.
37943         ($(objpfx)tst-array2.out): Likewise.
37944         ($(objpfx)tst-array3.out): Likewise.
37945         ($(objpfx)tst-array4.out): Likewise.
37946         ($(objpfx)tst-array5.out): Likewise.
37947         ($(objpfx)tst-array5-static.out): Likewise.
37949 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
37951         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
37952         if defined.
37954         * nss/nsswitch.h (nss_interface_function): Provide new
37955         macro for use with NSS functions.
37956         * grp/initgroups.c: Use new macro.
37957         * nss/getXXbyYY.c: Likewise.
37958         * nss/getXXbyYY_r.c: Likewise.
37959         * nss/getXXent.c: Likewise.
37960         * nss/getXXent_r.c: Likewise.
37961         * sysdeps/posix/getaddrinfo.c: Likewise.
37963 2012-10-30  Andreas Jaeger  <aj@suse.de>
37965         * po/ru.po: Update Russion translation from translation project.
37967 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37969         [BZ #14152]
37970         [BZ #14783]
37971         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
37972         result and shift together with sticky bit instead of replicating
37973         round-to-nearest rounding.
37974         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37975         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37976         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
37977         missing underflow exceptions.
37978         (fma_test_towardzero): Add more tests.
37979         (fma_test_downward): Likewise.
37980         (fma_test_upward): Likewise.
37982         [BZ #14047]
37983         * sysdeps/generic/tininess.h: New file.
37984         * sysdeps/i386/tininess.h: Likewise.
37985         * sysdeps/sh/tininess.h: Likewise.
37986         * sysdeps/x86_64/tininess.h: Likewise.
37987         * stdlib/tst-strtod-underflow.c: Likewise.
37988         * stdlib/tst-tininess.c: Likewise.
37989         * stdlib/strtod_l.c: Include <tininess.h>.
37990         (round_and_return): Do not set errno for exact underflow cases.
37991         Force an underflow exception when setting errno for underflow.
37992         Determine underflow based on rounding to normal precision if
37993         TININESS_AFTER_ROUNDING.
37994         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
37995         ERANGE for exact underflow cases.
37996         * stdlib/Makefile (tests): Add tst-tininess and
37997         tst-strtod-underflow.
37998         ($(objpfx)tst-tininess): Use $(link-libm).
37999         ($(objpfx)tst-strtod-underflow): Likewise.
38001 2012-10-30  Andreas Jaeger  <aj@suse.de>
38003         [BZ#14767]
38004         * elf/Makefile (tests): Remove conditional for have-initfini-array
38005         since this is now always required and the variable does not exist
38006         anymore.
38007         (tests-static): Likewise.
38008         (modules-names): Likewise.
38010         * po/eo.po: Add Esperanto translation from translation project.
38012         * elf/tst-array1.c (fini_array): Make writeable so that it can be
38013         merged with constructor/destructor.
38014         (init_array): Likewise.
38015         * elf/tst-array2dep.c (fini_array): Likewise.
38016         (init_array): Likewise.
38018 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
38020         * manual/message.texi: Delete @cartouche tags.
38022 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
38024         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
38025         EOPNOTSUPP.
38026         * sysdeps/mach/hurd/fsync.c: Likewise.
38028         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
38029         [_POSIX_REALTIME_SIGNALS]: Change condition to
38030         [_POSIX_REALTIME_SIGNALS > 0].
38032 2012-10-27  Andreas Jaeger  <aj@suse.de>
38034         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
38035         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
38036         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
38037         [__WORDSIZE != 64]: Likewise.
38039 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
38041         *  iconvdata/tst-table.sh: Remove ${SHELL}.
38042         *  iconvdata/tst-tables.sh: Likewise.
38044 2012-10-25  David S. Miller  <davem@davemloft.net>
38046         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38047         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
38048         of strtoull.
38050         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
38051         ifunc-impl-list.c
38052         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
38053         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
38054         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
38055         file.
38057 2012-10-25  Roland McGrath  <roland@hack.frob.com>
38059         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38060         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
38061         __getdirentries.
38063 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
38064             Jim Blandy  <jimb@codesourcery.com>
38066         * scripts/cross-test-ssh.sh: New file.
38067         * manual/install.texi (Configuring and compiling): Document use of
38068         cross-test-ssh.sh.
38069         * INSTALL: Regenerated.
38071 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
38073         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
38074         EOPNOTSUPP.
38076 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
38078         * Makeconfig (run-program-prefix): Fix comment.
38080 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
38081             Jim Blandy  <jimb@codesourcery.com>
38083         * Makeconfig (test-wrapper): New variable,
38084         (test-wrapper-env): Likewise.
38085         [$(cross-compiling) = yes && $(test-wrapper) != ""]
38086         (run-built-tests): Define to yes.
38087         (run-program-prefix): Use $(test-wrapper).
38088         (built-program-cmd): Likewise.
38089         * Rules (make-test-out): Use $(test-wrapper-env) and
38090         $(host-built-program-cmd).
38091         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
38092         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
38093         tst-pathopt.sh.
38094         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
38095         $(test-wrapper-env) to tst-rtld-load-self.sh.
38096         ($(objpfx)order2.out): Use $(test-wrapper).
38097         ($(objpfx)tst-initorder.out): Likewise.
38098         ($(objpfx)tst-initorder2.out): Likewise.
38099         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
38100         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
38101         (test_wrapper_env): New variable.  Use it to run ld.so.
38102         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
38103         Use it to run ld.so.
38104         (test_wrapper_env): Likewise.
38105         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
38106         $(test-wrapper) to run-iconv-test.sh.
38107         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
38108         (ICONV): Use $test_wrapper.
38109         * posix/Makefile ($(objpfx)globtest.out): Pass
38110         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
38111         globtest.sh, not $(run-program-prefix).
38112         * posix/globtest.sh (run_via_rtld_prefix): New variable.
38113         (test_wrapper): Likewise.
38114         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
38115         set together with run_via_rtld_prefix.
38116         (run_program_prefix): Define in terms of test_wrapper and
38117         run_via_rtld_prefix.
38119 2012-10-24  Roland McGrath  <roland@hack.frob.com>
38121         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
38122         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
38123         Targets removed.
38125         [BZ #14743]
38126         * include/time.h: Remove librt_hidden_proto (clock_gettime).
38127         Declare __clock_getres, __clock_gettime, __clock_settime,
38128         __clock_nanosleep, and __clock_getcpuclockid.
38129         * rt/clock_gettime.c: Define __clock_gettime as an alias.
38130         Remove librt_hidden_def (clock_gettime).
38131         * sysdeps/unix/clock_gettime.c: Likewise.
38132         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
38133         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
38134         * rt/clock_getres.c: Define __clock_getres as an alias.
38135         * sysdeps/posix/clock_getres.c: Likewise.
38136         * rt/clock_settime.c: Define __clock_settime as an alias.
38137         * sysdeps/unix/clock_settime.c: Likewise.
38138         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
38139         * sysdeps/unix/clock_nanosleep.c: Likewise.
38140         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
38141         * rt/clock-compat.c: New file.
38142         * rt/Makefile (librt-routines): Add clock-compat and move
38143         $(clock-routines) to ...
38144         (routines): ... here, new variable.
38145         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
38146         Don't add get_clockfreq here.
38147         * rt/Versions (libc: GLIBC_2.17): New version set.
38148         Add clock_* symbols here.
38149         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
38150         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
38151         (GLIBC_2.17): Add clock_* symbols.
38152         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
38153         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
38154         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
38155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38156         Likewise.
38157         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38158         Likewise.
38159         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
38160         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
38161         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
38162         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
38163         * NEWS: Mention the move.
38165         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
38166         Use __open, __read, __close rather than their public counterparts.
38167         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38168         (__get_clockfreq_via_cpuinfo): Likewise.
38169         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
38170         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
38172         * config.h.in (HAVE_IFUNC): New #undef.
38173         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
38174         was successful.
38175         * configure: Regenerated.
38177 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
38179         * configure.in: Move READELF check to start of file.
38180         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
38181         libc_cv_asm_gnu_indirect_function in the process.
38182         * configure: Regenerated.
38184 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
38186         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
38187         send the output to /dev/null.
38188         (libc_cv_cc_with_libunwind): Likewise.
38189         (libc_cv_as_noexecstack): Likewise.
38190         * configure: Regenerate.
38192 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
38194         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
38196         * posix/globtest.sh (TMPDIR): Do not set.
38197         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
38198         (testout): Likewise.
38200 2012-10-24  Andreas Jaeger  <aj@suse.de>
38202         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
38203         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
38204         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
38205         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
38206         posix_fadvise64, posix_fallocate64.
38208         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
38209         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
38210         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
38211         Likewise.
38212         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
38213         Likewise.
38214         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
38216         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
38217         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
38218         <bits/fcntl-linux.h>.
38219         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
38221         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
38222         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
38223         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
38224         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
38225         [__WORDSIZE != 64]: Likewise.
38227 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
38229         * Makeconfig (run-built-tests): New variable.
38230         * Rules [$(cross-compiling) = yes]: Change condition to
38231         [$(run-built-tests) = no].
38232         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
38233         to [$(run-built-tests) = yes].
38234         * elf/Makefile [$(cross-compiling) = no]: Likewise
38235         * grp/Makefile [$(cross-compiling) = no]: Likewise.
38236         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
38237         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
38238         * intl/Makefile [$(cross-compiling) = no]: Likewise.
38239         * io/Makefile [$(cross-compiling) = no]: Likewise.
38240         * libio/Makefile [$(cross-compiling) = no]: Likewise.
38241         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
38242         * misc/Makefile [$(cross-compiling) = no]: Likewise.
38243         * posix/Makefile [$(cross-compiling) = no]: Likewise.
38244         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
38245         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
38246         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
38247         * string/Makefile [$(cross-compiling) = no]: Likewise.
38249         * posix/Makefile ($(objpfx)globtest.out): Pass
38250         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
38251         $(rtld-installed-name).
38252         * posix/globtest.sh (elf_objpfx): Remove variable.
38253         (rtld_installed_name): Likewise.
38254         (library_path): Likewise.
38255         (run_program_prefix): New variable.  Use for running globtest
38256         binary.
38258 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
38259             Joseph Myers  <joseph@codesourcery.com>
38261         * Makeconfig (host-built-program-cmd): New variable.
38262         * elf/Makefile (tst-stackguard1-ARGS): Use
38263         $(host-built-program-cmd).
38264         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
38265         (tst-spawn-ARGS): Likewise.
38266         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
38268 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
38269             Jim Blandy  <jimb@codesourcery.com>
38271         * Makeconfig (run-via-rtld-prefix): New variable.
38272         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
38273         (built-program-cmd): Likewise.
38275 2012-10-22  Andreas Jaeger  <aj@suse.de>
38277         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
38278         __O_RSYNC if it exists, otherwise to O_SYNC.
38280 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
38281             Joseph Myers  <joseph@codesourcery.com>
38283         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
38284         /dev/null.
38285         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
38286         from /dev/null
38287         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
38288         /dev/null.
38290 2012-10-22  Andreas Jaeger  <aj@suse.de>
38292         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
38293         Define always.
38294         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
38296         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38297         bits/fcntl-linux.h.
38299         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
38300         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
38302         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
38303         to __O_LARGEFILE.
38304         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
38305         to __O_LARGEFILE.
38307 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
38308             Joseph Myers  <joseph@codesourcery.com>
38310         * config.make.in (NM): New variable.
38312 2012-10-21  Andreas Jaeger  <aj@suse.de>
38314         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
38315         definitions and declarations that are provided by
38316         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
38318 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
38320         [BZ #14683]
38321         * elf/Makefile (tests-static): Add tst-leaks1-static.
38322         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
38323         ($(objpfx)tst-leaks1-static): New rule.
38324         ($(objpfx)tst-leaks1-static-mem): Likewise.
38325         (tst-leaks1-static-ENV): New macro.
38326         * elf/dl-open.c (dl_open_worker): Check the main application
38327         only if SHARED is defined.
38328         * elf/tst-leaks1-static.c: New file.
38330 2012-10-20  Andreas Jaeger  <aj@suse.de>
38332         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
38333         generic values for Linux.
38334         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
38335         and declarations that are provided by <bits/fcntl-linux.h> and
38336         include <bits/fcntl-linux.h>.
38337         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
38338         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
38340 2012-10-20  Roland McGrath  <roland@hack.frob.com>
38342         * io/fcntl.h: Move include of <bits/types.h> to the top and
38343         include it unconditionally.
38345 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
38347         * wcsmbs/Makefile (tests-ifunc): New variable.
38348         (tests): Add $(tests-ifunc).
38349         * wcsmbs/test-wcschr-ifunc.c: New file.
38350         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
38351         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
38352         * wcsmbs/test-wcslen-ifunc.c: Likewise.
38353         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
38354         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
38356         * string/Makefile (tests-ifunc): New variable.
38357         (tests): Add $(tests-ifunc).
38358         * string/test-memccpy.c (TEST_NAME): New macro.
38359         * string/test-memchr.c (TEST_NAME): Likewise.
38360         * string/test-memcmp.c (TEST_NAME): Likewise.
38361         * string/test-memcpy.c (TEST_NAME): Likewise.
38362         * string/test-memmem.c (TEST_NAME): Likewise.
38363         * string/test-memmove.c (TEST_NAME): Likewise.
38364         * string/test-memset.c (TEST_NAME): Likewise.
38365         * string/test-rawmemchr.c (TEST_NAME): Likewise.
38366         * string/test-stpcpy.c (TEST_NAME): Likewise.
38367         * string/test-stpncpy.c (TEST_NAME): Likewise.
38368         * string/test-strcasecmp.c (TEST_NAME): Likewise.
38369         * string/test-strcasestr.c (TEST_NAME): Likewise.
38370         * string/test-strcat.c (TEST_NAME): Likewise.
38371         * string/test-strchr.c (TEST_NAME): Likewise.
38372         * string/test-strcmp.c(TEST_NAME): Likewise.
38373         * string/test-strcpy.c (TEST_NAME): Likewise.
38374         * string/test-strcspn.c (TEST_NAME): Likewise.
38375         * string/test-strlen.c (TEST_NAME): Likewise.
38376         * string/test-strncasecmp.c (TEST_NAME): Likewise.
38377         * string/test-strncmp.c (TEST_NAME): Likewise.
38378         * string/test-strncpy.c (TEST_NAME): Likewise.
38379         * string/test-strnlen.c (TEST_NAME): Likewise.
38380         * string/test-strpbrk.c (TEST_NAME): Likewise.
38381         * string/test-strrchr.c (TEST_NAME): Likewise.
38382         * string/test-strspn.c (TEST_NAME): Likewise.
38383         * string/test-strstr.c (TEST_NAME): Likewise.
38384         * string/test-bcopy-ifunc.c: New file.
38385         * string/test-bzero-ifunc.c: Likewise.
38386         * string/test-memccpy-ifunc.c: Likewise.
38387         * string/test-memchr-ifunc.c: Likewise.
38388         * string/test-memcmp-ifunc.c: Likewise.
38389         * string/test-memcpy-ifunc.c: Likewise.
38390         * string/test-memmem-ifunc.c: Likewise.
38391         * string/test-memmove-ifunc.c: Likewise.
38392         * string/test-mempcpy-ifunc.c: Likewise.
38393         * string/test-memset-ifunc.c: Likewise.
38394         * string/test-rawmemchr-ifunc.c: Likewise.
38395         * string/test-stpcpy-ifunc.c: Likewise.
38396         * string/test-stpncpy-ifunc.c: Likewise.
38397         * string/test-strcasecmp-ifunc.c: Likewise.
38398         * string/test-strcasestr-ifunc.c: Likewise.
38399         * string/test-strcat-ifunc.c: Likewise.
38400         * string/test-strchr-ifunc.c: Likewise.
38401         * string/test-strchrnul-ifunc.c: Likewise.
38402         * string/test-strcmp-ifunc.c: Likewise.
38403         * string/test-strcpy-ifunc.c: Likewise.
38404         * string/test-strcspn-ifunc.c: Likewise.
38405         * string/test-strlen-ifunc.c: Likewise.
38406         * string/test-strncasecmp-ifunc.c: Likewise.
38407         * string/test-strncat-ifunc.c: Likewise.
38408         * string/test-strncmp-ifunc.c: Likewise.
38409         * string/test-strncpy-ifunc.c: Likewise.
38410         * string/test-strnlen-ifunc.c: Likewise.
38411         * string/test-strpbrk-ifunc.c: Likewise.
38412         * string/test-strrchr-ifunc.c: Likewise.
38413         * string/test-strspn-ifunc.c: Likewise.
38414         * string/test-strstr-ifunc.c: Likewise.
38416         * debug/Makefile (tests-ifunc): New variable.
38417         (tests): Add $(tests-ifunc).
38418         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
38419         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
38420         * debug/test-stpcpy_chk-ifunc.c: New file.
38421         * debug/test-strcpy_chk-ifunc.c: Likewise.
38423 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
38425         [BZ #13601]
38426         * elf/dl-load.c (open_verify): Retry read if the entire ELF
38427         header is not read in.
38429 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
38431         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
38432         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
38433         directly.  Pass built executable to script as
38434         $(built-program-cmd).
38435         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
38436         $testprogram without using LD_LIBRARY_PATH and $ldso.
38438         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
38439         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
38440         $(rtld-installed-name).
38441         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
38442         (rtld_installed_name): Likewise.
38443         (library_path): Likewise.
38444         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
38445         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
38446         $(run-program-prefix) to tst-tables.sh.
38447         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
38448         it to run tst-table-from and tst-table-to.
38449         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
38450         Pass it to tst-table.sh.
38451         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
38452         $(run-program-prefix) to tst-gettext.sh.
38453         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
38454         tst-translit.sh.
38455         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
38456         tst-gettext2.sh.
38457         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
38458         to run tst-gettext.
38459         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
38460         to run tst-gettext2.
38461         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
38462         to run tst-translit.
38463         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
38464         $(run-program-prefix) to tst-mtrace.sh.
38465         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
38466         to run tst-mtrace.
38467         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
38468         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
38469         $(rtld-installed-name).
38470         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
38471         (rtld_installed_name): Likewise.
38472         (run_program_prefix): New variable.  Use it to run wordexp-test.
38474         * Makeconfig (ARCH): Remove all definitions.
38475         (machine): Likewise.
38476         [ARCH]: Remove conditional code.
38477         [!objdir]: Give error.
38478         [!objdir] (objpfx): Remove.
38479         [!objdir] (common-objpfx): Likewise.
38480         [!objdir] (common-objdir): Likewise.
38481         * configure.in (config_makefile): Remove.  Hardcode Makefile in
38482         AC_CONFIG_FILES call.
38483         * configure: Regenerated.
38485         [BZ #13888]
38486         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
38487         or TMPDIR.
38488         (testout): Likewise.
38490         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
38491         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
38492         $(rtld-installed-name).
38493         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
38494         (rtld_installed_name): Likwise.
38495         (runit): Remove function.
38496         (run_getconf): New variable,  Use it for running getconf binary.
38498 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
38500         [BZ #14716]
38501         * string/test-memmem.c (check_result): New function.
38502         (do_one_test): Use it.
38503         (check1): New function.
38504         (test_main): Use it.
38506 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
38508         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
38510 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
38512         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
38513         (_G_LSEEK64): Likewise.
38514         (_G_MMAP64): Likewise.
38515         (_G_FSTAT64): Likewise.
38516         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
38517         (_G_LSEEK64): Likewise.
38518         (_G_MMAP64): Likewise.
38519         (_G_FSTAT64): Likewise.
38520         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
38521         unconditional.  Call __mmap64 directly.
38522         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
38523         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
38524         __lseek64 directly.
38525         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
38526         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
38527         __mmap64 directly.
38528         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
38529         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
38530         __lseek64 directly.
38531         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
38532         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
38533         __lseek64 directly.
38534         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
38535         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
38536         __lseek64 directly.
38537         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
38538         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
38539         __fxstat64 directly.
38540         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
38541         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
38542         unconditional.
38543         (freopen64) [!_G_OPEN64]: Remove conditional code.
38544         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
38545         unconditional.
38546         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
38547         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
38548         unconditional.
38549         (ftello64) [!_G_LSEEK64]: Remove conditional code.
38550         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
38551         unconditional.
38552         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38553         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
38554         unconditional.
38555         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
38556         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
38557         unconditional.
38558         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38559         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
38560         unconditional.
38561         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38562         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
38563         unconditional.
38564         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38566 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
38568         [BZ #12140]
38569         * manual/memory.texi (Malloc Tunable Parameters): Add note
38570         about free list pointers overwriting some perturb bytes.
38571         Wording suggested by Roland McGrath.
38573 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
38575         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
38576         (lgamma_test): Likewise.
38577         (tgamma_test): Likewise.
38579 2012-10-16  Florian Weimer  <fweimer@redhat.com>
38581         [BZ #14700]
38582         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
38583         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
38585 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
38587         * NEWS: Mention BZ #14716.
38588         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
38589         when removing AVAILABLE1_USES_J macro.
38591 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
38593         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
38594         (__bswap_64): __uint64_t for unsigned 64-bit int.
38596 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
38598         * include/string.h (memmem): Declare libc hidden alias.
38599         * string/memmem.c (memmem): Define libc hidden alias.
38600         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
38601         __read, __close instead of open, read, close.
38603 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
38605         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
38606         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
38607         global and hidden.
38608         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
38609         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
38610         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
38611         Likewise.
38612         (__rawmemchr_sse2): Likewise.
38613         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
38614         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
38615         (__strchr_sse2): Likewise.
38616         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
38617         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
38618         (__strcasecmp_sse2): Likewise.
38619         (__strncasecmp_sse2): Likewise.
38620         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
38621         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
38622         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
38623         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
38624         (__strrchr_sse2): Likewise.
38625         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
38626         ifunc-impl-list.c.
38627         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
38628         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
38629         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
38630         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
38631         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
38632         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
38633         * sysdeps/x86_64/multiarch/memset.S: Likewise.
38634         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
38635         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
38636         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
38637         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
38638         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
38639         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
38640         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
38641         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
38642         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
38643         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
38644         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
38645         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
38646         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
38647         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
38648         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
38649         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
38650         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
38651         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
38652         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
38653         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
38654         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38655         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
38656         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
38658         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
38659         global and hidden.
38660         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
38661         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
38662         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
38663         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
38664         Likewise.
38665         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
38666         Likewise.
38667         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
38668         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
38669         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
38670         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
38671         ifunc-impl-list.c.
38672         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
38673         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
38674         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
38675         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
38676         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
38677         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
38678         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
38679         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
38680         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
38681         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
38682         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
38683         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
38684         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
38685         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
38686         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
38687         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
38688         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
38689         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
38690         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
38691         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
38692         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
38693         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
38694         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
38695         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
38696         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
38697         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
38698         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
38699         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
38700         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
38701         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
38702         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
38703         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
38704         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
38705         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
38706         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
38707         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
38708         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
38709         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
38710         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
38711         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
38712         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
38714         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
38715         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
38716         * include/ifunc-impl-list.h: New file.
38717         * misc/ifunc-impl-list.c: Likewise.
38718         * misc/Makefile (routines): Add ifunc-impl-list.
38719         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
38720         * string/test-string.h: Include <ifunc-impl-list.h>.
38721         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
38722         TEST_NAME]: New variables.
38723         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
38724         are defined.
38725         (test_init): Call __libc_ifunc_impl_list to initialize
38726         func_list if TEST_IFUNC and TEST_NAME are defined.
38728         * string/Makefile (strop-tests): Add bcopy and bzero.
38729         * string/test-bcopy.c: New file.
38730         * string/test-bzero.c: Likewise.
38731         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
38732         defined.
38733         * string/test-memset.c: Support bzero test if TEST_BZERO is
38734         defined.
38735         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
38736         __libc_memmove.
38737         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
38738         __libc_memset.
38739         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
38740         of memset.
38742 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
38744         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
38745         * configure: Regenerated.
38747         * Makeconfig (+link-static-before-libc): Don't include
38748         $(link-static-libc).
38750         * libio/libio.h (_IO_pos_t): Remove.
38752 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38754         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
38755         McGrath.
38757 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38759         * crypt/crypt-entry.c: Include fips-private.h.
38760         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
38761         * crypt/md5c-test.c (main): Tolerate disabled MD5.
38762         * sysdeps/unix/sysv/linux/fips-private.h: New file.
38763         * sysdeps/generic/fips-private.h: New file, dummy fallback.
38765 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38767         * crypt/crypt-private.h: Include stdbool.h.
38768         (_ufc_setup_salt_r): Return bool.
38769         * crypt/crypt-entry.c: Include errno.h.
38770         (__crypt_r): Return NULL with EINVAL for bad salt.
38771         * crypt/crypt_util.c (bad_for_salt): New.
38772         (_ufc_setup_salt_r): Check that salt is long enough and within
38773         the specified alphabet.
38774         * crypt/badsalttest.c: New file.
38775         * crypt/Makefile (tests): Add it.
38776         ($(objpfx)badsalttest): New.
38778 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
38780         * NEWS: Add entry for BZ #14602.
38782 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38784         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
38785         type-generic.
38786         * math/libm-test.inc: Update comment listing what functions and
38787         macros are tested.
38788         (isgreater_test): New function.
38789         (isgreaterequal_test): Likewise.
38790         (isless_test): Likewise.
38791         (islessequal_test): Likewise.
38792         (islessgreater_test): Likewise.
38793         (isunordered_test): Likewise.
38794         (main): Call the new functions.
38796 2012-10-09  Roland McGrath  <roland@hack.frob.com>
38798         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
38799         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
38800         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
38801         * sysdeps/i386/configure: Regenerated.
38802         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
38803         * sysdeps/mach/configure: Regenerated.
38804         * sysdeps/mach/hurd/configure: Regenerated.
38805         * sysdeps/powerpc/configure: Regenerated.
38806         * sysdeps/powerpc/powerpc32/configure: Regenerated.
38807         * sysdeps/powerpc/powerpc64/configure: Regenerated.
38808         * sysdeps/s390/s390-32/configure: Regenerated.
38809         * sysdeps/s390/s390-64/configure: Regenerated.
38810         * sysdeps/sh/configure: Regenerated.
38811         * sysdeps/sparc/configure: Regenerated.
38812         * sysdeps/unix/sysv/linux/configure: Regenerated.
38813         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
38814         * sysdeps/x86_64/configure: Regenerated.
38816         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
38817         defined.  Don't check if MAP is NULL.
38819 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38821         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
38822         (_G_stat64): Likewise.
38823         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
38824         (_G_stat64): Likewise.
38825         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
38826         instead of struct _G_stat64.
38827         * libio/fileops.c (mmap_remap_check): Likewise.
38828         (decide_maybe_mmap): Likewise.
38829         (_IO_new_file_seekoff): Likewise.
38830         (_IO_file_stat): Likewise.
38831         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
38832         _G_off64_t.
38833         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
38834         instead of struct _G_stat64.
38835         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38837 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
38839         [BZ #14602]
38840         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38841         Replace with ...
38842         (CHECK_EOL): New macro.
38843         (two_way_short_needle): Check beginning of haystack for EOL.  Use
38844         CHECK_EOL.
38845         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38846         Replace with CHECK_EOL.
38847         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38848         Replace with CHECK_EOL.
38850 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
38852         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
38853         type-generic.
38854         * math/libm-test.inc: Update comment listing what functions and
38855         macros are tested.
38856         (finite_test): New function.
38857         (isinf_test): Likewise.
38858         (isnan_test): Likewise.
38859         (fpclassify_test): Test subnormal input.
38860         (isfinite_test): Likewise.
38861         (isnormal_test): Likewise.
38862         (main): Call the new functions.
38864 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
38866         [BZ #14660]
38867         * Makerules (%.dynsym): Force C locale when running
38868         $(OBJDUMP) --dynamic-syms.
38870 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
38872         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
38873         <stdint.h>.
38875 2012-10-06  David S. Miller  <davem@davemloft.net>
38877         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
38878         upper 32-bits of the length value in %o2 since we use branch-on-register
38879         tests which consider the entire 64-bit register.
38881 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
38883         * string/test-strstr.c (check2): Add a test for page boundary.
38885 2012-10-05  David S. Miller  <davem@davemloft.net>
38887         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
38888         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
38889         file.
38890         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38891         sysdep_routines.
38892         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38893         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
38894         and bzero when HWCAP_SPARC_CRYPTO is present.
38896 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
38898         [BZ #14602]
38899         * string/test-strstr.c (check2): New function.
38900         (test_main): Call check2.
38902         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
38903         and bug-strchr1.
38904         * string/bug-strcasestr1.c (do_test): Moved to ...
38905         * string/test-strcasestr.c (check1): Here.  New function.
38906         (do_one_test): Break out result checking code into ...
38907         (check_result): This.  New function.
38908         (do_one_test): Call check_result.
38909         (test_main): Call check1.
38910         * string/bug-strchr1.c (do_test): Moved to ...
38911         * string/test-strchr.c (check1): Here.  New function.
38912         (do_one_test): Break out result checking code into ...
38913         (check_result): This.  New function.
38914         (do_one_test): Call check_result.
38915         (test_main): Call check1.
38916         * string/bug-strstr1.c (main): Moved to ...
38917         * string/test-strstr.c (check1): Here.  New function.
38918         (do_one_test): Break out result checking code into ...
38919         (check_result): This.  New function.
38920         (do_one_test): Call check_result.
38921         (test_main): Call check1.
38922         * string/bug-strcasestr1.c: Removed.
38923         * string/bug-strchr1.c: Likewise.
38924         * string/bug-strstr1.c: Likewise.
38926         * elf/Makefile (dl-routines): Add hwcaps.
38927         * elf/dl-support.c (_dl_important_hwcaps): Removed.
38928         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
38929         (_dl_important_hwcaps): Moved to ...
38930         * elf/dl-hwcaps.c: Here.  New file.
38931         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
38933         [BZ #14557]
38934         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
38935         if IS_IN_rtld isn't defined.
38937         * elf/dl-support.c (_dl_sysinfo_map): New.
38938         Include "get-dynamic-info.h" and "setup-vdso.h".
38939         (_dl_non_dynamic_init): Call setup_vdso.
38940         * elf/dynamic-link.h: Don't include <assert.h>.
38941         (elf_get_dynamic_info): Moved to ...
38942         * elf/get-dynamic-info.h: Here.  New file.
38943         * elf/dynamic-link.h: Include "get-dynamic-info.h".
38944         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
38945         * elf/setup-vdso.h: Here.  New file.
38946         * elf/rtld.c: Include "setup-vdso.h".
38947         (dl_main): Call setup_vdso.
38949 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
38951         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
38952         creal in comment listing functions tested.  List finite, isinf,
38953         isnan, isless, islessequal, isgreater, isgreaterequal,
38954         islessgreater, isunordered, lgamma_r and pow10 as functions and
38955         macros not tested.  Mention which functions not tested are aliases
38956         for other functions.  Fix typo.  Note that signs of NaNs are not
38957         tested.
38959         * scripts/config.guess: Update from config.git.
38960         * scripts/config.sub: Likewise.
38962 2012-10-04  Roland McGrath  <roland@hack.frob.com>
38964         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
38965         * misc/madvise.c (madvise): Renamed to __madvise.
38966         Make madvise a weak alias.
38967         * include/sys/mman.h: Declare __madvise.
38968         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
38969         * sysdeps/unix/syscalls.list
38970         (madvise): Make __madvise the strong name, and madvise a weak alias.
38971         * sysdeps/unix/sysv/linux/syscalls.list
38972         (madvise, mmap): Remove redundant entries.
38973         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
38974         * malloc/malloc.c (mtrim): Likewise.
38975         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
38977 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38979         * sysdeps/mach/hurd/dl-cache.c: File removed.
38980         * config.h.in (USE_LDCONFIG): New #undef.
38981         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
38982         * configure: Regenerated.
38983         * elf/Makefile (dl-routines): Add dl-cache only under
38984         [$(use-ldconfig) = yes].
38985         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
38986         cache on [USE_LDCONFIG].
38987         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
38988         [USE_LDCONFIG].
38989         * elf/rtld.c (dl_main): Likewise.
38991 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
38993         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
38994         _SC_LEVEL4_CACHE_LINESIZE.
38996 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38998         * sysdeps/unix/bsd/confstr.h: File removed.
39000 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
39002         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
39003         sys/sdt-config.h.
39005 2012-10-02  Roland McGrath  <roland@hack.frob.com>
39007         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
39008         Make 'mapoff' field ElfW(Off) rather than off_t.
39010 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
39012         * nscd/Makefile: Remove nscd-cflags and all its users.
39013         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
39014         (CFLAGS-nonlib): Add compiler flags for nscd modules.
39016         [BZ #10631]
39017         * malloc.c (malloc_printerr): Clarify error message.
39019 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
39021         [BZ #14648]
39022         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39023         Set bit_FMA_Usable if FMA is supported.
39024         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
39025         macro.
39026         (bit_FMA4_Usable): Updated.
39027         (index_FMA_Usable): New macro.
39028         (CPUID_FMA): Likewise
39029         (HAS_FMA): Defined with bit_FMA_Usable.
39031 2012-10-01  Roland McGrath  <roland@hack.frob.com>
39033         * bits/types.h (__swblk_t): Type removed.
39034         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
39035         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
39036         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39037         (__SWBLK_T_TYPE): Likewise.
39038         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39039         (__SWBLK_T_TYPE): Likewise.
39040         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39041         (__SWBLK_T_TYPE): Likewise.
39042         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39043         (__SWBLK_T_TYPE): Likewise.
39045 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
39046             Honza Horak <hhorak@redhat.com>
39048         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
39049         (xdr_mapname): Use YPMAXMAP as maxsize.
39050         (xdr_peername): Use YPMAXPEER as maxsize.
39051         (xdr_keydat): Use YPAXRECORD as maxsize.
39052         (xdr_valdat): Use YPMAXRECORD as maxsize.
39054 2012-10-01  Roland McGrath  <roland@hack.frob.com>
39056         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
39058         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
39059         * csu/init-first.c: ... here.
39060         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
39061         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
39062         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
39063         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
39064         * sysdeps/i386/init-first.c: File removed.
39065         * sysdeps/sh/init-first.c: File removed.
39067 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
39069         [BZ #14645]
39070         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
39071         if x * y might underflow to zero and z is zero.
39072         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
39073         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
39074         * math/libm-test.inc (min_subnorm_value): New variable.
39075         (fma_test): Add more tests.
39076         (fma_test_towardzero): Likewise.
39077         (fma_test_downward): Likewise
39078         (fma_test_upward): Likewise.
39079         (initialize): Set min_subnorm_value.
39081 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
39083         [BZ #14638]
39084         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
39085         0 + 0.
39086         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
39087         mode for addition resulting in exact zero.
39088         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
39089         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
39090         exact 0 + 0.
39091         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
39092         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
39093         * math/libm-test.inc (fma_test): Add more tests.
39094         (fma_test_towardzero): New function.
39095         (fma_test_downward): Likewise.
39096         (fma_test_upward): Likewise.
39097         (main): Call the new functions.
39099 2012-09-28  David S. Miller  <davem@davemloft.net>
39101         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
39103 2012-09-28  Roland McGrath  <roland@hack.frob.com>
39105         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
39106         instead of SIGALRM.
39108         * sysdeps/gnu/_G_config.h: Moved to ...
39109         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
39110         * sysdeps/mach/hurd/_G_config.h: Moved to ...
39111         * sysdeps/generic/_G_config.h: ... here.
39113         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
39115         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
39117         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
39118         Conditionalize target on [libnss_test1.so-version].
39120         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
39122         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
39123         (elfobjdir): Move out of conditionals.
39125         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
39126         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
39127         (__nss_lookup_function): Conditionalize label remove_from_tree on
39128         [!DO_STATIC_NSS || SHARED], matching its only use.
39130 2012-09-28  David S. Miller  <davem@davemloft.net>
39132         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
39133         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
39134         file.
39135         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
39136         sysdep_routines.
39137         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
39138         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
39139         when HWCAP_SPARC_CRYPTO is present.
39141 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
39143         * io/tst-mknodat.c: Create a FIFO instead of a socket.
39145 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
39147         [BZ #6530]
39148         * stdio-common/vfprintf.c (process_string_arg): Revert
39149         2000-07-22 change.
39151 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
39153         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
39154         for testcase.
39155         * stdio-common/tst-sprintf.c: Include <locale.h>
39156         (main): Test sprintf's handling of incomplete multibyte
39157         characters.
39159 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
39161         * elf/dl-runtime.c (VERSYMIDX): Removed.
39162         * elf/dl-version.c (VERSYMIDX): Likewise.
39163         * elf/do-rel.h (VERSYMIDX): Likewise.
39164         (VALIDX): Likewise.
39165         * elf/dynamic-link.h (VERSYMIDX): Likewise.
39166         * elf/rtld.c (VALIDX): Likewise.
39167         (ADDRIDX): Likewise.
39168         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
39169         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
39170         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
39171         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
39172         (VALIDX): Likewise.
39173         (ADDRIDX): Likewise.
39175 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
39177         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
39179 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
39181         [BZ #11438]
39182         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
39183         to global scope.
39184         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
39185         addresses are in the same scope as 192.0.2/24.
39186         * posix/gai.conf: Document new scope table defaults.
39188 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39190         [BZ #5298]
39191         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
39192         for ftell.  Compute offsets from write pointers instead.
39193         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
39195 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39197         [BZ #14543]
39198         * libio/Makefile (tests): New test case tst-fseek.
39199         * libio/tst-fseek.c: New test case to verify that fseek/ftell
39200         combination works in wide mode.
39201         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
39202         state when the external buffer state changes.
39204 2012-09-27  David S. Miller  <davem@davemloft.net>
39206         [BZ #14376]
39207         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
39208         pass reloc->r_addend in as the 'high' argument to
39209         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
39211         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39213 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
39215         * rt/tst-aio2.c: Include <pthread.h>.
39216         * rt/tst-aio3.c: Likewise.
39218 2012-09-27  Steve Ellcey  <sellcey@mips.com>
39220         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
39222 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
39224         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
39225         contents on [SHARED].
39227 2012-09-26  Marek Polacek  <polacek@redhat.com>
39229         [BZ #14530]
39230         [BZ #13741]
39231         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
39232         for C++ and GCC <4.3 as well as for non GCC compilers.
39234 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
39236         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39238 2012-09-25  Roland McGrath  <roland@hack.frob.com>
39240         * Makefile.in (all, install): Declare with .PHONY.
39241         Reported by Michael Hope <michael.hope@linaro.org>.
39243 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39245         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
39246         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
39247         system header.
39248         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
39249         Likewise.
39250         (sydep_routines): Add the new and the internal functions.
39251         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
39252         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
39253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
39254         (GLIBC_2.17): Add the new function.
39255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
39256         (GLIBC_2.17): Likewise.
39257         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
39258         (GLIBC_2.17): Likewise.
39259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
39260         (GLIBC_2.17): Likewise.
39261         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
39263 2012-09-25  Alan Modra  <amodra@gmail.com>
39265         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
39266         Add release barrier before setting once_control to say
39267         initialisation is done.  Add hints on lwarx.  Use macro in
39268         place of isync.
39269         (clear_once_control): Add release barrier.
39271 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
39273         [BZ #13629]
39274         * math/s_clog.c (__clog): Handle more values close to |z| = 1
39275         specially.
39276         * math/s_clog10.c (__clog10): Likewise.
39277         * math/s_clog10f.c (__clog10f): Likewise.
39278         * math/s_clog10l.c (__clog10l): Likewise.
39279         * math/s_clogf.c (__clogf): Likewise.
39280         * math/s_clogl.c (__clogl): Likewise.
39281         * math/Makefile (libm-calls): Add x2y2m1.
39282         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
39283         (__x2y2m1): Likewise.
39284         (__x2y2m1l): Likewise.
39285         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
39286         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
39287         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
39288         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
39289         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
39290         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
39291         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
39292         * sysdeps/i386/fpu/libm-test-ulps: Update.
39293         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39295         [BZ #14621]
39296         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
39297         int as type of variable DEPTH.
39298         (glob): Use size_t instead of int as type of variables NEWCOUNT
39299         and OLD_PATHC.
39301 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39303         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39304         Add s_sincosf-sse2.
39305         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
39306         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
39307         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
39308         macros for using routine as __sincosf_ia32.
39309         Use macro for function declaration and weak_alias.
39310         * sysdeps/i386/fpu/libm-test-ulps: Update.
39312         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
39313         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39315         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
39316         subnormal argument.
39317         * math/s_cexpf.c (__cexpf): Likewise.
39318         * math/s_csinf.c (__csinf): Likewise.
39319         * math/s_csinhf.c (__csinhf): Likewise.
39320         * math/s_ctanf.c (__ctanf): Likewise.
39321         * math/s_ctanhf.c (__ctanhf): Likewise.
39322         * math/s_ccosh.c (__ccoshf): Likewise.
39323         * math/s_cexp.c (__cexpl): Likewise.
39324         * math/s_csin.c (__csin): Likewise.
39325         * math/s_csinh.c (__csinh): Likewise.
39326         * math/s_ctan.c (__ctan): Likewise.
39327         * math/s_ctanh.c (ctanh): Likewise.
39328         * math/s_ccoshl.c (__ccoshl): Likewise.
39329         * math/s_cexpl.c (__cexpl): Likewise.
39330         * math/s_csinl.c (__csinl): Likewise.
39331         * math/s_csinhl.c (__csinhl): Likewise.
39332         * math/s_ctanl.c (__ctanl): Likewise.
39333         * math/s_ctanhl.c (__ctanhl): Likewise.
39335 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
39337         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
39338         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
39339         (_IO_off_t): Define to __off_t, not _G_off_t.
39340         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
39341         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
39342         (_IO_wint_t): Define to wint_t, not _G_wint_t.
39343         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
39344         type of __dummy and __dummy2 fields.
39345         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
39346         (_G_ssize_t): Likewise.
39347         (_G_off_t): Likewise.
39348         (_G_pid_t): Likewise.
39349         (_G_uid_t): Likewise.
39350         (_G_wchar_t): Likewise.
39351         (_G_wint_t): Likewise.
39352         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
39353         (_G_ssize_t): Likewise.
39354         (_G_off_t): Likewise.
39355         (_G_pid_t): Likewise.
39356         (_G_uid_t): Likewise.
39357         (_G_wchar_t): Likewise.
39358         (_G_wint_t): Likewise.
39359         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
39360         (_G_ssize_t): Likewise.
39361         (_G_off_t): Likewise.
39362         (_G_pid_t): Likewise.
39363         (_G_uid_t): Likewise.
39364         (_G_wchar_t): Likewise.
39365         (_G_wint_t): Likewise.
39367 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39369         * malloc/arena.c: Include malloc-sysdep.h.
39370         (shrink_heap): Use check_may_shrink_heap to decide if madvise
39371         is sufficient to shrink the heap or an unmap is needed.
39372         * sysdeps/generic/malloc-sysdep.h: New file.  Define
39373         new function check_may_shrink_heap.
39374         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
39375         new function check_may_shrink_heap.
39377 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39379         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
39380         comments.
39382 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
39384         * catgets/test-gencat.sh: Add "set -e".
39385         * elf/tst-pathopt.sh: Likewise.
39386         * grp/tst_fgetgrent.sh: Likewise.
39387         * iconvdata/run-iconv-test.sh: Likewise.
39388         * intl/tst-gettext.sh: Likewise.
39389         * intl/tst-gettext2.sh: Likewise.
39390         * intl/tst-gettext4.sh: Likewise.
39391         * intl/tst-gettext6.sh: Likewise.
39392         * intl/tst-translit.sh: Likewise.
39393         * io/ftwtest-sh: Likewise.
39394         * libio/test-freopen.sh: Likewise.
39395         * malloc/tst-mtrace.sh: Likewise.
39396         * posix/globtest.sh: Likewise.
39397         * posix/tst-getconf.sh: Likewise.
39398         * posix/wordexp-tst.sh: Likewise.
39399         * stdio-common/tst-printf.sh: Likewise.
39400         * stdio-common/tst-unbputc.sh: Likewise.
39401         * stdlib/tst-fmtmsg.sh: Likewise.
39402         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
39403         * catgets/Makefile: Do not specify -e option when running
39404         testsuite shell scripts.
39405         * elf/Makefile: Likewise.
39406         * grp/Makefile: Likewise.
39407         * iconvdata/Makefile: Likewise.
39408         * intl/Makefile: Likewise.
39409         * io/Makefile: Likewise.
39410         * libio/Makefile: Likewise.
39411         * malloc/Makefile: Likewise.
39412         * posix/Makefile: Likewise.
39413         * stdio-common/Makefile: Likewise.
39414         * stdlib/Makefile: Likewise.
39415         * sysdeps/x86_64/Makefile: Likewise.
39417         * io/ftwtest-sh: Add copyright header.
39418         * posix/globtest.sh: Likewise.
39419         * posix/tst-getconf.sh: Likewise.
39420         * posix/wordexp-tst.sh: Likewise.
39421         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
39423 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
39425         [BZ #13679]
39426         * Makeconfig (+link): Defined as $(+link-static) if
39427         $(build-shared) isn't yes.
39428         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
39429         isn't yes.
39430         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
39432         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
39434         [BZ #14562]
39435         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
39436         new chunk size with MALLOC_ALIGN_MASK.
39438 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
39440         [BZ #5044]
39441         * stdio-common/printf_fphex.c: Include <stdbool.h> and
39442         <rounding-mode.h>.
39443         (__printf_fphex): Determine rounding using get_rounding_mode and
39444         round_away.
39445         * stdio-common/tst-printf-round.c (struct hex_test): New
39446         structure.
39447         (hex_tests): New variable.
39448         (test_hex_in_one_mode): New function.
39449         (do_test): Also run tests for hex float output.
39451 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
39453         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
39454         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
39455         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
39456         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
39457         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
39458         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
39459         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
39460         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
39462 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
39464         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
39465         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
39466         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
39467         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
39469 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
39471         [BZ #14579]
39472         * elf/rtld.c (dl_main): Limit the check for self loading to normal
39473         mode only.
39474         * elf/tst-rtld-load-self.sh: New test.
39475         * elf/Makefile: Run it.
39477 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
39479         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
39480         (tst-writev-ENV): Remove.
39481         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
39483 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
39485         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
39487 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
39489         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
39490         unconditional.
39491         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
39492         Likewise.
39493         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
39494         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
39495         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
39496         Likewise.
39498 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
39500         [BZ #14587]
39501         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
39502         * config.make.in (have-cpp-asm-debuginfo): Removed.
39503         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
39504         * configure: Regenerated.
39506 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
39508         [BZ #5044]
39509         * stdio-common/printf_fp.c: Include <stdbool.h> and
39510         <rounding-mode.h>.
39511         (___printf_fp): Determine rounding using get_rounding_mode and
39512         round_away.
39513         * stdio-common/tst-printf-round.c: New file.
39514         * stdio-common/Makefile (tests): Add tst-printf-round.
39515         (link-libm): New variable.
39516         ($(objpfx)tst-printf-round): Depend in $(link-libm).
39518 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
39520         [BZ #14576]
39521         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
39522         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
39523         Likewise.
39524         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
39525         Likewise.
39527 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
39529         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
39530         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39531         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39532         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39534 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
39536         [BZ #14518]
39537         * include/rounding-mode.h: New file.
39538         * sysdeps/generic/get-rounding-mode.h: Likewise.
39539         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
39540         * stdlib/strtod_l.c: Include <rounding-mode.h>.
39541         (MAX_VALUE): New macro.
39542         (MIN_VALUE): Likewise.
39543         (overflow_value): New function.
39544         (underflow_value): Likewise.
39545         (round_and_return): Use overflow_value and underflow_value to
39546         determine return values in overflow and underflow cases.  Use
39547         round_away to determine rounding depending on rounding mode.
39548         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
39549         determine return values in overflow and underflow cases.
39550         * stdlib/tst-strtod-round.c: Include <fenv.h>.
39551         (struct test_results): New structure.
39552         (struct test): Use struct test_results to store expected results
39553         for all rounding modes.
39554         (TEST): Include expected results for all rounding modes.
39555         (test_in_one_mode): New function.
39556         (do_test): Use test_in_one_mode to compute and check results.
39557         Check results for all rounding modes.
39558         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
39559         $(link-libm).
39561 2012-12-09  Allan McRae  <allan@archlinux.org>
39563         * sysdeps/i386/fpu/libm-test-ulps: Update
39565 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
39567         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
39568         (_G_int32_t): Likewise.
39569         (_G_uint16_t): Likewise.
39570         (_G_uint32_t): Likewise.
39571         (_G_HAVE_BOOL): Likewise.
39572         (_G_HAVE_ATEXIT): Likewise.
39573         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39574         (_G_HAVE_IO_FILE_OPEN): Likewise.
39575         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
39576         (_G_int32_t): Likewise.
39577         (_G_uint16_t): Likewise.
39578         (_G_uint32_t): Likewise.
39579         (_G_HAVE_BOOL): Likewise.
39580         (_G_HAVE_ATEXIT): Likewise.
39581         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39582         (_G_HAVE_IO_FILE_OPEN): Likewise.
39583         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
39584         (_G_int32_t): Likewise.
39585         (_G_uint16_t): Likewise.
39586         (_G_uint32_t): Likewise.
39587         (_G_HAVE_BOOL): Likewise.
39588         (_G_HAVE_ATEXIT): Likewise.
39589         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39590         (_G_HAVE_IO_FILE_OPEN): Likewise.
39592 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
39594         * csu/libc-tls.c: Update copyright years.
39596 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
39598         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
39599         [!_G_USING_THUNKS]: Remove conditional code.
39600         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
39601         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
39603         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
39604         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
39605         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39606         (_G_VTABLE_LABEL_PREFIX): Likewise.
39607         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39608         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39609         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39610         (_G_VTABLE_LABEL_PREFIX): Likewise.
39611         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39612         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39613         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39614         (_G_VTABLE_LABEL_PREFIX): Likewise.
39615         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39617 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
39619         * libio/Makefile: Include ../Makeconfig before tests.
39620         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
39621         only if $(build-shared) is yes.
39623         * iconv/gconv_db.c: Update copyright years.
39625 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39627         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
39628         unwind info if defined PIC. Fix special cases description.
39629         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
39631         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
39632         DP_HI_MASK entry.
39633         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
39635 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
39637         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
39639         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
39640         is NULL.
39642         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
39643         (LDLIBS-tst-chk4): This.
39644         (LDFLAGS-tst-chk5): Renamed to ...
39645         (LDLIBS-tst-chk5): This.
39646         (LDFLAGS-tst-chk6): Renamed to ...
39647         (LDLIBS-tst-chk6): This.
39648         (LDFLAGS-tst-lfschk4): Renamed to ...
39649         (LDLIBS-tst-lfschk4): This.
39650         (LDFLAGS-tst-lfschk5): Renamed to ...
39651         (LDLIBS-tst-lfschk5): This.
39652         (LDFLAGS-tst-lfschk6): Renamed to ...
39653         (LDLIBS-tst-lfschk6): This.
39655         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
39656         on $(common-objpfx)soversions.mk.
39658 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
39660         [BZ #10014]
39661         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
39662         example host name.
39664 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
39666         * malloc/arena.c (arena_get_retry): New function that gets
39667         another arena for the caller to try its request on.
39668         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
39669         current arena cannot fulfill the request.
39670         (__libc_memalign): Likewise.
39671         (__libc_memalign): Likewise.
39672         (__libc_pvalloc): Likewise.
39673         (__libc_calloc): Likewise.
39675 2012-09-05  John Tobey  <john.tobey@gmail.com>
39677         [BZ #13542]
39678         * manual/arith.texi (Operations on Complex): Fix description
39679         of carg branch cut.
39681 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39683         [BZ #10014]
39684         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
39685         host name.
39687         [BZ #10038]
39688         * manual/memory.texi (Memory): Make order of menu items match
39689         order of sections.
39691 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39693         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
39694         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
39695         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
39697 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39699         * csu/libc-tls.c (static_dtv): Renamed to ...
39700         (_dl_static_dtv): This.  Make it global.
39701         (_dl_initial_dtv): Removed.
39702         (__libc_setup_tls): Updated.
39703         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
39704         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
39705         DL_INITIAL_DTV.
39707 2012-09-06  Petr Machata  <pmachata@redhat.com>
39709         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
39710         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
39711         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
39712         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
39714 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39716         [BZ #14545]
39717         * csu/libc-tls.c (_dl_initial_dtv): New variable.
39718         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
39719         freeing dtv[-1].
39721 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39723         [BZ #14544]
39724         * Makeconfig (link-static-before-libc): Replace $(+prector)
39725         with $(+prectorT).
39726         (link-static-after-libc): Replace $(+postctor) with
39727         $(+postctorT).
39728         (link-bounded): Replace $(+prector)/$(+postctor) with
39729         $(+prectorT)/$(+postctorT).
39730         (+prectorT): New macro.
39731         (+postctorT): Likewise.
39733 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39735         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
39736         (round_str): Handle values above the maximum for IBM long double
39737         as inexact.
39738         * stdlib/tst-strtod-round.c (tests): Regenerated.
39740 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39742         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
39743         assembler flag.
39744         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
39745         zarch_nohighgprs around the zarch optimized routines.
39746         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
39747         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
39748         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
39749         for zarch.
39751 2012-09-05  David S. Miller  <davem@davemloft.net>
39753         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39755         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
39756         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
39757         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
39758         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
39759         entries.
39761 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39763         * malloc/arena.c: Fold copyright years.
39764         * malloc/mcheck.c, malloc/memusage.c: Likewise.
39766 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39768         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
39770 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39772         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
39774 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39776         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
39777         change internal state upon failure.
39779 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39781         * malloc/mcheck.c (mcheck_check_all): Fix typo.
39782         * malloc/memusage.c (mmap): Likewise.
39783         (mmap64, mremap): Likewise.  Adjust name in comment.
39785 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39787         * libio/fileops.c: Fix typos in comments.
39788         * libio/oldfileops.c: Likewise.
39789         * libio/wfileops.c: Likewise.
39791 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39793         [BZ #1349]
39794         * malloc/Makefile (tests): Add tst-malloc-usable test case.
39795         (tst-malloc-usable-ENV): Set environment for test case.
39796         * malloc/hooks.c (malloc_check_get_size): New function to get
39797         requested size.
39798         * malloc/malloc.c (musable): Use malloc_check_get_size.
39799         * malloc/tst-malloc-usable.c: New test case.
39801 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39803         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
39805 2012-09-05  Allan McRae  <allan@archlinux.org>
39807         [BZ #13966]
39808         * configure.in (CXX_SYSINCLUDES): Use compiler output to
39809         determine header location.
39810         * configure: Regenerated.
39812 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39814         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
39815         float format.
39816         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
39817         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
39818         format.
39819         (test): Regenerate.
39821 2012-09-04  David S. Miller  <davem@davemloft.net>
39823         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
39824         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
39825         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
39827 2012-09-04  Florian Weimer  <fweimer@redhat.com>
39829         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
39830         failures.
39832         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
39834 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
39836         [BZ #9914]
39837         * libio/iogetdelim.c: Include <limits.h>.
39838         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
39839         + len + 1 would overflow.
39841 2012-09-03  Andreas Jaeger  <aj@suse.de>
39843         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39844         * sysdeps/i386/fpu/libm-test-ulps: Update.
39846 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39848         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39849         Add s_sinf-sse2, s_conf-sse2.
39851         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
39852         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
39853         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
39854         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
39856         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
39857         for using routine as __sinf_ia32.
39858         Use macro for function declaration and weak_alias.
39859         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
39860         for using routine as __cosf_ia32.
39861         Use macro for function declaration and weak_alias.
39863         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
39864         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
39866         * sysdeps/x86_64/fpu/s_sinf.S: New file.
39867         * sysdeps/x86_64/fpu/s_cosf.S: New file.
39868         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39870         * math/libm-test.inc (cos_test): Add more test cases.
39871         (sin_test): Likewise.
39872         (sincos_test): Likewise.
39874 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39876         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
39877         (IFUNC_RESOLVE): Make pointers to the specialized implementations
39878         hidden.
39879         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
39881 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
39883         [BZ #14538]
39884         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
39885         first element of the GOT.
39886         (elf_machine_load_address): Return the difference between
39887         the runtime address of _DYNAMIC and elf_machine_dynamic ().
39889 2012-09-01  Allan McRae  <allan@archlinux.org>
39891         [BZ #13412]
39892         * configure.in (AWK): Require gawk version 3.0 or later.
39893         * configure: Regenerated.
39895 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
39897         * sysdeps/unix/sysv/linux/kernel-features.h
39898         (__ASSUME_POSIX_CPU_TIMERS): Remove.
39899         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39900         [__NR_clock_getres]: Make code unconditional.
39901         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
39902         (clock_getcpuclockid): Remove code left unreachable by removal of
39903         conditionals.
39904         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
39905         code unconditional.
39906         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39907         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39908         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
39909         Make code unconditional.
39910         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39911         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39912         * sysdeps/unix/sysv/linux/clock_settime.c
39913         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
39914         conditional code.
39915         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
39916         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39918 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
39920         [BZ #14476]
39921         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
39922         scripts/test-installation.pl.
39924         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
39925         and $ld_so_version if it is set.
39927 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
39929         [BZ #14516]
39930         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
39931         failure if reading from procfs failed.
39932         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
39934 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39936         * sysdeps/unix/sysv/linux/kernel-features.h
39937         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
39938         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39939         Remove conditional code.
39940         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39941         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
39942         Remove conditional code.
39943         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39944         * sysdeps/unix/sysv/linux/i386/fxstat.c
39945         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39946         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39947         * sysdeps/unix/sysv/linux/i386/fxstatat.c
39948         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39949         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39950         * sysdeps/unix/sysv/linux/i386/lxstat.c
39951         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39952         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39953         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
39954         Remove conditional code.
39955         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39956         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39957         Remove conditional code.
39958         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39959         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
39960         <kernel-features.h>.
39961         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
39962         Remove.
39963         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
39964         Remove conditional code.
39965         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39966         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
39967         Remove conditional.
39969 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
39971         [BZ #5400]
39972         * NEWS: Add fixed bug number.
39974 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39976         [BZ #14519]
39977         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
39978         underflowing exponent in case of negative sign.
39979         * stdlib/tst-strtod-round-data: Add more tests.
39980         * stdlib/tst-strtod-round.c (tests): Regenerated.
39982         [BZ #3479]
39983         * stdlib/strtod_l.c (NDIG): Remove.
39984         (HEXNDIG): Likewise.
39985         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
39986         smallest representable value.
39987         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
39988         lie within an exact representation of 1/2 ulp of the result.
39989         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
39990         unconditionally.
39991         (TENS_P9_IDX): Define unconditionally.
39992         (TENS_P9_SIZE): Likewise.
39993         (TENS_P10_IDX): Likewise.
39994         (TENS_P10_SIZE): Likewise.
39995         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
39996         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
39997         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
39998         entries for 10^2^13 and 10^2^14.
39999         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
40000         (TENS_P13_IDX): Define.
40001         (TENS_P13_SIZE): Likewise.
40002         (TENS_P14_IDX): Likewise.
40003         (TENS_P14_SIZE): Likewise.
40004         (_fpioconst_pow10): Change array size to
40005         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
40006         unconditional.
40007         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
40008         1024]: Add entries for 10^2^13 and 10^2^14.
40009         [LAST_POW10 > _LAST_POW10]: Remove #error.
40010         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
40011         (_fpioconst_pow10): Change array size to
40012         FPIOCONST_POW10_ARRAY_SIZE.
40013         * stdlib/gen-fpioconst.c: New file.
40014         * stdlib/gen-tst-strtod-round.c: Likewise.
40015         * stdlib/tst-strtod-round-data: Likewise.
40016         * stdlib/tst-strtod-round.c: Likewise.
40017         * stdlib/Makefile (tests): Add tst-strtod-round.
40019         [BZ #14459]
40020         * stdlib/strtod_l.c: Include <stdint.h>.
40021         (NDEBUG): Do not define.
40022         (round_and_return): Change EXPONENT parameter to type intmax_t.
40023         Rearrange calculations to avoid internal overflow possibilities.
40024         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
40025         Rearrange calculations to avoid internal overflow possibilities.
40026         Assert that number fits inside MPNSIZE limbs.
40027         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
40028         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
40029         calculations and add assertions to avoid internal overflow
40030         possibilities.  Add casts to avoid signed/unsigned operations.
40031         * stdlib/tst-strtod-overflow.c: New file.
40032         * stdlib/Makefile (tests): Add tst-strtod-overflow.
40034 2012-08-25  Marek Polacek  <polacek@redhat.com>
40036         * time/time.h: Fix some typos in comments.
40038 2012-08-23  Roland McGrath  <roland@hack.frob.com>
40040         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
40041         * posix/tst-rfc3484-2.c: Likewise.
40042         * posix/tst-rfc3484-3.c: Likewise.
40044 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
40046         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
40047         (EF_ARM_ABI_FLOAT_HARD): Likewise.
40049 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
40051         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
40052         #include of fxstatat64.c.
40054 2012-08-22  Roland McGrath  <roland@hack.frob.com>
40056         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
40057         * shadow/getspent_r.c: Likewise.
40058         * shadow/getspnam.c: Likewise.
40059         * shadow/getspnam_r.c: Likewise.
40060         * gshadow/getsgent.c: Likewise.
40061         * gshadow/getsgent_r.c: Likewise.
40062         * gshadow/getsgnam.c: Likewise.
40063         * gshadow/getsgnam_r.c: Likewise.
40064         * inet/getnetbyad.c: Likewise.
40065         * inet/getnetbyad_r.c: Likewise.
40066         * inet/getnetbynm.c: Likewise.
40067         * inet/getnetbynm_r.c: Likewise.
40068         * inet/getnetent.c: Likewise.
40069         * inet/getnetent_r.c: Likewise.
40070         * inet/getproto.c: Likewise.
40071         * inet/getproto_r.c: Likewise.
40072         * inet/getprtent.c: Likewise.
40073         * inet/getprtent_r.c: Likewise.
40074         * inet/getprtname.c: Likewise.
40075         * inet/getprtname_r.c: Likewise.
40076         * inet/getrpcbyname.c: Likewise.
40077         * inet/getrpcbyname_r.c: Likewise.
40078         * inet/getrpcbynumber.c: Likewise.
40079         * inet/getrpcbynumber_r.c: Likewise.
40080         * inet/getrpcent.c: Likewise.
40081         * inet/getrpcent_r.c: Likewise.
40082         * inet/getaliasent.c: Likewise.
40083         * inet/getaliasent_r.c: Likewise.
40084         * inet/getaliasname.c: Likewise.
40085         * inet/getaliasname_r.c: Likewise.
40086         * nscd/getgrgid_r.c: Likewise.
40087         * nscd/getgrnam_r.c: Likewise.
40088         * nscd/gethstbyad_r.c: Likewise.
40089         * nscd/gethstbynm3_r.c: Likewise.
40090         * nscd/getpwnam_r.c: Likewise.
40091         * nscd/getpwuid_r.c: Likewise.
40092         * nscd/getsrvbynm_r.c: Likewise.
40093         * nscd/getsrvbypt_r.c: Likewise.
40094         * nscd/gai.c: Likewise.
40096         * configure.in (build_nscd): New substituted variable, set
40097         by --disable-build-nscd and defaults to $use_nscd.
40098         * configure: Regenerated.
40099         * config.make.in (build-nscd): New substituted variable.
40100         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
40101         Change conditional to require [$(build-nscd) = yes] as well.
40102         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
40104         [BZ# 13696]
40105         * configure.in (use_nscd): New substituted variable, set by
40106         --disable-nscd.  If enabled, define USE_NSCD.
40107         * configure: Regenerated.
40108         * config.h.in: Add USE_NSCD.
40109         * config.make.in (use-nscd): New substituted variable.
40110         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
40111         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
40112         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
40113         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
40114         (CFLAGS-getgrnam_r.c): Likewise.
40115         (CFLAGS-initgroups.c): Likewise.
40116         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
40117         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
40118         Variables removed.
40119         * inet/getnetgrent_r.c
40120         (nscd_setnetgrent): New function, broken out of ...
40121         (setnetgrent): ... here.  Call it.
40122         (innetgr): Conditionalize nscd bits on [USE_NSCD].
40123         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
40124         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
40125         * nscd/Makefile (routines, aux): Move definitions after include of
40126         Makeconfig.  Conditionalize on [$(use-nscd) != no].
40127         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
40128         Conditionalize on [USE_NSCD].
40129         (is_nscd, nscd_init_cb): Likewise.
40130         (nss_load_library): Conditionalize init callback on [USE_NSCD].
40131         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
40132         * nss/nss_db/db-init.c: Likewise.
40133         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
40134         [USE_NSCD].
40135         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
40136         (make_request): Use it.
40137         (cache_valid_p): New function.
40138         (__check_pf): Use it.
40139         * NEWS: Add item for --disable-nscd.
40141 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
40143         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
40144         to support sed >= 4.2.1-20-ga9bf076.
40145         * configure: Regenerated.
40147 2012-08-22  Roland McGrath  <roland@hack.frob.com>
40149         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
40150         Conditionalize whole body on [IREL].
40152 2012-08-22  Jeff Law <law@redhat.com>
40154         [BZ #14505]
40155         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
40156         if the family is PF_UNSPEC.
40158 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
40160         * Makerules (lib-version): Rename from V.
40161         (install-lib-nosubdir): Change V to lib-version.
40163 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
40165         [BZ #14252]
40166         * powerpc32/power6/wcschr.c: New file.
40167         * powerpc32/power6/wcscpy.c: New file.
40168         * powerpc32/power6/wcsrchr.c: New file.
40169         * powerpc64/power6/wcschr.c: New file.
40170         * powerpc64/power6/wcscpy.c: New file.
40171         * powerpc64/power6/wcsrchr.c: New file.
40173 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
40175         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
40176         (two_way_short_needle): Use it.
40177         * string/strstr.c (AVAILABLE1_USES_J): Define.
40178         * string/strcasestr.c: Likewise.
40180         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
40181         array references.
40182         * string/strcasestr.c (TOLOWER): Make side-effect safe.
40184         [BZ #11607]
40185         * NEWS: Add an entry.
40186         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
40187         define their defaults.
40188         (two_way_short_needle): Detect end-of-string on-the-fly.
40189         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
40190         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
40191         * string/bug-strcasestr1.c: New test.
40192         * string/Makefile: Run it.
40194 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
40196         [BZ #11607]
40197         * string/str-two-way.h (two_way_short_needle): Optimize matching of
40198         the first character.
40200 2012-08-21  Roland McGrath  <roland@hack.frob.com>
40202         * csu/elf-init.c (__libc_csu_irel): Function removed.
40203         * csu/libc-start.c (apply_irel): New function.
40204         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
40206 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
40208         * sysdeps/unix/sysv/linux/kernel-features.h
40209         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
40210         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
40211         <kernel-features.h>.
40212         [__NR_fadvise64_64]: Make code unconditional.
40213         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
40214         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
40215         !__NR_fadvise64_64)]: Likewise.
40216         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
40217         !__NR_fadvise64_64))]: Likewise.
40218         [__NR_fadvise64]: Make code unconditional.
40219         [!__NR_fadvise64]: Remove conditional code.
40220         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
40221         <kernel-features.h>.
40222         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40223         unconditional.
40224         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40225         conditional code.
40226         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
40227         not include <kernel-features.h>.
40228         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40229         unconditional.
40230         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40231         conditional code.
40232         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
40233         include <kernel-features.h>.
40234         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
40235         unconditional.
40236         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
40237         conditional code.
40239 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
40241         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
40242         slight instruction rearrangements per scrollpipe analysis.
40243         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
40245 2012-08-20  Roland McGrath  <roland@hack.frob.com>
40247         * manual/syslog.texi (syslog; vsyslog, closelog):
40248         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
40249         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
40251         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
40252         DSOCAPS to match condition on defining it.
40254 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
40256         * sysdeps/unix/sysv/linux/kernel-features.h
40257         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
40258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
40259         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40260         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
40262         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40263         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
40265         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
40266         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
40268         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
40269         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
40271         * sysdeps/unix/sysv/linux/kernel-features.h
40272         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
40273         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
40274         unconditional.
40275         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40276         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
40277         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
40278         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40279         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
40280         Make code unconditional.
40281         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40282         (__mmap64) [!__NR_mmap2]: Likewise.
40283         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
40284         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
40285         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40286         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
40287         [__NR_mmap2]: Make code unconditional.
40288         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40289         (__mmap64) [!__NR_mmap2]: Likewise.
40291 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40293         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
40295 2012-08-18  Andreas Jaeger  <aj@suse.de>
40297         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
40299 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
40301         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
40302         * include/unistd.h (__have_sock_cloexec): Likewise.
40303         (__have_pipe2): Likewise.
40304         (__have_dup3): Likewise.
40306 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
40308         [BZ #9685]
40309         * include/unistd.h (__have_pipe2): Change define into an extern int.
40310         (__have_dup3): Likewise.
40311         * socket/have_sock_cloexec.c: Include fcntl.h.
40312         (__have_pipe2): New variable.
40313         (__have_dup3): Likewise.
40315 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
40317         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
40319 2012-08-17  Marek Polacek  <polacek@redhat.com>
40321         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
40322         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
40324 2012-08-17  Roland McGrath  <roland@hack.frob.com>
40326         * configure.in: Add AC_SUBST for sysheaders.
40327         * configure: Regenerated.
40328         * config.make.in (sysheaders): New substituted variable.
40330         * sysdeps/unix/mkfifo.c: Moved ...
40331         * sysdeps/posix/mkfifo.c: ... here.
40332         * sysdeps/unix/mkfifoat.c: Moved ...
40333         * sysdeps/posix/mkfifoat.c: ... here.
40335         * sysdeps/unix/utime.c: Moved ...
40336         * sysdeps/posix/utime.c: ... here.
40338         * sysdeps/unix/time.c: Moved ...
40339         * sysdeps/posix/time.c: ... here.
40340         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
40341         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
40343         * sysdeps/unix/nice.c: Moved ...
40344         * sysdeps/posix/nice.c: ... here.
40346         * sysdeps/unix/alarm.c: Moved ...
40347         * sysdeps/posix/alarm.c: ... here.
40349         * intl/Makefile ($(codeset_mo)): Depend on the input file.
40351 2012-08-17  Jeff Law <law@redhat.com>
40353         * intl/Makefile (codeset_mo): New variable.
40354         ($(codeset_mo)): New target.
40355         (tst-codeset.out): Depend on that.  Remove explicit rule.
40356         (tst-gettext3.out, tst-gettext5.out): Likewise.
40357         (LOCPATH-ENV, tst-codeset-ENV): New variables.
40358         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
40359         * intl/tst-codeset.sh: Remove.
40360         * intl/tst-gettext3.sh: Likewise.
40361         * intl/tst-gettext5.sh: Likewise.
40363 2012-08-17  Roland McGrath  <roland@hack.frob.com>
40365         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
40366         * sysdeps/unix/syscalls.list: ... here.
40368         * sysdeps/posix/getaddrinfo.c
40369         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
40370         (gaiconf_init, gaiconf_reload): Use them.
40371         [!_STATBUF_ST_NSEC]
40372         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
40373         Define using time_t rather than struct timespec.
40375         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
40376         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
40377         Macros removed.
40378         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
40379         [!NO_THREADS].
40380         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
40381         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
40382         Likewise.
40384         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
40385         __libc_cleanup_push argument.
40387         * bits/param.h: New file.
40388         * misc/sys/param.h: New file.
40389         * include/sys/param.h: New file.
40390         * misc/Makefile (headers): Add bits/param.h.
40391         * sysdeps/generic/sys/param.h: File removed.
40392         * sysdeps/unix/sysv/linux/bits/param.h: New file.
40393         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
40394         * sysdeps/mach/hurd/bits/param.h: New file.
40395         * sysdeps/mach/hurd/sys/param.h: File removed.
40397         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
40398         last change.
40400         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
40401         [_IO_MTSAFE_IO].
40402         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
40403         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
40404         New macros.
40406         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
40407         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
40408         rather than -D_IO_MTSAFE_IO conditionally.
40409         * stdio-common/Makefile (CPPFLAGS): Likewise.
40410         * wcsmbs/Makefile (CPPFLAGS): Likewise.
40411         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
40412         Use $(libio-mtsafe).
40413         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
40414         of -D_IO_MTSAFE_IO.
40415         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
40416         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
40417         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
40418         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
40419         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
40420         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
40421         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
40422         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
40423         (CFLAGS-fread_u_chk.c): Likewise.
40424         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
40425         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
40426         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
40427         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
40428         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
40429         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
40430         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
40431         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
40432         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
40434         * libio/Makefile: Test [$(libc-reentrant) = yes]
40435         instead of [$(filter %REENTRANT, $(defines)) nonempty].
40437         * Makeconfig
40438         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
40439         * sysdeps/pthread/configure: File removed.
40440         * sysdeps/pthread/Makeconfig: New file.
40441         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
40442         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
40444 2012-08-16  Gary Benson  <gbenson@redhat.com>
40446         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
40447         unmapping the first object in a namespace.
40449 2012-08-16  Roland McGrath  <roland@hack.frob.com>
40451         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
40452         (__internal_setnetgrent): ... this.  Add internal_function to
40453         definition.  Add libc_hidden_def.
40454         (setnetgrent): Update caller.
40455         (internal_endnetgrent): Renamed to ...
40456         (__internal_endnetgrent): ... this.  Add internal_function to
40457         definition.  Add libc_hidden_def.
40458         (endnetgrent): Update caller.
40459         (internal_getnetgrent_r): Renamed to ...
40460         (__internal_getnetgrent_r): ... this.  Add internal_function to
40461         definition.  Add libc_hidden_def.
40462         (__getnetgrent_r): Update caller.
40463         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
40465 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
40467         * stdlib/longlong.h: Update from GCC.
40469 2012-08-16  Roland McGrath  <roland@hack.frob.com>
40471         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
40472         on _QL, which is set by umul_ppmm but never used.
40473         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
40474         variables, which are set by GMP macros but never used.
40475         * stdio-common/_itowa.c (_itowa): Likewise.
40476         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
40477         * stdlib/mod_1.c (mpn_mod_1): Likewise.
40479 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
40481         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
40482         struct La_sh_regs is not constant.
40483         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
40484         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
40485         and struct La_sparc64_regs are not constant.
40487 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
40489         * sysdeps/unix/sysv/linux/kernel-features.h
40490         (__ASSUME_POSIX_TIMERS): Remove.
40491         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
40492         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40493         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
40494         Make code unconditional.
40495         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40496         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
40497         Make code unconditional.
40498         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40499         * sysdeps/unix/sysv/linux/clock_nanosleep.c
40500         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
40501         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40502         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
40503         Make code unconditional.
40504         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40505         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
40506         (__libc_missing_posix_timers): Remove.
40508 2012-08-15  Roland McGrath  <roland@hack.frob.com>
40510         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
40511         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
40513         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
40515         * elf/dl-sym.c: Include <stdlib.h>.
40517         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
40518         constants, which avoids warnings in 32-bit builds.
40520         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
40521         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
40523         * misc/lseek.c: File moved to ...
40524         * io/lseek.c: ... here.
40526         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
40528         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
40529         shifting LEN more than 31 bits at once.
40531 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40533         [BZ #14195]
40534         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
40535         segmentation fault for a case of two empty input strings.
40536         * string/test-strncasecmp.c (check1): Renamed to...
40537         (bz12205): ...this.
40538         (bz14195): Add new testcase for two empty input strings and N > 0.
40539         (test_main): Call new testcase, adapt for renamed function.
40541 2012-08-15  Andreas Jaeger  <aj@suse.de>
40543         [BZ #14090]
40544         * crypt/md5test2.c: New test, based on test supplied by Serge
40545         Belyshev <belyshev@depni.sinp.msu.ru>.
40546         * crypt/Makefile (xtests): Add md5test-giant..
40547         * crypt/Makefile ($(objpfx)md5test-giant): Add.
40549 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
40551         [BZ #14090]
40552         * crypt/md5.c (md5_process_block): Don't assume the buffer
40553         length is less than 2**32.
40554         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
40555         length is less than 2**64.
40557 2012-08-15  Roland McGrath  <roland@hack.frob.com>
40559         * string/str-two-way.h: Include <sys/param.h>.
40560         (MAX): Macro removed.
40562         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
40563         Move #define and #undef of memmove to just before and after
40564         including <string.h>.
40566         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
40567         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
40568         and after including <string.h>.  Move declarations of
40569         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
40570         to before #include "string/memmove.c".
40572         * include/dirent.h: Declare __getdirentries.
40574         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
40575         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
40577 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
40579         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
40580         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
40581         * sysdeps/i386/configure: Regenerated.
40582         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
40583         STABS_CURRENT_FILE, and STABS_FUN.
40584         (END): Remove call to STABS_FUN_END.
40585         (STABS_CURRENT_FILE1): Delete.
40586         (STABS_CURRENT_FILE): Likewise.
40587         (STABS_FUN): Likewise.
40588         (STABS_FUN_END): Likewise.
40589         (STABS_FUN2): Likewise.
40590         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
40591         * sysdeps/x86_64/configure: Regenerated.
40593 2012-08-14  Roland McGrath  <roland@hack.frob.com>
40595         * elf/dl-open.c: Include <atomic.h>.
40596         * elf/dl-lookup.c: Likewise.
40598 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
40600         * sysdeps/unix/sysv/linux/kernel-features.h
40601         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
40602         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
40603         unconditionally.
40604         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
40605         unconditionally.
40606         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
40607         condition on __ASSUME_CLONE_THREAD_FLAGS.
40609 2012-08-14  Andreas Jaeger  <aj@suse.de>
40611         * sysdeps/i386/fpu/libm-test-ulps: Update.
40613 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
40615         * include/atomic.h (atomic_exchange_and_add): Split into ...
40616         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
40617         New atomic macros.
40619 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
40621         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40623 2012-08-13  Jeff Law <law@redhat.com>
40625         * manual/stdio.texi (snprintf): Clarify handling of the trailing
40626         null byte in the output string.
40628 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
40630         * sysdeps/unix/sysv/linux/kernel-features.h
40631         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
40632         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
40633         (__ASSUME_ARG_MAX_STACK_BASED): Define.
40634         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
40635         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
40636         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
40637         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
40639 2012-08-09  Jeff Law <law@redhat.com>
40641         [BZ #13939]
40642         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
40643         When avoid_arena is set, don't retry in the that arena.  Pick the
40644         next one, whatever it might be.
40645         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
40646         (arena_lock): Pass in new parameter to arena_get2.
40647         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
40648         arena_get2.
40649         (__libc_malloc): Unify retrying after main arena failure with
40650         __libc_memalign version.
40651         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
40653 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
40655         [BZ #14166]
40656         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
40657         to __redirect_strstr.
40658         (__strstr_sse42): Use typeof __redirect_strstr.
40659         (__strstr_ia32): Likewise.
40660         (__libc_strstr): New prototype.
40661         (strstr): Renamed to ...
40662         (__libc_strstr): This.
40663         (strstr): New strong alias of __libc_strstr.
40664         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
40665         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
40666         __redirect_time.
40667         Include <time.h>.
40668         (__libc_time): New prototype.
40669         (time_ifunc): Replace time with __libc_time.
40670         (time): New strong alias and hidden definition of __libc_time.
40671         (__GI_time): Remove strong alias.
40672         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
40673         Include <stddef.h>.
40674         (memmove): Redefined to __redirect_memmove.
40675         (__memmove_sse2): Use typeof __redirect_memmove.
40676         (__memmove_ssse3): Likewise.
40677         (__memmove_ssse3_back): Likewise.
40678         (__libc_memmove): New prototype.
40679         (memmove): Renamed to ...
40680         (__libc_memmove): This.
40681         (memmove): New strong alias of __libc_memmove.
40683 2012-08-08  Mark Salter  <msalter@redhat.com>
40685         * elf/elf.h
40686         (R_MN10300_TLS_GD): Define.
40687         (R_MN10300_TLS_LD): Likewise.
40688         (R_MN10300_TLS_LDO): Likewise.
40689         (R_MN10300_TLS_GOTIE): Likewise.
40690         (R_MN10300_TLS_IE): Likewise.
40691         (R_MN10300_TLS_LE): Likewise.
40692         (R_MN10300_TLS_DTPMOD): Likewise.
40693         (R_MN10300_TLS_DTPOFF): Likewise.
40694         (R_MN10300_TLS_TPOFF): Likewise.
40695         (R_MN10300_SYM_DIFF): Likewise.
40696         (R_MN10300_ALIGN): Likewise.
40697         (R_MN10300_NUM): Update.
40699 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
40701         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
40702         Remove.
40704 2012-08-08  Roland McGrath  <roland@hack.frob.com>
40706         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
40708         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
40709         sysdeps/unix -> sysdeps/posix move.
40710         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
40712 2012-08-07      Allan McRae     <allan@archlinux.org>
40714         [BZ #14303]
40715         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
40716         (SUNOS_CPP): Likewise.
40717         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
40718         not found.
40719         (open_input): Call CPP using execvp.
40721 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40723         * sysdeps/unix/sysv/linux/kernel-features.h
40724         (__ASSUME_PROT_GROWSUPDOWN): Remove.
40725         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40726         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40727         (__ASSUME_WAITID_SYSCALL): Likewise.
40728         * sysdeps/unix/sysv/linux/dl-execstack.c
40729         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
40730         code unconditional.
40731         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
40732         conditional code.
40733         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
40734         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
40735         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
40736         code.
40737         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
40738         unconditional.
40739         [__ASSUME_WAITID_SYSCALL]: Likewise.
40740         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
40742 2012-08-07  Roland McGrath  <roland@hack.frob.com>
40744         * sysdeps/unix/closedir.c: Renamed to ...
40745         * sysdeps/posix/closedir.c: ... here.
40746         * sysdeps/unix/dirfd.c: Renamed to ...
40747         * sysdeps/posix/dirfd.c: ... here.
40748         * sysdeps/unix/dirstream.h: Renamed to ...
40749         * sysdeps/posix/dirstream.h: ... here.
40750         * sysdeps/unix/fdopendir.c: Renamed to ...
40751         * sysdeps/posix/fdopendir.c: ... here.
40752         * sysdeps/unix/opendir.c: Renamed to ...
40753         * sysdeps/posix/opendir.c: ... here.
40754         * sysdeps/unix/readdir.c: Renamed to ...
40755         * sysdeps/posix/readdir.c: ... here.
40756         * sysdeps/unix/readdir_r.c: Renamed to ...
40757         * sysdeps/posix/readdir_r.c: ... here.
40758         * sysdeps/unix/rewinddir.c: Renamed to ...
40759         * sysdeps/posix/rewinddir.c: ... here.
40760         * sysdeps/unix/seekdir.c: Renamed to ...
40761         * sysdeps/posix/seekdir.c: ... here.
40762         * sysdeps/unix/telldir.c: Renamed to ...
40763         * sysdeps/posix/telldir.c: ... here.
40764         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
40765         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
40766         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
40767         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
40769         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
40770         * bits/fcntl.h: ... here.
40772         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
40773         not 0.
40774         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
40775         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
40776         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
40777         (struct flock): Move l_start, l_len to the beginning.
40778         Use __pid_t for l_pid.
40779         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
40780         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
40781         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
40782         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
40783         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
40784         [__USE_LARGEFILE64] (struct flock64): New type.
40785         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
40787         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
40788         * bits/dirent.h: ... here.
40790         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
40791         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
40793 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40795         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40796         Change from 2.6.0 to 2.6.16.
40797         * sysdeps/unix/sysv/linux/configure: Regenerated.
40798         * sysdeps/unix/sysv/linux/kernel-features.h
40799         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
40800         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
40801         version.
40802         (__ASSUME_UTIMES): Likewise.
40803         (__ASSUME_CLONE_STOPPED): Remove.
40804         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
40805         architectures, not kernel version.
40806         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
40807         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40808         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40809         (__ASSUME_WAITID_SYSCALL): Likewise.
40810         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
40811         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
40812         * README: State 2.6.16 as minimum Linux kernel version.  Do not
40813         refer to older versions.
40815 2012-08-06  Roland McGrath  <roland@hack.frob.com>
40817         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
40818         Define alphasort64 as an alias.
40819         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
40820         Define versionsort64 as an alias.
40821         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
40822         Define scandir64 as an alias.
40823         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
40824         Define scandirat64 as an alias.
40825         * dirent/alphasort64.c (alphasort64):
40826         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
40827         * dirent/versionsort64.c: Likewise.
40828         * dirent/scandir64.c: Likewise.
40829         * dirent/scandirat64.c: Likewise.
40830         * sysdeps/wordsize-64/alphasort.c: File removed.
40831         * sysdeps/wordsize-64/alphasort64.c: File removed.
40832         * sysdeps/wordsize-64/scandir.c: File removed.
40833         * sysdeps/wordsize-64/scandir64.c: File removed.
40834         * sysdeps/wordsize-64/scandirat.c: File removed.
40835         * sysdeps/wordsize-64/scandirat64.c: File removed.
40836         * sysdeps/wordsize-64/versionsort.c: File removed.
40837         * sysdeps/wordsize-64/versionsort64.c: File removed.
40838         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
40839         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
40840         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
40841         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
40842         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
40843         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
40844         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
40845         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
40847         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
40848         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40849         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
40850         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40851         [defined __arch64__ || defined __sparcv9]
40852         (__INO_T_MATCHES_INO64_T): New macro.
40853         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40854         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
40855         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
40856         * sysdeps/unix/sysv/linux/bits/dirent.h
40857         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
40858         (_DIRENT_MATCHES_DIRENT64): New macro.
40860         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
40861         Define lockf64 as an alias.
40862         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
40863         Define fseeko64 as an alias.
40864         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
40865         Define ftello64 as an alias.
40866         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
40867         Define _IO_fgetpos64 and fgetpos64 as aliases.
40868         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
40869         Define _IO_fsetpos64 and fsetpos64 as aliases.
40870         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
40871         Conditionalize body on this.
40872         * libio/fseeko64.c: Likewise.
40873         * libio/ftello64.c: Likewise.
40874         * libio/iofgetpos64.c: Likewise.
40875         * libio/iofsetpos64.c: Likewise.
40876         * sysdeps/wordsize-64/lockf.c: File removed.
40877         * sysdeps/wordsize-64/lockf64.c: File removed.
40878         * sysdeps/wordsize-64/fseeko.c: File removed.
40879         * sysdeps/wordsize-64/fseeko64.c: File removed.
40880         * sysdeps/wordsize-64/ftello.c: File removed.
40881         * sysdeps/wordsize-64/ftello64.c: File removed.
40882         * sysdeps/wordsize-64/iofgetpos.c: File removed.
40883         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
40884         * sysdeps/wordsize-64/iofsetpos.c: File removed.
40885         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
40886         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
40887         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
40888         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
40889         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
40890         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
40891         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
40892         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
40893         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
40894         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
40895         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
40897         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40898         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40899         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
40900         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40901         [defined __arch64__ || defined __sparcv9]
40902         (__OFF_T_MATCHES_OFF64_T): New macro.
40903         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40904         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40905         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40906         (__OFF_T_MATCHES_OFF64_T): New macro.
40908 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40910         * stdlib/secure-getenv.c (__secure_getenv): Replace
40911         GLIBC_2_16 with GLIBC_2_17.
40913 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40915         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
40916         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40918 2012-08-03  David S. Miller  <davem@davemloft.net>
40920         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40922 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40924         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
40925         Remove.
40926         (__ASSUME_CORRECT_SI_PID): Likewise.
40927         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
40928         (__ASSUME_TMPFS_NAME): Likewise.
40929         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
40930         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
40931         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
40932         (HAVE_AUX_SECURE): Make definition unconditional.
40933         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
40934         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
40936 2012-08-03  Roland McGrath  <roland@hack.frob.com>
40938         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
40939         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
40940         * sysdeps/mach/hurd/eloop-threshold.h: New file.
40941         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40942         __eloop_threshold instead of SYMLOOP_MAX.
40944         * sysdeps/generic/eloop-threshold.h: New file.
40945         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
40946         of MAXSYMLINKS.
40947         * elf/chroot_canon.c (chroot_canon): Likewise.
40949 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40951         [BZ #13717]
40952         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40953         Change to 2.6.0 everywhere.
40954         * sysdeps/unix/sysv/linux/configure: Regenerated.
40955         * sysdeps/unix/sysv/linux/kernel-features.h
40956         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
40957         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
40958         kernel versions.
40959         (__ASSUME_POSIX_TIMERS): Define unconditionally.
40960         (__ASSUME_FUTEX_REQUEUE): Remove.
40961         (__ASSUME_STATFS64): Define unconditionally.
40962         (__ASSUME_AT_SECURE): Likewise.
40963         (__ASSUME_CORRECT_SI_PID): Likewise.
40964         (__ASSUME_TGKILL): Define without depending on kernel version for
40965         i386.
40966         (__ASSUME_UTIMES): Likewise.
40967         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
40968         kernel version.
40969         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
40970         (__ASSUME_TMPFS_NAME): Likewise.
40971         * README: Update reference to Linux kernel versions.
40973 2012-08-02  Marek Polacek  <polacek@redhat.com>
40975         [BZ# 14150]
40976         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
40977         libc_cv_asm_type_prefix with %.
40978         * configure: Regenerated.
40979         * include/libc-symbols.h: Remove comment about
40980         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40981         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
40982         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
40983         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
40984         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
40985         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40986         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
40987         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
40988         * elf/tst-unique2mod1.c: Likewise.
40989         * elf/tst-unique1mod2.c: Likewise.
40990         * elf/tst-unique1mod1.c: Likewise.
40991         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
40992         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
40993         Replace ASM_TYPE_DIRECTIVE with .type.
40994         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40995         * sysdeps/i386/sysdep.h: Likewise.
40996         * sysdeps/x86_64/sysdep.h: Likewise.
40997         * sysdeps/sh/sysdep.h: Likewise.
40998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
40999         Do not define ASM_TYPE_DIRECTIVE.
41000         * sysdeps/powerpc/sysdep.h: Likewise.
41001         * sysdeps/powerpc/powerpc32/sysdep.h:
41002         Replace ASM_TYPE_DIRECTIVE with .type.
41003         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
41004         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41005         * sysdeps/i386/fpu/e_powf.S: Likewise.
41006         * sysdeps/i386/fpu/e_expl.S: Likewise.
41007         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
41008         * sysdeps/i386/fpu/e_acosh.S: Likewise.
41009         * sysdeps/i386/fpu/e_pow.S: Likewise.
41010         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
41011         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
41012         * sysdeps/i386/fpu/s_expm1.S: Likewise.
41013         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
41014         * sysdeps/i386/fpu/e_log2.S: Likewise.
41015         * sysdeps/i386/fpu/e_log2l.S: Likewise.
41016         * sysdeps/i386/fpu/e_scalb.S: Likewise.
41017         * sysdeps/i386/fpu/e_powl.S: Likewise.
41018         * sysdeps/i386/fpu/e_log10f.S: Likewise.
41019         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
41020         * sysdeps/i386/fpu/e_logl.S: Likewise.
41021         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
41022         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
41023         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
41024         * sysdeps/i386/fpu/e_log2f.S: Likewise.
41025         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
41026         * sysdeps/i386/fpu/e_log.S: Likewise.
41027         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
41028         * sysdeps/i386/fpu/e_logf.S: Likewise.
41029         * sysdeps/i386/fpu/e_log10l.S: Likewise.
41030         * sysdeps/i386/fpu/e_atanh.S: Likewise.
41031         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
41032         * sysdeps/i386/fpu/e_log10.S: Likewise.
41033         * sysdeps/i386/fpu/s_frexp.S: Likewise.
41034         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
41035         * sysdeps/i386/fpu/s_asinh.S: Likewise.
41036         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
41037         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
41038         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
41039         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
41040         * sysdeps/i386/i686/strtok.S: Likewise.
41041         * sysdeps/i386/i386-mcount.S: Likewise.
41042         * sysdeps/i386/strtok.S: Likewise.
41043         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
41044         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
41045         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
41046         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
41047         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
41048         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
41049         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
41050         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
41051         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
41052         * sysdeps/x86_64/_mcount.S: Likewise.
41053         * sysdeps/x86_64/strtok.S: Likewise.
41054         * sysdeps/sh/_mcount.S: Likewise.
41056 2012-08-01  Roland McGrath  <roland@hack.frob.com>
41058         * libio/iofopen.c: Include <fcntl.h>.
41059         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
41060         (_IO_fopen64, fopen64): Define as aliases.
41061         * libio/iofopen64.c: Include <fcntl.h>.
41062         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
41063         Conditionalize body on this.
41064         * sysdeps/wordsize-64/iofopen.c: File removed.
41065         * sysdeps/wordsize-64/iofopen64.c: File removed.
41067 2012-08-01  Marek Polacek  <polacek@redhat.com>
41069         * libc/Makeconfig: Use elf in place of binfmt-subdir.
41070         Use dlfcn directly instead of a variable.
41071         (binfmt-subdir): Do not define.
41072         (dlfcn): Likewise.
41074 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
41076         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
41077         Remove all definitions.
41078         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
41079         <kernel-features.h>.
41080         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
41081         (miss_F_GETOWN_EX): Remove all definitions.
41082         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
41083         macro definition.
41084         [!__ASSUME_FCNTL64]: Remove conditional code.
41085         [__ASSUME_FCNTL64]: Make code unconditional.
41086         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
41087         <kernel-features.h>.
41088         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
41089         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
41090         (lockf64) [__NR_fcntl64]: Make code unconditional.
41091         (lockf64) [__ASSUME_FCNTL64]: Likewise.
41093         * sysdeps/unix/sysv/linux/kernel-features.h
41094         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
41095         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
41096         Make code unconditional.
41097         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
41098         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
41099         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
41100         [__NR_vfork]: Make code unconditional.
41101         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
41102         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
41103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
41104         [__NR_vfork]: Make code unconditional.
41105         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
41106         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
41108 2012-08-01  Roland McGrath  <roland@hack.frob.com>
41110         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
41111         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
41113         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41114         Define mkstemp64 as an alias.
41115         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41116         Define mkstemps64 as an alias.
41117         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41118         Define mkostemp64 as an alias.
41119         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
41120         Define mkostemps64 as an alias.
41121         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
41122         Conditionalize body on this.
41123         * misc/mkostemp64.c: Likewise.
41124         * misc/mkostemps64.c: Likewise.
41125         * misc/mkstemps64.c: Likewise.
41126         * sysdeps/wordsize-64/mkstemp64.c: File removed.
41127         * sysdeps/wordsize-64/mkostemp64.c: File removed.
41128         * sysdeps/wordsize-64/mkostemp.c: File removed.
41129         * sysdeps/wordsize-64/mkstemp.c: File removed.
41130         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
41131         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
41132         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
41133         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
41135         [BZ #14138]
41136         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
41137         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
41138         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
41139         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
41141         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
41142         compat_symbol macros from <shlib-compat.h> rather than the underlying
41143         default_symbol_version and symbol_version macros, so that DEFAULT
41144         lines in shlib-versions are respected.
41145         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
41147 2012-08-01  Florian Weimer  <fweimer@redhat.com>
41149         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
41150         Declare with warn_unused_result.
41151         (setgid, setregid, setegid, setresgid): Likewise.
41152         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
41153         Likewise.
41154         * WUR-REPORT: Remove set*id functions.
41156 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
41158         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
41160 2012-07-31  Roland McGrath  <roland@hack.frob.com>
41162         [BZ #10191]
41163         * include/sys/socket.h (__libc_accept, __libc_accept4):
41164         Add attribute_hidden.
41165         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
41167         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
41168         use of PTR_MANGLE.
41169         * inet/getnetgrent_r.c (setup): Likewise.
41171         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
41173 2012-07-31  David S. Miller  <davem@davemloft.net>
41175         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41177 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
41179         [BZ #13629]
41180         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
41181         value between 1.0 and 2.0 and smaller part has absolute value less
41182         than 1.0.
41183         * math/s_clog10.c (__clog10): Likewise.
41184         * math/s_clog10f.c (__clog10f): Likewise.
41185         * math/s_clog10l.c (__clog10l): Likewise.
41186         * math/s_clogf.c (__clogf): Likewise.
41187         * math/s_clogl.c (__clogl): Likewise.
41188         * math/libm-test.inc (clog_test): Add more tests.
41189         (clog10_test): Likewise.
41190         * sysdeps/i386/fpu/libm-test-ulps: Update.
41191         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41193 2012-07-31  Florian Weimer  <fweimer@redhat.com>
41195         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
41196         Exit with zero in case no suitable GID is found, and write a
41197         message to standard error.
41199 2012-07-30  Roland McGrath  <roland@hack.frob.com>
41201         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
41202         rather than to 1.
41203         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
41204         (MAXPATHLEN): Removed.
41205         (NOGROUP, NODEV): New macros.
41206         (setbit, clrbit, isset, isclr): New macros.
41207         (howmany, roundup, powerof2): New macros.
41208         (DEV_BSIZE): New macro.
41210         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
41211         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
41213         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
41214         definition on [!__NO_LONG_DOUBLE_MATH].
41216         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
41217         PTR_MANGLE and PTR_DEMANGLE.
41219         * socket/accept4.c (accept4): Rename to __libc_accept4.
41220         Define accept4 as a weak alias.
41222         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
41223         on [_DIRENT_HAVE_D_TYPE].
41224         * io/ftw.c (ftw_dir): Likewise.
41226         * io/xmknod.c (__xmknod): Don't check PATH for being null.
41228         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
41230         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
41231         Use the BSD numbers rather than the arbitrary ones we had.
41232         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
41233         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
41234         (SIGXCPU, SIGXFSZ): New macros.
41235         (_NSIG): Now 32.
41237         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
41238         initializer on [_LIBC_REENTRANT].
41240         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
41241         definitions inside [_POSIX_MAPPED_FILES].
41243         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
41245         * dirent/opendir.c: Include <fcntl.h>.
41247         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
41248         (__libc_getspecific): Likewise.
41249         (__libc_key_create): Likewise.
41251         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
41252         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
41253         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
41254         (tmpfile64): Define as alias.
41255         * sysdeps/wordsize-64/tmpfile.c: File removed.
41256         * sysdeps/wordsize-64/tmpfile64.c: File removed.
41257         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
41258         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
41260         * stdio-common/vfscanf.c: Include <stdbool.h>.
41261         * nss/makedb.c: Likewise.
41262         * stdio-common/_i18n_number.h: Likewise.
41263         * argp/argp-help.c: Likewise.
41264         * posix/wordexp.c: Likewise.
41265         * sysdeps/posix/spawni.c: Likewise.
41266         * nss/nss_files/files-initgroups.c: Likewise.
41267         * stdio-common/reg-modifier.c: Include <stdlib.h>.
41268         * nss/nss_files/files-initgroups.c: Likewise.
41269         * nss/nss_db/db-netgrp.c: Likewise.
41270         * nss/nss_db/db-initgroups.c: Likewise.
41271         * io/fchmodat.c: Include <sys/stat.h>.
41273         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
41274         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
41276         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
41277         [HAVE_MMAP].
41279         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
41280         Add multiple inclusion protection.
41282 2012-07-27  David S. Miller  <davem@davemloft.net>
41284         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41286 2012-07-27  Gary Benson  <gbenson@redhat.com>
41288         [BZ #14298]
41289         * elf/rtld.c: Include <stap-probe.h>.
41290         (dl_main): Added static probes "init_start" and "init_complete".
41291         * elf/dl-load.c: Include <stap-probe.h>.
41292         (lose): Take new parameter "nsid".
41293         Added static probe "map_failed".
41294         (_dl_map_object_from_fd): Pass namespace id to lose.
41295         Added static probe "map_start".
41296         (open_verify): Pass namespace id to lose.
41297         * elf/dl-open.c: Include <stap-probe.h>.
41298         (dl_open_worker) Added static probes "map_complete", "reloc_start"
41299         and "reloc_complete".
41300         * elf/dl-close.c: Include <stap-probe.h>.
41301         (_dl_close_worker): Added static probes "unmap_start" and
41302         "unmap_complete".
41303         * elf/rtld-debugger-interface.txt: New file documenting the above.
41305 2012-07-26  Roland McGrath  <roland@hack.frob.com>
41307         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
41308         rather than a string variable.
41309         * sunrpc/rpc_main.c (h_output): Likewise.
41310         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
41312 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
41314         * inet/check_native.c: New file.
41316 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
41318         [BZ #13629]
41319         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
41320         if larger part has absolute value 1.0.
41321         * math/s_clog10.c (__clog10): Likewise.
41322         * math/s_clog10f.c (__clog10f): Likewise.
41323         * math/s_clog10l.c (__clog10l): Likewise.
41324         * math/s_clogf.c (__clogf): Likewise.
41325         * math/s_clogl.c (__clogl): Likewise.
41326         * math/libm-test.inc (clog_test): Add more tests.
41327         (clog10_test): Likewise.
41328         * sysdeps/i386/fpu/libm-test-ulps: Update.
41329         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41331         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
41332         (pltexit): Likewise.
41333         (La_regs): Likewise.
41334         (La_retval): Likewise.
41335         (int_retval): Likewise.
41336         Update #error for removed macros to refer only to definitions in
41337         tst-audit.h.
41338         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
41339         macro.
41340         (pltexit): Likewise.
41341         (La_regs): Likewise.
41342         (La_retval): Likewise.
41343         (int_retval): Likewise.
41344         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
41345         macro.
41346         (pltexit): Likewise.
41347         (La_regs): Likewise.
41348         (La_retval): Likewise.
41349         (int_retval): Likewise.
41350         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
41351         macro.
41352         (pltexit): Likewise.
41353         (La_regs): Likewise.
41354         (La_retval): Likewise.
41355         (int_retval): Likewise.
41356         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
41357         macro.
41358         (pltexit): Likewise.
41359         (La_regs): Likewise.
41360         (La_retval): Likewise.
41361         (int_retval): Likewise.
41362         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
41363         macro.
41364         (pltexit): Likewise.
41365         (La_regs): Likewise.
41366         (La_retval): Likewise.
41367         (int_retval): Likewise.
41368         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
41369         macro.
41370         (pltexit): Likewise.
41371         (La_regs): Likewise.
41372         (La_retval): Likewise.
41373         (int_retval): Likewise.
41374         * sysdeps/generic/tst-audit.h: Update comment to refer only to
41375         macro definitions in tst-audit.h.
41376         * sysdeps/i386/tst-audit.h: New file.
41377         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
41378         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
41379         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
41380         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
41381         * sysdeps/sh/tst-audit.h: Likewise.
41382         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
41383         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
41384         * sysdeps/x86_64/tst-audit.h: Likewise.
41386 2012-07-26  Andreas Jaeger  <aj@suse.de>
41388         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
41389         ptrace.
41391         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
41392         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
41393         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
41394         PTRACE_O_MASK.
41395         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
41396         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
41397         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
41399         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
41400         value.
41402         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
41403         _sigsys.
41404         (si_call_addr, si_syscall, si_arch): Define new macro.
41405         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
41406         _sigsys.
41407         (si_call_addr, si_syscall, si_arch): Define new marcro.
41408         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
41409         _sigsys.
41410         (si_call_addr, si_syscall, si_arch): Define new macro.
41411         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
41412         _sigsys.
41413         (si_call_addr, si_syscall, si_arch): Define new macro.
41415 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
41417         [BZ #13717]
41418         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41419         Change to 2.4.21 where previously 2.4.1.
41420         * sysdeps/unix/sysv/linux/configure: Regenerated.
41421         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
41422         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
41423         Linux kernel version.
41424         (__ASSUME_STD_AUXV): Remove.
41425         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
41426         kernel version.
41427         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
41428         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
41429         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
41430         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
41431         (__ASSUME_NETLINK_SUPPORT): Likewise.
41432         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
41433         (__no_netlink_support): Remove conditional definition.
41434         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
41435         Remove.
41436         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
41437         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
41438         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
41439         (if_nameindex_ioctl): Remove.
41440         (if_nameindex_netlink): Do not handle __no_netlink_support.
41441         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
41442         code.
41443         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
41444         Remove conditional code.
41445         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
41446         code.
41447         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
41448         unconditional.
41449         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
41450         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
41451         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
41452         Remove.
41453         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
41454         [!__ASSUME_STD_AUXV]: Remove conditional code.
41455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
41456         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
41457         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
41458         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
41459         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
41460         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
41461         code.
41462         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
41463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
41464         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
41465         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
41466         conditional code.
41467         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
41468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
41469         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
41470         code.
41471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
41472         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
41473         conditional code.
41474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
41475         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41476         code unconditional.
41477         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41478         conditional code.
41479         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41480         unconditional.
41481         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41482         conditional code.
41483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
41484         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41485         unconditional.
41486         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41487         conditional code.
41488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
41489         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41490         code unconditional.
41491         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41492         conditional code.
41493         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41494         unconditional.
41495         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41496         conditional code.
41497         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
41498         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41499         code unconditional.
41500         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41501         conditional code.
41502         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41503         unconditional.
41504         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41505         conditional code.
41507 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
41509         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
41510         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
41511         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
41512         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
41513         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
41514         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
41515         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
41516         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
41517         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
41518         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
41519         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
41520         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
41521         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
41522         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
41523         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
41524         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
41525         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
41526         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
41527         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
41528         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
41529         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
41530         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
41531         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
41533 2012-07-25  Florian Weimer  <fweimer@redhat.com>
41535         * Versions.def: Add GLIBC_2.17.
41536         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
41537         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
41538         Introduce __libc_secure_getenv.
41539         * stdlib/Versions (2.17): Add secure_getenv
41540         (GLIBC_PRIVATE): Add __libc_secure_getenv.
41541         * stdlib/secure-getenv.c: Rename __secure_getenv to
41542         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
41543         symbol __secure_getenv for GLIBC_2.0.
41544         * stdlib/tst-secure-getenv.c: New.
41545         * stdlib/Makefile (tests): Add testcase.
41546         * manual/startup.texi (Environment Access): Document
41547         secure_getenv.
41548         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
41549         __libc_secure_getenv.
41550         * inet/ruserpass.c (ruserpass): Likewise.
41551         * malloc/mtrace.c (mtrace): Likewise.
41552         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
41553         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
41554         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
41555         * sysdeps/posix/tempname.c: Likewise.  Evaluate
41556         HAVE_SECURE_GETENV.
41557         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
41558         __secure_getenv to __libc_secure_getenv.
41559         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
41560         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41561         Likewise.
41562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41563         Likewise.
41564         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
41565         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
41566         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
41567         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
41568         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
41569         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
41570         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
41572 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
41574         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
41575         (struct La_i86_retval): Likewise.
41576         (struct La_x86_64_regs): Likewise.
41577         (struct La_x86_64_retval): Likewise.
41578         (struct La_x32_regs): Likewise.
41579         (struct La_x32_retval): Likewise.
41580         (struct La_ppc32_regs): Likewise.
41581         (struct La_ppc32_retval): Likewise.
41582         (struct La_ppc64_regs): Likewise.
41583         (struct La_ppc64_retval): Likewise.
41584         (struct La_sh_regs): Likewise.
41585         (struct La_sh_retval): Likewise.
41586         (struct La_s390_32_regs): Likewise.
41587         (struct La_s390_32_retval): Likewise.
41588         (struct La_s390_64_regs): Likewise.
41589         (struct La_s390_64_retval): Likewise.
41590         (struct La_sparc32_regs): Likewise.
41591         (struct La_sparc32_retval): Likewise.
41592         (struct La_sparc64_regs): Likewise.
41593         (struct La_sparc64_retval): Likewise.
41594         (struct audit_ifaces): Remove architecture-specific pltenter and
41595         pltexit members.
41596         * sysdeps/i386/ldsodefs.h: New file.
41597         * sysdeps/powerpc/ldsodefs.h: Likewise.
41598         * sysdeps/s390/ldsodefs.h: Likewise.
41599         * sysdeps/sh/ldsodefs.h: Likewise.
41600         * sysdeps/sparc/ldsodefs.h: Likewise.
41601         * sysdeps/x86_64/ldsodefs.h: Likewise.
41603 2012-07-25  Marek Polacek  <polacek@redhat.com>
41605         [BZ #6808]
41606         * math/libm-test.inc (yn_test): Add another test.
41607         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
41608         to ERANGE when the result is +-Inf.
41609         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
41610         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
41611         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
41612         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
41614 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
41616         * conform/data/time.h-data (NULL): Use macro-constant.  Require
41617         equal to 0.
41618         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
41619         clock_t.
41620         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
41622 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
41624         * configure.in <sysdeps resolving>: Correct printing
41625         Implies_before.
41626         * configure: Regenerate.
41628 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
41630         * math/w_ilogb.c: Include <limits.h>.
41631         * math/w_ilogbl.c: Likewise.
41633 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
41635         * manual/lang.texi (__va_copy): Document primarily as ISO C99
41636         va_copy.  Document allowing for unavailable va_copy only as
41637         pre-C99 compatibility.
41638         * manual/string.texi (Copying and Concatenation): Use va_copy
41639         instead of __va_copy in concat example.
41641 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
41643         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
41644         (__sendto): Use create_address_port.  Initialize APORT and deallocate
41645         it if not null.
41647         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
41648         with O_NOLINK passed to __file_name_lookup.
41650         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
41651         with O_NOLINK passed to __file_name_lookup.
41653         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
41654         negative N or less than NGIDS.
41656         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
41657         type to string_t.  Set ERANGE as errno and return it if NAME is not big
41658         enough.  Use memcpy instead of strncpy.
41660 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
41662         * elf/Makefile (check-data): Remove.
41663         (localplt.data): New vpath directive.
41664         ($(objpfx)check-localplt.out): Use localplt.data from vpath
41665         instead of $(check-data).
41666         * scripts/data/localplt-generic.data: Move to ...
41667         * sysdeps/generic/localplt.data: ... here.
41668         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
41669         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
41670         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
41671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
41672         ... here.
41673         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
41674         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
41675         ... here.
41676         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
41677         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
41678         ... here.
41679         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
41680         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
41681         ... here.
41682         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
41683         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
41684         ... here.
41685         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
41686         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
41687         ... here.
41689 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41691         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
41692         PPC32 and PPC64 files.
41693         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
41694         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
41696 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41698         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
41699         __makecontext_ret to ...
41700         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
41701         ... here and call exit if uc_link is NULL.  New file.
41702         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
41703         __makecontext_ret.S.
41704         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
41705         __makecontext_ret to ...
41706         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
41707         ... here and call exit if uc_link is NULL.  New file.
41708         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
41709         __makecontext_ret.S.
41711 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41713         * elf/elf.h (R_390_IRELATIVE): New definition.
41714         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
41715         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
41716         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
41717         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
41718         (elf_machine_lazy_rel): Likewise.
41719         * sysdeps/s390/dl-irel.h: New file.
41720         * sysdeps/s390/s390-64/memcpy.S: New asm code.
41721         * sysdeps/s390/s390-64/memset.S: New asm code.
41722         * sysdeps/s390/s390-64/memcmp.S: New asm code.
41723         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
41724         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
41725         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
41726         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
41727         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
41728         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
41729         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
41730         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
41731         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
41732         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
41733         * sysdeps/s390/s390-32/memcpy.S: New asm code.
41734         * sysdeps/s390/s390-32/memset.S: New asm code.
41735         * sysdeps/s390/s390-32/memcmp.S: New asm code.
41737 2012-07-17  Marek Polacek  <polacek@redhat.com>
41739         [BZ #14349]
41740         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
41741         * sysdeps/s390/s390-64/configure.in: Likewise.
41742         * sysdeps/sparc/configure.in: Likewise.
41743         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
41744         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
41745         * sysdeps/i386/configure.in: Likewise.
41746         * sysdeps/x86_64/configure.in: Likewise.
41747         * sysdeps/sh/configure.in: Likewise.
41748         * sysdeps/s390/s390-32/configure: Regenerated.
41749         * sysdeps/s390/s390-64/configure: Likewise.
41750         * sysdeps/x86_64/configure: Likewise.
41751         * sysdeps/sh/configure: Likewise.
41752         * sysdeps/powerpc/powerpc64/configure: Likewise.
41753         * sysdeps/powerpc/powerpc32/configure: Likewise.
41754         * sysdeps/sparc/configure: Likwise.
41755         * sysdeps/i386/configure: Likewise.
41757         * elf/dl-open.c: Comment fixes.
41759 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
41761         * Makefile [CXX] (check-data): Remove.
41762         [CXX] (c++-types.data): New vpath directive.
41763         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
41764         vpath.  Do not allow for C++ type data being missing.
41765         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
41766         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
41767         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
41768         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
41769         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
41770         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
41771         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
41772         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
41773         ... here.
41774         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
41775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
41776         ... here.
41777         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
41778         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
41779         ... here.
41780         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
41781         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
41782         ... here.
41783         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
41784         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
41785         ... here.
41786         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
41787         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
41788         ... here.
41789         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
41790         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
41791         ... here.
41792         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
41793         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
41795         * elf/tls-macros.h (TLS_LE): Move architecture-specific
41796         definitions to architecture-specific files.
41797         (TLS_IE): Likewise.
41798         (TLS_LD): Likewise.
41799         (TLS_GD): Likewise.
41800         * sysdeps/i386/tls-macros.h: New file.
41801         * sysdeps/powerpc/tls-macros.h: Likewise.
41802         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
41803         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
41804         * sysdeps/sh/tls-macros.h: Likewise.
41805         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
41806         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
41807         * sysdeps/x86_64/tls-macros.h: Likewise.
41809 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41811         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
41812         zero value for regular exit case.
41814         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
41815         (__start_context): Preserve zero value for regular exit case.
41817 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41818             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41820         * manual/setjmp.texi (setcontext): Clarify normal process
41821         termination when uc_link is the null pointer.
41822         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
41823         exit call.
41825 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
41827         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
41828         preprocessor.  Test for each exception mask separately.
41830 2012-07-16  Andreas Jaeger  <aj@suse.de>
41832         * po/ru.po: Update from translation team.
41834 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
41836         * conform/data/string.h-data (NULL): Use macro-constant.  Require
41837         equal to 0.
41838         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41839         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41840         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
41841         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
41842         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41844 2012-07-13  Andreas Jaeger  <aj@suse.de>
41846         * po/fr.po: Update from translation team.
41848 2012-07-12  Marek Polacek  <polacek@redhat.com>
41850         [BZ #14173]
41851         * math/libm-test.inc (yn_test): Add test for BZ #14173.
41852         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
41853         loop condition.
41855 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
41857         [BZ #13717]
41858         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41859         Change to 2.4.1 where previously 2.4.0.
41860         * sysdeps/unix/sysv/linux/configure: Regenerated.
41861         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
41862         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
41863         version.
41864         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
41865         (__ASSUME_AT_CLKTCK): Remove.
41866         (__ASSUME_AT_PAGESIZE): Likewise.
41867         (__ASSUME_AT_XID): Likewise.
41868         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
41869         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
41870         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
41871         unconditionally.
41872         (HAVE_AUX_PAGESIZE): Likewise.
41873         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
41874         [__ASSUME_AT_CLKTCK]: Make code unconditional.
41875         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
41877 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
41879         [BZ #14307]
41880         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
41881         the temporary buffer used to invoke __gethostbyname2_r,
41882         __gethostbyaddr_r and gethostbyname4_r to make room for struct
41883         host_data / struct gaih_addrtuple.
41884         * resolv/nss_dns/dns-host.c (global scope): Move definition of
41885         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
41886         header file nss/nsswitch.h.
41887         * nss/nsswitch.h (global scope): Add definition of implementation
41888         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
41889         resolv/nss_dns/dns-host.c).
41891 2012-07-11  Andreas Jaeger  <aj@suse.de>
41893         * po/fr.po: Update from translation team.
41895         * po/sv.po: Update from translation team
41896         * po/fr.po: Another update from translation team.
41898 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41900         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
41901         for subnormals or multiply small sinh result by itself.
41902         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41903         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41905 2012-07-11  David S. Miller  <davem@davemloft.net>
41907         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41909 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
41911         [BZ #14347]
41912         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
41913         (INTERNAL_MARK): Shift it here.
41915 2012-07-10  Marek Polacek  <polacek@redhat.com>
41917         [BZ #14151]
41918         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
41919         libc_cv_asm_global_directive with .globl.
41920         * configure: Regenerated.
41921         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
41922         with .globl.
41923         * sysdeps/i386/configure: Regenerated.
41924         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
41925         with .globl.
41926         * sysdeps/x86_64/configure: Regenerated.
41927         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
41928         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
41929         * elf/tst-unique2mod2.c: Likewise.
41930         * elf/tst-unique2mod1.c: Likewise.
41931         * elf/tst-unique1mod2.c: Likewise.
41932         * elf/tst-unique1mod1.c: Likewise.
41933         * sysdeps/s390/s390-32/sysdep.h: Likewise.
41934         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
41935         * sysdeps/s390/s390-64/sysdep.h: Likewise.
41936         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41937         * sysdeps/mach/sysdep.h: Likewise.
41938         * sysdeps/i386/sysdep.h: Likewise.
41939         * sysdeps/i386/i386-mcount.S: Likewise.
41940         * sysdeps/x86_64/_mcount.S: Likewise.
41941         * sysdeps/x86_64/sysdep.h: Likewise.
41942         * sysdeps/sh/_mcount.S: Likewise.
41943         * sysdeps/sh/sysdep.h: Likewise.
41944         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
41945         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
41946         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
41947         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41948         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
41949         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
41950         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
41951         * locale/localeinfo.h: Likewise.
41952         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
41953         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
41955 2012-07-09  Roland McGrath  <roland@hack.frob.com>
41957         [BZ #14336]
41958         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
41959         system".
41960         * manual/message.texi (The Uniforum approach): Likewise.
41961         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
41962         (glibc iconv Implementation): Likewise.
41964 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
41966         [BZ #14337]
41967         * math/s_clog.c (__clog): Avoid scaling a value down where that
41968         could result in underflow.
41969         * math/s_clog10.c (__clog10): Likewise.
41970         * math/s_clog10f.c (__clog10f): Likewise.
41971         * math/s_clog10l.c (__clog10l): Likewise.
41972         * math/s_clogf.c (__clogf): Likewise.
41973         * math/s_clogl.c (__clogl): Likewise.
41974         * math/libm-test.inc (clog_test): Add more tests.
41975         (clog10_test): Likewise.
41976         * sysdeps/i386/fpu/libm-test-ulps: Update.
41977         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41979 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
41981         [BZ #14283]
41982         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
41983         by 7 not 8 to examine high bit of fractional part.
41985         [BZ #14042]
41986         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
41987         for call to __mcount_internal.
41988         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
41989         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
41990         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
41992 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
41994         [BZ #14154]
41995         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
41996         approximation for values within 0x1p-13f of an odd multiple of
41997         pi/4.
41998         * math/libm-test.inc (tan_test): Do not allow spurious underflow
41999         exception.  Add more tests.
42000         * sysdeps/i386/fpu/libm-test-ulps: Update.
42002         [BZ #6778]
42003         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
42004         inputs and return -1 for them.  Do not check for +Inf in case not
42005         reachable for +Inf.
42006         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
42007         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
42008         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
42009         and return -1 for them.  Do not check for +Inf in case not
42010         reachable for +Inf.
42011         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
42012         define.
42013         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
42014         and return -1 for them.  Do not check for +Inf in case not
42015         reachable for +Inf.
42016         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
42017         spurious underflow.
42018         * sysdeps/i386/fpu/libm-test-ulps: Update.
42019         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42021 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
42023         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
42025 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
42027         [BZ #14157]
42028         [BZ #14331]
42029         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
42030         could result in spurious underflow.  Scale down values above
42031         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
42032         * math/s_csqrtf.c (__csqrtf): Likewise.
42033         * math/s_csqrtl.c (__csqrtl): Likewise.
42034         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
42035         spurious underflow.
42036         * sysdeps/i386/fpu/libm-test-ulps: Update.
42037         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42039 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
42041         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
42042         xopen-msg.sed.
42043         * catgets/xopen-msg.awk: New file.
42044         * catgets/xopen-msg.sed: Removed.
42046         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
42047         po2text.sed.
42048         * intl/po2test.awk: New file.
42049         * intl/po2test.sed: Removed.
42051 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
42053         [BZ #14328]
42054         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
42055         or multiply small sinh result by itself.
42056         * math/s_ctanf.c (__ctanf): Likewise.
42057         * math/s_ctanh.c (__ctanh): Likewise.
42058         * math/s_ctanhf.c (__ctanhf): Likewise.
42059         * math/s_ctanhl.c (__ctanhl): Likewise.
42060         * math/s_ctanl.c (__ctanl): Likewise.
42061         * math/libm-test.inc (ctan_test_tonearest): New function.
42062         (ctan_test_towardzero): Likewise.
42063         (ctan_test_downward): Likewise.
42064         (ctan_test_upward): Likewise.
42065         (ctanh_test_tonearest): Likewise.
42066         (ctanh_test_towardzero): Likewise.
42067         (ctanh_test_downward): Likewise.
42068         (ctanh_test_upward): Likewise.
42069         (main): Call these new functions.
42070         * sysdeps/i386/fpu/libm-test-ulps: Update.
42071         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42073 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
42075         * .gitignore: Delete /ports entry.
42077 2012-07-03  Andreas Jaeger  <aj@suse.de>
42079         * po/bg.po: Update from translation team.
42080         * po/cs.po: Likewise.
42081         * po/de.po: Likewise.
42082         * po/hr.po: Likewise.
42083         * po/nl.pl: Likewise.
42084         * po/pl.po: Likewise.
42085         * po/vi.po: Likewise.
42087 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
42089         * Makeconfig [!+link] (+link-before-libc): New variable.
42090         [!+link] (+link-after-libc): Likewise.
42091         [!+link] (+link-tests): Likewise.
42092         [!+link] (+link): Define in terms of $(+link-before-libc) and
42093         $(+link-after-libc).
42094         [!+link-static] (+link-static-before-libc): New variable.
42095         [!+link-static] (+link-static-after-libc): Likewise.
42096         [!+link-static] (+link-static-tests): Likewise.
42097         [!+link-static] (+link-static): Define in terms of
42098         $(+link-static-before-libc) and $(+link-static-after-libc).
42099         [build-shared] (link-libc-before-gnulib): New variable.
42100         [build-shared] (link-libc-tests): Likewise.
42101         [build-shared] (link-libc): Define in terms of
42102         $(link-libc-before-gnulib).
42103         [!build-shared] (link-libc-tests): New variable.
42104         (link-libc-static-tests): New variable.
42105         [!gnulib] (gnulib-arch): New variable.
42106         [!gnulib] (gnulib-tests): Likewise.
42107         [!gnulib] (static-gnulib-arch): Likewise.
42108         [!gnulib] (static-gnulib-tests): Likewise.
42109         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
42110         Define with "=" instead of ":=".
42111         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
42112         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
42113         * Rules (binaries-all-notests): New variable.
42114         (binaries-all-tests): Likewise.
42115         (binaries-static-notests): Likewise.
42116         (binaries-static-tests): Likewise.
42117         (binaries-all): Define using $(binaries-all-notests) and
42118         $(binaries-all-tests).
42119         (binaries-static): Define using $(binaries-static-notests) and
42120         $(binaries-static-tests).
42121         (binaries-shared-tests): New variable.
42122         (binaries-shared-notests): Likewise.
42123         (binaries-shared): Remove variable.
42124         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
42125         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
42126         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
42127         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
42128         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
42129         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
42130         * elf/Makefile (sln-modules): New variable.
42131         (extra-objs): Add $(sln-modules:=.o).
42132         (ldconfig-modules): Add static-stubs.
42133         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
42134         * elf/static-stubs.c: New file.
42136         [BZ #14283]
42137         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
42138         by 7 not 8 to examine high bit of fractional part.  Use volatile
42139         variables when splitting into final array of floats if
42140         __FLT_EVAL_METHOD__ != 0.
42141         * math/libm-test.inc (cos_test): Add another test.
42142         (sin_test): Likewise.
42143         * sysdeps/i386/fpu/libm-test-ulps: Update.
42145         [BZ #14273]
42146         * math/libm-test.inc (cosh_test): Add more tests.
42148         * version.h (RELEASE): Set to "development".
42149         (VERSION): Set to "2.16.90".
42151 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
42153         * NEWS: Update copyright. Remove last-updated date.
42154         Mention math library bug fixes and timezone data changes.
42155         * README: Mention GNU/Hurd, x32, and HPPA support status.
42157 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
42159         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
42161 2012-06-27  Andreas Jaeger  <aj@suse.de>
42163         * manual/contrib.texi (Contributors): Add Samuel Thibault.
42165 2012-06-25  Andreas Jaeger  <aj@suse.de>
42167         * sysdeps/s390/fpu/libm-test-ulps: Update.
42169 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
42170             Thomas Schwinge  <thomas@codesourcery.com>
42172         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
42173         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
42174         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
42175         fanotify_mark.
42177 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
42179         * sysdeps/mach/start.c: Remove file.
42180         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
42181         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
42182         * sysdeps/sh/init-first.c: Likewise.
42184         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
42185         registers for frame unwinding purposes, add CFI directives.
42186         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
42187         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
42188         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
42189         Likewise.
42191         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
42192         __fortify_fail returning.
42193         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
42195         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
42196         sysdeps/sh/____longjmp_chk.S.
42197         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
42198         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
42199         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
42200         (gen-as-const-headers): Append sigaltstack-offsets.sym.
42202         * sysdeps/sh/abort-instr.h: New file.
42203         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
42204         process in case exit returns.
42206         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
42207         initialize the GOT register before use.
42209         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
42210         calculation of ARGC > 4.
42212         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
42213         meaningful names to some local labels.
42215 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42216             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42218         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
42219         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
42220         (__arch_compare_and_exchange_val_16_acq): Likewise.
42221         (__arch_compare_and_exchange_val_32_acq): Likewise.
42222         (atomic_exchange_and_add): Fix gUSA sequence.
42223         (atomic_add): Likewise.
42224         (atomic_add_negative): Likewise.
42225         (atomic_add_zero): Likewise.
42226         (atomic_bit_test_set): Likewise.
42228 2012-06-22  Andreas Schwab  <schwab@redhat.com>
42230         [BZ #13579]
42231         * include/link.h (struct link_map): Add l_free_initfini.
42232         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
42233         l_initfini.
42234         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
42235         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
42236         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
42237         set.
42239 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
42241         * configure.in: Use AC_LANG_SOURCE.
42242         * configure: Regenerate.
42244 2012-06-22  Roland McGrath  <roland@hack.frob.com>
42246         * configure.in (libc_cv_localstatedir): New substituted variable.
42247         * configure: Regenerated.
42248         * config.make.in (localstatedir): New variable, substituted from
42249         libc_cv_localstatedir.
42250         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
42251         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
42252         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
42253         * sysdeps/gnu/configure: Regenerated.
42255 2012-06-21  Jeff Law  <law@redhat.com>
42257         [BZ #14277]
42258         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
42259         free.  Simplify list management for _LIBC case.
42261 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
42263         [BZ #14273]
42264         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
42265         Clear sign bit of 64-bit integer value before comparing against
42266         overflow value.
42268         * sysdeps/mach/configure: Regenerated.
42270 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
42272         [BZ #14278]
42273         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
42275 2012-06-21  Jeff Law  <law@redhat.com>
42277         [BZ #13882]
42278         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
42279         uint16_t for elements in the "seen" array to avoid char overflows.
42280         * elf/dl-fini.c (_dl_sort_fini): Likewise.
42281         * elf/dl-open.c (dl_open_worker): Likewise.
42283 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
42285         * scripts/list-sources.sh: Scan PORTS for translations.
42286         * po/libc.pot: Regenerated.
42288 2012-06-21  Andreas Jaeger  <aj@suse.de>
42290         [BZ #12194]
42291         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
42292         warning.
42293         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
42294         * bits/byteswap-16.h (__bswap_16): Likewise.
42295         * bits/byteswap.h (__bswap_constant_16): Likewise.
42297 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
42299         [BZ #14117]
42300         * sysdeps/i386/fpu_control.h: Removed.
42301         * sysdeps/x86_64/fpu_control.h: Moved to ...
42302         * sysdeps/x86/fpu_control.h: Here.
42304         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
42305         (_FPU_SETCW): Likewise.
42307 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
42309         [BZ #14117]
42310         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
42311         * sysdeps/x86/fpu/bits/mathinline.h: This.
42312         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
42314         [BZ #14050]
42315         [BZ #14117]
42316         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
42317         functions if __x86_64__ is defined.
42319 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
42321         * string/endian.h: Add !__ASSEMBLER__ condition for including
42322         conversion interfaces.
42324 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
42326         [BZ #14241]
42327         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
42328         of ABS(x) in calculating zero to negative powers other than odd
42329         integers.
42330         * math/libm-test.inc (pow_test): Add more tests.
42332 2012-06-15  Andreas Jaeger  <aj@suse.de>
42334         * manual/contrib.texi (Contributors): Update entry of Liubov
42335         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
42336         Machado Filho.
42338 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
42340         * string/string.h: Add __wur to GNU version of strerror_r.
42342 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
42344         [BZ #14229]
42345         * string/Makefile (tests): Add tst-strtok_r.
42346         * string/tst-strtok_r.c: New file.
42347         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
42348         RAX_LP/RDX_LP on SAVE_PTR.
42350 2012-06-14  Roland McGrath  <roland@hack.frob.com>
42352         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
42354 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
42356         * libm_test.inc (csqrt_test): Allow more spurious underflow
42357         exceptions.
42358         (j0_test): Likewise.
42359         (j1_test): Likewise.
42360         (y0_test): Likewise.
42361         (y1_test): Likewise.
42363 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
42365         * po/Makefile (libc.pot): Use UTF-8 charset.
42367 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
42369         [BZ #14210]
42370         Suppress sign-conversion warning from FD_SET.
42371         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
42372         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
42373         not unsigned long int.
42374         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
42376 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
42378         [BZ #14050]
42379         [BZ #14117]
42380         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
42381         __extern_always_inline instead of __extern_inline.
42382         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
42383         (__signbit): Likewise.
42384         (__signbitl): Support C++ namespace.
42385         (lrintf): New inline function.
42386         (lrint): Likewise.
42387         (llrintf): Likewise.
42388         (llrint): Likewise.
42389         (fmaxf): Likewise.
42390         (fmax): Likewise.
42391         (fminf): Likewise.
42392         (fmin): Likewise.
42393         (rint): Likewise.
42394         (rintf): Likewise.
42395         (ceil): Likewise.
42396         (ceilf): Likewise.
42397         (floor): Likewise.
42398         (floorf): Likewise.
42399         (nearbyint): Likewise.
42400         (nearbyintf): Likewise.
42402 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
42404         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
42405         non-default versions.
42407 2012-06-11  Roland McGrath  <roland@hack.frob.com>
42409         [BZ #14218]
42410         * manual/argp.texi (Argp): Reword argp_parse description slightly.
42412 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
42414         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
42415         (FE_UPWARD, FE_DOWNWARD): Don't define.
42416         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
42417         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42419         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
42420         reading it.
42421         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42422         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42424 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42426         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42427         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
42428         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
42429         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
42431 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
42433         [BZ #14117]
42434         * sysdeps/i386/fpu/bits/fenv.h: Removed.
42435         * sysdeps/i386/fpu/Implies: New file.
42436         * sysdeps/x86_64/fpu/Implies: Likewise.
42437         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
42438         * sysdeps/x86/fpu/bits/fenv.h: This.
42440         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
42441         __SSE_MATH__.
42443 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
42445         [BZ #14134]
42446         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
42447         character 0xffff that matches the last element of the
42448         conversion table.
42450 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42452         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
42453         fmodl commit.
42455 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42457         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
42458         values higher than 25.6283.
42460 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42462         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
42463         subnormal exponent extraction and add some __builtin_expect.
42464         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
42465         Fix for subnormal mantissa calculation.
42467 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
42469         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
42470         cpu2 is -1 and errno is not ENOSYS.
42472 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
42474         [BZ #14117]
42475         * sysdeps/i386/i486/bits/string.h: Renamed to ...
42476         * sysdeps/x86/bits/string.h: This.
42477         * sysdeps/x86_64/bits/string.h: Removed.
42479         * sysdeps/i386/i486/bits/string.h: Define inline functions only
42480         if not compiling for x86-64, but compiling for >= i486.
42482         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
42483         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
42485         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
42486         New macro from Linux kernel 3.4.0.
42487         (FP_XSTATE_MAGIC2): Likewise.
42488         (FP_XSTATE_MAGIC2_SIZE): Likewise.
42489         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
42490         (struct _fpx_sw_bytes): New struct.
42491         (struct _xsave_hdr): Likewise.
42492         (struct _ymmh_state): Likewise.
42493         (struct _xstate): Likewise.
42495         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
42496         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
42497         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
42498         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
42499         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
42500         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
42502         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
42503         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
42504         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
42505         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
42506         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
42507         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
42509 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42511         [BZ #13743]
42512         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
42513         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
42514         (sysdep_headers): Include sys/platform/ppc.h.
42515         * sysdeps/powerpc/test-gettimebase.c: Test for
42516         __ppc_get_timebase() to catch future ISA opcode/insn changes.
42517         * manual/Makefile (appendices): Include platform.texi.
42518         * manual/contrib.texi (Contributors): Update @node pointers.
42519         * manual/maint.texi (Maintenance): Likewise.
42520         (Platform): New node.
42521         * manual/platform.texi: New file.  Document the new features.
42523 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
42524             Jakub Jelinek  <jakub@redhat.com>
42526         [BZ #14188]
42527         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
42528         where __builtin_expect is unavailable.
42530 2012-06-03  David S. Miller  <davem@davemloft.net>
42532         * stdlib/longlong.h: Updated from GCC.
42534 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
42536         [BZ #14042]
42537         * sysdeps/powerpc/powerpc32/mcount.c: New file.
42538         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
42539         __mcount_internal.
42540         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
42541         (GLIBC_2.16): Likewise.
42543 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42545         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
42547 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
42549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
42550         (default-abi): New variable.
42551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
42552         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
42553         variable.
42554         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
42555         Likewise.
42556         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
42557         Likewise.
42558         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
42559         Likewise.
42561         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
42562         definition.  Document in comment.
42564 2012-06-01  David S. Miller  <davem@davemloft.net>
42566         * stdlib/longlong.h: Updated from GCC.
42568 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42570         [BZ #14117]
42571         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
42572         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
42573         sys/debugreg.h sys/io.h here.
42574         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
42575         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
42576         sys/io.h.
42577         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
42578         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
42579         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
42580         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
42581         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
42582         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
42584         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
42585         Define only if __x86_64__ is defined.
42587 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
42589         [BZ #14048]
42590         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
42591         Use int64_t for variable i.
42592         * math/libm-test.inc (fmod_test): Add more tests.
42594         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
42595         z computation is not scheduled after fetestexcept.
42596         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
42597         Use math_force_eval instead of asm to ensure calculation scheduled
42598         before exception test.
42599         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
42600         Ensure a1 + u.d computation is not scheduled after fetestexcept.
42602 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
42604         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
42605         computation is not scheduled after fetestexcept.
42607 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42609         [BZ #14117]
42610         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
42611         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
42613 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42615         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
42616         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
42618 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
42620         [BZ #14117]
42621         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
42622         <bits/wordsize.h>.
42623         (__WCHAR_MIN): Support __WORDSIZE == 64.
42624         (__WCHAR_MAX): Likewise.
42626         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
42627         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
42629         [BZ #14183]
42630         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
42631         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
42633         [BZ #14117]
42634         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
42635         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
42637         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
42638         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
42640         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
42641         Defined to 1 if __x86_64__ isn't defined.
42642         (_STAT_VER_LINUX_OLD): New.
42643         (st_atime): Remove duplicate.
42644         (st_mtime): Likewise.
42645         (st_ctime): Likewise.
42647 2012-05-31  David S. Miller  <davem@davemloft.net>
42649         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
42650         entries.
42652 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
42654         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
42655         gen-libm-test.pl.
42657         [BZ #14132]
42658         * elf/dl-reloc.c: Include <_itoa.h>.
42659         (_dl_reloc_bad_type): Remove use of INTUSE.
42660         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
42661         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
42662         * stdio-common/psiginfo.c (psiginfo): Likewise.
42663         * stdio-common/psignal.c (psignal): Likewise.
42664         * string/strsignal.c (strsignal): Likewise.
42665         * include/signal.h (_sys_siglist): Declare hidden proto.
42666         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
42667         INTVARDEF with libc_hidden_data_def.
42668         * stdio-common/itoa-udigits.c: Likewise.
42669         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
42670         (_itoa_lower_digits_internal): Remove declaration.
42671         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
42672         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
42673         (_sys_sigabbrev_internal): Remove aliases.
42674         (_sys_siglist): Define hidden alias.
42676 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
42678         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42679         bits/sysctl.h.
42681 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
42683         [BZ #14117]
42684         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
42685         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
42687         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
42688         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
42689         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
42690         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
42691         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
42692         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
42694         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
42695         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
42696         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
42698         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
42699         with __addr.
42700         (insw): Likewise.
42701         (insl): Likewise.
42702         (outsb): Likewise.
42703         (outsw): Likewise.
42704         (outsl): Likewise.
42706         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
42707         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
42708         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
42710         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
42711         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
42712         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
42713         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
42714         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
42715         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
42717         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
42718         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
42720         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
42721         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
42723         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
42724         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
42725         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
42727         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
42728         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
42729         to ...
42730         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
42732         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
42733         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
42734         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
42736         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
42737         for x86-64.
42738         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
42740 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
42742         * math/math.h (M_El): Use two more decimal places.
42743         (M_LOG2El): Likewise.
42744         (M_LOG10El): Likewise.
42745         (M_LN2l): Likewise.
42746         (M_LN10l): Likewise.
42747         (M_PIl): Likewise.
42748         (M_PI_2l): Likewise.
42749         (M_PI_4l): Likewise.
42750         (M_1_PIl): Likewise.
42751         (M_2_PIl): Likewise.
42752         (M_2_SQRTPIl): Likewise.
42753         (M_SQRT2l): Likewise.
42754         (M_SQRT1_2l): Likewise.
42756 2012-05-31  David S. Miller  <davem@davemloft.net>
42758         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
42759         values between float registers.
42760         * sysdeps/sparc/sparc64/memset.S: Likewise.
42761         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42763 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
42765         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
42766         -D_FORTIFY_SOURCE=1.
42767         (CPPFLAGS-tst-longjmp_chk.c): Define.
42768         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
42769         (CPPFLAGS-tst-longjmp_chk2.c): Define.
42770         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
42771         CFLAGS-tst-wchar-h.c.
42773 2012-05-31  Marek Polacek  <polacek@redhat.com>
42775         [BZ #14132]
42776         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
42777         __endmntent_internal): Remove declaration.
42778         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
42779         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
42780         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
42782 2012-05-30  David S. Miller  <davem@davemloft.net>
42784         * sysdeps/sparc/sparc32/soft-fp/q_util.c
42785         (___Q_simulate_exceptions): Use real FP ops rather than writing
42786         into the %fsr.
42787         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
42788         Likewise.
42790 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42792         [BZ #14117]
42793         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
42794         * sysdeps/x86/bits/xtitypes.h: This.
42796         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
42797         * sysdeps/x86/bits/wordsize.h: This.
42799         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
42800         * sysdeps/x86/bits/huge_vall.h: This.
42802         * sysdeps/i386/bits/select.h: Removed.
42803         * sysdeps/x86_64/bits/select.h: Renamed to ...
42804         * sysdeps/x86/bits/select.h: This.
42806         * sysdeps/i386/bits/setjmp.h: Removed.
42807         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
42808         * sysdeps/x86/bits/setjmp.h: This.
42810         * sysdeps/i386/bits/mathdef.h: Removed.
42811         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
42812         * sysdeps/x86/bits/mathdef.h: This.
42814 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
42816         [BZ #14132]
42817         * include/sys/socket.h (__connect_internal)
42818         (__libc_sa_len_internal): Remove declaration.
42819         (__connect, __libc_sa_len): Declare hidden_proto.
42820         (SA_LEN): Remove use of INTUSE.
42821         * socket/connect.c: Add libc_hidden_def.
42822         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
42823         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
42824         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
42825         alias.
42826         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
42827         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
42828         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
42829         of adding _internal alias.
42831 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42833         [BZ #14117]
42834         * sysdeps/i386/bits/link.h: Removed.
42835         * sysdeps/i386/bits/linkmap.h: Likewise.
42836         * sysdeps/x86_64/bits/link.h: Renamed to ...
42837         * sysdeps/x86/bits/link.h: This.
42838         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
42839         * sysdeps/x86/bits/linkmap.h: This.
42841         * sysdeps/i386/bits/endian.h: Removed.
42842         * sysdeps/x86_64/bits/endian.h: Renamed to ...
42843         * sysdeps/x86/bits/endian.h: This.
42845         * sysdeps/i386/bits/byteswap.h: Removed.
42846         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42847         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
42848         * sysdeps/x86/bits/byteswap.h: This.
42849         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
42850         * sysdeps/x86/bits/byteswap-16.h: This.
42851         * sysdeps/i386/Implies: Add x86.
42852         * sysdeps/x86_64/Implies: Likewise.
42854 2012-05-30  David S. Miller  <davem@davemloft.net>
42856         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
42857         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
42858         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
42859         (FP_TRAPPING_EXCEPTIONS): Define.
42860         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
42861         (FP_TRAPPING_EXCEPTIONS): Define.
42862         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
42863         subnormals only when inexact has been signalled or underflow
42864         exceptions are enabled.
42865         (_FP_PACK_CANONICAL): Likewise.
42867 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42869         [BZ #14183]
42870         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
42871         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
42873 2012-05-30  Richard Henderson  <rth@twiddle.net>
42875         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
42876         with #ifndef NOT_IN_libc.
42878         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
42879         marked to avoid plt entry.
42881 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42883         [BZ #14112]
42884         * Makeconfig (default-abi): New macro.
42885         (abi-includes): Likewise.
42886         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
42887         $(abi-$(default-abi)-lib-soname) for soname if defined.
42888         ($(common-objpfx)gnu/lib-names.stmp): Generate from
42889         abi-variants.
42890         * Makefile (installed-stubs): Likewise.
42891         * include/stubs-biarch.h: Removed.
42892         * scripts/lib-names.awk: Only handle one library at a time.
42893         * scripts/soversions.awk: Remove WORDSIZE support.
42894         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
42895         entries.
42896         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
42897         Removed.
42898         (syscall-list-default-condition): Likewise.
42899         (syscall-list-default-condition): Likewise.
42900         (syscall-list-includes): Likewise.
42901         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
42902         syscall-list-* with abi-*.  Handle undefined abi-variants.
42903         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
42904         * sysdeps/unix/sysv/linux/i386/Implies: New file.
42905         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
42906         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
42907         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
42908         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
42909         Removed.
42910         (syscall-list-32-options): Likewise.
42911         (syscall-list-32-condition): Likewise.
42912         (syscall-list-64-options): Likewise.
42913         (syscall-list-64-condition): Likewise.
42914         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
42915         macro.
42916         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
42917         Renamed to ...
42918         (abi-*): This.
42919         (abi-64-ld-soname): New macro.
42920         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
42921         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
42922         Renamed to ...
42923         (abi-*): This.
42924         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
42925         * sysdeps/x86_64/x32/shlib-versions: Likewise.
42927 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
42929         * sysdeps/unix/sysv/linux/kernel-features.h
42930         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
42931         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
42932         include <kernel-features.h>.
42933         [!__NR_ftruncate64]: Remove conditional code.
42934         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42935         [__NR_ftruncate64]: Make code unconditional.
42936         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42937         * sysdeps/unix/sysv/linux/truncate64.c: Do not
42938         include <kernel-features.h>.
42939         [!__NR_ftruncate64]: Remove conditional code.
42940         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42941         [__NR_ftruncate64]: Make code unconditional.
42942         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42943         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
42944         include <kernel-features.h>.
42945         [!__NR_ftruncate64]: Remove conditional code.
42946         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42947         [__NR_ftruncate64]: Make code unconditional.
42948         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
42950         include <kernel-features.h>.
42951         [!__NR_ftruncate64]: Remove conditional code.
42952         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42953         [__NR_ftruncate64]: Make code unconditional.
42954         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42956         * configure.in (libc_cv_fpie): Weaken to a compile test using
42957         LIBC_TRY_CC_OPTION.
42958         * configure: Regenerated.
42960 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42962         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
42963         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
42964         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
42965         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42966         Refreshed.
42967         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
42968         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
42969         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
42970         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
42971         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
42972         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42973         Refreshed.
42975 2012-05-27  David S. Miller  <davem@davemloft.net>
42977         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
42978         (___Q_zero): New.
42979         (__Q_simulate_exceptions): Return void.  Change to simulate
42980         exceptions by writing into the %fsr.
42981         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
42982         (__Qp_handle_exceptions): Likewise.
42983         (numbers): Delete.
42984         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
42985         __Qp_handle_exceptions.
42986         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
42987         __Qp_handle_exceptions.
42988         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42989         as unused and give dummy FP_RND_NEAREST initializer.
42990         (FP_INHIBIT_RESULTS): Define.
42991         (___Q_simulate_exceptions): Update declaration.
42992         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
42993         formatting.
42994         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42995         as unused and give dummy FP_RND_NEAREST initializer.
42996         (__Qp_handle_exceptions): Update declaration.
42997         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
42998         formatting.
43000 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
43002         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
43003         the temporary FPU control word.
43004         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
43005         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
43006         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
43007         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
43008         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
43009         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
43010         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
43011         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
43012         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
43013         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
43014         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
43016 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
43018         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
43019         fields.
43021 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
43023         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
43024         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
43025         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
43026         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
43027         Likewise.
43028         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
43029         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
43030         Likewise.
43032 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
43034         * po/h.po: Update from translation team.
43036 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
43038         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
43040         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
43041         handling of denormals.
43042         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
43043         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
43044         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
43045         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
43046         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
43047         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
43048         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
43049         Likewise.
43051 2012-05-26  Marek Polacek  <polacek@redhat.com>
43053         [BZ #14152]
43054         * math/libm-test.inc (fma_test): Don't always expect underflow
43055         exception.
43057 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
43059         [BZ #12416]
43060         * elf/tst-execstack.c: Include stackinfo.h.
43061         (do_test): Adjust test case to ensure that pthread_getattr_np
43062         behaviour remains the same after marking stack executable.
43064 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
43066         * sysdeps/unix/sysv/linux/kernel-features.h
43067         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
43068         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
43069         kernel-features.h.
43070         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
43071         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
43072         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
43073         kernel-features.h.
43074         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
43075         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
43077 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
43079         * configure.in: Define the default includes to being none.
43080         * configure: Regenerated.
43082 2012-05-25  Roland McGrath  <roland@hack.frob.com>
43084         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
43085         * sysdeps/x86_64/setjmp.S: Likewise.
43086         * sysdeps/i386/bsd-setjmp.S: Likewise.
43087         * sysdeps/i386/bsd-_setjmp.S: Likewise.
43088         * sysdeps/i386/setjmp.S: Likewise.
43089         * sysdeps/i386/__longjmp.S: Likewise.
43090         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43091         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
43093         * include/stap-probe.h: New file.
43094         * configure.in: Handle --enable-systemtap.
43095         * configure: Regenerated.
43096         * config.h.in (USE_STAP_PROBE): New #undef.
43097         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
43098         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
43099         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
43101 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
43103         [BZ #13717]
43104         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
43105         to 2.4.0 where earlier.
43106         * sysdeps/unix/sysv/linux/configure: Regenerated.
43107         * sysdeps/unix/sysv/linux/i386/chown.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/fchown.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/fchownat.c (fchownat)
43116         [__ASSUME_32BITUIDS]: Make code unconditional.
43117         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
43118         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
43119         <kernel-features.h>.
43120         [__ASSUME_32BITUIDS]: Make code unconditional.
43121         [!__ASSUME_32BITUIDS]: Remove conditional code.
43122         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
43123         <kernel-features.h>.
43124         [__ASSUME_32BITUIDS]: Make code unconditional.
43125         [!__ASSUME_32BITUIDS]: Remove conditional code.
43126         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
43127         <kernel-features.h>.
43128         [__ASSUME_32BITUIDS]: Make code unconditional.
43129         [!__ASSUME_32BITUIDS]: Remove conditional code.
43130         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
43131         <kernel-features.h>.
43132         [__ASSUME_32BITUIDS]: Make code unconditional.
43133         [!__ASSUME_32BITUIDS]: Remove conditional code.
43134         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
43135         <kernel-features.h>.
43136         [__ASSUME_32BITUIDS]: Make code unconditional.
43137         [!__ASSUME_32BITUIDS]: Remove conditional code.
43138         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
43139         <kernel-features.h>.
43140         [__ASSUME_32BITUIDS]: Make code unconditional.
43141         [!__ASSUME_32BITUIDS]: Remove conditional code.
43142         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
43143         <kernel-features.h>.
43144         [__ASSUME_32BITUIDS]: Make code unconditional.
43145         [!__ASSUME_32BITUIDS]: Remove conditional code.
43146         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
43147         <kernel-features.h>.
43148         [__ASSUME_32BITUIDS]: Make code unconditional.
43149         [!__ASSUME_32BITUIDS]: Remove conditional code.
43150         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
43151         <kernel-features.h>.
43152         [__ASSUME_32BITUIDS]: Make code unconditional.
43153         [!__ASSUME_32BITUIDS]: Remove conditional code.
43154         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
43155         <kernel-features.h>.
43156         [__ASSUME_32BITUIDS]: Make code unconditional.
43157         [!__ASSUME_32BITUIDS]: Remove conditional code.
43158         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
43159         <kernel-features.h>.
43160         [__NR_setresgid] (__setresgid): Do not declare.
43161         [__ASSUME_32BITUIDS]: Make code unconditional.
43162         [!__ASSUME_32BITUIDS]: Remove conditional code.
43163         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
43164         <kernel-features.h>.
43165         [__NR_setresuid] (__setresuid): Do not declare.
43166         [__ASSUME_32BITUIDS]: Make code unconditional.
43167         [!__ASSUME_32BITUIDS]: Remove conditional code.
43168         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
43169         <kernel-features.h>.
43170         [__ASSUME_32BITUIDS]: Make code unconditional.
43171         [!__ASSUME_32BITUIDS]: Remove conditional code.
43172         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
43173         <kernel-features.h>.
43174         [__ASSUME_32BITUIDS]: Make code unconditional.
43175         [!__ASSUME_32BITUIDS]: Remove conditional code.
43176         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
43177         <kernel-features.h>.
43178         [__ASSUME_32BITUIDS]: Make code unconditional.
43179         [!__ASSUME_32BITUIDS]: Remove conditional code.
43180         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
43181         <kernel-features.h>.
43182         [__ASSUME_32BITUIDS]: Make code unconditional.
43183         [!__ASSUME_32BITUIDS]: Remove conditional code.
43184         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
43185         <kernel-features.h>.
43186         [__ASSUME_32BITUIDS]: Make code unconditional.
43187         [!__ASSUME_32BITUIDS]: Remove conditional code.
43188         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
43189         <kernel-features.h>.
43190         [__ASSUME_32BITUIDS]: Make code unconditional.
43191         [!__ASSUME_32BITUIDS]: Remove conditional code.
43192         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
43193         <kernel-features.h>.
43194         [__ASSUME_32BITUIDS]: Make code unconditional.
43195         [!__ASSUME_32BITUIDS]: Remove conditional code.
43196         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
43197         <kernel-features.h>.
43198         [__ASSUME_32BITUIDS]: Make code unconditional.
43199         [!__ASSUME_32BITUIDS]: Remove conditional code.
43200         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
43201         <kernel-features.h>.
43202         [__ASSUME_32BITUIDS]: Make code unconditional.
43203         [!__ASSUME_32BITUIDS]: Remove conditional code.
43204         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
43205         <kernel-features.h>.
43206         [__ASSUME_32BITUIDS]: Make code unconditional.
43207         [!__ASSUME_32BITUIDS]: Remove conditional code.
43208         * sysdeps/unix/sysv/linux/kernel-features.h
43209         (__ASSUME_SETRESUID_SYSCALL): Remove.
43210         (__ASSUME_SETRESGID_SYSCALL): Likewise.
43211         (__ASSUME_32BITUIDS): Likewise.
43212         (__ASSUME_LDT_WORKS): Likewise.
43213         (__ASSUME_O_DIRECTORY): Likewise.
43214         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
43215         architecture but not kernel version.
43216         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
43217         (__ASSUME_MMAP2_SYSCALL): Likewise.
43218         (__ASSUME_STAT64_SYSCALL): Likewise.
43219         (__ASSUME_IPC64): Likewise.
43220         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
43221         <kernel-features.h>.
43222         [__ASSUME_32BITUIDS]: Make code unconditional.
43223         [!__ASSUME_32BITUIDS]: Remove conditional code.
43224         * sysdeps/unix/sysv/linux/opendir.c: Do not include
43225         <kernel-features.h>.
43226         [__ASSUME_O_DIRECTORY]: Make code unconditional.
43227         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
43228         132096]: Remove conditional code.
43229         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
43230         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
43231         <kernel-features.h>.
43232         [__ASSUME_32BITUIDS]: Make code unconditional.
43233         [!__ASSUME_32BITUIDS]: Remove conditional code.
43234         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
43235         <kernel-features.h>.
43236         [__ASSUME_32BITUIDS]: Make code unconditional.
43237         [!__ASSUME_32BITUIDS]: Remove conditional code.
43238         * sysdeps/unix/sysv/linux/setegid.c: Do not include
43239         <kernel-features.h>.
43240         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
43241         unconditional.
43242         (__setresgid): Do not declare.
43243         [__ASSUME_32BITUIDS]: Make code unconditional.
43244         [!__ASSUME_32BITUIDS]: Remove conditional code.
43245         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
43246         <kernel-features.h>.
43247         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
43248         unconditional.
43249         (__setresuid): Do not declare.
43250         [__ASSUME_32BITUIDS]: Make code unconditional.
43251         [!__ASSUME_32BITUIDS]: Remove conditional code.
43252         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
43253         <kernel-features.h>.
43254         [__ASSUME_32BITUIDS]: Make code unconditional.
43255         [!__ASSUME_32BITUIDS]: Remove conditional code.
43256         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
43257         <kernel-features.h>.
43258         [__ASSUME_32BITUIDS]: Make code unconditional.
43259         [!__ASSUME_32BITUIDS]: Remove conditional code.
43261 2012-05-25  Richard Henderson  <rth@twiddle.net>
43263         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
43264         dl_hwcap to ifunc resolver.
43265         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
43266         elf_ifunc_invoke.
43267         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
43268         dl_hwcap to ifunc resolver.
43269         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
43271 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43273         [BZ #14153]
43274         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
43275         for |x| <= 2**-26, not 2**-57.
43276         * math/libm-test.inc (acos_test): Do not allow spurious underflow
43277         exception.
43279 2012-05-24  Jeff Law  <law@redhat.com>
43281         * stdio-common/Makefile (tests): Add bug25.
43282         * stdio-common/bug25.c: New test.
43284 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
43286         [BZ #13576]
43287         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
43288         multiple of MALLOC_ALIGNMENT in size.
43289         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
43291 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43293         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
43294         Require >= 256.
43295         (FILENAME_MAX): Use macro-int-constant.
43296         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
43297         (_IOFBF): Use macro-int-constant.
43298         (_IOLBF): Likewise.
43299         (_IONBF): Likewise.
43300         (SEEK_CUR): Likewise.
43301         (SEEK_END): Likewise.
43302         (SEEK_SET): Likewise.
43303         (TMP_MAX): Likewise.
43304         (EOF): Use macro-int-constant.  Require < 0.
43305         (NULL): Use macro-constant.  Require == 0.
43306         (stdin): Require type to be FILE *.
43307         (stdout): Likewise.
43308         (stderr): Likewise.
43309         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
43310         macro-int-constant.
43311         (EXIT_SUCCESS): Likewise.
43312         (NULL): Use macro-constant.  Require == 0.
43313         (RAND_MAX): Use macro-int-constant.
43314         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
43315         [C99-based standards] (strtof): Require function.
43316         [C99-based standards] (strtold): Likewise.
43317         [C99-based standards] (strtoll): Likewise.
43318         [C99-based standards] (strtoull): Likewise.
43319         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
43320         [ISO || ISO99 || ISO11] (limits.h): Likewise.
43321         [ISO || ISO99 || ISO11] (math.h): Likewise.
43322         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
43323         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
43324         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43326 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
43328         [BZ #14132]
43329         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
43330         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
43331         * intl/dgettext.c (DCGETTEXT): Likewise.
43332         * intl/gettext.c (DCGETTEXT): Likewise.
43333         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
43334         * posix/regex_internal.h (gettext): Likewise.
43335         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
43336         Remove declaration.
43337         * include/argz.h (__argz_count_internal)
43338         (__argz_stringify_internal): Remove declaration.
43339         (__argz_count, __argz_stringify): Declare hidden proto.
43340         * intl/dcgettext.c: Remove use of INTDEF.
43341         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
43342         * string/argz-stringify.c: Likewise.
43343         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
43344         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
43345         Declare hidden proto.
43346         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
43347         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
43348         Declare hidden proto.
43349         * include/stdio.h (__asprintf_internal): Don't declare.
43350         (__asprintf): Don't define as macro.  Declare hidden proto.
43351         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
43352         (__fsetlocking): Declare hidden proto.
43353         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
43354         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
43355         hidden proto.
43356         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
43357         (_IO_setlinebuf): Remove use of INTUSE.
43358         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
43359         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
43360         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
43361         Remove declaration.
43362         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
43363         (_IO_do_flush): Remove use of INTUSE.
43364         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
43365         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
43366         (_IO_adjust_column, _IO_least_wmarker)
43367         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
43368         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
43369         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
43370         (_IO_default_doallocate, _IO_wdefault_doallocate)
43371         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
43372         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
43373         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
43374         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
43375         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
43376         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
43377         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
43378         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
43379         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
43380         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
43381         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
43382         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
43383         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
43384         proto.
43385         (_IO_flush_all_internal, _IO_adjust_column_internal)
43386         (_IO_default_uflow_internal, _IO_default_finish_internal)
43387         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
43388         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
43389         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
43390         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
43391         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
43392         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
43393         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
43394         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
43395         (_IO_file_close_internal, _IO_file_close_it_internal)
43396         (_IO_file_underflow_internal, _IO_file_overflow_internal)
43397         (_IO_file_init_internal, _IO_file_attach_internal)
43398         (_IO_file_fopen_internal, _IO_file_read_internal)
43399         (_IO_file_sync_internal, _IO_file_seek_internal)
43400         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
43401         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
43402         (_IO_str_underflow_internal, _IO_str_overflow_internal)
43403         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
43404         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
43405         (_IO_list_all_internal, _IO_link_in_internal)
43406         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
43407         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
43408         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
43409         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
43410         (_IO_do_write_internal, _IO_padn_internal)
43411         (_IO_getline_info_internal, _IO_getline_internal)
43412         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
43413         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
43414         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
43415         (_IO_vfscanf_internal, _IO_vfprintf_internal)
43416         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
43417         (_IO_init_internal, _IO_un_link_internal): Don't declare.
43418         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
43419         with libc_hidden_ver, remove use of INTUSE.
43420         * libio/genops.c: Likewise.
43421         * libio/freopen.c: Likewise.
43422         * libio/freopen64.c: Likewise.
43423         * libio/iofclose.c: Likewise.
43424         * libio/iofdopen.c: Likewise.
43425         * libio/iofflush.c: Likewise.
43426         * libio/iofflush_u.c: Likewise.
43427         * libio/iofgets.c: Likewise.
43428         * libio/iofgets_u.c: Likewise.
43429         * libio/iofopen.c: Likewise.
43430         * libio/iofopncook.c: Likewise.
43431         * libio/iofread.c: Likewise.
43432         * libio/iofread_u.c: Likewise.
43433         * libio/ioftell.c: Likewise.
43434         * libio/iofwrite.c: Likewise.
43435         * libio/iogetline.c: Likewise.
43436         * libio/iogets.c: Likewise.
43437         * libio/iogetwline.c: Likewise.
43438         * libio/iopadn.c: Likewise.
43439         * libio/iopopen.c: Likewise.
43440         * libio/ioseekoff.c: Likewise.
43441         * libio/ioseekpos.c: Likewise.
43442         * libio/iosetbuffer.c: Likewise.
43443         * libio/iosetvbuf.c: Likewise.
43444         * libio/ioungetc.c: Likewise.
43445         * libio/ioungetwc.c: Likewise.
43446         * libio/iovdprintf.c: Likewise.
43447         * libio/iovsprintf.c: Likewise.
43448         * libio/iovsscanf.c: Likewise.
43449         * libio/memstream.c: Likewise.
43450         * libio/obprintf.c: Likewise.
43451         * libio/oldfileops.c: Likewise.
43452         * libio/oldiofclose.c: Likewise.
43453         * libio/oldiofdopen.c: Likewise.
43454         * libio/oldiofopen.c: Likewise.
43455         * libio/oldiopopen.c: Likewise.
43456         * libio/oldstdfiles.c: Likewise.
43457         * libio/putc.c: Likewise.
43458         * libio/setbuf.c: Likewise.
43459         * libio/setlinebuf.c: Likewise.
43460         * libio/stdfiles.c: Likewise.
43461         * libio/strops.c: Likewise.
43462         * libio/vasprintf.c: Likewise.
43463         * libio/vscanf.c: Likewise.
43464         * libio/vsnprintf.c: Likewise.
43465         * libio/vswprintf.c: Likewise.
43466         * libio/wfiledoalloc.c: Likewise.
43467         * libio/wfileops.c: Likewise.
43468         * libio/wgenops.c: Likewise.
43469         * libio/wmemstream.c: Likewise.
43470         * libio/wstrops.c: Likewise.
43471         * libio/__fpurge.c: Likewise.
43472         * libio/__fsetlocking.c: Likewise.
43473         * assert/assert.c: Likewise.
43474         * debug/fgets_chk.c: Likewise.
43475         * debug/fgets_u_chk.c: Likewise.
43476         * debug/fread_chk.c: Likewise.
43477         * debug/fread_u_chk.c: Likewise.
43478         * debug/gets_chk.c: Likewise.
43479         * debug/obprintf_chk.c: Likewise.
43480         * debug/vasprintf_chk.c: Likewise.
43481         * debug/vdprintf_chk.c: Likewise.
43482         * debug/vsnprintf_chk.c: Likewise.
43483         * debug/vsprintf_chk.c: Likewise.
43484         * malloc/mtrace.c: Likewise.
43485         * misc/error.c: Likewise.
43486         * misc/syslog.c: Likewise.
43487         * stdio-common/asprintf.c: Likewise.
43488         * stdio-common/fxprintf.c: Likewise.
43489         * stdio-common/getw.c: Likewise.
43490         * stdio-common/isoc99_fscanf.c: Likewise.
43491         * stdio-common/isoc99_scanf.c: Likewise.
43492         * stdio-common/isoc99_vfscanf.c: Likewise.
43493         * stdio-common/isoc99_vscanf.c: Likewise.
43494         * stdio-common/isoc99_vsscanf.c: Likewise.
43495         * stdio-common/printf-prs.c: Likewise.
43496         * stdio-common/printf_fp.c: Likewise.
43497         * stdio-common/printf_fphex.c: Likewise.
43498         * stdio-common/printf_size.c: Likewise.
43499         * stdio-common/putw.c: Likewise.
43500         * stdio-common/scanf.c: Likewise.
43501         * stdio-common/sprintf.c: Likewise.
43502         * stdio-common/tmpfile.c: Likewise.
43503         * stdio-common/vfprintf.c: Likewise.
43504         * stdio-common/vfscanf.c: Likewise.
43505         * stdlib/strfmon_l.c: Likewise.
43506         * sunrpc/openchild.c: Likewise.
43507         * sunrpc/xdr_stdio.c: Likewise.
43508         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
43509         * sysdeps/mach/hurd/tmpfile.c: Likewise.
43511 2012-05-24  Roland McGrath  <roland@hack.frob.com>
43513         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43515         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
43516         in the third column, to generate for the shared library an IFUNC
43517         that uses _dl_vdso_vsym.
43518         * Makerules (COMPILE.c, compile-stdin.c): New variables.
43519         * Makeconfig (object-suffixes-noshared): New variable.
43521         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
43522         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
43523         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
43524         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
43526         [BZ #14132]
43527         * include/sys/time.h (__gettimeofday): Remove macro.
43528         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
43529         * time/gettimeofday.c (__gettimeofday): Remove #undef.
43530         Remove INTDEF.
43531         (__gettimeofday): Add libc_hidden_def.
43532         (gettimeofday): Add libc_hidden_weak.
43533         * sysdeps/mach/gettimeofday.c: Likewise.
43534         * sysdeps/posix/gettimeofday.c: Likewise.
43535         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
43536         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
43537         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
43538         (__gettimeofday_internal): Remove strong_alias.
43539         (__gettimeofday): Add libc_hidden_def.
43540         (gettimeofday): Add libc_hidden_weak.
43541         * sysdeps/unix/syscalls.list (gettimeofday):
43542         Remove __gettimeofday_internal alias.
43544 2012-05-24  Daniel Jacobowitz  <drow@false.org>
43545             H.J. Lu  <hongjiu.lu@intel.com>
43547         [BZ #12495]
43548         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
43549         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
43550         (largebin_index_32_big): New.
43551         (largebin_index): Use it for 16-byte alignment.
43552         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
43553         correction with front_misalign.
43555 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
43557         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
43558         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
43559         Likewise.
43560         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
43561         Likewise.
43562         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
43563         Likewise.
43564         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
43565         Likewise.
43566         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
43567         Likewise.
43568         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
43569         Likewise.
43570         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
43571         Likewise.
43572         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
43573         Likewise.
43574         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
43575         Likewise.
43576         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
43577         Likewise.
43578         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
43579         Likewise.
43580         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
43581         Likewise.
43583         * scripts/data/c++-types-x32-linux-gnu.data: New file.
43584         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
43586 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43588         [BZ #10846]
43589         [BZ #14036]
43590         * math/libm-test.inc (exp_test): Add test from bug 14036.
43591         (pow_test): Add test from bug 10846.
43593         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
43594         and other flags.
43595         (special_function): Do not include flags in test name.
43596         (parse_args): Likewise.
43597         * sysdeps/i386/fpu/libm-test-ulps: Update.
43598         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
43599         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
43600         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
43601         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43603         * math/gen-libm-test.pl (%beautify): Add entries for underflow
43604         exceptions.
43605         * math/libm-test.inc ("Philosophy"): Update comment about
43606         exception testing.
43607         (UNDERFLOW_EXCEPTION): New macro.
43608         (UNDERFLOW_EXCEPTION_OK): Likewise.
43609         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
43610         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
43611         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
43612         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
43613         (INVALID_EXCEPTION_OK): Update value.
43614         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43615         (OVERFLOW_EXCEPTION_OK): Likewise.
43616         (IGNORE_ZERO_INF_SIGN): Likewise.
43617         (test_exceptions): Handle underflow exceptions.
43618         (acos_test): Update for underflow exception expectations.
43619         (cexp_test): Likewise.
43620         (clog_test): Likewise.
43621         (clog10_test): Likewise.
43622         (csqrt_test): Likewise.
43623         (ctan_test): Likewise.
43624         (ctanh_test): Likewise.
43625         (exp_test): Likewise.
43626         (exp10_test): Likewise.
43627         (exp2_test): Likewise.
43628         (expm1_test): Likewise.
43629         (fma_test): Likewise.
43630         (j0_test): Likewise.
43631         (jn_test): Likewise.
43632         (nexttoward_test): Likewise.
43633         (pow_test): Likewise.
43634         (scalbn_test): Likewise.
43635         (scalbln_test): Likewise.
43636         (tan_test): Likewise.
43637         (y1_test): Likewise.
43638         * sysdeps/i386/fpu/libm-test-ulps: Update.
43639         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43641 2012-05-23  David S. Miller  <davem@davemloft.net>
43643         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43644         (__libc_sigaction): Remove unused local variables.
43646 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43648         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
43650 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
43652         mktime: avoid signed integer overflow
43653         * time/mktime.c (__mktime_internal): Do not mishandle the case
43654         where diff == INT_MIN.
43656         mktime: simplify computation of average
43657         * time/mktime.c (ranged_convert): Use new time_t_avg function
43658         instead of rolling our own (probably-slower) code.
43660         mktime: do not assume signed right shift propagates sign bit
43661         * time/mktime.c (isdst_differ): New static function.
43662         (__mktime_internal): No need to normalize tm_isdst now.
43663         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
43664         tm_isdst values.
43666         mktime: merge another wrapv change from gnulib
43667         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
43668         from some compilers.
43670         mktime: remove incorrect attempt at unusual arithmetics
43671         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
43672         The code didn't really work on such machines anyway.
43673         (TYPE_MINIMUM): Assume two's complement.
43674         (twos_complement_arithmetic): Verify that long_int and time_t
43675         are two's complement (or unsigned, in the latter case).
43677         mktime: check signed shifts on long_int and time_t, too
43678         * time/mktime.c (SHR): Check that shifts work as desired
43679         on the types long_int and time_t too, as SHR is used on
43680         such types.
43682         mktime: do not assume 'long' is wide enough
43683         * time/mktime.c (verify): Move decl up.
43684         (long_int): New type.
43685         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
43686         to remove assumption in the code that 'long' is wide enough to
43687         store year values.  This assumption is not true on x32 and on
43688         some non-glibc platforms.
43690         mktime: merge wrapv change from gnulib
43691         * time/mktime.c (WRAPV): New macro.
43692         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
43693         (guess_time_tm, __mktime_internal): Do not assume that signed
43694         integer overflow wraps around; modern compilers generate code
43695         where this assumption is no longer valid.
43697 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43699         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43700         Replace "jmp L(pseudo_end)" with "ret".
43701         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
43702         Likewise.
43704 2012-05-23  Andreas Jaeger  <aj@suse.de>
43706         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
43707         * sysdeps/unix/sysv/linux/poll.c: Remove file.
43709 2012-05-23  Andreas Jaeger  <aj@suse.de>
43710             Maximilian Attems  <max@stro.at>
43712         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
43713         New macros.
43715 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43717         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
43718         code so that pseudo_end is just ret and the stack pointer is
43719         correct also for static library in error case.
43721 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
43723         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
43724         move to syscalls.list.
43725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
43726         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
43727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
43728         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
43730         * manual/install.texi (Running make install): Do not mention Linux
43731         kernel version for which pt_chown is not needed.
43732         (Linux): Do not mention problems with nscd with 2.0 kernels.
43733         * INSTALL: Regenerated.
43735 2012-05-23  Andreas Jaeger  <aj@suse.de>
43737         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
43738         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
43739         macro.
43740         * sysdeps/unix/sysv/linux/s390/bits/mman.h
43741         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43742         * sysdeps/unix/sysv/linux/sh/bits/mman.h
43743         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43744         * sysdeps/unix/sysv/linux/i386/bits/mman.h
43745         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43746         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
43747         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43748         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
43749         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43750         * sysdeps/unix/sysv/linux/bits/in.h
43751         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
43753 2012-05-22  Roland McGrath  <roland@hack.frob.com>
43755         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
43756         (PREPARE_VERSION): Just use assert instead, it will be elided
43757         under [NDEBUG] anyway.
43759 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43761         * sysdeps/unix/sysv/linux/Makefile: Include
43762         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
43763         (sysdep_routines): Remove sysctl.
43764         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
43765         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
43766         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
43767         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
43768         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
43770 2012-05-22  Andreas Jaeger  <aj@suse.de>
43772         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
43773         that pseudo_end is just ret and the stack pointer is correct also
43774         for static library in error case.
43776 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
43778         [BZ #14122]
43779         * nss/nsswitch.c (defconfig_entries): New variable.
43780         (__nss_database_lookup): Don't leak defconfig entries.
43781         (nss_parse_service_list): Don't leak on error paths.
43782         (free_database_entries): New function.
43783         (free_defconfig): New function.
43784         (free_mem): Move common code to free_database_entries.
43786 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43788         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
43789         Add arch_prctl.
43790         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
43792         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
43793         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
43794         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
43795         New macro.
43796         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
43797         (INTERNAL_SYSCALL_TYPES): Likewise.
43798         (LOAD_ARGS_TYPES_[1-6]): Likewise.
43799         (LOAD_REGS_TYPES_[1-6]): Likewise.
43800         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
43801         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
43803 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43805         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
43806         copysignl for GLIBC_2_0.
43807         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
43808         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
43809         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
43810         logbl for GLIBC_2_0.
43811         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
43812         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
43814 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43816         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
43817         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43819         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43820         Use "neg %eax".
43822         * time/mktime.c: Update copyright years.
43824 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
43826         mktime: merge comment-quoting-style change from gnulib
43827         * time/mktime.c: Quote 'like this' in comments.
43828         The GNU coding standards suggest that we no longer quote `like this',
43829         as "`" and "'" are typically rendered asymmetrically nowadays.
43830         The typical gnulib style is to quote 'like this' when quoting
43831         code, and "like this" when quoting English.
43833         * time/mktime.c (compile-command): Add "-I.".
43835         mktime: merge mktime-internal.h change from gnulib
43836         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
43838         mktime: merge time_r change from gnulib
43839         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
43841         mktime: merge DEBUG change from gnulib
43842         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
43843         case system <time.h> has a #define.
43845         mktime: merge <sys/types.h> change from gnulib
43846         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
43847         since <time.t> is now guaranteed to define time_t.
43849         mktime: merge HAVE_CONFIG_H change from gnulib
43850         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
43852 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43854         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43855         Use "neg %eax".
43857         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
43858         __rlim_t cast.
43859         (struct rusage): Use anonymous union to pad each field to
43860         __syscall_slong_t.
43862 2012-05-21  David S. Miller  <davem@davemloft.net>
43864         * Makefules (o-iterator): Remove .s cases.
43865         (compile-command.s): Delete.
43866         (COMPILE.s): Delete.
43867         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
43869 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
43871         * configure.in (libc_cv_predef_stack_protector): Only consider
43872         "foobar" and "__stack_chk_fail" lines in libc_undefs.
43873         * configure: Regenerated.
43875 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43877         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43878         New macro.  Use R*LP on int and pointer.
43879         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
43880         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
43881         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
43882         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
43884         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
43885         [__WORDSIZE_TIME64_COMPAT32] instead of
43886         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
43887         (struct utmp): Likewise.
43888         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
43889         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
43890         Renamed to ...
43891         (__WORDSIZE_TIME64_COMPAT32): This.
43892         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
43893         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
43894         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
43895         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
43896         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
43897         (__WORDSIZE_TIME64_COMPAT32): New macro.
43899 2012-05-21  Andreas Jaeger  <aj@suse.de>
43901         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
43902         only if [SHARED]. Add prototype for __wcschr_ia32.
43904 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43906         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
43907         of %rbp unmolested in the jmp_buf while mangling the low bits.
43908         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
43909         unmolested high bits of %rbp while demangling the low bits.
43910         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43912 2012-05-21  Andreas Jaeger  <aj@suse.de>
43914         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
43915         * sunrpc/svc_simple.c: Use it for registerrpc.
43916         * sunrpc/xcrypt.c: Use it for passwd2des.
43918         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
43920 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43922         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
43923         Don't define if [__SYSCALL_WORDSIZE != 32].
43924         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
43925         New macro.
43927 2012-05-21  Bruno Haible  <bruno@clisp.org>
43928             Andreas Jaeger  <aj@suse.de>
43930         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
43931         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
43932         inptr and inend for must_buffer_ch.
43933         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
43934         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
43935         * stdio-common/Makefile (tests): Remove bug15.
43936         (bug15-ENV): Remove macro.
43937         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
43938         anymore.
43940 2012-05-19  Andreas Jaeger  <aj@suse.de>
43941             Roland McGrath  <roland@hack.frob.com>
43943         * manual/contrib.texi: Completely rewritten. It contains now an
43944         alphabetical list of contributors and their contributions.
43946 2012-05-21  Richard Henderson  <rth@twiddle.net>
43948         * misc/getauxval.c (__getauxval): Use unsigned long int.
43949         * misc/sys/auxv.h: Include <sys/cdefs.h>.
43950         (getauxval): Use unsigned long int.
43952 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43954         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43956 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43958         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
43959         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
43960         __alignof__ (long double).
43962 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43964         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43966 2012-05-20  Richard Henderson  <rth@twiddle.net>
43968         * misc/getauxval.c: New file.
43969         * misc/sys/auxv.h: New file.
43970         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
43971         (routines): Add getauxval.
43972         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
43973         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
43974         * elf/dl-sysdep.c (_dl_auxv): Remove.
43975         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
43976         * elf/dl-support.c (_dl_auxv): New variable.
43977         (_dl_aux_init): Initialize it.
43978         * manual/startup.texi (Auxiliary Vector): New node.
43979         * sysdeps/generic/bits/hwcap.h: New file.
43980         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
43981         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
43982         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
43983         * sysdeps/sparc/sysdep.h: ... here.  Include it.
43984         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
43985         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
43986         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43987         Update.
43988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
43989         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
43990         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
43991         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
43992         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43993         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43994         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
43995         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
43997 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43999         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44001 2012-05-19  David S. Miller  <davem@davemloft.net>
44003         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44005 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
44007         [BZ #14123]
44008         * math/s_ccosh.c: Include <float.h>
44009         (__ccosh): Avoid internal overflow calculating sinh and cosh
44010         values before multiplying by sin and cos values.
44011         * math/s_ccoshf.c: Likewise.
44012         * math/s_ccoshl.c: Likewise.
44013         * math/s_csin.c: Likewise.
44014         * math/s_csinf.c: Likewise.
44015         * math/s_csinl.c: Likewise.
44016         * math/s_csinh.c: Likewise.
44017         * math/s_csinhf.c: Likewise.
44018         * math/s_csinhl.c: Likewise.
44019         * math/libm-test.inc (ccos_test): Add more tests.
44020         (ccosh_test): Likewise.
44021         (csin_test): Likewise.
44022         (csinh_test): Likewise.
44023         * sysdeps/i386/fpu/libm-test-ulps: Update.
44024         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44026 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
44028         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
44029         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
44031         * sysdeps/x86_64/x32/_itoa.h: Add comment.
44033 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
44035         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
44036         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
44037         * sysdeps/powerpc/soft-fp/Versions: Likewise.
44038         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
44039         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
44040         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
44041         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
44042         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
44043         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
44044         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
44045         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
44046         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
44047         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
44048         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
44049         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
44050         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
44051         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
44052         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
44053         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
44054         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
44055         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
44056         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
44057         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
44058         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
44059         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
44060         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
44061         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
44062         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
44063         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
44064         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
44065         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
44067 2012-05-18  Andreas Jaeger  <aj@suse.de>
44069         * csu/.gitignore: Delete.
44071 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
44073         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
44074         (timex): Use __syscall_slong_t.
44076 2012-05-18  Andreas Jaeger  <aj@suse.de>
44077             Carlos O'Donell  <carlos_odonell@mentor.com>
44079         * manual/install.texi (Configuring and compiling): Update
44080         description about files modified in the source directory.
44081         * INSTALL: Regenerated.
44083 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
44085         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
44086         value.  Use "or" to set return value to -1.
44087         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
44088         negate return value.
44090 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
44092         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
44093         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
44094         failure if the compiler has Graphite support disabled.
44095         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
44096         Likewise.
44097         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
44098         (CFLAGS-memmove.c): Likewise.
44099         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
44100         Likewise.
44102 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
44104         * sysdeps/x86_64/x32/_itoa.h: New file.
44106         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
44107         getdents system call only if kernel and user dirents have the
44108         same d_ino and d_off.
44110         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
44111         LLONG_MAX != LONG_MAX.
44112         (_itoa_word): Use _ITOA_WORD_TYPE on value.
44113         (_fitoa_word): Likewise.
44115         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
44116         years.
44117         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
44118         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
44119         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
44121         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
44122         include <bits/wordsize.h>.  Check __x86_64__ instead of
44123         __WORDSIZE.
44124         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
44125         if __x86_64__ is defined.  Use anonymous union on fpstate.
44127         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
44128         anonymous union.
44130 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
44132         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
44133         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
44134         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
44135         Refer to _rtld_local_ro instead of _rtld_global_ro.
44136         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
44137         Likewise.
44138         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
44139         Likewise.
44140         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
44141         Likewise.
44142         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
44143         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
44144         of _rtld_global, and rtld_progname instead of _dl_argv[0].
44146         * sysdeps/powerpc/powerpc32/dl-machine.c
44147         (__elf_machine_runtime_setup) [PROF]: Don't reference
44148         _dl_prof_resolve.
44150 2012-05-18  Andreas Jaeger  <aj@suse.de>
44152         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
44153         function only available for GCCs before 3.4 since GCC 3.4
44154         introduced a builtin.
44155         (lrint): Likewise.
44156         (llrintf): Likewise.
44157         (llrint): Likewise.
44158         (fmaxf): Likewise.
44159         (fmax): Likewise.
44160         (fminf): Likewise.
44161         (fmin): Likewise.
44162         (rint): Likewise.
44163         (rintf): Likewise.
44164         (nearbyint): Likewise.
44165         (nearbyintf): Likewise.
44166         (ceil): Likewise.
44167         (ceilf): Likewise.
44168         (floor): Likewise.
44169         (floorf): Likewise.
44171 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
44173         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
44174         on both fields and cast pointer to __syscall_ulong_t.
44176         * bits/types.h (__fsword_t): New type.
44177         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
44178         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
44179         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44180         (__FSWORD_T_TYPE): Likewise.
44181         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44182         (__FSWORD_T_TYPE): Likewise.
44183         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44184         (__FSWORD_T_TYPE): Likewise.
44185         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
44186         (__FSWORD_T_TYPE): Likewise.
44187         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
44188         __SWORD_TYPE with __fsword_t.
44189         (statfs64): Likewise.
44191 2012-05-17  David S. Miller  <davem@davemloft.net>
44193         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
44195 2012-05-17  Andreas Jaeger  <aj@suse.de>
44197         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
44198         warning.
44200 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
44202         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
44204 2012-05-17  Andreas Jaeger  <aj@suse.de>
44206         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
44207         when it is used.
44209 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
44211         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
44213 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
44215         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
44216         * sysdeps/x86_64/tst-mallocalign1.c: New file.
44218 2012-05-17  Andreas Jaeger  <aj@suse.de>
44219             Carlos O'Donell  <carlos_odonell@mentor.com>
44221         [BZ #14059]
44222         * sysdeps/x86_64/multiarch/init-arch.h
44223         (bit_YMM_Usable): Rename to...
44224         (bit_AVX_Usable): ... this.
44225         (bit_FMA4_Usable): New macro.
44226         (bit_XMM_state): New macro.
44227         (bit_YMM_state): New macro.
44228         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
44229         [__ASSEMBLER__] (index_AVX_Usable): ... this.
44230         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
44231         (CPUID_OSXSAVE): New macro.
44232         (CPUID_AVX): New macro.
44233         (CPUID_FMA4): New macro.
44234         (index_YMM_Usable): Rename to...
44235         (index_AVX_Usable): ... this.
44236         (HAS_AVX): Use HAS_ARCH_FEATURE.
44237         (HAS_FMA4): Likewise.
44238         (HAS_YMM_USABLE): Remove.
44239         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
44240         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
44241         are present.
44242         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
44243         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
44244         * sysdeps/x86_64/multiarch/Makefile: Likewise.
44245         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
44246         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
44248 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
44250         * math/libm-test.c: Support platforms without multiple rounding modes.
44251         * math/bug-nextafter.c: Support platforms without FP exceptions.
44252         * math/bug-nexttoward.c: Likewise.
44253         * math/test-fenv.c: Likewise.
44254         * math/test-misc.c: Likewise.
44255         * stdlib/bug-getcontext.c: Likewise.
44257 2012-05-17  Andreas Jaeger  <aj@suse.de>
44259         * manual/examples/search.c (critter_cmp): Change signature to
44260         avoid warnings.
44261         * manual/string.texi (Collation Functions): Likewise.
44263 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44265         * bits/types.h: Fold copyright years.
44266         * bits/typesizes.h: Likewise.
44267         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
44268         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
44269         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
44270         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
44271         * time/time.h: Likewise.
44273 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
44275         [BZ #208]
44276         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
44277         in instead of returning them.  Return void.
44278         (__libc_mallinfo): Accumulate over all arenas.
44279         (__malloc_stats): Adjust for change in int_mallinfo interface.
44281 2012-05-16  Roland McGrath  <roland@hack.frob.com>
44283         [BZ #10375]
44284         * configure.in (NM): Add AC_CHECK_TOOL for it.
44285         (libc_extra_cflags): New substituted variable.
44286         Check for -fstack-protector being used implicitly.
44287         * configure: Regenerated.
44288         * config.make.in (config-extra-cflags): New variable,
44289         gets @libc_extra_cflags@.
44290         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
44292         [BZ #10375]
44293         * configure.in: Check for _FORTIFY_SOURCE being predefined.
44294         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
44295         * configure: Regenerated.
44296         * config.make.in (CPPUNDEFS): New substituted variable.
44297         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
44298         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
44299         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
44301 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44303         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
44304         (mq_attr): Use __syscall_slong_t.
44306 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44308         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
44309         Check __x86_64__ instead of __WORDSIZE.
44310         (_STAT_VER_LINUX): Likewise.
44311         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
44312         __syscall_ulong_t and __syscall_slong_t.
44313         (stat64): Likewise.
44315 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44317         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
44319 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44321         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
44323 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44325         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
44326         __syscall_ulong_t.
44328         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
44329         include <bits/wordsize.h>.  Check __x86_64__ instead of
44330         __WORDSIZE.
44331         (greg_t): Use "__extension__ long long int" if __x86_64__ is
44332         defined.
44333         (mcontext_t): Replace "unsigned long" with "unsigned long long".
44335         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
44336         include <bits/wordsize.h>.  Check __x86_64__ instead of
44337         __WORDSIZE.
44338         (user_regs_struct): Use "__extension__ unsigned long long"
44339         instead of "unsigned long" if __x86_64__ is defined.
44340         (user): Likewise.  Pad after pointer field if __ILP32__ is
44341         defined.
44343 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
44345         * configure.in (makeinfo): Require version 4.5 or later.  Allow
44346         versions 5 to 9.
44347         * configure: Regenerated.
44348         * manual/install.texi (texinfo): Increase version requirement to
44349         4.5 or later.
44350         * INSTALL: Regenerated.
44352         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
44354 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44356         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
44358         * sysdeps/x86_64/x32/ffs.c: New file.
44360         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
44361         __syscall_ulong_t.
44362         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
44363         defined.  Use __syscall_ulong_t.
44364         (shminfo): Use __syscall_ulong_t.
44365         (shm_info): Likewise.
44367         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
44368         __syscall_ulong_t.
44370         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
44371         <bits/wordsize.h>.
44372         (msgqnum_t): Use __syscall_ulong_t.
44373         (msglen_t): Likewise.
44374         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
44375         __syscall_ulong_t.
44377         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
44378         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
44380         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
44382         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
44383         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
44385         * sysvipc/sys/msg.h (msgbuf): Replace long int with
44386         __syscall_slong_t.
44388         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
44389         include <bits/wordsize.h>.  Check __x86_64__ instead of
44390         __WORDSIZE.
44392         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
44393         "unsigned long long int" if __x86_64__ is defined.
44394         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
44396         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
44397         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
44398         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
44400         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
44401         <stdint.h>.
44402         (GET_PC): Cast to uintptr_t first.
44403         (GET_FRAME): Likewise.
44404         (GET_STACK): Likewise.
44406         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
44407         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
44408         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
44409         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
44410         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
44411         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
44412         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
44413         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
44414         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
44415         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
44416         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
44417         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
44418         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
44419         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
44420         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
44421         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
44422         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
44423         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
44424         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
44425         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
44426         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
44427         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
44428         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
44429         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
44430         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
44431         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
44432         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
44433         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
44434         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
44436 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
44438         * Makerules (+depfiles): Also collect depfiles from .oS in
44439         $(extra-objs).
44440         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
44441         .oS, $(libnldbl-routines)).
44443         * Makerules (native-compile-mkdep-flags): Define.
44444         * sunrpc/Makefile (extra-objs): Add $(addprefix
44445         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
44446         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
44447         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
44448         calling $(make-target-directory).
44450 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44452         * bits/types.h (__snseconds_t): Removed.
44453         * time/time.h (struct timespec): Replace __snseconds_t with
44454         __syscall_slong_t.
44455         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
44456         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
44457         Likewise.
44458         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44459         (__SNSECONDS_T_TYPE): Likewise.
44460         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44461         (__SNSECONDS_T_TYPE): Likewise.
44462         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44463         (__SNSECONDS_T_TYPE): Likewise.
44465 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44467         * sysdeps/mach/hurd/bits/typesizes.h
44468         (__SYSCALL_SLONG_TYPE): New macro.
44469         (__SYSCALL_ULONG_TYPE): Likewise.
44471 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44473         * bits/types.h (__syscall_slong_t): New type.
44474         (__syscall_ulong_t): Likewise.
44476         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
44477         (__SYSCALL_ULONG_TYPE): Likewise.
44478         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44479         (__SYSCALL_SLONG_TYPE): Likewise.
44480         (__SYSCALL_ULONG_TYPE): Likewise.
44481         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44482         (__SYSCALL_SLONG_TYPE): Likewise.
44483         (__SYSCALL_ULONG_TYPE): Likewise.
44484         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44485         (__SYSCALL_SLONG_TYPE): Likewise.
44486         (__SYSCALL_ULONG_TYPE): Likewise.
44488 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44490         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
44491         Add sigaltstack-offsets.sym.
44492         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
44493         <sigaltstack-offsets.h>.
44494         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
44495         longjmp_msg pointer.
44496         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
44497         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
44498         signal stack.
44499         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
44501 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
44503         * elf/stackguard-macros.h: Remove file.
44504         * sysdeps/generic/stackguard-macros.h: New file.
44505         * sysdeps/i386/stackguard-macros.h: Likewise.
44506         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
44507         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
44508         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
44509         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
44510         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
44511         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
44512         * sysdeps/x86_64/stackguard-macros.h: Likewise.
44513         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
44514         <elf/stackguard-macros.h>.
44516         [BZ #14109]
44517         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
44518         __aligned__ in attribute.
44519         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
44520         (gregset_t): Likewise.
44522 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44524         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
44525         * sysdeps/x86_64/64/Implies-after: Here.  New file.
44526         * sysdeps/x86_64/x32/Implies-after: New file.
44528 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44530         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
44531         and access return value for _dl_profile_fixup.  Use R10_LP to
44532         load frame size.
44534 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44536         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
44538 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44540         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
44541         * sysdeps/x86_64/x32/sysdep.h: New file.
44543 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44545         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
44546         * sysdeps/x86_64/setjmp.S: Likewise.
44548 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44550         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
44551         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
44552         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
44553         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
44554         remove unused global constant.
44556 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
44558         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
44559         include of <not-cancel.h>.
44561 2012-05-15  Roland McGrath  <roland@hack.frob.com>
44563         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
44565 2012-05-15  Jeff Law  <law@redhat.com>
44566             Andreas Jaeger  <aj@suse.de>
44568         [BZ #13594]
44569         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
44570         out from...
44571         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
44572         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
44573         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
44574         code changing __hst_map_handle.map.
44576 2012-05-15  Roland McGrath  <roland@hack.frob.com>
44578         * configure.in (sysnames): Look for Implies-before and Implies-after
44579         files.
44580         * configure: Regenerated.
44582 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44584         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
44585         8-byte data alignment with LP_SIZE alignment.
44587 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44589         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
44590         into R10_LP.
44592 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44594         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
44596 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44598         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
44599         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
44600         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
44601         Likewise.
44602         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
44604 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44606         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
44607         (stackinfo_sub_sp): Likewise.
44609 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44611         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
44612         RAX_LP.
44614 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44616         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
44617         into R*_LP.
44619 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44621         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
44622         sizes into R*_LP.
44624 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44626         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
44628 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44630         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
44631         into R11_LP and load __x86_64_shared_cache_size_half into
44632         R8_LP.
44634 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44636         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
44637         R8_LP.
44639 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44641         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
44642         logb for POWER7.
44643         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
44644         logbf for POWER7.
44645         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
44646         logbl for POWER7.
44647         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
44648         powerpc32/power7/fpu/s_logb.c via #include.
44649         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
44650         powerpc32/power7/fpu/s_logbf.c via #include.
44651         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
44652         powerpc32/power7/fpu/s_logbl.c via #include.
44654 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
44656         * README.libm: Remove file.
44658 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44660         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
44661         count for x32.  Use R*_LP and omit operand-size suffix.
44663 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44665         * shlib-versions: Move x86_64-.*-linux.* entries to ...
44666         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
44667         * sysdeps/x86_64/x32/shlib-versions: New file.
44669 2012-05-14  Roland McGrath  <roland@hack.frob.com>
44671         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
44672         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
44673         Use _dl_fatal_printf instead.
44675 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44677         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
44678         set if not set by the user.  Do not allow for being unset.
44679         * sysdeps/unix/sysv/linux/configure: Regenerated.
44681 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44683         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
44684         the `q' suffix from lea and replace .quad with ASM_ADDR.
44686 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44688         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
44689         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
44690         instead of $17.
44691         (PTR_DEMANGLE): Likewise.
44693 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44695         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
44696         (LP_OP): Likewise.
44697         (ASM_ADDR): Likewise.
44698         (RAX_LP): Likewise.
44699         (RBP_LP): Likewise.
44700         (RBX_LP): Likewise.
44701         (RCX_LP): Likewise.
44702         (RDI_LP): Likewise.
44703         (RSI_LP): Likewise.
44704         (RSP_LP): Likewise.
44705         (R8_LP): Likewise.
44706         (R9_LP): Likewise.
44707         (R10_LP): Likewise.
44708         (R10_LP): Likewise.
44709         (R11_LP): Likewise.
44710         (R12_LP): Likewise.
44711         (R13_LP): Likewise.
44712         (R14_LP): Likewise.
44713         (R15_LP): Likewise.
44715 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44717         * sysdeps/x86_64/x32/dl-machine.h: New file.
44719 2012-05-14  Andreas Jaeger  <aj@suse.de>
44721         * manual/Makefile (subdir): Remove export of subdir.
44722         (all): Remove target.
44723         (.PHONY): Remove all from list.
44724         (mkinstalldirs): Remove.
44725         (.PHONY): Remove installdirs from list.
44726         ($(inst_infodir)/libc.info): Use make-target-directory.
44727         (installdirs): Remove.
44728         (subdir_%): Remove.
44729         (glibc-targets): Remove.
44730         (lib): Remove.
44731         (stubs): Remove.
44732         ($(objpfx)stubs ../po/manual.pot): Remove.
44733         ($(objpfx)stamp%): Remove.
44734         (make-target-directory): Remove.
44735         (subdir_install): Remove.
44736         (routines): Remove.
44737         (aux): Remove.
44738         (sources): Remove.
44739         (objects): Remove.
44740         (headers): Remove.
44742         [BZ #13750]
44743         * manual/.gitignore: Remove, it's not needed anymore.
44744         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
44745         all files in it.
44746         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
44747         directory.
44748         (texis): Renamed to $(objpfx)texis.
44749         (texis-path): New, contains path to generated files.
44750         (chapters.%): Use texis-path for complete path, add extra argument
44751         libc-texinfo.sh.
44752         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
44753         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
44754         (summary,texi, stamp-summary): Use complete path of
44755         files. Generate files in build dir.
44756         (dir-add.texi): Build in build dir.
44757         (libm-err.texi,stamp-libm-err): Likewise.
44758         (version.texi, stamp-version): Likewise.
44759         (.%c.texi): Likewise.
44760         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
44761         (mostlyclean): Remove target.
44762         (realclean): Remove target.
44763         (generated): Add new variable with contents from mostlyclean and
44764         realclean, remove entries duplicated in common-mostlyclean, add
44765         stamp-libm-err and stamp-version.
44766         (generated-dirs): Add libc directory.
44767         ($(inst_infodir)/libc.info): Install files from build dir.
44769         * manual/install.texi (Configuring and compiling): Adjust since
44770         the info files are not part of the tar ball anymore.
44772 2012-05-14  Andreas Jaeger  <aj@suse.de>
44774         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
44775         variable.
44777 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44779         [BZ #13717]
44780         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
44781         to 2.2.0 where earlier.
44782         * sysdeps/unix/sysv/linux/configure: Regenerated.
44783         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
44784         Remove conditional code.
44785         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
44786         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
44787         Remove conditional code.
44788         [!__NR_lchown]: Likewise.
44789         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44790         [__NR_lchown]: Likewise.
44791         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
44792         comment referencing __ASSUME_LCHOWN_SYSCALL.
44793         * sysdeps/unix/sysv/linux/i386/sigaction.c
44794         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44795         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44796         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
44797         Remove conditional code.
44798         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
44799         (__protocol_available): Remove #if 0 code.
44800         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
44801         conditional code.
44802         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
44803         * sysdeps/unix/sysv/linux/kernel-features.h
44804         (__ASSUME_GETCWD_SYSCALL): Don't define.
44805         (__ASSUME_REALTIME_SIGNALS): Likewise.
44806         (__ASSUME_PREAD_SYSCALL): Likewise.
44807         (__ASSUME_PWRITE_SYSCALL): Likewise.
44808         (__ASSUME_POLL_SYSCALL): Likewise.
44809         (__ASSUME_LCHOWN_SYSCALL): Likewise.
44810         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
44811         non-SPARC.
44812         (__ASSUME_SIOCGIFNAME): Don't define.
44813         (__ASSUME_MSG_NOSIGNAL): Likewise.
44814         (__ASSUME_SENDFILE): Define unconditionally.
44815         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
44816         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
44817         conditional code.
44818         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
44819         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
44820         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44821         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44822         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
44823         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44824         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44825         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
44826         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44827         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
44829         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44830         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
44832         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44833         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44834         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
44835         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44836         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
44838         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44839         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44840         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
44841         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44842         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
44844         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44845         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44846         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
44847         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44848         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44849         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
44850         Remove conditional code.
44851         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44852         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44853         Remove conditional code.
44854         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44855         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
44856         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
44857         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44858         Remove conditional code.
44859         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44860         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
44861         Remove conditional code.
44862         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44863         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
44864         Remove conditional code.
44865         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44866         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44867         Remove conditional code.
44868         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44869         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44870         Remove conditional code.
44871         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44872         * sysdeps/unix/sysv/linux/sh/pwrite64.c
44873         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44874         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44875         * sysdeps/unix/sysv/linux/sigaction.c
44876         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44877         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44878         * sysdeps/unix/sysv/linux/sigpending.c
44879         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44880         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44881         * sysdeps/unix/sysv/linux/sigprocmask.c
44882         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44883         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44884         * sysdeps/unix/sysv/linux/sigsuspend.c
44885         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44886         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44887         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
44888         (__libc_missing_rt_sigs): Remove.
44889         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
44890         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
44891         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
44892         Remove conditional code.
44893         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
44894         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
44895         return 1.
44896         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
44897         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
44898         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
44899         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
44901 2012-05-14  Andreas Jaeger  <aj@suse.de>
44903         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
44904         it's not used in glibc.
44905         (__coshm1): Likewise.
44906         (__acosh1p): Likewise.
44907         (__sgn): Likewise.
44909         * manual/string.texi (Copying and Concatenation): Add missing
44910         variable in concat example.
44911         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
44913 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44915         [BZ #14103]
44916         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
44917         __builtin_clzl with __builtin_clzll.
44919 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44921         [BZ #14104]
44922         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
44923         libc_freeres_ptr.
44925 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44927         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
44928         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
44929         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
44930         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
44932 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
44934         * NEWS: Update ia64 info.
44936 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
44938         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
44939         used as bcopy.
44941 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
44943         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
44944         * sysdeps/unix/syscalls.list (dup3): Likewise.
44945         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
44946         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
44948 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44950         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
44951         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
44953 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44955         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
44956         thread pointer.
44957         (TLS_IE): Use mov/add instead of movq/addq to load thread
44958         pointer.
44959         (TLS_GD_PREFIX): New.
44960         (TLS_GD): Use it.
44962 2012-05-11  David S. Miller  <davem@davemloft.net>
44964         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
44965         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
44966         (_FPU_SETCW): Likewise.
44968 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44970         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
44971         is 32-byte aligned.
44973 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
44975         [BZ #11837]
44976         * iconvdata/gb18030.c: Update tables.
44977         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
44978         characters specially.
44979         (BODY for TO_LOOP): Add encoding of missing ranges.
44981 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
44983         [BZ #13673]
44984         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
44985         * sysdeps/mach/hurd/dup3.c: Likewise.
44986         * sysdeps/mach/hurd/readlinkat.c: Likewise.
44987         * sysdeps/powerpc/memmove.c:: Likewise.
44989 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44991         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
44992         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
44994 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44996         * elf/elf.h (R_X86_64_RELATIVE64): New.
44997         (R_X86_64_NUM): Updated.
44998         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
44999         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
45000         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
45001         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
45002         tst-quad1pie tst-quad2pie
45003         (modules-names): Add tst-quadmod1 tst-quadmod2.
45004         ($(objpfx)tst-quad1): New dependency.
45005         ($(objpfx)tst-quad2): Likewise.
45006         ($(objpfx)tst-quad1pie): Likewise.
45007         ($(objpfx)tst-quad2pie): Likewise.
45008         * sysdeps/x86_64/tst-quad1.c: New file.
45009         * sysdeps/x86_64/tst-quad1pie.c: New file.
45010         * sysdeps/x86_64/tst-quad2.c: Likewise.
45011         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
45012         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
45013         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
45014         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
45015         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
45017 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45019         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
45020         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
45021         * streams/stropts.h (t_scalar_t): Define type.
45023         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
45024         (_PATH_PRESERVE): Set to "/var/lib".
45025         (_PATH_RWHODIR): Set to "/var/spool/rwho".
45027         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
45028         instead of int.
45030         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
45031         if __dir_mkfile succeeded.
45033         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
45034         checking for _hurd_dtablesize.  Unlock it right after having
45035         finished _hurd_dtable allocation.
45037 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45039         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
45040         * sysdeps/mach/hurd/configure: Regenerated.
45041         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
45042         special-casing to...
45043         * sysdeps/gnu/configure.in: ... this new file.
45044         * sysdeps/unix/sysv/linux/configure: Regenerated.
45045         * sysdeps/gnu/configure: New generated file.
45047         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
45048         for Linux: use nsec instead of usec, as well as:
45049         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
45050         members of type struct timespec.
45051         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
45052         New macros.
45053         (struct stat64): Likewise.
45054         (_STATBUF_ST_NSEC): New macro.
45055         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
45057         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
45058         __strtoul_internal rather than strtoul.
45060 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
45062         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
45063         and reject them.
45065 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45067         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
45068         which preserves existing values.
45069         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
45071 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
45073         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
45074         TIMEOUT values.  Return EINVAL for NFDS values either negative or
45075         greater than FD_SETSIZE.
45077 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45079         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
45080         allocated, call __vm_protect to finish enabling the existing space, and
45081         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
45082         allocate the remainder.
45084 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
45086         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
45087         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
45089 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45091         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
45092         sysdeps/mach/hurd/readlink.c.
45094         * posix/tst-sysconf.c (posix_options): Only use
45095         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
45096         _POSIX_SYNCHRONIZED_IO when they are defined
45097         * sysdeps/mach/hurd/bits/posix_opt.h:
45098         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
45099         (_XOPEN_REALTIME): Undefine macro.
45100         (_XOPEN_REALTIME_THREADS): Undefine macro.
45101         (_XOPEN_SHM): Undefine macro.
45102         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
45103         macro to -1.
45104         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
45105         macro to -1.
45106         (_POSIX_ASYNC_IO): Undefine macro.
45107         (_POSIX_PRIORITIZED_IO): Undefine macro.
45108         (_POSIX_SPIN_LOCKS): Define macro to -1.
45110         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
45111         SA_NODEFER, SA_RESETHAND.
45112         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
45113         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
45114         F_DUPFD_CLOEXEC.
45116 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45118         * elf/Makefile (pldd-modules): Define unconditionally.
45120 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45122         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
45124 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45126         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
45127         Return ENOENT when name is empty.
45128         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
45130 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45132         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
45134         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
45136 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45138         Fix mlock in all cases except non-readable pages.
45139         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
45140         instead of VM_PROT_ALL as parameter to __vm_wire function.
45142         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
45143         (__mkdir): When path is `/', just fail with EEXIST.
45144         * sysdeps/mach/hurd/mkdirat.c: Likewise.
45146 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45148         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
45149         <sys/uio.h> (for writev).
45150         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
45151         and <sys/param.h> (for MIN).
45153 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
45155         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
45156         REQUESTED_TIME.  Properly set the remaining time and return EINTR
45157         if interrupted.
45159 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45161         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
45162         Depend on against $(link-rpcuserlibs).
45164 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45166         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
45167         (__libc_stack_end): Do not use attribute_relro.
45168         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
45169         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
45170         to libthread-provided value.
45171         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
45172         attribute_relro.
45174 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45176         [BZ #3748]
45177         * bits/libc-lock.h (__libc_once_get): New macro.
45178         * sysdeps/mach/bits/libc-lock.h: Likewise.
45179         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
45180         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
45181         instead of using implementation details.
45183         * libio/fileops.c: Unconditionally include <kernel-features.h>.
45184         * libio/freopen.c: Likewise.
45185         * libio/freopen64.c: Likewise.
45186         * misc/syslog.c: Likewise.
45187         * nscd/connections.c: Likewise.
45188         * nscd/netgroupcache.c: Likewise.
45189         * sysdeps/posix/getcwd.c: Likewise.
45191 2012-05-10  Roland McGrath  <roland@hack.frob.com>
45193         * math/w_ilogbf.c: Add #include <limits.h>.
45195 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45197         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
45198         path instead of returning without unlocking.
45200         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
45201         immediate-write ioctls.
45202         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
45204 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45206         * sysdeps/mach/hurd/i386/init-first.c (init): Use
45207         __builtin_frame_address instead of making assumptions about the
45208         location of the return address relative to DATA.  Force early load of
45209         the return address.
45210         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
45211         __builtin_frame_address.
45213         dup3 for GNU Hurd.
45214         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
45215         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
45216         implement dup3 and do some further code clean-ups.
45217         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
45218         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
45220 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45222         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
45224         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
45225         HURD_CRITICAL_END around holding _hurd_dtable_lock.
45226         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
45227         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
45228         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
45229         d->port.lock.
45231         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
45232         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
45233         when handler == SIG_ERR, not when handler != SIG_ERR.
45235 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45237         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
45238         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
45239         definitions.
45241         accept4 for GNU Hurd.
45242         * include/sys/socket.h (__libc_accept4): New prototype.
45243         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
45244         to implement __libc_accept4.
45245         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
45246         __libc_accept4.
45247         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
45249         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
45250         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
45251         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
45252         signal-defines.sym.
45254 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45256         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
45258 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
45260         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
45261         assertion on O_CLOEXEC flag.
45262         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
45263         * hurd/intern-fd.c: Likewise.
45264         * hurd/port2fd.c: Likewise.
45266 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45268         [BZ #3906]
45269         * bits/in.h (IPV6_PKTINFO): Define new macro.
45270         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
45272 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45274         [BZ #13954]
45275         [BZ #13955]
45276         [BZ #13956]
45277         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
45278         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
45279         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
45280         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
45281         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
45282         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
45283         * math/libm-test.inc (logb_test) : Additional logb tests.
45285 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
45286             Andreas Jaeger  <aj@suse.de>
45288         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
45289         * configure: Regenerated.
45290         * config.h.in (LINK_OBSOLETE_RPC): New macro.
45291         * config.make.in (link-obsolete-rpc): New substituted variable.
45292         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
45293         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
45294         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
45295         (shared-only-routines): Don't set it under [link-obsolete-rpc],
45296         so that libc.a contains the symbols.
45297         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
45298         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
45299         * sunrpc/auth_none.c: Likewise.
45300         * sunrpc/auth_unix.c: Likewise.
45301         * sunrpc/authdes_prot.c: Likewise.
45302         * sunrpc/authuxprot.c: Likewise.
45303         * sunrpc/clnt_gen.c: Likewise.
45304         * sunrpc/clnt_perr.c: Likewise.
45305         * sunrpc/clnt_raw.c: Likewise.
45306         * sunrpc/clnt_simp.c: Likewise.
45307         * sunrpc/clnt_tcp.c: Likewise.
45308         * sunrpc/clnt_udp.c: Likewise.
45309         * sunrpc/clnt_unix.c: Likewise.
45310         * sunrpc/des_crypt.c: Likewise.
45311         * sunrpc/des_soft.c: Likewise.
45312         * sunrpc/get_myaddr.c: Likewise.
45313         * sunrpc/key_call.c: Likewise.
45314         * sunrpc/key_prot.c: Likewise.
45315         * sunrpc/netname.c: Likewise.
45316         * sunrpc/pm_getmaps.c: Likewise.
45317         * sunrpc/pm_getport.c: Likewise.
45318         * sunrpc/pmap_clnt.c: Likewise.
45319         * sunrpc/pmap_prot.c: Likewise.
45320         * sunrpc/pmap_prot2.c: Likewise.
45321         * sunrpc/pmap_rmt.c: Likewise.
45322         * sunrpc/publickey.c: Likewise.
45323         * sunrpc/rpc_cmsg.c: Likewise.
45324         * sunrpc/rpc_common.c: Likewise.
45325         * sunrpc/rpc_dtable.c: Likewise.
45326         * sunrpc/rpc_prot.c: Likewise.
45327         * sunrpc/rpc_thread.c: Likewise.
45328         * sunrpc/rtime.c: Likewise.
45329         * sunrpc/svc.c: Likewise.
45330         * sunrpc/svc_auth.c: Likewise.
45331         * sunrpc/svc_raw.c: Likewise.
45332         * sunrpc/svc_run.c: Likewise.
45333         * sunrpc/svc_tcp.c: Likewise.
45334         * sunrpc/svc_udp.c: Likewise.
45335         * sunrpc/svc_unix.c: Likewise.
45336         * sunrpc/svcauth_des.c: Likewise.
45337         * sunrpc/xcrypt.c: Likewise.
45338         * sunrpc/xdr.c: Likewise.
45339         * sunrpc/xdr_array.c: Likewise.
45340         * sunrpc/xdr_float.c: Likewise.
45341         * sunrpc/xdr_intXX_t.c: Likewise.
45342         * sunrpc/xdr_mem.c: Likewise.
45343         * sunrpc/xdr_rec.c: Likewise.
45344         * sunrpc/xdr_ref.c: Likewise.
45345         * sunrpc/xdr_sizeof.c: Likewise.
45346         * sunrpc/xdr_stdio.c: Likewise.
45348 2012-05-10  Roland McGrath  <roland@hack.frob.com>
45350         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
45351         change.  Update copyright years.
45353 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
45355         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
45357 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
45358             Joseph Myers  <joseph@codesourcery.com>
45359             Paul Pluzhnikov  <ppluzhnikov@google.com>
45361         [BZ #14012]
45362         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
45363         requiring rpcgen.
45364         [cross-compiling] (extra-libs): Likewise.
45365         [cross-compiling] (extra-libs-others): Likewise.
45366         [cross-compiling] (librpcsvc-routines): Likewise.
45367         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
45368         [cross-compiling] (omit-deps): Likewise.
45369         (sunrpc-CPPFLAGS): New variable.
45370         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
45371         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
45372         (cross-rpcgen-objs): New variable.
45373         (extra-objs): Append $(cross-rpcgen-objs).
45374         ($(cross-rpcgen-objs)): New rule.
45375         ($(objpfx)cross-rpcgen): Likewise.
45376         (rpcgen-cmd): Define to use $(built-program-file).  Expand
45377         comment.
45378         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
45379         ($(objpfx)x%.stmp): Likewise.
45380         * sunrpc/proto.h [IS_IN_build] (_): Define.
45381         [IS_IN_build] (_libc_intl_domainname): Likewise.
45383 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
45385         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
45386         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
45387         and R_X86_64_TPOFF64.
45389 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
45391         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
45392         sysdeps/unix/sysv/syscalls.list.
45393         (stime): Likewise.
45394         (utime): Likewise.
45395         * sysdeps/unix/sysv/syscalls.list: Remove file.
45397 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
45399         [BZ #3440]
45400         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
45401         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
45402         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
45403         (__LC_IDENTIFICATION): Make these macros useful in #if
45404         expressions, as required by C99.
45406 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
45408         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
45409         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
45410         after this.
45412 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
45414         * stdlib/longlong.h: Updated from GCC.
45416 2012-05-09  Andreas Jaeger  <aj@suse.de>
45418         * nscd/nscd.c (run_modes): Make named enum, reorder so that
45419         default is first entry.
45420         (run_mode): Set type.
45421         (main): Remove informal message about syslog.
45422         (options): Fix typo.
45424         [BZ #14053]
45425         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
45426         to asm.
45427         (lrint): Likewise.
45428         (llrintf): Likewise.
45429         (llrint): Likewise.
45430         (rint): Likewise.
45431         (rintf): Likewise.
45432         (nearbyint): Likewise.
45433         (nearbyintf): Likewise.
45435 2012-05-09  Andreas Jaeger  <aj@suse.de>
45436             Pedro Alves  <palves@redhat.com>
45438         * nscd/nscd.c (run_mode): Use enum.
45439         (main): Cleanup coding style issue.
45441 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
45442             Andreas Jaeger  <aj@suse.de>
45444         * nscd/nscd.c (go_background): Replaced with...
45445         (run_mode): ... this.
45446         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
45447         (options): Add -F --foreground.
45448         (main): Implement it.
45449         (parse_opt): Parse it.
45451 2012-05-09  Andreas Jaeger  <aj@suse.de>
45453         [BZ #14083]
45454         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
45455         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
45456         -Wconversion warning.
45457         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
45458         Likewise.
45460 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
45462         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
45463         == 0.
45464         (LC_ALL): Use macro-int-constant.
45465         (LC_COLLATE): Likewise.
45466         (LC_CTYPE): Likewise.
45467         (LC_MESSAGES): Likewise.
45468         (LC_MONETARY): Likewise.
45469         (LC_NUMERIC): Likewise.
45470         (LC_TIME): Likewise.
45471         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
45472         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
45473         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45474         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
45475         Specify type.
45476         [C99-based standards] (float_t): Expect type.
45477         [C99-based standards] (double_t): Expect type.
45478         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
45479         type.
45480         [C99-based standards] (HUGE_VALL): Likewise.
45481         [C99-based standards] (INFINITY): Likewise.
45482         [C99-based standards] (NAN): Likewise.
45483         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
45484         [C99-based standards] (FP_NAN): Likewise.
45485         [C99-based standards] (FP_NORMAL): Likewise.
45486         [C99-based standards] (FP_SUBNORMAL): Likewise.
45487         [C99-based standards] (FP_ZERO): Likewise.
45488         [C99-based standards] (FP_FAST_FMA): Use
45489         optional-macro-int-constant.  Specify type.  Require == 1.
45490         [C99-based standards] (FP_FAST_FMAF): Likewise.
45491         [C99-based standards] (FP_FAST_FMAL): Likewise.
45492         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
45493         [C99-based standards] (FP_ILOGBNAN): Likewise.
45494         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
45495         Specify type.
45496         [C99-based standards] (MATH_ERREXCEPT): Likewise.
45497         [C99-based standards] (math_errhandling): Specify type.
45498         [ISO99 || ISO11] (signgam): Do not allow.
45499         [non-C99-based standards] (copysignf): Do not allow.
45500         [non-C99-based standards] (exp2f): Likewise.
45501         [non-C99-based standards] (log2f): Likewise.
45502         [non-C99-based standards] (modff): Allow.
45503         [non-C99-based standards] (erff): Do not allow.
45504         [non-C99-based standards] (erfcf): Likewise.
45505         [non-C99-based standards] (gammaf): Likewise.
45506         [non-C99-based standards] (hypotf): Likewise.
45507         [non-C99-based standards] (j0f): Likewise.
45508         [non-C99-based standards] (j1f): Likewise.
45509         [non-C99-based standards] (jnf): Likewise.
45510         [non-C99-based standards] (lgammaf): Likewise.
45511         [non-C99-based standards] (tgammaf): Likewise.
45512         [non-C99-based standards] (y0f): Likewise.
45513         [non-C99-based standards] (y1f): Likewise.
45514         [non-C99-based standards] (ynf): Likewise.
45515         [non-C99-based standards] (isnanf): Likewise.
45516         [non-C99-based standards] (acoshf): Likewise.
45517         [non-C99-based standards] (asinhf): Likewise.
45518         [non-C99-based standards] (atanhf): Likewise.
45519         [non-C99-based standards] (cbrtf): Likewise.
45520         [non-C99-based standards] (expm1f): Likewise.
45521         [non-C99-based standards] (ilogbf): Likewise.
45522         [non-C99-based standards] (log1pf): Likewise.
45523         [non-C99-based standards] (logbf): Likewise.
45524         [non-C99-based standards] (nextafterf): Likewise.
45525         [non-C99-based standards] (remainderf): Likewise.
45526         [non-C99-based standards] (rintf): Likewise.
45527         [non-C99-based standards] (scalbf): Likewise.
45528         [non-C99-based standards] (copysignl): Likewise.
45529         [non-C99-based standards] (exp2l): Likewise.
45530         [non-C99-based standards] (log2l): Likewise.
45531         [non-C99-based standards] (modfl): Allow.
45532         [non-C99-based standards] (erfl): Do not allow.
45533         [non-C99-based standards] (erfcl): Likewise.
45534         [non-C99-based standards] (gammal): Likewise.
45535         [non-C99-based standards] (hypotl): Likewise.
45536         [non-C99-based standards] (j0l): Likewise.
45537         [non-C99-based standards] (j1l): Likewise.
45538         [non-C99-based standards] (jnl): Likewise.
45539         [non-C99-based standards] (lgammal): Likewise.
45540         [non-C99-based standards] (tgammal): Likewise.
45541         [non-C99-based standards] (y0l): Likewise.
45542         [non-C99-based standards] (y1l): Likewise.
45543         [non-C99-based standards] (ynl): Likewise.
45544         [non-C99-based standards] (isnanl): Likewise.
45545         [non-C99-based standards] (acoshl): Likewise.
45546         [non-C99-based standards] (asinhl): Likewise.
45547         [non-C99-based standards] (atanhl): Likewise.
45548         [non-C99-based standards] (cbrtl): Likewise.
45549         [non-C99-based standards] (expm1l): Likewise.
45550         [non-C99-based standards] (ilogbl): Likewise.
45551         [non-C99-based standards] (log1pl): Likewise.
45552         [non-C99-based standards] (logbl): Likewise.
45553         [non-C99-based standards] (nextafterl): Likewise.
45554         [non-C99-based standards] (remainderl): Likewise.
45555         [non-C99-based standards] (rintl): Likewise.
45556         [non-C99-based standards] (scalbl): Likewise.
45557         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45558         [non-C99-based standards] (FP_*): Do not allow.
45559         [C99-based standards] (FP_*): Change to
45560         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
45561         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45562         allow.
45563         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
45564         (SIG_ERR): Likewise.
45565         [X/Open-based standards] (SIG_HOLD): Likewise.
45566         (SIG_IGN): Likewise.
45567         (SIGABRT): Use macro-int-constant.  Specify type.  Require
45568         positive value.
45569         (SIGFPE): Likewise.
45570         (SIGILL): Likewise.
45571         (SIGINT): Likewise.
45572         (SIGSEGV): Likewise.
45573         (SIGTER): Likewise.
45574         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
45575         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
45576         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
45577         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
45578         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
45579         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
45580         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
45581         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
45582         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
45583         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
45584         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
45585         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
45586         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
45587         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
45588         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
45589         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
45590         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
45591         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
45592         [X/Open-based standards] (SIGTRAP): Likewise.
45593         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
45594         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
45595         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
45596         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
45597         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45598         allow.
45600 2012-05-08  Ian Wienand  <ianw@vmware.com>
45602         [BZ #14080]
45603         * time/tzset.c (__tzset_parse_tz): Update default rules for
45604         daylight time changes in the Energy Policy Act of 2005.
45606 2012-05-09  Andreas Jaeger  <aj@suse.de>
45608         [BZ #13983]
45609         * elf/ldconfig.c (parse_conf): Change string to make clear that
45610         ldconfig only issued a warning if ld.so.conf does not exist.
45612 2012-05-08  David S. Miller  <davem@davemloft.net>
45614         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
45615         movxtod instead of popping the value on the stack.
45617         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45619 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
45621         * config.h.in: Add HAVE_ARM_PCS_VFP.
45623 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
45625         [BZ #13979]
45626         * include/features.h: Warn if user requests __FORTIFY_SOURCE
45627         checking but the checks are disabled for any reason.
45629 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
45631         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
45632         and ELF64_R_TYPE with ELFW(R_TYPE).
45634 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
45636         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
45637         (ulimit): Likewise.
45639         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
45640         (settimeofday): Likewise.
45642 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
45644         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
45645         a struct th_u2 inside the union, and move tu_block/tu_code into
45646         a new th_u3 union of tu_block/tu_code inside of that.  Move
45647         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
45648         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
45649         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
45650         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
45651         (th_stuff): Change to th_u1.tu_stuff.
45652         (th_data): Define.
45653         (th_msg): Change to th_u1.th_u2.tu_data.
45655 2012-05-07  David S. Miller  <davem@davemloft.net>
45657         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45659         [BZ #14074]
45660         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
45661         (SETUP_PIC_REG): Use it.
45662         (SETUP_PIC_REG_LEAF): Use it.
45664 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
45666         [BZ #13885]
45667         [BZ #13923]
45668         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45669         USE_AS_EXPM1L.
45670         (EXPL_FINITE): Likewise.
45671         (FLDLOG): Likewise.
45672         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45673         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45674         e_expl.S.
45675         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45676         USE_AS_EXPM1L.
45677         (EXPL_FINITE): Likewise.
45678         (FLDLOG): Likewise.
45679         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45680         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45681         e_expl.S.
45682         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
45683         test of -max_value argument for long double.
45684         * sysdeps/i386/fpu/libm-test-ulps: Update.
45685         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45687 2012-05-06  David S. Miller  <davem@davemloft.net>
45689         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
45690         quad soft-float symbols whose references which are compiler
45691         generated.
45692         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
45694 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
45696         [BZ #13884]
45697         [BZ #13914]
45698         * sysdeps/i386/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         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
45708         e_expl.S.
45709         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
45710         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
45711         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
45712         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
45713         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45714         USE_AS_EXP10L.
45715         (EXPL_FINITE): Likewise.
45716         (FLDLOG): Likewise.
45717         (c0): Likewise.
45718         (c1): Likewise.
45719         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45720         Adjust comments for base varying.
45721         (__expl_finite): Change alias to EXPL_FINITE.
45722         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
45723         tests for bugs.
45724         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45726         [BZ #14064]
45727         * math/libm-test.inc (check_float_internal): Correct ulp
45728         calculation for subnormal expected results.
45730 2012-05-06  Andreas Jaeger  <aj@suse.de>
45732         * Makeconfig (+math-flags): New, set to -frounding-math.
45733         (+cflags): Add +math-flags so that all of glibc gets compiled with
45734         it.
45736         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
45738 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
45740         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
45741         Disable one test.
45743         [BZ #13787]
45744         [BZ #13922]
45745         [BZ #14036]
45746         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
45747         (__ieee754_expl): Allow for and saturate large arguments.
45748         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
45749         (u_threshold): Likewise.
45750         (__exp): Call __ieee754_exp before checking for overflow and
45751         underflow.
45752         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
45753         (u_threshold): Likewise.
45754         (__expf): Call __ieee754_expf before checking for overflow and
45755         underflow.
45756         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
45757         (u_threshold): Likewise.
45758         (__expl): Call __ieee754_expl before checking for overflow and
45759         underflow.
45760         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
45761         (__ieee754_expl): Allow for and saturate large arguments.
45762         * math/libm-test.inc (exp_test): Add another test.  Do not allow
45763         missing overflow exception on overflow.
45764         (expm1_test): Do not allow missing overflow exception on overflow.
45766         * sysdeps/i386/fpu/e_expl.c: Move to ...
45767         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
45768         rather than using inline asm.
45769         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
45770         * sysdeps/x86_64/fpu/e_expl.S: Copy from
45771         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
45773         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
45774         (nice): Likewise.
45775         (poll): Likewise.
45776         (signal): Likewise.
45777         (time): Likewise.
45778         (times): Likewise.
45780 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45782         * sysdeps/unix/syscalls.list (adjtime): Add entry from
45783         sysdeps/unix/common/syscalls.list.
45784         (fchmod): Likewise.
45785         (fchown): Likewise.
45786         (ftruncate): Likewise.
45787         (getrusage): Likewise.
45788         (gettimeofday): Likewise.
45789         (setpgid): Likewise.
45790         (setregid): Likewise.
45791         (setreuid): Likewise.
45792         (sigaction): Likewise.
45793         (truncate): Likewise.
45794         (vhangup): Likewise.
45795         * sysdeps/unix/common/syscalls.list: Remove file.
45796         * sysdeps/unix/bsd/Implies: Don't include unix/common.
45797         * sysdeps/unix/sysv/linux/Implies: Likewise.
45799 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
45801         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
45802         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
45803         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
45804         Moved to ...
45805         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
45806         Here.
45807         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
45808         to ...
45809         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
45810         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
45811         to ...
45812         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
45813         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
45814         to ...
45815         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
45816         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
45817         to ...
45818         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
45819         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
45820         to ...
45821         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
45822         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
45823         to ...
45824         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
45825         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
45826         to ...
45827         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
45828         Here.
45829         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
45830         to ...
45831         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
45832         Here.
45833         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
45834         to ...
45835         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
45836         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
45837         Moved to ...
45838         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
45839         Here.
45840         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
45841         to ...
45842         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
45844 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45846         * sysdeps/unix/common/bits/dirent.h: Remove file.
45847         * sysdeps/unix/common/bits/fcntl.h: Likewise.
45849         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
45850         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
45851         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
45852         * sysdeps/unix/bsd/isatty.c: Likewise.
45853         * sysdeps/unix/bsd/tcdrain.c: Likewise.
45854         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
45855         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
45857 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45859         [BZ #13563]
45860         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
45861         long double comparison inaccuracies.
45862         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
45863         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45865 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
45867         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
45868         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
45870 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45872         [BZ #14049]
45873         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
45874         nonzero digits before rounding a hex value.
45875         * stdlib/tst-strtod.c (tests): Add another test.
45877 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45879         * sysdeps/s390/fpu/libm-test-ulps: Update.
45881 2012-05-03  Andreas Jaeger  <aj@suse.de>
45883         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
45884         does not get optimized out.
45885         (malloc_opt_barrier): New.
45887 2012-05-03  Andreas Jaeger  <aj@suse.de>
45888             Roland McGrath  <roland@hack.frob.com>
45890         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
45891         intermediate file deletion.
45892         (generated): Add .symlist files.
45894 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
45896         [BZ #13775]
45897         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
45898         Redirect under this condition.
45899         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45900         [__USE_GNU] (__dprintf_chk): Not under this condition.
45901         [__USE_GNU] (__vdprintf_chk): Likewise.
45902         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
45903         under this condition.
45904         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45905         [__USE_XOPEN2K8] (dprintf): Define under this condition.
45906         [__USE_XOPEN2K8] (vdprintf): Likewise.
45907         [__USE_GNU] (__dprintf_chk): Not under this condition.
45908         [__USE_GNU] (__vdprintf_chk): Likewise.
45909         [__USE_GNU] (dprintf): Likewise.
45910         [__USE_GNU] (vdprintf): Likewise.
45912 2012-05-03  Roland McGrath  <roland@hack.frob.com>
45914         * elf/Makefile (common-generated): Set this instead of generated for
45915         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
45916         $(all-built-dso)-derived lists.
45918 2012-05-03  Andreas Jaeger  <aj@suse.de>
45920         * sysdeps/i386/fpu/libm-test-ulps: Update.
45922         * FAQ: Removed.
45923         * FAQ.in: Likewise.
45924         * scripts/gen-FAQ.pl: Likewise.
45925         * manual/install.texi (Installation): Point to online location of
45926         FAQ.
45927         * Makefile (files-for-dist): Remove FAQ.
45928         (FAQ): Remove.
45930 2012-05-02  Allan McRae  <allan@archlinux.org>
45932         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
45933         (LDFLAGS-reldepmod5.so): Likewise.
45934         (LDFLAGS-reldep6mod1.so): Likewise.
45935         (LDFLAGS-reldep6mod4.so): Likewise.
45936         (LDFLAGS-reldep8mod3.so): Likewise.
45937         (LDFLAGS-unload4mod1.so): Likewise.
45938         (LDFLAGS-unload4mod2.so): Likewise.
45939         (LDFLAGS-tst-initorder): Likewise.
45940         (LDFLAGS-tst-initordera2.so): Likewise.
45941         (LDFLAGS-tst-initordera3.so): Likewise.
45942         (LDFLAGS-tst-initordera4.so): Likewise.
45943         (LDFLAGS-tst-initorderb2.so): Likewise.
45944         (LDFLAGS-noload): Likewise.
45945         (LDFLAGS-next): Likewise.
45946         (LDFLAGS-order2mod1.so): Likewise.
45947         (LDFLAGS-order2mod2.so): Likewise.
45948         (LDFLAGS-tst-initorder2): Likewise.
45949         (LDFLAGS-tst-initorder2a.so): Likewise.
45950         (LDFLAGS-tst-initorder2b.so): Likewise.
45951         (LDFLAGS-tst-initorder2c.so): Likewise.
45952         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
45954 2012-05-02  David S. Miller  <davem@davemloft.net>
45956         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45958 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
45960         [BZ #14055]
45961         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
45963 2012-05-02  Andreas Jaeger  <aj@suse.de>
45965         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
45966         since we manipulate rounding mode.
45967         (CPPFLAGS-test-idouble.c): Likewise.
45968         (CPPFLAGS-test-ifloat.c): Likewise.
45969         (CFLAGS-test-ldouble.c): Likewise.
45970         (CFLAGS-test-double.c): Likewise.
45971         (CFLAGS-test-float.c): Likewise.
45972         (CFLAGS-test-misc.c): Likewise.
45973         (CFLAGS-test-test-fenv.c): Likewise.
45975 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45977         [BZ #2550]
45978         [BZ #2570]
45979         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
45980         comparisons to determine direction to adjust input.
45982 2012-05-01  Roland McGrath  <roland@hack.frob.com>
45984         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
45985         output to the target.
45987         * scripts/localplt.awk: New file.
45988         * elf/Makefile ($(objpfx)check-localplt): Target removed.
45989         (check-localplt-CFLAGS): Variable removed.
45990         ($(all-built-dso:=.jmprel)): New static pattern rule.
45991         (generated): Add those targets.
45992         (localplt-built-dso): New variable.
45993         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
45995         * elf/check-localplt.c: File removed.
45997         * scripts/check-execstack.awk: New file.
45998         * elf/Makefile ($(objpfx)check-execstack): Target removed.
45999         (check-execstack-CFLAGS): Variable removed.
46000         ($(objpfx)check-execstack.h): Target removed.
46001         ($(objpfx)execstack-default): New target.
46002         (generated): Add that instead of check-execstack.h.
46003         ($(all-built-dso:=.phdr)): New static pattern rule.
46004         (generated): Add those targets.
46005         * elf/check-execstack.c: File removed.
46007         * scripts/check-textrel.awk: New file.
46008         * elf/Makefile ($(objpfx)check-textrel): Target removed.
46009         (check-textrel-CFLAGS): Variable removed.
46010         (all-built-dso): Use := to define.o
46011         ($(all-built-dso:=.dyn)): New static pattern rule.
46012         (generated): Add those targets.
46013         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
46014         * config.make.in (READELF): New substituted variable.
46015         * elf/check-textrel.c: File removed.
46017 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
46019         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
46020         allow.
46021         * conform/data/ctype.h-data [C99-based standards] (isblank):
46022         Expect function.
46023         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
46024         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
46025         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46026         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
46027         Specify type.  Require positive value.
46028         (EILSEQ): Likewise.
46029         (ERANGE): Likewise.
46030         [ISO || POSIX] (EILSEQ): Do not expect.
46031         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
46032         Specify type.  Require positive value.
46033         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
46034         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
46035         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
46036         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
46037         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
46038         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
46039         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
46040         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
46041         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
46042         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
46043         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
46044         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
46045         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
46046         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
46047         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
46048         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
46049         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
46050         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
46051         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
46052         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
46053         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
46054         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
46055         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
46056         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
46057         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
46058         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
46059         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
46060         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
46061         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
46062         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
46063         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
46064         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
46065         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
46066         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
46067         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
46068         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
46069         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
46070         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
46071         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
46072         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
46073         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
46074         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
46075         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
46076         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
46077         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
46078         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
46079         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
46080         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
46081         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
46082         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
46083         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
46084         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
46085         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
46086         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
46087         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
46088         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
46089         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
46090         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
46091         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
46092         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
46093         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
46094         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
46095         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
46096         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
46097         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
46098         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
46099         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
46100         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
46101         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
46102         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
46103         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
46104         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
46105         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
46106         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
46107         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
46108         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
46109         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
46110         Require >= 2.
46111         (FLT_ROUNDS): Expect as macro, not constant.
46112         (FLT_MANT_DIG): Use macro-int-constant.
46113         (DBL_MANT_DIG): Likewise.
46114         (LDBL_MANT_DIG): Likewise.
46115         (FLT_DIG): Likewise.
46116         (DBL_DIG): Likewise.
46117         (LDBL_DIG): Likewise.
46118         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
46119         (DBL_MIN_EXP): Likewise.
46120         (LDBL_MIN_EXP): Likewise.
46121         (FLT_MAX_EXP): Use macro-int-constant.
46122         (DBL_MAX_EXP): Likewise.
46123         (LDBL_MAX_EXP): Likewise.
46124         (FLT_MAX_10_EXP): Likewise.
46125         (DBL_MAX_10_EXP): Likewise.
46126         (LDBL_MAX_10_EXP): Likewise.
46127         (FLT_MAX): Use macro-constant.
46128         (DBL_MAX): Likewise.
46129         (LDBL_MAX): Likewise.
46130         (FLT_EPSILON): Use macro-constant.  Give upper bound.
46131         (DBL_EPSILON): Likewise.
46132         (LDBL_EPSILON): Likewise.
46133         (FLT_MIN): Likewise.
46134         (DBL_MIN): Likewise.
46135         (LDBL_MIN): Likewise.
46136         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
46137         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
46138         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
46139         [ISO11] (FLT_HAS_SUBNORM): Likewise.
46140         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
46141         [ISO11] (DBL_DECIMAL_DIG): Likewise.
46142         [ISO11] (FLT_DECIMAL_DIG): Likewise.
46143         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
46144         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
46145         [ISO11] (FLT_TRUE_MIN): Likewise.
46146         [ISO11] (LDBL_TRUE_MIN): Likewise.
46147         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46148         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
46149         (SCHAR_MIN): Use macro-int-constant.  Specify type.
46150         (SCHAR_MAX): Likewise.
46151         (UCHAR_MAX): Likewise.
46152         (CHAR_MIN): Likewise.
46153         (CHAR_MAX): Likewise.
46154         (MB_LEN_MAX): Use macro-int-constant.
46155         (SHRT_MIN): Use macro-int-constant.  Specify type.
46156         (SHRT_MAX): Likewise.
46157         (USHRT_MAX): Likewise.
46158         (INT_MAX): Likewise.
46159         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
46160         bound negative.
46161         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
46162         bound with "U".
46163         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
46164         bound with "L".
46165         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
46166         bound negative.  Suffix upper bound with "L".
46167         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
46168         bound with "UL".
46169         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
46170         Specify type.
46171         [C99-based standards] (LLONG_MAX): Likewise.
46172         [C99-based standards] (ULLONG_MAX): Likewise.
46173         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
46174         == 0.
46175         [ISO11] (max_align_t): Require type.
46176         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46178         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
46179         from $CFLAGS, without defining away __attribute__ calls.
46180         (checknamespace): Use $CFLAGS_namespace.
46182         * conform/conformtest.pl (@keywords): Only include C99 keywords
46183         for standards based on C99 or C11.
46185         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
46186         Disable tests.
46187         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
46188         UNIX98]: Likewise.
46190         * conform/conformtest.pl: Handle "macro-int-constant" and test for
46191         usability of symbols in #if.
46193         * conform/conformtest.pl: If macro or constant types start
46194         "promoted:", expect the symbol to be of the following type
46195         promoted by the integer promotions.
46197         * conform/conformtest.pl: Parse all "constant" and "macro" lines
46198         in one place.  Also handle "macro-constant".
46200         * conform/conformtest.pl: Only accept expected macro values with
46201         "==".  Parse all "macro" lines in one place.
46202         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
46204         * conform/conformtest.pl: Handle braced types on "constant" lines
46205         instead of handling "typed-constant".
46206         * conform/data/signal.h-data: Use "constant" instead of
46207         "typed-constant".
46209         * conform/conformtest.pl: Handle "optional-" at start of lines in
46210         one place rather than duplicating several cases.  Handle each
46211         format of "macro" line with initial "optional-".
46213         * conform/conformtest.pl: Only accept expected constant or
46214         optional-constant values with "==".  Parse all "constant" lines in
46215         one place.  Parse all "optional-constant" lines in one place.
46216         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
46217         * conform/data/fmtmsg.h-data: Likewise.
46218         * conform/data/netinet/in.h-data: Likewise.
46219         * conform/data/tar.h-data: Likewise.
46220         * conform/data/limits.h-data: Use "==" form on "constant" and
46221         "optional-constant" lines.
46223         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
46224         Use -std=c99 for XOPEN2K.
46225         (@knownproblems): Remove.
46226         (newtoken): Don't check %isknown.
46228         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
46229         Do not expect macro.
46230         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
46231         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
46232         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
46233         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
46234         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
46235         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
46236         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
46237         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
46238         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
46239         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
46240         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
46241         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
46242         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
46243         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
46244         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
46245         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
46246         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
46247         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
46248         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
46249         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
46250         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
46251         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
46252         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
46253         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
46254         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
46255         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
46256         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
46257         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
46258         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
46259         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
46260         [XPG3] (acosh): Likewise.
46261         [XPG3] (asinh): Likewise.
46262         [XPG3] (atanh): Likewise.
46263         [XPG3] (cbrt): Likewise.
46264         [XPG3] (expm1): Likewise.
46265         [XPG3] (ilogb): Likewise.
46266         [XPG3] (log1p): Likewise.
46267         [XPG3] (logb): Likewise.
46268         [XPG3] (nextafter): Likewise.
46269         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
46270         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
46271         [XPG3] (remainder): Likewise.
46272         [XPG3] (rint): Likewise.
46273         [XPG3 || XPG4 || UNIX98] (round): Likewise.
46274         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
46275         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
46276         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
46277         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
46278         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
46279         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
46280         [UNIX98 || XOPEN2K] (scalb): Expect.
46281         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
46282         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
46283         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
46284         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
46285         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
46286         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
46287         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
46288         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
46289         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
46290         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
46291         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
46292         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
46293         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
46294         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
46295         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
46296         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
46297         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
46298         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
46299         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
46300         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
46301         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
46302         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
46303         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
46304         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
46305         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
46306         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
46307         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
46308         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
46309         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
46310         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
46311         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
46312         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
46313         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
46314         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
46315         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
46316         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
46317         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
46318         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
46319         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
46320         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
46321         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
46322         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
46323         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
46324         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
46325         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
46326         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
46327         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
46328         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
46329         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
46330         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
46331         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
46332         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
46333         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
46334         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
46335         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
46336         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
46337         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
46338         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
46339         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
46340         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
46341         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
46342         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
46343         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
46344         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
46345         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
46346         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
46347         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
46348         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
46349         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
46350         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
46351         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
46352         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
46353         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
46354         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
46355         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
46356         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
46357         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
46358         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
46359         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
46360         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
46361         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
46362         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
46363         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
46364         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
46365         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
46366         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
46367         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
46368         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
46369         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
46370         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
46371         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
46372         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
46373         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
46374         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
46375         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
46376         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
46377         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
46378         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
46379         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
46380         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
46381         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
46382         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
46383         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
46384         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
46385         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
46386         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
46387         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
46388         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
46389         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
46390         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
46391         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
46392         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
46393         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
46394         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
46395         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
46396         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
46397         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
46398         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
46399         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
46400         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
46401         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
46402         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
46403         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
46404         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
46405         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
46406         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
46407         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
46408         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
46409         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
46410         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
46411         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
46412         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
46413         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
46414         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
46415         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
46416         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
46417         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
46419         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
46420         _XOPEN_SOURCE_EXTENDED for XPG4.
46422         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
46424         * Makeconfig (localtime): Remove variable.
46425         (inst_localtime-file): Likewise.
46427 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
46429         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
46430         Update.
46431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
46432         Update.
46433         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
46434         Update.
46435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
46436         Update.
46437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
46438         Update.
46439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
46440         Update.
46441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
46442         Update.
46443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
46444         Update.
46445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46446         Update.
46448 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
46450         [BZ #2550]
46451         [BZ #2570]
46452         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
46453         comparisons to determine direction to adjust input.
46454         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
46455         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
46456         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
46457         Likewise.
46458         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
46459         Likewise.
46460         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
46461         Likewise.
46462         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
46463         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
46464         Likewise.
46465         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
46466         Likewise.
46467         * math/libm-test.inc (nexttoward_test): Add more tests.
46469 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
46471         [BZ #14040]
46472         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
46473         in version GLIBC_2.1, not GLIBC_2.0.
46474         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
46475         Likewise.
46477 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
46479         [BZ #13942]
46480         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
46481         (1 - x) * (1 + x).
46482         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46483         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
46484         * math/libm-test.inc (acos_test): Add more tests.
46485         (asin_test): Likewise.
46486         * sysdeps/i386/fpu/libm-test-ulps: Update.
46487         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46489         [BZ #14034]
46490         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
46491         of square root.
46492         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
46493         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46494         * math/libm-test.inc (acos_test_tonearest): New function.
46495         (acos_test_towardzero): Likewise.
46496         (acos_test_downward): Likewise.
46497         (acos_test_upward): Likewise.
46498         (asin_test_tonearest): Likewise.
46499         (asin_test_towardzero): Likewise.
46500         (asin_test_downward): Likewise.
46501         (asin_test_upward): Likewise.
46502         (main): Call the new functions.
46503         * sysdeps/i386/fpu/libm-test-ulps: Update.
46504         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46506         [BZ #13884]
46507         [BZ #13924]
46508         * math/e_exp10.c: Include <float.h>.
46509         (__ieee754_exp10): Handle underflow here rather than multiplying
46510         large negative argument by M_LN10.
46511         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
46512         of __ieee754_expf.
46513         * math/e_exp10l.c: Include <float.h>.
46514         (__ieee754_exp10l): Handle underflow here rather than multiplying
46515         large negative argument by M_LN10l.
46516         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
46517         spurious overflow exception on underflow.
46519 2012-04-29  Marek Polacek  <polacek@redhat.com>
46521         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
46522         (__fortify_function): New macro.
46523         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
46524         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
46525         __extern_always_inline.
46526         * libio/bits/stdio2.h: Likewise.
46527         * libio/bits/stdio.h: Likewise.
46528         * string/string.h: Likewise.
46529         * string/bits/string3.h: Likewise.
46530         * include/stdio.h: Likewise.
46531         * stdlib/bits/stdlib.h: Likewise.
46532         * stdlib/stdlib.h: Likewise.
46533         * rt/bits/mqueue2.h: Likewise.
46534         * rt/mqueue.h: Likewise.
46535         * posix/bits/unistd.h: Likewise.
46536         * posix/unistd.h: Likewise.
46537         * io/bits/poll2.h: Likewise.
46538         * io/bits/fcntl2.h: Likewise.
46539         * io/fcntl.h: Likewise.
46540         * io/sys/poll.h: Likewise.
46541         * misc/bits/syslog.h: Likewise.
46542         * misc/bits/syslog-ldbl.h: Likewise.
46543         * misc/sys/syslog.h: Likewise.
46544         * socket/bits/socket2.h: Likewise.
46545         * socket/sys/socket.h: Likewise.
46546         * debug/tst-chk1.c: Likewise.
46547         * wcsmbs/bits/wchar2.h: Likewise.
46548         * wcsmbs/bits/wchar-ldbl.h: Likewise.
46549         * wcsmbs/wchar.h: Likewise.
46551 2012-04-29  Andreas Jaeger  <aj@suse.de>
46553         * Makerules (tests): Remove enable-check-abi protection.
46554         (check-abi-warn): Remove.
46555         (check-abi-%): Remove check-abi-warn usage.
46557         * configure.in: Remove check-abi configure option.
46558         * configure: Regenerated.
46559         * config.make.in (enable-check-abi): Remove.
46561 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
46563         [BZ #14033]
46564         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
46565         double functions to double *_finite functions.
46567         [BZ #13941]
46568         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
46569         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
46570         LDBL_MIN_EXP.
46571         * stdio-common/Makefile (tests): Add tst-sprintf3.
46572         * stdio-common/tst-sprintf3.c: New file.
46574         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
46575         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
46577 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46579         * conform/conformtest.pl: Remove duplicate typed-constant
46580         handling.
46582 2012-04-28  David S. Miller  <davem@davemloft.net>
46584         * Makerules (%.abilist): Add vpath on sysdep_dirs.
46585         (check-abi-%): Remove AWK script prerequisite and explicit
46586         abilist directory.
46587         (check-abi): Rewrite to just diff the symlist with the abilist.
46588         (config-tls, config-abi-config): Delete, no longer used.
46589         (update-abi-%): Remove AWK script and explicit abilist directory.
46590         (update-abi): Rewrite to simply compare and conditionally copy the
46591         symlist and the sysdep abilist file.  Remove update-abi-config
46592         checks.
46593         * abilist/ld.abilist: Remove.
46594         * abilist/libBrokenLocale.abilist: Remove.
46595         * abilist/libanl.abilist: Remove.
46596         * abilist/libcrypt.abilist: Remove.
46597         * abilist/libdl.abilist: Remove.
46598         * abilist/librt.abilist: Remove.
46599         * abilist/libthread_db.abilist: Remove.
46600         * abilist/libutil.abilist: Remove.
46601         * scripts/extract-abilist.awk: Remove.
46602         * scripts/merge-abilist.awk: Remove.
46603         * sysdeps/generic/libcidn.abilist: New file.
46604         * sysdeps/generic/libnss_compat.abilist: New file.
46605         * sysdeps/generic/libnss_db.abilist: New file.
46606         * sysdeps/generic/libnss_dns.abilist: New file.
46607         * sysdeps/generic/libnss_files.abilist: New file.
46608         * sysdeps/generic/libnss_hesiod.abilist: New file.
46609         * sysdeps/generic/libnss_nis.abilist: New file.
46610         * sysdeps/generic/libnss_nisplus.abilist: New file.
46611         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
46612         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
46613         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
46614         file.
46615         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
46616         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
46617         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
46618         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
46619         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
46620         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
46621         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
46622         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
46623         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
46624         file.
46625         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
46626         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
46627         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
46628         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
46629         file.
46630         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
46631         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
46632         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
46633         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
46634         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
46635         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
46636         file.
46637         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
46638         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
46639         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
46640         file.
46641         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
46642         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
46643         New file.
46644         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
46645         New file.
46646         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
46647         New file.
46648         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
46649         New file.
46650         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
46651         New file.
46652         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
46653         New file.
46654         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
46655         New file.
46656         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
46657         New file.
46658         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
46659         New file.
46660         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
46661         New file.
46662         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
46663         New file.
46664         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
46665         New file.
46666         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
46667         New file.
46668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
46669         file.
46670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
46671         New file.
46672         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
46673         New file.
46674         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
46675         file.
46676         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
46677         New file.
46678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
46679         New file.
46680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
46681         file.
46682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
46683         New file.
46684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46685         New file.
46686         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
46687         New file.
46688         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
46689         New file.
46690         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
46691         New file.
46692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
46693         New file.
46694         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
46695         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
46696         file.
46697         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
46698         New file.
46699         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
46700         file.
46701         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
46702         file.
46703         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
46704         file.
46705         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
46706         file.
46707         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
46708         file.
46709         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
46710         New file.
46711         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
46712         file.
46713         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
46714         file.
46715         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
46716         New file.
46717         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
46718         file.
46719         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
46720         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
46721         file.
46722         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
46723         New file.
46724         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
46725         file.
46726         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
46727         file.
46728         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
46729         file.
46730         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
46731         file.
46732         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
46733         file.
46734         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
46735         New file.
46736         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
46737         file.
46738         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
46739         file.
46740         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
46741         New file.
46742         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
46743         file.
46744         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
46745         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
46746         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
46747         file.
46748         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
46749         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
46750         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
46751         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
46752         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
46753         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
46754         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
46755         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
46756         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
46757         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
46758         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
46759         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
46760         file.
46761         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
46762         New file.
46763         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
46764         file.
46765         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
46766         file.
46767         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
46768         file.
46769         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
46770         file.
46771         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
46772         file.
46773         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
46774         New file.
46775         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
46776         New file.
46777         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
46778         file.
46779         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
46780         New file.
46781         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
46782         file.
46783         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
46784         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
46785         file.
46786         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
46787         New file.
46788         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
46789         file.
46790         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
46791         file.
46792         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
46793         file.
46794         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
46795         file.
46796         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
46797         file.
46798         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
46799         New file.
46800         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
46801         New file.
46802         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
46803         file.
46804         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
46805         New file.
46806         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
46807         file.
46809 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46811         * conform/conformtest.pl: Fix typo in handling typed-constant from
46812         allow-header.
46814 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46816         * README: Cut down references to pre-2.6 Linux kernels and
46817         Linuxthreads.  Update lists of configurations in libc and ports
46818         and sort alphabetically.  Say "or newer" with Linux kernel version
46819         requirements.
46821         * config.h.in [IS_IN_build]: Allow compiling without optimization.
46823 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
46825         [BZ #887]
46826         * math/libm-test.inc (logb_test_downward): New test to expose
46827         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
46828         rounding mode.
46830 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46832         [BZ #14027]
46833         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
46834         to be done.
46835         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
46836         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
46838 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
46840         * sysdeps/unix/i386/brk.S: Remove file.
46841         * sysdeps/unix/i386/dl-brk.S: Likewise.
46842         * sysdeps/unix/i386/pipe.S: Likewise.
46843         * sysdeps/unix/i386/sigreturn.S: Likewise.
46844         * sysdeps/unix/i386/syscall.S: Likewise.
46845         * sysdeps/unix/i386/vfork.S: Likewise.
46846         * sysdeps/unix/i386/wait.S: Likewise.
46848         * sysdeps/unix/common/tcsendbrk.c: Move to ...
46849         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
46851         * configure.in (arm*-none*): Do not allow without
46852         --enable-hacker-mode.
46853         (netbsd*): Remove case setting base_os.
46854         (386bsd*): Likewise.
46855         (freebsd*): Likewise.
46856         (bsdi*): Likewise.
46857         (osf*): Likewise.
46858         (sunos*): Likewise.
46859         (ultrix*): Likewise.
46860         (newsos*): Likewise.
46861         (dynix*): Likewise.
46862         (*bsd*): Likewise.
46863         (sysv*): Likewise.
46864         (isc*): Likewise.
46865         (esix*): Likewise.
46866         (sco*): Likewise.
46867         (minix*): Likewise.
46868         (irix4*): Likewise.
46869         (irix6*): Likewise.
46870         (solaris[2-9]*): Likewise.
46871         (none): Likewise.
46872         * configure: Regenerated.
46874 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46876         [BZ #11521]
46877         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
46878         overflow or cancellation in calculating denominator.
46879         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
46880         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
46881         down expression to avoid unexpected rounding in newer GCCs.
46882         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
46884 2012-04-26  David S. Miller  <davem@davemloft.net>
46886         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
46887         long-double compat symbols.
46888         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46889         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46890         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46891         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
46892         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46893         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
46894         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
46895         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
46896         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
46897         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
46898         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
46899         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
46900         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
46902 2012-04-25  David S. Miller  <davem@davemloft.net>
46904         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
46905         HWCAP_* values only after the memory barriers have been defined.
46906         (atomic_full_barrier): Define.
46907         (atomic_read_barrier): Define.
46908         (atomic_write_barrier): Define.
46910 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
46912         * shlib-versions: Add libgcc_s version information.
46913         * sysdeps/generic/libgcc_s.h: Remove.
46914         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
46915         libgcc_s.h.
46916         * sysdeps/gnu/unwind-resume.c: Likewise.
46917         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
46919 2012-04-25  David S. Miller  <davem@davemloft.net>
46921         * sysdeps/unix/sparc/brk.S: Delete.
46922         * sysdeps/unix/sparc/dl-brk.S: Delete.
46923         * sysdeps/unix/sparc/pipe.S: Delete.
46924         * sysdeps/unix/sparc/sysdep.S: Delete.
46925         * sysdeps/unix/sparc/sysdep.h: Delete.
46926         * sysdeps/unix/sparc/vfork.S: Delete.
46927         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
46928         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
46929         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
46930         (ret_ERRVAL, r0, r1, MOVE): Define.
46931         (JUMPTARGET): Remove.
46932         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
46933         sysdeps/unix/sparc/sysdep.h
46934         (ENTRY, END): Remove.
46935         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46937 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
46939         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
46940         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
46941         -DIS_IN_build.
46943         * timezone/README: Update upstream location and email address for
46944         tzcode and tzdata.
46945         * timezone/zdump.c: Update from tzcode 2012b.
46946         * timezone/zic.c: Likewise.
46948         * configure.in (libc_cv_as_needed): Remove test.
46949         * configure: Regenerated.
46950         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
46951         conditional definition.
46952         [$(have-as-needed) != yes] (no-as-needed): Likewise.
46953         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
46954         * config.make.in (have-as-needed): Remove variable.
46956 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
46957             Paul Pluzhnikov  <ppluzhnikov@google.com>
46959         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
46960         strings correctly.
46962 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
46964         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
46965         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
46966         * sysdeps/sh/strlen.S: Likewise.
46968 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46970         * sysdeps/unix/fork.S: Remove file.
46971         * sysdeps/unix/i386/fork.S: Likewise.
46972         * sysdeps/unix/sparc/fork.S: Likewise.
46974         * sysdeps/unix/system.c: Remove file.
46975         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
46977         * sysdeps/unix/getegid.S: Remove file.
46978         * sysdeps/unix/geteuid.S: Likewise.
46980 2012-04-24  Roland McGrath  <roland@hack.frob.com>
46982         * scripts/check-localplt.awk: New file.
46983         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
46984         of diff.
46985         * scripts/data/localplt-generic.data: Add a comment.
46987         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
46988         NODE when __dir_mkfile failed.
46989         * sysdeps/mach/hurd/symlinkat.c: Likewise.
46990         Reported by Ludovic Courtès <ludo@gnu.org>.
46992 2012-04-24  Andreas Jaeger  <aj@suse.de>
46994         * Makerules (common-clean): Also remove gen-as-const-headers
46995         files.
46997 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46999         * Makerules (native-compile): Do not change working directory for
47000         build.  Use $(OUTPUT_OPTION) in command.
47001         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
47003 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47005         [BZ #13886]
47006         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
47007         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
47008         * math/libm-test.inc (floor_test): Add more tests.
47009         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
47011 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
47013         * sysdeps/unix/getdents.c: Remove file.
47014         * sysdeps/unix/sysv/getdents.c: Likewise.
47015         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
47017         * sysdeps/unix/syscalls.list (madvise): Add syscall from
47018         sysdeps/unix/mman/syscalls.list.
47019         (mmap): Likewise.
47020         (mprotect): Likewise.
47021         (msync): Likewise.
47022         (munmap): Likewise.
47023         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
47024         * sysdeps/unix/mman/syscalls.list: Remove.
47025         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
47027         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
47028         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
47029         * configure: Regenerated.
47030         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
47031         $(libgcc_s_suffix).
47032         * config.make.in (libgcc_s_suffix): Remove variable.
47034 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
47036         * sysdeps/unix/sysv/gethostname.c: Move to ...
47037         * sysdeps/posix/gethostname.c: ... here.
47039         * sysdeps/unix/execve.S: Remove file.
47041         * sysdeps/unix/_exit.S: Remove file.
47043 2012-04-23  Andreas Jaeger  <aj@suse.de>
47045         [BZ #13739]
47046         * manual/Makefile: Remove make dist support, there's no
47047         need for a stand-alone documentation tar ball.
47048         (TEXI2DVI): Define always, it's not in Makeconfig.
47049         (dist): Removed.
47050         (tar-it): Removed.
47051         (edition): Removed.
47052         (glibc-doc-$(edition).tar): Removed
47053         (%.Z): Removed.
47054         (%.gz): Removed.
47055         (%.uu): Removed.
47056         (ETAGS): Remove, it's in Makeconfig.
47057         (move-if-change): Remove, it's in Makeconfig.
47059 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
47061         [BZ #13970]
47062         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
47063         (strtod, strtof, strtold, strtol, strtoul, strtoq)
47064         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
47065         (strtod_l, strtof_l, strtold_l): Remove __wur.
47066         It is not necessarily an error to ignore strtol's return value.
47067         One can reliably look at the stored endptr to decide whether
47068         the number had valid syntax.
47070 2012-04-21  Andreas Jaeger  <aj@suse.de>
47072         [BZ #13739]
47073         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
47075 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
47077         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
47078         * sysdeps/unix/sysv/Versions: Remove file.
47080 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
47082         [BZ #13927]
47083         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
47085 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
47087         [BZ #7064]
47088         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
47089         version from __vm86.
47091 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
47093         * sysdeps/unix/common/lxstat.c: Remove file.
47094         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
47096         * sysdeps/unix/sysv/Makefile: Remove file.
47098         * sysdeps/unix/sysv/direct.h: Remove file.
47100         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
47101         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
47102         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
47103         * sysdeps/unix/sysv/bits/signum.h: Likewise.
47104         * sysdeps/unix/sysv/bits/stat.h: Likewise.
47105         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
47106         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
47108         * sysdeps/unix/sysv/setrlimit.c: Remove file.
47110         * sysdeps/unix/xmknod.c: Remove file.
47111         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
47113         * sysdeps/unix/sysv/settimeofday.c: Remove file.
47115         * sysdeps/unix/sysv/i386/time.S: Remove file.
47117         * sysdeps/unix/fxstat.c: Remove file.
47118         * sysdeps/unix/xstat.c: Likewise.
47119         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
47121         * sysdeps/unix/sysv/sigaction.c: Remove file.
47123         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
47124         (sysdep_headers): Remove variable.
47125         [termio.h not in sysdep_headers] (generated): Likewise.
47126         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
47127         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
47128         * sysdeps/unix/sysv/tcdrain.c: Likewise.
47129         * sysdeps/unix/sysv/tcflow.c: Likewise.
47130         * sysdeps/unix/sysv/tcflush.c: Likewise.
47131         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
47132         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
47133         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
47134         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
47135         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
47137         * sysdeps/unix/siglist.c: Remove file.
47139         * sysdeps/unix/getppid.S: Remove file.
47141         * sysdeps/unix/mkdir.c: Remove file.
47142         * sysdeps/unix/rmdir.c: Likewise.
47144 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
47146         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
47147         ERR_MAX value.
47148         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
47149         errlist-compat value.
47151 2012-04-18  David S. Miller  <davem@davemloft.net>
47153         * sysdeps/generic/memcopy.h (reg_char): Delete.
47154         * debug/strcat_chk.c: Use char, not reg_char.
47155         * debug/strcpy_chk.c: Likewise.
47156         * debug/strncat_chk.c: Likewise.
47157         * debug/strncpy_chk.c: Likewise.
47158         * string/memchr.c: Likewise.
47159         * string/memrchr.c: Likewise.
47160         * string/rawmemchr.c: Likewise.
47161         * string/strcat.c: Likewise.
47162         * string/strchr.c: Likewise.
47163         * string/strchrnul.c: Likewise.
47164         * string/strcmp.c: Likewise.
47165         * string/strcpy.c: Likewise.
47166         * string/strncat.c: Likewise.
47167         * string/strncmp.c: Likewise.
47168         * string/strncpy.c: Likewise.
47170 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
47172         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
47173         __builtin_memcopy is called when src and dest ranges are known to not
47174         overlap.
47176 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
47178         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
47179         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
47180         fwd_align_merge macro call.
47181         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
47182         bwd_align_merge macro call.
47183         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
47185 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
47187         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
47188         bwd_align_merge macros.
47189         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
47190         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
47191         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
47193 2012-04-18  David S. Miller  <davem@davemloft.net>
47195         * sysdeps/sparc/sparc64/memcopy.h: Delete.
47197 2012-04-18  Andreas Jaeger  <aj@suse.de>
47199         [BZ# 6794]
47200         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
47201         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
47202         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47204         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
47205         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
47206         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47208         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
47209         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
47210         Adjust for changed ldbl-128 files.
47212         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
47213         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
47214         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
47216 2012-04-17  David S. Miller  <davem@davemloft.net>
47218         * sysdeps/sparc/sparc32/memcopy.h: Delete.
47220 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
47222         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
47223         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
47224         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
47225         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
47226         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
47227         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
47229 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47231         [BZ #6794]
47232         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
47233         * math/libm-test.inc: Add ilogb errno and exception tests.
47234         * math/w_ilogb.c: New file: ilogb wrapper.
47235         * math/w_ilogbf.c: New file: ilogbf wrapper.
47236         * math/w_ilogbl.c: New file: ilogbl wrapper.
47237         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
47238         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
47239         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
47240         exception being thrown with 0.0 as argument.
47241         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
47242         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
47243         exception being thrown with 0.0 as argument.
47244         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
47245         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
47246         exception being thrown with 0.0 as argument.
47247         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
47248         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
47249         exception being thrown with 0.0 as argument.
47250         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
47251         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
47252         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
47253         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
47254         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
47255         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
47256         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
47257         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
47258         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
47260 2012-04-17  Petr Baudis  <pasky@ucw.cz>
47262         * include/sys/uio.h: Change __vector to __iovec to avoid clash
47263         with altivec.
47265 2012-04-16  Marek Polacek  <polacek@redhat.com>
47267         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
47269 2012-04-16  Marek Polacek  <polacek@redhat.com>
47271         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
47272         operands of fdivp instruction.
47274 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
47276         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
47277         * elf/tst-auditmod3b.c: Likewise.
47278         * elf/tst-auditmod4b.c: Likewise.
47279         * elf/tst-auditmod5b.c: Likewise.
47280         * elf/tst-auditmod6b.c: Likewise.
47281         * elf/tst-auditmod6c.c: Likewise.
47282         * elf/tst-auditmod7b.c: Likewise.
47283         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
47284         * sysdeps/x86_64/preconfigure.in: Likewise.
47285         * sysdeps/x86_64/preconfigure: Regenerated.
47287 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
47289         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
47290         __ILP32__.
47292 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
47294         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
47295         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
47297 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
47299         [BZ #13973]
47300         * locale/iso-639.def: Fix gl language name. Spotted by
47301         Yaron Shahrabani.
47303 2012-04-12  Roland McGrath  <roland@hack.frob.com>
47305         [BZ #2074]
47306         * libio/libio.h (__io_write_fn): Update comment.
47308 2012-04-12  Petr Baudis  <pasky@ucw.cz>
47310         [BZ #2074]
47311         * stdio.texi (Hook Functions): The user provided writer function
47312         is not allowed to return -1.
47314 2012-04-11  David S. Miller  <davem@davemloft.net>
47316         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47318 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
47320         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
47321         Add a leading slash to rtkaio.
47323 2012-04-11  Jim Meyering  <meyering@redhat.com>
47325         [BZ #11959]
47326         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
47327         It is not necessarily an error to ignore fwrite's return
47328         value.  One can reliably use ferror to test for errors after
47329         the fact.
47331 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
47333         * bits/types.h (__snseconds_t): New type.
47334         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
47336         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
47337         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
47338         (__SNSECONDS_T_TYPE): Likewise.
47339         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
47340         (__SNSECONDS_T_TYPE): Likewise.
47341         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
47342         (__SNSECONDS_T_TYPE): Likewise.
47344 2012-04-10  Andreas Jaeger  <aj@suse.de>
47346         [BZ #2636]
47347         * manual/time.texi (Processor Time): Return type of times is
47348         elapsed real time since an arbitrary point in the past.
47349         (CPU Time): Move CLK_TCK from here...
47350         (Processor Time): ...to here.  Correct description.
47351         * manual/conf.texi (Constants for Sysconf): Correct description of
47352         _SC_CLK_TCK.
47354 2012-04-10  David S. Miller  <davem@davemloft.net>
47356         [BZ #13967]
47357         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
47358         where the is a gap between DT_REL(A) and DT_JMPREL.
47360 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
47362         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
47363         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
47364         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
47366 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
47368         * elf/dl-support.c (_dl_inhibit_cache): New variable.
47369         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
47370         (dl_main): Handle --inhibit-cache.
47371         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
47372         _dl_inhibit_cache.
47373         * elf/dl-load.c (_dl_map_object): Use it.
47374         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
47376 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
47378         [BZ #13872]
47379         * sysdeps/i386/fpu/e_powl.S (p78): New object.
47380         (__ieee754_powl): Saturate large exponents rather than testing for
47381         overflow of y*log2(x).
47382         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
47383         * math/libm-test.inc (pow_test): Do not permit spurious overflow
47384         exceptions.
47386         [BZ #11521]
47387         * math/s_ctan.c: Include <float.h>.
47388         (__ctan): Avoid internal overflow or cancellation in calculating
47389         denominator.
47390         * math/s_ctanf.c: Likewise.
47391         * math/s_ctanl.c: Likewise.
47392         * math/s_ctanh.c: Likewise.
47393         * math/s_ctanhf.c: Likewise.
47394         * math/s_ctanhl.c: Likewise.
47395         * math/libm-test.inc (ctan_test): Add more tests.
47396         (ctanh_test): Likewise.
47397         * sysdeps/i386/fpu/libm-test-ulps: Update.
47398         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47400 2012-04-09  Andreas Jaeger  <aj@suse.de>
47402         [BZ #6894]
47403         * manual/filesys.texi (Directory Entries): Mention that d_namlen
47404         is an optional BSD extension.
47406         [BZ #10254]
47407         * manual/stdio.texi (Opening Streams): Document additional fopen
47408         parameters.
47410 2012-04-09  Roland McGrath  <roland@hack.frob.com>
47412         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
47413         %eax without telling the compiler.
47415 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
47417         [BZ # 13963]
47418         * manual/install.texi: Use sourceware.org.
47420 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
47422         [BZ #13873]
47423         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
47424         (__ieee754_pow): Generate overflow and underflow using huge*huge
47425         and tiny*tiny rather than just returning constant infinity or zero
47426         for large exponents.
47427         * math/libm-test.inc (pow_test): Require overflow exceptions for
47428         applicable cases of large exponents.
47430         [BZ #706]
47431         * sysdeps/i386/fpu/e_pow.S (p10): New object.
47432         (__ieee754_pow): Use iterative multiplication algorithm only for
47433         integer exponents with absolute value below 1024.  Check for odd
47434         integer exponents when using algorithm for real exponents.
47435         * math/libm-test.inc (pow_test): Add more tests.
47436         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
47438 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
47440         [BZ #13705]
47441         * math/libm-test.inc (exp_test): Do not allow overflow exception
47442         on underflow test.
47444 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
47446         [BZ #13705]
47447         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
47448         instead of __kernel_standard_f.
47450 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
47452         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
47453         * sysdeps/x86_64/memset_chk.S: Likewise.
47455 2012-04-08  Andreas Jaeger  <aj@suse.de>
47457         [BZ #10153]
47458         * manual/startup.texi (Environment Access): Describe return value
47459         for putenv and setenv.
47461         [BZ #6895]
47462         * manual/filesys.texi (Directory Entries): Add description for
47463         DT_LNK.
47465         [BZ #6890]
47466         * manual/filesys.texi (Directory Entries): Clarify that it's file
47467         system not operating system in the description of DT_UNKNOWN.
47469         [BZ #6578]
47470         * manual/syslog.texi (closelog): Fix reference, it's openlog.
47472 2012-04-08  Stephen Compall  <s11@member.fsf.org>
47474         [BZ #6649]
47475         * manual/llio.texi (Opening and Closing Files): Add cross
47476         reference to explain mode argument.
47478 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
47480         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
47481         * sysdeps/x86_64/memset_chk.S: Likewise.
47483 2012-04-07  David S. Miller  <davem@davemloft.net>
47485         * elf/elf.h (R_SPARC_WDISP10): Define.
47486         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
47487         R_SPARC_SIZE32.
47488         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
47489         R_SPARC_SIZE64 and R_SPARC_H34.
47491 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
47493         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
47494         conditions and remove no longer applicable assertion.
47496 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
47498         * bits/byteswap.h: Include <features.h>.
47499         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
47500         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
47502 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
47504         * bits/byteswap.h (__bswap_16): Removed.
47505         Include <bits/byteswap-16.h> to get __bswap_16.
47506         * sysdeps/i386/bits/byteswap.h: Likewise.
47507         * sysdeps/s390/bits/byteswap.h: Likewise.
47508         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47509         * bits/byteswap-16.h: New file.
47510         * sysdeps/i386/bits/byteswap-16.h: Likewise.
47511         * sysdeps/s390/bits/byteswap-16.h: Likewise.
47512         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
47513         * string/Makefile (headers): Add bits/byteswap-16.h.
47515 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
47517         [BZ #13895]
47518         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
47519         extra indirection.
47520         * nss/Makefile (tests-static, tests): Add tst-nss-static.
47521         * nss/tst-nss-static.c: New.
47523 2012-04-06  Robert Millan  <rmh@gnu.org>
47525         [BZ #6486]
47526         * manual/llio.texi (File Position Primitive): lseek
47527         refers to WHENCE when it really means OFFSET.
47529 2012-04-06  Andreas Jaeger  <aj@suse.de>
47531         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
47532         strncmp declarations.
47534         * abilist/libc.abilist: Add __poll and __ppoll.
47536 2012-04-05  David S. Miller  <davem@davemloft.net>
47538         * scripts/check-local-headers.sh: Accept a host triplet in the
47539         path matched by the exclude regexp.
47541         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
47542         definition.
47543         * sysdeps/powerpc/powerpc32/dl-machine.h
47544         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
47545         * sysdeps/s390/s390-32/dl-machine.h
47546         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47547         * sysdeps/sparc/sparc32/dl-machine.h
47548         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47549         * sysdeps/sparc/sparc64/dl-machine.h
47550         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47552         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
47553         lazy binding.
47554         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
47555         undefined symbol errors.
47557         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
47558         DT_NEEDED entries.
47560 2012-04-05  Michael Matz  <matz@suse.de>
47562         [BZ #13592]
47563         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
47565 2012-04-05  Andreas Jaeger  <aj@suse.de>
47567         [BZ #13908]
47568         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
47569         comment.
47571 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47573         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
47574         which ROUND is no valid rounding mode.
47576 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47578         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
47579         read again.
47580         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
47582 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47584         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
47585         an exception using FPU order intentionally.
47587 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47589         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
47590         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
47591         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
47592         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
47594 2012-04-05  Simon Josefsson  <simon@josefsson.org>
47596         [BZ #12340]
47597         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
47598         EINVAL when BUFLEN is too smal.
47600 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
47602         [BZ #13553]
47603         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
47604         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
47606 2012-04-03  Andreas Jaeger  <aj@suse.de>
47608         [BZ #13938]
47609         * manual/setjmp.texi (System V contexts): Fix sentence.
47611         [BZ #13926]
47612         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
47613         New macro for this case.
47614         [!__GNUC__] (__bswap_64): New inline function for this case.
47615         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47616         * bits/byteswap.h: Likewise.
47617         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
47618         ull, guard with __GLIBC_HAVE_LONG_LONG.
47620         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
47621         __GLIBC_HAVE_LONG_LONG.
47623         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
47624         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
47626 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
47628         [BZ #13691]
47629         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
47630         inptr and inend, rather than using last_ch.
47632 2012-04-02  David S. Miller  <davem@davemloft.net>
47634         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
47635         * stdio-common/printf-parse.h (read_int): Change return type to
47636         'int', return -1 on INT_MAX overflow.
47637         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
47638         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
47639         overflows INT_MAX.  Check for overflow of in-format-string precision
47640         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
47641         SIZE_MAX not INT_MAX for integer overflow test.
47642         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
47643         skip the construct in the format string but do not record anything.
47644         * stdio-common/bug22.c: Adjust to test both width/prevision
47645         INT_MAX overflow as well as total length INT_MAX overflow.  Check
47646         explicitly for proper errno values.
47648 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
47650         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
47651         CHAR_MAX.
47652         * string/test-strcmp.c [! WIDE]: Likewise.
47653         * time/tst-mktime2.c: Likewise for INT_MAX.
47654         * string/test-string.h: #include <sys/param.h> for MIN.
47656         * csu/init-first.c (__libc_init_first): Call __ctype_init.
47657         * sysdeps/i386/init-first.c (init): Likewise.
47658         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
47659         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
47660         * sysdeps/sh/init-first.c (init): Likewise.
47662 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
47664         * po/ru.po: Update from translation team.
47665         * po/vi.po: Likewise.
47667 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
47669         * resolv/nss_dns/dns-host.c: Merge copyright years.
47671 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47673         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
47674         Optimize memcpy with prefetch if
47675         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
47676         src, dst pointers have unequal 16 byte alignments.
47678 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
47680         [BZ #13928]
47681         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
47682         from a CNAME entry and return the minimum ttl for the query.
47683         (gaih_getanswer_slice): Likewise.
47685 2012-03-30  Jeff Law  <law@redhat.com>
47687         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
47688         due to long keys.
47689         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
47690         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
47692         * resolv/nss_dns/dns-host.c: Update copyright year.
47694 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
47696         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
47697         requests to save a system call.  Fix check that all bytes are sent.
47699         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
47700         comments for sendmmsg.
47702 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
47704         [BZ #13691]
47705         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
47706         with only 1 character between 0x0041 and 0x01b0.
47707         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
47708         * wcsmbs/tst-mbsnrtowcs.c: New file.
47710 2012-03-29  David S. Miller  <davem@davemloft.net>
47712         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
47713         small copies by hand.
47715 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
47717         [BZ #13761]
47718         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
47719         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
47720         group memberships.
47722 2012-03-28  David S. Miller  <davem@davemloft.net>
47724         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
47725         that branches into memcpy.
47726         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
47727         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
47728         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
47729         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
47730         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
47731         bits.
47732         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
47733         implementation too.
47734         * sysdeps/sparc/mempcpy.S: New file.
47736         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
47737         the IFUNC routine in the libc case.
47738         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
47740         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
47741         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
47742         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
47743         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
47744         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
47745         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
47746         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
47747         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
47749         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
47750         loop to 256 bytes instead of 64 bytes and fix test signedness.
47752         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
47753         * sysdeps/sparc/sparc32/Makefile: rather than here...
47754         * sysdeps/sparc/sparc64/Makefile: and here.
47756 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
47758         * malloc/mallocbug.c: Avoid warnings about unused variables.
47760 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
47762         [BZ #13760]
47763         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
47764         in the right place. Discard and retry query if response is
47765         larger than input buffer size.
47767 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
47769         [BZ #369]
47770         [BZ #2678]
47771         [BZ #3866]
47772         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
47773         x for large integer exponent.
47774         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
47775         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
47776         sign of result as needed afterwards.
47777         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
47778         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
47779         result for underflowing pow the same as for overflow.
47780         (__kernel_standard_l): Handle powl overflow and underflow here
47781         rather than calling __kernel_standard.
47782         * math/libm-test.inc (pow_test): Add more tests.
47784         [BZ #3868]
47785         [BZ #13879]
47786         [BZ #13910]
47787         [BZ #13911]
47788         [BZ #13912]
47789         [BZ #13913]
47790         [BZ #13915]
47791         [BZ #13916]
47792         [BZ #13917]
47793         [BZ #13918]
47794         [BZ #13919]
47795         [BZ #13920]
47796         [BZ #13921]
47797         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
47798         * sysdeps/ieee754/k_standard.c: Include <float.h>.
47799         (__kernel_standard_l): New function.
47800         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
47801         __kernel_standard.
47802         * math/w_acosl.c (__acosl): Likewise.
47803         * math/w_asinl.c (__asinl): Likewise.
47804         * math/w_atan2l.c (__atan2l): Likewise.
47805         * math/w_atanhl.c (__atanhl): Likewise.
47806         * math/w_coshl.c (__coshl): Likewise.
47807         * math/w_exp10l.c (__exp10l): Likewise.
47808         * math/w_exp2l.c (__exp2l): Likewise.
47809         * math/w_fmodl.c (__fmodl): Likewise.
47810         * math/w_hypotl.c (__hypotl): Likewise.
47811         * math/w_j0l.c (__j0l, __y0l): Likewise.
47812         * math/w_j1l.c (__j1l, __y1l): Likewise.
47813         * math/w_jnl.c (__jnl, __ynl): Likewise.
47814         * math/w_lgammal.c (__lgammal): Likewise.
47815         * math/w_log10l.c (__log10l): Likewise.
47816         * math/w_log2l.c (__log2l): Likewise.
47817         * math/w_logl.c (__logl): Likewise.
47818         * math/w_powl.c (__powl): Likewise.
47819         * math/w_remainderl.c (__remainderl): Likewise.
47820         * math/w_scalbl.c (sysv_scalbl): Likewise.
47821         * math/w_sinhl.c (__sinhl): Likewise.
47822         * math/w_sqrtl.c (__sqrtl): Likewise.
47823         * math/w_tgammal.c (__tgammal): Likewise.
47824         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
47825         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
47826         * math/libm-test.inc (acos_test): Add more tests.
47827         (acosh_test): Likewise.
47828         (asin_test): Likewise.
47829         (atanh_test): Likewise.
47830         (exp_test): Likewise.
47831         (exp10_test): Likewise.
47832         (exp2_test): Likewise.
47833         (expm1_test): Likewise.
47834         (lgamma_test): Likewise.
47835         (log_test): Likewise.
47836         (log10_test): Likewise.
47837         (log1p_test): Likewise.
47838         (log2_test): Likewise.
47839         (pow_test): Do not allow some spurious overflow exceptions.
47840         (sqrt_test): Add more tests.
47841         (tgamma_test): Likewise.
47842         (y0_test): Likewise.
47843         (y1_test): Likewise.
47844         (yn_test): Likewise.
47846 2012-03-27  Anton Blanchard  <anton@samba.org>
47848         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
47849         MAP_HUGETLB.
47850         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
47851         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
47852         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
47854 2012-03-27  David S. Miller  <davem@davemloft.net>
47856         * conform/Makefile: Run run-conformtest.sh using $(BASH).
47858         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
47859         have-as-vis3 check.
47861 2012-03-27  Andreas Jaeger  <aj@suse.de>
47863         * sysdeps/x86_64/elf/configure.in: Moved to ...
47864         * sysdeps/x86_64/configure.in: ... here.
47865         * sysdeps/x86_64/elf/start.S: Moved to ...
47866         * sysdeps/x86_64/start.S: ... here.
47867         * sysdeps/x86_64/elf/configure: Delete.
47869         * sysdeps/x86_64/configure.in: Merge contents from
47870         sysdeps/i386/configure.in (without i686 check).
47872         * sysdeps/i386/elf/Versions: Merge into ...
47873         * sysdeps/i386/Versions: ... this.
47874         * sysdeps/i386/elf/Versions: Delete file.
47875         * sysdeps/i386/elf/start.S: Moved to ...
47876         * sysdeps/i386/start.S: ...here.
47877         * sysdeps/i386/elf/configure.in: Merge into...
47878         * sysdeps/i386/configure.in: ...here.
47879         * sysdeps/i386/elf/configure.in: Delete file.
47880         * sysdeps/i386/elf/configure: Delete file.
47882         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
47883         * debug/backtracesyms.c: ... here.
47884         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
47885         * debug/backtracesymsfd.c: ... here.
47886         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
47887         * sysdeps/generic/ifunc-sel.h: ... here.
47889         * sysdeps/unix/i386/start.c: Delete file.
47890         * sysdeps/unix/sparc/start.c: Delete file.
47891         * sysdeps/unix/start.c: Delete file.
47893         * sysdeps/sh/elf/configure.in: Moved to ...
47894         * sysdeps/sh/configure.in: ... here.
47895         * sysdeps/sh/elf/start.S: Moved to ...
47896         * sysdeps/sh/start.S: ... here.
47897         * sysdeps/sh/elf/configure: Delete file.
47899         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
47900         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
47901         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
47902         * sysdeps/powerpc/powerpc64/entry.h: ... here.
47903         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
47904         * sysdeps/powerpc/powerpc64/start.S: here.
47905         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
47906         * sysdeps/powerpc/powerpc64/Makefile: ... this.
47907         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
47908         * sysdeps/powerpc/powerpc64/configure.in: ... this.
47909         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
47911         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
47912         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
47913         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
47914         * sysdeps/powerpc/powerpc32/start.S: ... here.
47915         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
47916         * sysdeps/powerpc/powerpc32/configure.in: ... this.
47917         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
47919         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
47920         * sysdeps/powerpc/ifunc-sel.h: ... here.
47921         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
47922         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
47924         * sysdeps/sparc/elf/configure.in: Moved to ...
47925         * sysdeps/sparc/configure.in: ... here.
47926         * sysdeps/sparc/elf/configure: Delete file.
47927         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
47928         * sysdeps/sparc/sparc32/start.S: ... here.
47929         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
47930         * sysdeps/sparc/sparc64/start.S: ... here.
47931         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
47932         * sysdeps/sparc/sparc32/Makefile: ... this.
47933         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
47934         * sysdeps/sparc/sparc64/Makefile: ... this.
47936         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
47937         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
47938         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
47939         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
47940         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
47941         * sysdeps/s390/s390-32/setjmp.S: ... here.
47942         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
47943         * sysdeps/s390/s390-32/configure.in: ... here.
47944         * sysdeps/s390/s390-32/elf/configure: Delete file.
47945         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
47946         * sysdeps/s390/s390-32/start.S: ... here.
47948         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
47949         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
47950         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
47951         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
47952         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
47953         * sysdeps/s390/s390-64/setjmp.S: ... here.
47954         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
47955         * sysdeps/s390/s390-64/configure.in: ... here
47956         * sysdeps/s390/s390-64/elf/configure: Delete file.
47957         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
47958         * sysdeps/s390/s390-64/start.S: ... here.
47959         * sysdeps/s390/s390-64/elf/configure: Delete.
47961         * configure.in: Remove support for elf directories in sysdeps.
47963         * configure: Regenerated.
47964         * sysdeps/i386/configure: Regenerated.
47965         * sysdeps/powerpc/powerpc32/configure: Regenerated.
47966         * sysdeps/powerpc/powerpc64/configure: Regenerated.
47967         * sysdeps/s390/s390-32/configure: Regenerated.
47968         * sysdeps/s390/s390-64/configure: Regenerated.
47969         * sysdeps/sh/configure: Regenerated.
47970         * sysdeps/sparc/configure: Regenerated.
47971         * sysdeps/x86_64/configure: Regenerated.
47973 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
47975         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47977         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
47978         denormal result into account.
47980 2012-03-25  Roland McGrath  <roland@hack.frob.com>
47982         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
47983         Reported by Allan McRae <allan@archlinux.org>.
47985 2012-03-23  Jeff Law  <law@redhat.com>
47987         * nss/getnssent.c (__nss_getent): Fix typo.
47989 2012-03-23  David S. Miller  <davem@davemloft.net>
47991         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47993 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
47995         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
47996         to pad to uint64_t for each field.
47997         (dl_tls_index): Replace unsigned long with uint64_t.
47999 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
48000         Paul Pluzhnikov  <ppluzhnikov@google.com>
48002         [BZ #6528]
48003         * grp/Makefile (otherlibs): Don't set it.
48004         * inet/Makefile (otherlibs): Likewise.
48005         * login/Makefile (otherlibs): Likewise.
48006         * nscd/Makefile (otherlibs): Likewise.
48007         * posix/Makefile (otherlibs): Likewise.
48008         * pwd/Makefile (otherlibs): Likewise.
48009         * rt/Makefile (otherlibs): Likewise.
48010         * sunrpc/Makefile (otherlibs): Likewise.
48011         * nss/Makefile (otherlibs): Likewise.
48012         Add libnss_files to routines and static-only-routines.
48013         ($(objpfx)getent): Remove rule.
48014         * resolv/Makefile: Add libnss_dns and libresolv to routines and
48015         static-only-routines.
48017 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
48019         [BZ #13892]
48020         * math/s_cexp.c: Include <float.h>.
48021         (__cexp): Handle exp result overflowing not necessarily
48022         overflowing both real and imaginary parts of result.
48023         * math/s_cexpf.c: Likewise.
48024         * math/s_cexpl.c: Likewise.
48025         * math/libm-test.inc (cexp_test): Add more tests.
48026         * sysdeps/i386/fpu/libm-test-ulps: Update.
48027         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48029 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
48031         * include/link.h (ELFW): New macro.
48032         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
48033         Replace ELF64_R_TYPE with ELFW(R_TYPE).
48035 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
48037         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
48038         with uint64_t.
48040 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
48042         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
48043         declaration.
48044         (struct La_x32_retval): Likewise.
48046 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
48048         * sysdeps/x86_64/preconfigure.in: New file.
48049         * sysdeps/x86_64/preconfigure: New generated file.
48051 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
48053         [BZ #13824]
48054         * math/e_exp2l.c: Include <float.h>.
48055         (__ieee754_exp2l): Handle overflow and underflow cases
48056         separately.  Only pass fractional part of argument to
48057         __ieee754_expl.
48058         * math/libm-test.inc (exp2_test): Add more tests.
48060         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
48061         negating x to take absolute value.
48062         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
48063         Likewise.
48064         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
48065         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
48066         Likewise.
48067         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
48068         computing low part if x was negated.
48069         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
48071 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
48073         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
48074         la_x32_gnu_pltexit.
48075         (pltexit): Cast int_retval to ptrdiff_t.
48076         * elf/tst-auditmod3b.c: Likewise.
48077         * elf/tst-auditmod4b.c: Likewise.
48078         * elf/tst-auditmod5b.c: Likewise.
48079         * elf/tst-auditmod6b.c: Likewise.
48080         * elf/tst-auditmod6c.c: Likewise.
48081         * elf/tst-auditmod7b.c: Likewise.
48083         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
48084         and x32_gnu_pltexit.
48086         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
48087         __ELF_NATIVE_CLASS.
48088         (La_x32_regs): New macro.
48089         (La_x32_retval): Likewise.
48090         (la_x32_gnu_pltenter): New function prototype.
48091         (la_x32_gnu_pltexit): Likewise.
48093 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
48095         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
48096         exponent.
48098         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48100         * configure.in (libc_cv_cc_nofma): Check for option to disable
48101         generation of FMA instructions.
48102         * configure: Regenerate.
48103         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
48104         * sysdeps/ieee754/dbl-64/Makefile: New file.
48105         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
48106         Remove brandred-fma4.
48107         (CFLAGS-brandred-fma4.c): Remove.
48108         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
48109         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
48110         define.
48111         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
48112         define.
48114 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
48116         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
48117         LLONG_MAX != LONG_MAX.
48118         (_itoa_word): Use _ITOA_WORD_TYPE on value.
48119         (_fitoa_word): Likewise.
48120         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
48121         LLONG_MAX != LONG_MAX.
48122         * stdio-common/_itowa.h: Include <_itoa.h>.
48123         (_itowa_word): Use _ITOA_WORD_TYPE on value.
48124         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
48125         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
48126         only if not defined.
48127         (_ITOA_WORD_TYPE): Likewise.
48128         (_itoa_word): Use _ITOA_WORD_TYPE on value.
48129         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
48131 2012-03-21  David S. Miller  <davem@davemloft.net>
48133         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48135 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
48137         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
48138         of x86_64 when setting libc_cv_slibdir, libdir and
48139         libc_cv_localedir.
48140         * sysdeps/unix/sysv/linux/configure: Regenerated.
48142 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
48144         * manual/lang.texi (Old Varargs): Remove section.
48145         (How Variadic): Update menu.
48146         (va_start): Do not mention varargs.h.
48148 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
48149             Joseph Myers  <joseph@codesourcery.com>
48151         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
48152         link test.
48153         * configure: Regenerated.
48155 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
48157         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
48158         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
48159         conformtest.pl
48161 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
48163         * NOTES: Remove.
48164         * Makefile (files-for-dist): Remove NOTES.
48165         (NOTES): Remove rule.
48166         * README: Don't refer to NOTES.
48167         * manual/creature.texi: Don't include macros.texi.
48168         * manual/intro.texi (creature.texi): Remove comment referring to
48169         NOTES.
48171         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
48172         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
48173         * configure: Regenerated.
48174         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
48175         LIBC_TRY_CC_OPTION.
48176         (libc_cv_as_i686): Likewise.
48177         (libc_cv_cc_avx): Likewise.
48178         (libc_cv_cc_sse2avx): Likewise.
48179         (libc_cv_cc_fma4): Likewise.
48180         (libc_cv_cc_novzeroupper): Likewise.
48181         * sysdeps/i386/configure: Regenerated.
48183         [BZ #13883]
48184         * sysdeps/i386/fpu/s_cexp.S: Remove.
48185         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
48186         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
48187         * math/libm-test.inc (cexp_test): Add more tests.
48188         * sysdeps/i386/fpu/libm-test-ulps: Update.
48189         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48191 2012-03-21  Allan McRae  <allan@archlinux.org>
48193         * timezone/Makefile: Do not install iso3166.tab and zone.tab
48195 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
48197         [BZ #13871]
48198         * math/w_exp2.c: Do not include <float.h>.
48199         (o_threshold, u_threshold): Remove.
48200         (__exp2): Calculate result before checking finiteness and calling
48201         __kernel_standard.
48202         * math/w_exp2f.c: Likewise.
48203         * math/w_exp2l.c: Likewise.
48204         * math/libm-test.inc (exp2_test): Require overflow exception for
48205         1e6 input.
48207         [BZ #3866]
48208         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
48209         range of signed 64-bit integers before using fistpll.  Remove
48210         checks for whether integers fit in mantissa bits.
48211         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
48212         the range of signed 32-bit integers before using fistpl.  Remove
48213         checks for whether integers fit in mantissa bits.
48214         * sysdeps/i386/fpu/e_powl.S (p64): New object.
48215         (__ieee754_powl): Test for y outside the range of signed 64-bit
48216         integers before using fistpll.  Reduce 64-bit values to 63-bit
48217         ones as needed.
48218         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
48219         divide-by-zero is raised for zero to large negative powers.
48220         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
48221         (__ieee754_powl): Test for y outside the range of signed 64-bit
48222         integers before using fistpll.  Reduce 64-bit values to 63-bit
48223         ones as needed.
48224         * math/libm-test.inc (pow_test): Add more tests.
48226 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48228         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
48229         <stdio-common/_itoa.h>.
48230         * debug/segfault.c: Likewise.
48231         * elf/dl-cache.c: Likewise.
48232         * elf/dl-minimal.c: Likewise.
48233         * elf/dl-misc.c: Likewise.
48234         * elf/dl-sysdep.c: Likewise.
48235         * elf/dl-version.c: Likewise.
48236         * elf/rtld.c: Likewise.
48237         * hurd/hurdsock.c: Likewise.
48238         * hurd/lookup-retry.c: Likewise.
48239         * malloc/malloc.c: Likewise.
48240         * malloc/mtrace.c: Likewise.
48241         * nscd/nscd_getgr_r.c: Likewise.
48242         * nscd/nscd_getpw_r.c: Likewise.
48243         * nscd/nscd_getserv_r.c: Likewise.
48244         * posix/getopt_init.c: Likewise.
48245         * posix/wordexp.c: Likewise.
48246         * stdio-common/_itoa.c: Likewise.
48247         * stdio-common/printf_fphex.c: Likewise.
48248         * stdio-common/vfprintf.c: Likewise.
48249         * string/_strerror.c: Likewise.
48250         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
48251         * sysdeps/i386/i686/hp-timing.h: Likewise.
48252         * sysdeps/mach/_strerror.c: Likewise.
48253         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
48254         * sysdeps/mach/hurd/sethostid.c: Likewise.
48255         * sysdeps/mach/hurd/xmknodat.c: Likewise.
48256         * sysdeps/mach/xpg-strerror.c: Likewise.
48257         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
48258         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
48259         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
48260         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
48261         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
48262         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
48263         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
48264         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
48265         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
48266         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
48267         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
48268         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
48269         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
48270         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
48271         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
48272         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
48273         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
48274         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
48275         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
48276         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
48277         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
48279         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
48281         * stdio-common/_itoa.h: Moved to ...
48282         * sysdeps/generic/_itoa.h: Here.
48284         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
48286         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
48287         instead of "_itoa.h" and "_itowa.h".
48288         * stdio-common/vfprintf.: Likewise.
48290 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48292         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
48293         <bits/wordsize.h>.
48294         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
48295         (__signbit): Likwise.
48296         (llrintf): Likwise.
48297         (llrint): Likwise.
48299 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48301         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
48302         __WORDSIZE != 64.
48304 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
48306         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
48307         OVERFLOW_EXCEPTION_OK.
48308         * math/libm-test.inc ("Philosophy"): Update comment about
48309         exception testing.
48310         (OVERFLOW_EXCEPTION): Define.
48311         (OVERFLOW_EXCEPTION_OK): Likewise.
48312         (INVALID_EXCEPTION_OK): Renumber.
48313         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
48314         (IGNORE_ZERO_INF_SIGN): Likewise.
48315         (test_exceptions): Handle FE_OVERFLOW.
48316         (exp10_test): Expect overflow exceptions.
48317         (exp2_test): Likewise.
48318         (expm1_test): Likewise.
48319         (nextafter_test): Likewise.
48320         (pow_test): Likewise.
48321         (scalbn_test): Likewise.
48322         (scalbln_test): Likewise.
48324 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48326         * sysdeps/x86_64/bits/atomic.h
48327         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
48328         64bit integer.
48329         (atomic_exchange_acq): Likewise.
48330         (__arch_exchange_and_add_body): Likewise.
48331         (__arch_add_body): Likewise.
48332         (atomic_add_negative): Likewise.
48333         (atomic_add_zero): Likewise.
48335 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48337         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
48338         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
48340 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48342         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
48343         Check __x86_64__ instead of __WORDSIZE.
48345 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48347         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
48349 2012-03-19  David S. Miller  <davem@davemloft.net>
48351         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48353         * sysdeps/sparc/fpu/fenv_private.h: New file.
48354         * sysdeps/sparc/fpu/math_private.h: Use it.
48355         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
48356         Remove.
48357         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
48358         (libc_feholdexcept_setroundl): Remove.
48359         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
48360         Remove.
48361         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
48362         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
48364 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48366         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
48367         int64_t instead of long int.
48368         (INSERT_WORDS64): Likwise.
48370 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48372         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
48373         _Unwind_GetCFA return to _Unwind_Ptr first.
48375 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
48377         [BZ #13629]
48378         * math/s_clog.c: Include <float.h>.
48379         (__clog): Scale large or subnormal inputs.
48380         * math/s_clogf.c: Likewise.
48381         * math/s_clogl.c: Likewise.
48382         * math/s_clog10.c: Include <float.h>.
48383         (M_LOG10_2): Define.
48384         (__clog10): Scale large or subnormal inputs.
48385         * math/s_clog10f.c: Likewise.
48386         * math/s_clog10l.c: Likewise.
48387         * math/libm-test.inc (clog_test): Add more tests.
48388         (clog10_test): Likewise.
48389         * sysdeps/i386/fpu/libm-test-ulps: Update.
48390         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48392         [BZ #11451]
48393         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
48394         x and y.
48395         * math/libm-test.inc (atan2_test): Add another test.
48397         * Makerules (common-objdir-compile): Remove.
48398         * sysdeps/unix/Makefile (config-generated): Do not add
48399         $(unix-generated) to variable.
48400         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
48401         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
48402         Remove rule.
48403         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
48404         Likewise.
48405         [generic bits/local_lim.h] (before-compile): Do not append to
48406         variable.
48407         [generic bits/local_lim.h] (common-generated): Likewise.
48408         [generic sys/param.h] (before-compile): Do not append to variable.
48409         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
48410         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
48411         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
48412         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
48413         include.
48414         [generic sys/param.h] (sys/param.h-includes): Remove variable.
48415         [generic sys/param.h] (sys/param.h-includes): Remove rule.
48416         [generic sys/param.h] ($(addprefix
48417         $(common-objpfx),$(sys/param.h-includes))): Likewise.
48418         [generic sys/param.h] (common-generated): Do not append to
48419         variable.
48420         [generic sys/param.h] (sysdep_headers): Likewise.
48421         [generic bits/errno.h] (before-compile): Do not append to
48422         variable.
48423         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
48424         rule.
48425         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
48426         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
48427         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
48428         [generic bits/errno.h] (common-generated): Do not append to
48429         variable.
48430         [generic bits/ioctls.h] (before-compile): Do not append to
48431         variable.
48432         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
48433         rule.
48434         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
48435         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
48436         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
48437         rule.
48438         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
48439         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
48440         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
48441         [generic bits/ioctls.h] (common-generated): Do not append to
48442         variable.
48443         [generic sys/syscall.h] (syscall.h): Remove variable.
48444         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
48445         rule.
48446         [generic sys/syscall.h] (before-compile): Do not append to
48447         variable.
48448         [generic sys/syscall.h] (common-generated): Likewise.
48449         * sysdeps/unix/errnos-tmpl.c: Remove file.
48450         * sysdeps/unix/errnos.awk: Likewise.
48451         * sysdeps/unix/ioctls-tmpl.c: Likewise.
48452         * sysdeps/unix/ioctls.awk: Likewise.
48453         * sysdeps/unix/mk-local_lim.c: Likewise.
48454         * sysdeps/unix/snarf-ioctls: Likewise.
48456 2012-03-19  Richard Henderson  <rth@twiddle.net>
48458         * sysdeps/i386/fpu/fenv_private.h: New file.
48459         * sysdeps/i386/fpu/math_private.h: Use it.
48460         (math_opt_barrier, math_force_eval): Remove.
48461         (libc_feholdexcept_setround_53bit): Remove.
48462         (libc_feupdateenv_53bit): Remove.
48463         * sysdeps/x86_64/fpu/math_private.h: Likewise.
48464         (math_opt_barrier, math_force_eval): Remove.
48465         (libc_feholdexcept): Remove.
48466         (libc_feholdexcept_setround): Remove.
48467         (libc_fetestexcept, libc_fesetenv): Remove.
48468         (libc_feupdateenv_test): Remove.
48469         (libc_feupdateenv, libc_feholdsetround): Remove.
48470         (libc_feresetround): Remove.
48472         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
48473         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
48475         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
48476         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
48477         (libc_feupdateenv_testl): New.
48478         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
48479         (libc_feupdateenv_testf): New.
48480         (libc_feupdateenv): Use libc_feupdateenv_test.
48481         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
48482         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
48484         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
48485         (libc_feholdsetroundf, libc_feholdsetroundl): New.
48486         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
48487         (libc_feresetround_noex): New.
48488         (libc_feresetround_noexf): New.
48489         (libc_feresetround_noexl): New.
48490         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
48491         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
48492         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
48493         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
48494         SET_RESTORE_ROUND.
48495         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
48496         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
48497         (__cos): Likewise.
48498         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
48499         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
48500         SET_RESTORE_ROUND_NOEX.
48501         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
48502         SET_RESTORE_ROUND_NOEXF.
48503         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
48504         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
48505         (libc_feholdsetroundf): New.
48506         (libc_feresetround, libc_feresetroundf): New.
48508         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
48509         (libc_feholdexcept_setround_53bit): Convert from macro to function.
48510         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
48512         * sysdeps/generic/math_private.h: Include <fenv.h>.
48513         (default_libc_feholdexcept): New.
48514         (default_libc_feholdexcept_setround): New.
48515         (default_libc_fesetenv, default_libc_feupdateenv): New.
48516         (libc_feholdexcept): Only define if undefined.
48517         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
48518         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
48519         (libc_feholdexcept_setroundl): Likewise.
48520         (libc_feholdexcept_setround_53bit): Likewise.
48521         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
48522         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
48523         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
48524         (libc_feupdateenv_53bit): Likewise.
48525         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
48526         (libc_feholdexcept): Convert from macro to inline function.
48527         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
48528         (libc_fesetenv, libc_feupdateenv): Likewise.
48530         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
48531         not previously defined.
48532         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
48533         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
48534         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
48535         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
48536         * sysdeps/ieee754/flt-32/math_private.h: New file.
48537         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
48538         math_private.h below SET_FLOAT_WORD.
48539         (__isnan, __isinf_ns, __finite): Remove.
48540         (__isnanf, __isinf_nsf, __finitef): Remove.
48542 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
48544         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48546 2012-03-17  David S. Miller  <davem@davemloft.net>
48548         [BZ #6471]
48549         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
48550         for 2.16.
48552 2012-03-16  David S. Miller  <davem@davemloft.net>
48554         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
48555         warnings.
48557         [BZ #6471]
48558         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
48559         properly.
48560         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
48561         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
48562         sysdep_routines when subdir is sysvipc.
48563         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
48564         __getshmlba helper.
48566         * sysdeps/sparc/fpu/libm-test/ulps: Update.
48568 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48570         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
48571         [__LP64__].
48573 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48575         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
48576         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
48577         (__lround): Renamed to ...
48578         (__llround): This.  Replace long int with long long int.
48579         Define lround functions as aliases of llround functions.
48580         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
48582 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48584         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
48585         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
48586         adresses to uintptr_t.  Replace "long int" and "unsigned long
48587         int" with "greg_t" on va_arg.
48589 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48591         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
48592         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
48594         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
48595         Move e_machine check before EI_CLASS check.  Handle x32
48596         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
48597         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
48598         SKIP_EM_IA_64 and include
48599         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
48601         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
48602         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
48603         (add_system_dir): New macro.
48605         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
48606         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
48608 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
48610         [BZ #2551]
48611         [BZ #2552]
48612         [BZ #2553]
48613         [BZ #2554]
48614         [BZ #2562]
48615         [BZ #2563]
48616         [BZ #2565]
48617         [BZ #2566]
48618         [BZ #2576]
48619         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
48620         (y0): Likewise.
48621         * math/w_j0f.c (j0f): Likewise.
48622         (y0f): Likewise.
48623         * math/w_j0l.c (__j0l): Likewise.
48624         (__y0l): Likewise.
48625         * math/w_j1.c (j1): Likewise.
48626         (y1): Likewise.
48627         * math/w_j1f.c (j1f): Likewise.
48628         (y1f): Likewise.
48629         * math/w_j1l.c (__j1l): Likewise.
48630         (__y1l): Likewise.
48631         * math/w_jn.c (jn): Likewise.
48632         (yn): Likewise.
48633         * math/w_jnf.c (jnf): Likewise.
48634         (ynf): Likewise.
48635         * math/w_jnl.c (__jnl): Likewise.
48636         (__ynl): Likewise.
48637         * math/libm-test.inc (j0_test): Add more tests.
48638         (j1_test): Likewise.
48639         (jn_test): Likewise.  Add trailing semicolon to existing test.
48640         (y0_test): Likewise.
48641         (y1_test): Likewise.
48642         * sysdeps/i386/fpu/libm-test-ulps: Update.
48643         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48645         [BZ #13851]
48646         [BZ #13854]
48647         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
48648         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
48649         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
48650         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
48651         (__tanl): Set errno for infinite argument.
48652         * sysdeps/i386/fpu/mptan.c: Remove.
48653         * sysdeps/i386/fpu/s_tan.S: Likewise.
48654         * sysdeps/i386/fpu/s_tanl.S: Likewise.
48655         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
48656         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
48657         * math/libm-test.inc (tan_test): Add more tests and enable more
48658         tests for double and long double.
48659         * sysdeps/i386/fpu/libm-test-ulps: Update.
48660         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48662 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
48664         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
48665         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
48667 2012-03-16  Roland McGrath  <roland@hack.frob.com>
48669         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
48670         * configure.in: Use it for both main tree and add-ons.
48671         * configure: Regenerated.
48673 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48675         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
48677 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
48679         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
48680         in comment.
48682         [BZ #13851]
48683         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
48684         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
48685         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
48686         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
48687         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
48688         infinite argument.
48689         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
48690         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
48691         != 0 for prec == 2.
48692         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
48693         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
48694         * sysdeps/i386/fpu/s_cosl.S: Likewise.
48695         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
48696         * sysdeps/i386/fpu/s_sinl.S: Likewise.
48697         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
48698         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
48699         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
48700         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
48701         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
48702         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
48703         * math/libm-test.inc (cos_test): Add more tests and enable more
48704         tests for long double.
48705         (sin_test): Likewise.
48706         (sincos_test): Likewise.
48707         * sysdeps/i386/fpu/libm-test-ulps: Update.
48708         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48710 2012-03-16  David S. Miller  <davem@davemloft.net>
48712         * sysdeps/sparc/fpu/math_private.h: New file.
48714 2012-03-15  David S. Miller  <davem@davemloft.net>
48716         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
48717         file.
48718         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
48719         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
48720         file.
48721         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
48722         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
48723         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
48724         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
48725         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
48726         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
48727         sysdep routines.
48728         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48730         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
48731         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
48733         * sysdeps/sparc/sparc-ifunc.h: New file.
48734         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
48735         sparc-ifunc.h
48736         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
48737         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
48738         Likewise.
48739         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
48740         Likewise.
48741         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
48742         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
48743         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
48744         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
48745         Likewise.
48746         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
48747         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
48748         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
48749         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
48750         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
48751         Likewise.
48752         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
48753         Likewise.
48754         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
48755         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
48756         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
48757         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
48758         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
48759         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
48760         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
48761         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
48762         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
48763         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
48764         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
48765         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
48766         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
48767         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
48768         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
48769         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
48770         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
48771         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
48772         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
48773         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
48774         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
48775         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
48776         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
48777         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
48779 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48781         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
48782         scaling.
48783         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48785 2012-03-15  Andreas Jaeger  <aj@suse.de>
48787         [BZ #13852]
48788         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
48789         ieee754/flt-32 implementation for sin, cos and sincos.
48790         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
48791         * sysdeps/i386/fpu/s_cosf.S: Likewise.
48792         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
48793         * sysdeps/i386/fpu/s_sinf.S: Likewise.
48794         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
48795         ieee754/flt-32 implementation for tan.
48797         * math/libm-test.inc (cos_test): Enable some large input tests for
48798         float as well
48799         (sin_test): Likewise.
48800         (sincos_test): Likewise.
48801         (tan_test): Add tests for large input.
48803         * sysdeps/i386/fpu/libm-test-ulps: Update.
48805 2012-03-15  Andreas Jaeger  <aj@suse.de>
48807         [BZ #13658]
48808         * math/libm-test.inc (cos_test): Add more test cases.
48809         (sin_test): Likewise.
48810         (sincos_test): Likewise.
48812 2012-03-15  Andreas Jaeger  <aj@suse.de>
48814         [BZ #13837]
48815         * math/libm-test.inc (cos_test): Add a test case for large input
48816         value.
48817         (sin_test): Likewise.
48818         (sincos_test): Likewise.
48820 2012-03-15  Andreas Jaeger  <aj@suse.de>
48821             Joseph Myers  <joseph@codesourcery.com>
48823         [BZ #13658]
48824         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
48825         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
48826         * sysdeps/i386/fpu/branred.c: Likewise.
48827         * sysdeps/i386/fpu/dosincos.c: Likewise.
48828         * sysdeps/i386/fpu/mpa.c: Likewise.
48829         * sysdeps/i386/fpu/s_cos.S: Likewise.
48830         * sysdeps/i386/fpu/s_sin.S: Likewise.
48831         * sysdeps/i386/fpu/s_sincos.S: Likewise.
48832         * sysdeps/i386/fpu/sincos32.c: Likewise.
48834         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
48835         Define.
48836         (libc_feupdateenv_53bit): Define.
48837         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
48838         Define.
48839         (libc_feupdateenv_53bit): Define.
48841         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
48842         53 bit (without extend i386 double precision).
48844         * math/libm-test.inc (sincos_test): Add tests for large input.
48845         (sin): Likewise.
48846         (cos): Likewise.
48848         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
48850 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48852         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48854 2012-03-15  David S. Miller  <davem@davemloft.net>
48856         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
48857         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
48858         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
48859         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
48860         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
48861         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
48862         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
48863         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
48864         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
48865         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
48866         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
48867         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
48868         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
48869         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
48870         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
48871         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
48872         file.
48873         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
48874         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
48875         file.
48876         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
48877         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
48878         file.
48879         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
48880         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
48881         file.
48882         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
48883         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
48884         fmin/fmax sysdep routines.
48885         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48887 2012-03-14  David S. Miller  <davem@davemloft.net>
48889         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
48890         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
48891         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
48892         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
48893         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
48894         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
48895         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
48896         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
48897         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
48898         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
48899         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
48900         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
48901         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
48902         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
48903         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
48904         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
48905         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
48906         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
48907         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
48908         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
48909         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
48910         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
48911         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
48912         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
48913         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
48914         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
48915         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
48916         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
48917         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
48918         routines.
48919         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
48920         file.
48921         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
48922         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
48923         file.
48924         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
48925         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
48926         file.
48927         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
48928         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
48929         file.
48930         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
48931         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
48932         file.
48933         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
48934         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
48935         file.
48936         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
48937         file.
48938         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
48939         file.
48940         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
48941         file.
48942         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
48943         New file.
48944         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
48945         file.
48946         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
48947         file.
48948         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
48949         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
48950         file.
48951         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
48952         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
48953         file.
48954         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
48955         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
48956         file.
48957         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
48958         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
48959         VIS3 routines.
48961         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
48962         New file.
48964         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48966         * sysdeps/sparc/configure.in: New file.
48967         * sysdeps/sparc/configure: Generate.
48968         * configure.in (libc_cv_sparc_as_vis3): Substitute.
48969         * configure: Regenerate.
48970         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
48971         * config.make.in (have-as-vis3): New.
48972         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
48973         available use -Av9d instead of -Av9a.
48974         * sysdeps/sparc/sparc64/Makefile: Likewise.
48975         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
48976         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
48977         New file.
48978         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
48979         file.
48980         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
48981         New file.
48982         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
48983         file.
48984         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
48985         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
48986         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
48987         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
48988         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
48990         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
48991         fzeros/fnegs to load 0x80000000 into a float register instead of
48992         using the stack.
48993         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
48995 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48997         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48998         bits/syscall.h.
48999         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
49000         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
49001         ($(inst_includedir)/bits/syscall.h): Remove rule.
49002         ($(objpfx)bits/syscall.d): Include instead of
49003         $(objpfx)syscall-list.d.
49004         (generated): Change syscall-list.h and syscall-list.d to
49005         bits/syscall.h and bits/syscall.d.
49007 2012-03-14  Roland McGrath  <roland@hack.frob.com>
49009         [BZ #13846]
49010         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
49012 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
49014         [BZ #13841]
49015         * math/s_csqrt.c: Include <float.h>.
49016         (__csqrt): Scale large or subnormal inputs.
49017         * math/s_csqrtf.c: Likewise.
49018         * math/s_csqrtl.c: Likewise.
49019         * math/libm-test.inc (csqrt_test): Add more tests.
49020         * sysdeps/i386/fpu/libm-test-ulps: Update.
49021         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49023         [BZ #13840]
49024         * math/libm-test.inc (hypot_test): Add more tests.
49026 2012-03-13  David S. Miller  <davem@davemloft.net>
49028         [BZ #13840]
49029         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
49030         double-precision for the calculation instead of scaling.
49032 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
49034         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
49035         manipulate bits before adding and subtracting TWO52[sx].
49036         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
49037         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
49038         Likewise.
49039         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
49041 2012-03-13  David S. Miller  <davem@davemloft.net>
49043         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
49044         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
49045         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
49046         rtld-global-offsets.h
49047         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49049         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
49050         large parameters.
49052         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
49054         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
49055         'err' in the ifdef scope in which it is actually used.
49057         * nss/nss_db/db-init.c: Include string.h
49059 2012-03-12  David S. Miller  <davem@davemloft.net>
49061         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
49062         masking out of the most significant byte of random value used.
49063         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
49064         Fix coding style in previous change.
49066         * sysdeps/unix/sysv/linux/kernel-features.h
49067         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
49068         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
49069         expression.
49070         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
49071         later.
49073 2012-03-11  David S. Miller  <davem@davemloft.net>
49075         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
49076         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
49077         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
49078         for 'resultvar' otherwise things get truncated on 64-bit.
49080         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
49081         Fix masking out of the most significant byte of random value used.
49083         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49085 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
49087         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49089 2012-03-09  David S. Miller  <davem@davemloft.net>
49091         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
49092         variables with appropriate CPP guards.
49093         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
49094         from the frame pointer, not the stack pointer.  Correct layout
49095         comments.  Fix test on resulting framesize and the management of
49096         the outregs buffer for pltexit.  Preserve floating point return
49097         values across _dl_call_pltexit call.
49098         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
49099         framesize and the management of the outregs buffer for pltexit.
49100         Preserve floating point return values across _dl_call_pltexit
49101         call.
49102         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
49103         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
49104         (la_sparc64_gnu_pltexit): New functions.
49105         (print_exit): Fix format string for return register value.
49107 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
49109         * sunrpc/Makefile (others): Add rpcgen.
49110         ($(objpfx)rpcgen): Remove special build rule and dependency on
49111         libc.
49112         * sunrpc/rpcgen.c: New file.
49114 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
49116         [BZ #13673]
49117         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
49118         * stdio-common/bug-vfprintf-nargs.c: Likewise.
49119         * sysdeps/i386/crti.S: Likewise.
49120         * sysdeps/i386/crtn.S: Likewise.
49121         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
49122         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
49123         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
49124         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
49125         * sysdeps/sh/crti.S: Likewise.
49126         * sysdeps/sh/crtn.S: Likewise.
49127         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
49129         [BZ #13673]
49130         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
49131         with URL.
49132         * locale/programs/locfile-kw.gperf: Likewise.
49133         * locale/programs/charmap-kw.h: Regenerated.
49134         * locale/programs/locfile-kw.h: Likewise.
49136         [BZ #13673]
49137         * intl/plural.y: Replace FSF snail mail address with URL.
49138         * intl/plural.c: Regenerated.
49140 2012-03-09  Richard Henderson  <rth@twiddle.net>
49142         * include/math_private.h: Remove file.
49143         * math/math_private.h: Move file ...
49144         * sysdeps/generic/math_private.h: ... here.
49146         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
49147         * sysdeps/powerpc/fpu/math_private.h: Likewise.
49148         * sysdeps/x86_64/fpu/math_private.h: Likewise.
49150         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
49151         and <math_private.h>.
49152         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
49153         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
49154         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
49155         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
49156         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
49157         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
49158         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
49159         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
49160         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49161         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49162         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49163         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49164         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49165         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49166         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49167         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49168         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49169         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49170         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49171         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49172         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49173         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49174         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49175         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49176         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
49177         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49178         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49179         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49180         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49181         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
49182         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49183         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
49184         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
49185         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
49186         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
49187         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
49188         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
49189         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
49190         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
49191         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49192         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
49193         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
49194         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
49195         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
49196         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
49197         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
49198         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
49199         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
49200         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
49201         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
49202         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
49203         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
49204         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
49205         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
49206         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
49207         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49208         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
49209         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
49210         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
49211         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
49212         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
49213         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
49214         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
49215         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
49216         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
49217         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
49218         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
49219         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
49220         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
49221         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
49222         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
49223         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49224         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
49225         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49226         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
49227         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
49228         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
49229         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
49230         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
49231         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
49232         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
49233         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
49234         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
49235         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49236         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
49237         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
49238         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
49239         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
49240         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49241         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49242         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49243         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49244         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49245         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49246         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49247         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49248         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49249         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49250         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49251         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49252         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49253         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49254         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49255         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49256         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
49257         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49258         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49259         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49260         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
49261         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
49262         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
49263         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
49264         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49265         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
49266         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
49267         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49268         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
49269         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
49270         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
49271         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
49272         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
49273         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
49274         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49275         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
49276         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
49277         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
49278         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49279         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
49280         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
49281         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
49282         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
49283         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
49284         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
49285         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
49286         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
49287         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
49288         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
49289         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
49290         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
49291         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49292         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
49293         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
49294         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
49295         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
49296         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
49297         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
49298         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
49299         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
49300         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
49301         * sysdeps/ieee754/k_standard.c: Likewise.
49302         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49303         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49304         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49305         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49306         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49307         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49308         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49309         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49310         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49311         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49312         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49313         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49314         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49315         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49316         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49317         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49318         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
49319         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49320         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49321         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
49322         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
49323         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
49324         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
49325         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
49326         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
49327         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
49328         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
49329         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
49330         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
49331         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
49332         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
49333         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
49334         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
49335         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
49336         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
49337         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
49338         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
49339         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
49340         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
49341         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
49342         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
49343         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
49344         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
49345         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
49346         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
49347         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
49348         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
49349         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
49350         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
49351         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
49352         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
49353         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
49354         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
49355         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
49356         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
49357         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
49358         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
49359         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
49360         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
49361         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
49362         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
49363         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
49364         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
49365         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49366         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49367         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49368         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49369         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49370         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49371         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49372         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49373         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49374         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49375         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49376         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49377         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49378         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
49379         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49380         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49381         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
49382         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
49383         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
49384         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
49385         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
49386         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
49387         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
49388         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
49389         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
49390         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
49391         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
49392         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
49393         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49394         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
49395         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
49396         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49397         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49398         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
49399         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
49400         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
49401         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
49402         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49403         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
49404         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
49405         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
49406         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
49407         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
49408         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
49409         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
49410         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
49411         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
49412         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
49413         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
49414         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49415         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49416         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49417         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49418         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49419         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49420         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49421         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49422         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49423         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49424         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49425         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49426         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49427         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
49428         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
49429         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
49430         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49431         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49432         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49433         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49434         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
49435         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
49436         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
49437         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
49438         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
49439         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
49440         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
49441         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
49442         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
49443         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
49444         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
49445         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
49446         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
49447         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
49448         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
49449         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
49450         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
49451         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
49452         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
49453         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
49454         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
49455         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
49456         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
49457         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
49458         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49459         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49460         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49461         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
49462         * sysdeps/ieee754/s_lib_version.c: Likewise.
49463         * sysdeps/ieee754/s_matherr.c: Likewise.
49464         * sysdeps/ieee754/s_signgam.c: Likewise.
49465         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49466         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49467         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
49468         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
49469         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
49470         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
49471         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
49472         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
49473         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
49474         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
49475         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
49476         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
49477         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49478         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49479         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
49480         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
49481         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
49482         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
49483         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
49484         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49485         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49487 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
49489         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
49490         * sunrpc/rpc_main.c: Likewise.
49491         * sunrpc/rpc_svcout.c: Likewise.
49493 2012-03-09  David S. Miller  <davem@davemloft.net>
49495         * include/math_private.h: New file.
49497 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
49499         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
49500         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
49501         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
49502         from <bits/socket_type.h>.
49503         (enum __socket_type): Don't define here.
49504         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
49505         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49506         bits/socket_type.h.
49508         [BZ #13566]
49509         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
49510         checking __USE_GNU.
49512         * Makerules ($(inst_includedir)/%.h): New rule.
49513         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
49514         (install-others): Remove variable setting.
49515         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
49517 2012-03-08  Richard Henderson  <rth@twiddle.net>
49519         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
49520         from macro to inline function; merge with the
49521         !__LIBC_INTERNAL_MATH_INLINES version.
49522         (__ieee754_sqrtf): Likewise.
49524         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
49525         to inline function.
49526         (__rintf, __floor, __floorf): Likewise.
49528         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
49529         macro to inline function.
49530         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
49532         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
49533         not <math/math_private.h>.
49535 2012-03-08  David S. Miller  <davem@davemloft.net>
49537         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
49538         copyright year.
49539         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
49541 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
49543         * resolv/gai_misc.c (handle_requests): Fix struct timespec
49544         normalization.
49545         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
49546         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
49548 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
49550         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
49551         be defined individually, they must be defined as a block.  Define
49552         S for printing a string instead of hidint the different by using a
49553         macro for adding the 'l'.
49554         * stdio-common/tst-fphex-wide.c: Adjust.
49556 2012-03-07  Marek Polacek  <polacek@redhat.com>
49558         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
49560 2012-03-08  Marek Polacek  <polacek@redhat.com>
49562         [BZ #13806]
49563         * stdio-common/Makefile (tests): Add tst-fphex-wide.
49564         * stdio-common/tst-fphex.c: Define a few macros to make the
49565         test reusable.  Use them.
49566         * stdio-common/tst-fphex-wide.c: New file.
49568 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
49570         [BZ #6911]
49571         * manual/macros.texi (gnusystems): New macro.
49572         (nongnusystems): Likewise.
49573         (gnulinuxhurdsystems): Likewise.
49574         (gnuhurdsystems): Likewise..
49575         (gnulinuxsystems): Likewise.
49576         * manual/charset.texi: Use new macros or @theglibc{} to refer to
49577         variants of the GNU system, not "GNU system".
49578         * manual/conf.texi: Likewise.
49579         * manual/errno.texi: Likewise.  Update example of errno macro
49580         expansion.
49581         * manual/filesys.texi: Likewise.
49582         (getumask): Document as specific to GNU/Hurd.
49583         * manual/install.texi: Likewise.  Reword some references to
49584         GNU/Linux.
49585         * manual/intro.texi: Likewise.
49586         * manual/io.texi: Likewise.
49587         (File Name Portability): Detail which constraints are inapplicable
49588         to all GNU systems and which are only inapplicable to GNU/Hurd.
49589         * manual/job.texi: Likewise.
49590         * manual/llio.texi: Likewise.
49591         (O_NOCTTY): Document as present on GNU/Linux.
49592         * manual/maint.texi: Likewise.
49593         * manual/memory.texi: Likewise.
49594         * manual/pattern.texi: Likewise.
49595         * manual/pipe.texi: Likewise.
49596         * manual/process.texi: Likewise.
49597         * manual/resource.texi: Likewise.
49598         (RUSAGE_CHILDREN): Remove statement about specifying a particular
49599         child on GNU/Hurd.
49600         * manual/setjmp.texi: Likewise.
49601         * manual/signal.texi: Likewise.
49602         * manual/startup.texi: Likewise.
49603         * manual/stdio.texi: Likewise.
49604         * manual/terminal.texi: Likewise.
49605         (ONLCR): Document as POSIX.
49606         (OXTABS): Document availability on GNU/Linux as XTABS.
49607         (ONOEOT): Document availability separately from other bits.
49608         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
49609         * manual/time.texi: Likewise.
49610         * manual/users.texi: Likewise.
49611         * INSTALL: Regenerated.
49612         * sysdeps/gnu/errlist.c: Regenerated.
49614         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
49615         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
49616         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
49617         puts.
49618         * configure: Regenerated.
49620 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
49622         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
49623         default includes instead of AC_HEADER_CHECK.
49624         * sysdeps/i386/configure: Regenerated.
49626         [BZ #10716]
49627         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
49628         * math/s_cacoshf.c (__cacoshf): Likewise.
49629         * math/s_cacoshl.c (__cacoshl): Likewise.
49630         * math/s_casinh.c (__casinh): Set signs of result from argument.
49631         * math/s_casinhf.c (__casinhf): Likewise.
49632         * math/s_casinhl.c (__casinhl): Likewise.
49633         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
49634         (casinh_test): Add more tests.
49635         * sysdeps/i386/fpu/libm-test-ulps: Update.
49636         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49638 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
49640         * po/zh_TW.po: Update from translation team.
49642         * login/Makefile (distribute): Remove variable.
49643         * catgets/Makefile: Likewise.
49644         * mach/Makefile: Likewise.
49645         * malloc/Makefile: Likewise.
49646         * misc/Makefile: Likewise.
49647         * iconv/Makefile: Likewise.
49648         * nscd/Makefile: Likewise.
49649         * hurd/Makefile: Likewise.
49650         * manual/Makefile: Likewise.
49651         * locale/Makefile: Likewise.
49652         * intl/Makefile: Likewise.
49653         * conform/Makefile: Likewise.
49654         * nss/Makefile: Likewise.
49655         * time/Makefile: Likewise.
49656         * soft-fp/Makefile: Likewise.
49657         * dirent/Makefile: Likewise.
49658         * gmon/Makefile: Likewise.
49659         * po/Makefile: Likewise.
49660         * rt/Makefile: Likewise.
49661         * socket/Makefile: Likewise.
49662         * math/Makefile: Likewise.
49663         * signal/Makefile: Likewise.
49664         * debug/Makefile: Likewise.
49665         * elf/Makefile: Likewise.
49666         * timezone/Makefile: Likewise.
49667         * stdlib/Makefile: Likewise.
49668         * iconvdata/Makefile: Likewise.
49669         * sunrpc/Makefile: Likewise.
49670         * io/Makefile: Likewise.
49671         * argp/Makefile: Likewise.
49672         * inet/Makefile: Likewise.
49673         * hesiod/Makefile: Likewise.
49674         * grp/Makefile: Likewise.
49675         * csu/Makefile: Likewise.
49676         * wctype/Makefile: Likewise.
49677         * crypt/Makefile: Likewise.
49678         * libio/Makefile: Likewise.
49679         * string/Makefile: Likewise.
49680         * nis/Makefile: Likewise.
49681         * resolv/Makefile: Likewise.
49682         * stdio-common/Makefile: Likewise.
49683         * wcsmbs/Makefile: Likewise.
49684         * dlfcn/Makefile: Likewise.
49685         * posix/Makefile: Likewise.
49687         [BZ #6959]
49688         * timezone/Makefile: Don't install timezone files, just the programs
49689         and scripts.
49691 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
49693         * nss/databases.def: Add missing gshadow entry.
49695         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
49697 2012-03-06  Marek Polacek  <polacek@redhat.com>
49699         [BZ #13726]
49700         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
49701         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
49702         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
49703         * stdio-common/tst-long-dbl-fphex.c: New file.
49705 2012-03-06  David S. Miller  <davem@davemloft.net>
49707         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
49708         (set_obp_int): New function.
49709         (get_obp_int): New function.
49710         (__get_clockfreq_via_dev_openprom): Likewise.
49711         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
49712         Avoid unused variable warnings on 'val' and use builtin_expect.
49713         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
49714         __builtin_expect.
49715         (INLINE_CLONE_SYSCALL): Likewise.
49717 2012-03-05  David S. Miller  <davem@davemloft.net>
49719         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49721 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
49723         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49725         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
49726         only for |x| >= 40.
49727         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49729 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
49731         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
49732         Replace gettimeofday with __vdso_gettimeofday.
49734         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49735         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
49736         __vdso_clock_gettime and __vdso_getcpu.
49738         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
49739         time with __vdso_time.
49741 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49743         * manual/lang.texi (size_t): Note types to which size_t may be
49744         equivalent with the GNU C Library, but do not describe when
49745         differences between them are significant.
49747 2012-03-05  Andreas Jaeger  <aj@suse.de>
49749         * sysdeps/i386/fpu/libm-test-ulps: Update.
49751 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49753         [BZ #3976]
49754         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
49755         (__ieee754_pow): Save and restore rounding mode and use
49756         round-to-nearest for main computations.
49757         * math/libm-test.inc (pow_test_tonearest): New function.
49758         (pow_test_towardzero): Likewise.
49759         (pow_test_downward): Likewise.
49760         (pow_test_upward): Likewise.
49761         (main): Call the new functions.
49762         * sysdeps/i386/fpu/libm-test-ulps: Update.
49763         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49765         [BZ #3976]
49766         * math/libm-test.inc (cosh_test_tonearest): New function.
49767         (cosh_test_towardzero): Likewise.
49768         (cosh_test_downward): Likewise.
49769         (cosh_test_upward): Likewise.
49770         (sinh_test_tonearest): Likewise.
49771         (sinh_test_towardzero): Likewise.
49772         (sinh_test_downward): Likewise.
49773         (sinh_test_upward): Likewise.
49774         (main): Call the new functions.
49775         * sysdeps/i386/fpu/libm-test-ulps: Update.
49776         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49778 2012-03-05  Tom de Vries  <tom@codesourcery.com>
49780         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
49781         default stack guard is set in last bytes.
49782         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
49784 2012-03-05  Kees Cook  <keescook@chromium.org>
49786         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
49788         [BZ #13656]
49789         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
49790         possibly allocate from heap instead of stack.
49791         * stdio-common/bug-vfprintf-nargs.c: New file.
49792         * stdio-common/Makefile (tests): Add nargs overflow test.
49794 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
49796         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49798 2012-03-03  Marek Polacek  <polacek@redhat.com>
49800         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
49801         * math/math_private.h: Likewise.
49802         * stdlib/tst-strtod.c: Likewise.
49803         * sysdeps/i386/i486/bits/atomic.h: Likewise.
49804         * sysdeps/x86_64/bits/atomic.h: Likewise.
49806 2012-03-02  David S. Miller  <davem@davemloft.net>
49808         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
49809         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
49810         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
49811         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
49812         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
49813         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
49814         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
49815         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
49817 2012-03-02  Roland McGrath  <roland@hack.frob.com>
49819         [BZ #13792]
49820         * manual/examples/README: New file, says the example source files
49821         can be used under GPL>=2.
49822         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
49823         line containing just "*/".
49824         * manual/examples/add.c: Add copyright header (GPL>=2).
49825         * manual/examples/argp-ex1.c: Likewise.
49826         * manual/examples/argp-ex2.c: Likewise.
49827         * manual/examples/argp-ex3.c: Likewise.
49828         * manual/examples/argp-ex4.c: Likewise.
49829         * manual/examples/atexit.c: Likewise.
49830         * manual/examples/db.c: Likewise.
49831         * manual/examples/dir.c: Likewise.
49832         * manual/examples/dir2.c: Likewise.
49833         * manual/examples/execinfo.c: Likewise.
49834         * manual/examples/filecli.c: Likewise.
49835         * manual/examples/filesrv.c: Likewise.
49836         * manual/examples/fmtmsgexpl.c: Likewise.
49837         * manual/examples/genpass.c: Likewise.
49838         * manual/examples/inetcli.c: Likewise.
49839         * manual/examples/inetsrv.c: Likewise.
49840         * manual/examples/isockad.c: Likewise.
49841         * manual/examples/longopt.c: Likewise.
49842         * manual/examples/memopen.c: Likewise.
49843         * manual/examples/memstrm.c: Likewise.
49844         * manual/examples/mkfsock.c: Likewise.
49845         * manual/examples/mkisock.c: Likewise.
49846         * manual/examples/mygetpass.c: Likewise.
49847         * manual/examples/pipe.c: Likewise.
49848         * manual/examples/popen.c: Likewise.
49849         * manual/examples/rprintf.c: Likewise.
49850         * manual/examples/search.c: Likewise.
49851         * manual/examples/select.c: Likewise.
49852         * manual/examples/setjmp.c: Likewise.
49853         * manual/examples/sigh1.c: Likewise.
49854         * manual/examples/sigusr.c: Likewise.
49855         * manual/examples/stpcpy.c: Likewise.
49856         * manual/examples/strdupa.c: Likewise.
49857         * manual/examples/strftim.c: Likewise.
49858         * manual/examples/strncat.c: Likewise.
49859         * manual/examples/subopt.c: Likewise.
49860         * manual/examples/swapcontext.c: Likewise.
49861         * manual/examples/termios.c: Likewise.
49862         * manual/examples/testopt.c: Likewise.
49863         * manual/examples/testpass.c: Likewise.
49864         * manual/examples/timeval_subtract.c: Likewise.
49866         [BZ #13792]
49867         * manual/time.texi (Elapsed Time): Move timeval_subtract example
49868         function to ...
49869         * manual/timeval_subtract.c.texi: ... here, new file.
49871 2012-03-02  David S. Miller  <davem@davemloft.net>
49873         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
49875 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
49877         [BZ #3976]
49878         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
49879         (__sin): Save and restore rounding mode and use round-to-nearest
49880         for all computations.
49881         (__cos): Save and restore rounding mode and use round-to-nearest
49882         for all computations.
49883         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
49884         <fenv.h>.
49885         (tan): Save and restore rounding mode and use round-to-nearest for
49886         all computations.
49887         * math/libm-test.inc (cos_test_tonearest): New function.
49888         (cos_test_towardzero): Likewise.
49889         (cos_test_downward): Likewise.
49890         (cos_test_upward): Likewise.
49891         (sin_test_tonearest): Likewise.
49892         (sin_test_towardzero): Likewise.
49893         (sin_test_downward): Likewise.
49894         (sin_test_upward): Likewise.
49895         (tan_test_tonearest): Likewise.
49896         (tan_test_towardzero): Likewise.
49897         (tan_test_downward): Likewise.
49898         (tan_test_upward): Likewise.
49899         (main): Call the new functions.
49900         * sysdeps/i386/fpu/libm-test-ulps: Update.
49901         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49903         [BZ #10135]
49904         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
49905         small n, then large n, before computing and testing k+n.
49906         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
49907         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
49908         Likewise.
49909         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
49910         Likewise.
49911         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
49912         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
49913         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
49914         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
49915         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
49916         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
49917         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
49918         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
49919         * math/libm-test.inc (scalbn_test): Add more tests.
49920         (scalbln_test): Likewise.
49922         * manual/filesys.texi (mode_t): Describe constraints on size and
49923         signedness, not exact equivalence to a particular type.
49924         (ino_t): Likewise.
49925         (ino64_t): Likewise.
49926         (dev_t): Likewise.
49927         (nlink_t): Likewise.
49928         (blkcnt_t): Likewise.
49929         (blkcnt64_t): Likewise.
49930         * manual/llio.texi (off_t): Likewise.
49932         [BZ #3976]
49933         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
49934         (__ieee754_exp): Save and restore rounding mode and use
49935         round-to-nearest for all computations.
49936         * math/libm-test.inc (exp_test_tonearest): New function.
49937         (exp_test_towardzero): Likewise.
49938         (exp_test_downward): Likewise.
49939         (exp_test_upward): Likewise.
49940         (main): Call the new functions.
49941         * sysdeps/i386/fpu/libm-test-ulps: Update.
49942         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49944 2012-03-01  Chris Demetriou  <cgd@google.com>
49946         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
49947         have predictable order.
49949 2012-03-01  David S. Miller  <davem@davemloft.net>
49951         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
49953         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
49954         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
49955         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
49956         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
49958         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
49959         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
49960         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
49961         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
49962         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
49963         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
49964         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
49965         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
49966         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
49968         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49970         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
49971         * sysdeps/sparc/fpu/libm-test-ulps: to here.
49972         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
49974         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
49975         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49976         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49977         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
49978         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
49979         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
49980         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
49981         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49982         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49983         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
49984         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
49985         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49986         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49987         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49988         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49989         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49990         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
49991         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
49992         * sysdeps/sparc/elf/configure: Regenerated.
49994 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
49996         * configure.in (AS, LD): Require binutils 2.20 or later.
49997         * configure: Regenerated.
49998         * manual/install.texi (Tools for Compilation): Give binutils 2.20
49999         as required minimum version.
50000         * INSTALL: Regenerated.
50002         [BZ #2541]
50003         [BZ #4108]
50004         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
50005         before squaring exponent.
50006         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
50007         bottom long double and 27 bits of top long double before squaring
50008         exponent.
50009         * math/libm-test.inc (erfc_test): Add more tests.
50010         * sysdeps/i386/fpu/libm-test-ulps: Update.
50011         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
50012         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50014 2012-03-01  Kai Tietz  <ktietz@redhat.com>
50016         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
50017         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
50018         containing bit-fields.
50019         * soft-fp/extended.h (_FP_UNION_E): Likewise.
50020         * soft-fp/single.h (_FP_UNION_S): Likewise.
50021         * soft-fp/double.h (_FP_UNION_D): Likewise.
50023 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
50025         [BZ #13786]
50026         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
50027         not include ../strcmp.S.
50028         [USE_AS_STRNCASECMP_L]: Likewise.
50029         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
50030         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
50031         * sysdeps/i386/i686/multiarch/strncase_l-c.c
50032         (__strncasecmp_l_ia32): Define as alias to
50033         __strncasecmp_l_nonascii.
50035         [BZ #5794]
50036         * math/libm-test.inc (expm1_test): Add test for bug 5794.
50037         * sysdeps/i386/fpu/libm-test-ulps: Update.
50038         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50040         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
50041         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50043 2012-02-29  Jeff Law  <law@redhat.com>
50045         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
50046         out of bounds read.
50048 2012-02-29  Marek Polacek  <polacek@redhat.com>
50050         [BZ #13706]
50051         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
50052         * elf/Makefile: Add rules to run tst-unused-dep.out.
50054 2012-02-28  David S. Miller  <davem@davemloft.net>
50056         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
50057         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
50058         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
50059         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
50060         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
50061         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
50063 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
50065         * math/libm-test.inc (llround_test): Move one test from
50066         lround_test.  Use TEST_f_L in moved test.
50067         (lround_test): Move misplaced test to llround_test.  Add testcase
50068         from bug 2561.
50070 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
50072         * sysdeps/x86_64/fpu/e_expf.S: New file.
50073         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
50075 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
50077         [BZ #13637]
50078         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
50079         of remain_len that may cause incomplete multi-byte character and
50080         false match.
50081         * posix/bug-regex33.c: New file.
50082         * posix/Makefile (tests): Add bug-regex33.
50084 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
50086         * manual/macros.texi: New file.
50087         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
50088         * manual/libc.texinfo: Include macros.texi.
50089         * manual/creatute.texi: Likewise.
50090         * manual/install.texi: Likewise.
50091         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
50092         @glibcadj{} in references to the GNU C Library.
50093         * manual/charset.texi: Likewise.
50094         * manual/conf.texi: Likewise.
50095         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
50096         when not using those macros.
50097         * manual/creature.texi: Likewise.
50098         * manual/crypt.texi: Likewise.
50099         * manual/errno.texi: Likewise.
50100         * manual/filesys.texi: Likewise.
50101         * manual/header.texi: Likewise.
50102         * manual/install.texi: Likewise.
50103         * manual/intro.texi: Likewise.
50104         * manual/io.texi: Likewise.
50105         * manual/job.texi: Likewise.
50106         * manual/lang.texi: Likewise.
50107         * manual/libc.texiinfo: Likewise.
50108         * manual/llio.texi: Likewise.
50109         * manual/locale.texi: Likewise.
50110         * manual/maint.texi: Likewise.
50111         * manual/math.texi: Likewise.
50112         * manual/memory.texi: Likewise.
50113         * manual/message.texi: Likewise.
50114         * manual/nss.texi: Likewise.
50115         * manual/pattern.texi: Likewise.
50116         * manual/process.texi: Likewise.
50117         * manual/resource.texi: Likewise.
50118         * manual/search.texi: Likewise.
50119         * manual/setjmp.texi: Likewise.
50120         * manual/signal.texi: Likewise.
50121         * manual/socket.texi: Likewise.
50122         * manual/startup.texi: Likewise.
50123         * manual/stdio.texi: Likewise.
50124         * manual/string.texi: Likewise.
50125         * manual/sysinfo.texi: Likewise.
50126         * manual/syslog.texi: Likewise.
50127         * manual/terminal.texi: Likewise.
50128         * manual/time.texi: Likewise.
50129         * manual/users.texi: Likewise.
50130         * INSTALL: Regenerated.
50131         * NOTES: Regenerated.
50132         * sysdeps/gnu/errlist.c: Regenerated.
50134 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
50136         * include/dirent.h: Include <dirstream.h> before
50137         <dirent/dirent.h>.
50139 2012-02-28  David S. Miller  <davem@davemloft.net>
50141         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
50142         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
50143         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
50144         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
50146 2012-02-27  David S. Miller  <davem@davemloft.net>
50148         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
50149         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
50150         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
50151         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
50153         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
50154         frame pointer instead of stack pointer relative arg slot.
50155         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
50156         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
50157         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
50159 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
50161         [BZ #3992]
50162         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
50164 2012-02-27  David S. Miller  <davem@davemloft.net>
50166         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
50167         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
50168         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
50169         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
50170         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
50171         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
50172         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
50173         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
50175 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
50177         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
50178         later.  Allow versions 5-9.
50179         * configure: Regenerated.
50180         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
50181         required minimum version and 4.6 as recommended version.  Do not
50182         mention bugs in GCC 2.7 and 2.8.
50183         * INSTALL: Regenerated.
50185 2012-02-27  David S. Miller  <davem@davemloft.net>
50187         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
50188         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
50189         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
50190         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
50191         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
50192         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
50193         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
50194         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
50196         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
50197         manipulate bits before adding and subtracting TWO112[sx].
50198         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
50200 2012-02-27  Roland McGrath  <roland@hack.frob.com>
50202         [BZ #13775]
50203         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
50204         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
50205         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
50206         being in POSIX, because they are in 1003.1-2008.
50208         * rt/tst-aio.c: Include <fcntl.h>.
50209         * rt/tst-aio7.c: Likewise.
50210         * rt/tst-aio64.c: Likewise.
50212         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
50214 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
50216         * manual/install.texi (--with-headers): Describe headers as
50217         interface headers, not private headers.
50218         (Specific advice for GNU/Linux systems): Describe use of headers
50219         from "make headers_install", not private headers from older
50220         kernels.
50221         * INSTALL: Regenerated.
50222         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
50223         Change to 2.6.19.
50224         * sysdeps/unix/sysv/linux/configure: Regenerated.
50226         * manual/llio.texi (fclean): Remove documentation.
50228         * manual/Makefile (libc-texi-generated): New variable.  Include
50229         version.texi.
50230         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
50231         $(libc-texi-generated), not duplicated list of files.
50232         (version.texi, stamp-version): New rules.
50233         (realclean): Remove $(libc-texi-generated), not individual files
50234         from that list.  Do not remove dir-add.texinfo.
50235         * manual/libc.texinfo: Comment out uses of edition numbers and
50236         references to printed manual.  Remove last-updated dates.
50237         (EDITION): Comment out.
50238         (ISBN): Likewise.
50239         (VERSION, UPDATED): Remove.
50240         (version.texi): Include.
50242 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
50244         * sysdeps/posix/spawni.c: Include <signal.h>.
50245         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
50246         * sysdeps/pthread/aio_fsync.c: Likewise.
50248 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
50250         * conform/Makefile (tests): Run only when not cross-compiling and
50251         when fast-check is not defined.
50253         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
50254         * conform/data/limits.h-data: Fixes for POSIX2008.
50255         * conform/run-conformtest.sh: Run all tests.
50256         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
50257         headers.
50258         * include/bits/dlfcn.h: Likewise.
50259         * include/langinfo.h: Likewise.
50260         * include/monetary.h: Likewise.
50261         * include/sys/poll.h: Likewise.
50263         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
50264         for __USE_GNU.
50265         * posix/spawn.h: Define __need_sigset_t.
50266         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
50267         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
50268         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
50269         to get sigevent_t only.
50270         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
50271         only for __USE_GNU.
50272         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50273         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
50274         process_vm_writev only for __USE_GNU.
50275         * termios/termios.h: Declare tcgetsid also for POSIX2008.
50277         * conform/Makefile: For now ignore errors from run-conformtest.
50278         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
50279         POSIX to avoid namespace pollution.  Don't prepend headers.
50280         * conform/data/aio.h-data: Fixes for POSIX testing.
50281         * conform/data/fcntl.h-data: Likewise.
50282         * conform/data/glob.h-data: Likewise.
50283         * conform/data/grp.h-data: Likewise.
50284         * conform/data/pthread.h-data: Likewise.
50285         * conform/data/pwd.h-data: Likewise.
50286         * conform/data/signal.h-data: Likewise.
50287         * conform/data/spawn.h-data: Likewise.
50288         * conform/data/stdio.h-data: Likewise.
50289         * conform/data/stdlib.h-data: Likewise.
50290         * conform/data/stropts.h-data: Likewise.
50291         * conform/data/sys/mman.h-data: Likewise.
50292         * conform/data/sys/stat.h-data: Likewise.
50293         * conform/data/sys/types.h-data: Likewise.
50294         * conform/data/sys/wait.h-data: Likewise.
50295         * conform/data/time.h-data: Likewise.
50296         * conform/data/unistd.h-data: Likewise.
50297         * conform/data/utime.h-data: Likewise.
50299         * io/sys/stat.h: fchmod was always in POSIX.
50300         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
50301         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
50302         * rt/aio.h: Define __need_timespec before including <time.h>.
50303         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
50304         struct.  Add forward declaration of pthread_attr_t and use it in
50305         sigevent.
50306         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
50307         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
50308         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
50309         always remove CLK_TCK definition.
50311 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
50313         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
50315 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
50317         * conform/run-conformtest.sh: New file.
50318         * conform/Makefile: Run run-conformtest for tests.
50319         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
50320         support.
50322         * conform/data/uchar.h-data: New file.
50323         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
50324         * conform/data/arpa/inet.h-data: Likewise.
50325         * conform/data/assert.h-data: Likewise.
50326         * conform/data/complex.h-data: Likewise.
50327         * conform/data/cpio.h-data: Likewise.
50328         * conform/data/ctype.h-data: Likewise.
50329         * conform/data/dirent.h-data: Likewise.
50330         * conform/data/dlfcn.h-data: Likewise.
50331         * conform/data/errno.h-data: Likewise.
50332         * conform/data/fcntl.h-data: Likewise.
50333         * conform/data/float.h-data: Likewise.
50334         * conform/data/fmtmsg.h-data: Likewise.
50335         * conform/data/fnmatch.h-data: Likewise.
50336         * conform/data/ftw.h-data: Likewise.
50337         * conform/data/glob.h-data: Likewise.
50338         * conform/data/grp.h-data: Likewise.
50339         * conform/data/iconv.h-data: Likewise.
50340         * conform/data/inttypes.h-data: Likewise.
50341         * conform/data/langinfo.h-data: Likewise.
50342         * conform/data/libgen.h-data: Likewise.
50343         * conform/data/limits.h-data: Likewise.
50344         * conform/data/locale.h-data: Likewise.
50345         * conform/data/math.h-data: Likewise.
50346         * conform/data/monetary.h-data: Likewise.
50347         * conform/data/mqueue.h-data: Likewise.
50348         * conform/data/ndbm.h-data: Likewise.
50349         * conform/data/net/if.h-data: Likewise.
50350         * conform/data/netdb.h-data: Likewise.
50351         * conform/data/netinet/in.h-data: Likewise.
50352         * conform/data/nl_types.h-data: Likewise.
50353         * conform/data/poll.h-data: Likewise.
50354         * conform/data/pthread.h-data: Likewise.
50355         * conform/data/pwd.h-data: Likewise.
50356         * conform/data/regex.h-data: Likewise.
50357         * conform/data/sched.h-data: Likewise.
50358         * conform/data/search.h-data: Likewise.
50359         * conform/data/semaphore.h-data: Likewise.
50360         * conform/data/setjmp.h-data: Likewise.
50361         * conform/data/signal.h-data: Likewise.
50362         * conform/data/spawn.h-data: Likewise.
50363         * conform/data/stdarg.h-data: Likewise.
50364         * conform/data/stdio.h-data: Likewise.
50365         * conform/data/stdlib.h-data: Likewise.
50366         * conform/data/string.h-data: Likewise.
50367         * conform/data/strings.h-data: Likewise.
50368         * conform/data/stropts.h-data: Likewise.
50369         * conform/data/sys/ipc.h-data: Likewise.
50370         * conform/data/sys/mman.h-data: Likewise.
50371         * conform/data/sys/msg.h-data: Likewise.
50372         * conform/data/sys/resource.h-data: Likewise.
50373         * conform/data/sys/select.h-data: Likewise.
50374         * conform/data/sys/sem.h-data: Likewise.
50375         * conform/data/sys/shm.h-data: Likewise.
50376         * conform/data/sys/socket.h-data: Likewise.
50377         * conform/data/sys/stat.h-data: Likewise.
50378         * conform/data/sys/statvfs.h-data: Likewise.
50379         * conform/data/sys/time.h-data: Likewise.
50380         * conform/data/sys/timeb.h-data: Likewise.
50381         * conform/data/sys/times.h-data: Likewise.
50382         * conform/data/sys/types.h-data: Likewise.
50383         * conform/data/sys/uio.h-data: Likewise.
50384         * conform/data/sys/un.h-data: Likewise.
50385         * conform/data/sys/utsname.h-data: Likewise.
50386         * conform/data/sys/wait.h-data: Likewise.
50387         * conform/data/syslog.h-data: Likewise.
50388         * conform/data/tar.h-data: Likewise.
50389         * conform/data/termios.h-data: Likewise.
50390         * conform/data/utime.h-data: Likewise.
50391         * conform/data/utmpx.h-data: Likewise.
50392         * conform/data/varargs.h-data: Likewise.
50393         * conform/data/wchar.h-data: Likewise.
50394         * conform/data/wctype.h-data: Likewise.
50395         * conform/data/wordexp.h-data: Likewise.
50397         * include/stropts.h: New file.
50398         * include/uchar.h: New file.
50399         * include/aio.h: Changes to allow conformtest.pl to use the headers.
50400         * include/assert.h: Likewise.
50401         * include/ctype.h: Likewise.
50402         * include/dirent.h: Likewise.
50403         * include/dlfcn.h: Likewise.
50404         * include/fcntl.h: Likewise.
50405         * include/fnmatch.h: Likewise.
50406         * include/glob.h: Likewise.
50407         * include/grp.h: Likewise.
50408         * include/libio.h: Likewise.
50409         * include/locale.h: Likewise.
50410         * include/math.h: Likewise.
50411         * include/net/if.h: Likewise.
50412         * include/netdb.h: Likewise.
50413         * include/netinet/in.h: Likewise.
50414         * include/pthread.h: Likewise.
50415         * include/pwd.h: Likewise.
50416         * include/regex.h: Likewise.
50417         * include/sched.h: Likewise.
50418         * include/search.h: Likewise.
50419         * include/setjmp.h: Likewise.
50420         * include/signal.h: Likewise.
50421         * include/stdio.h: Likewise.
50422         * include/stdlib.h: Likewise.
50423         * include/string.h: Likewise.
50424         * include/sys/cdefs.h: Likewise.
50425         * include/sys/mman.h: Likewise.
50426         * include/sys/msg.h: Likewise.
50427         * include/sys/resource.h: Likewise.
50428         * include/sys/select.h: Likewise.
50429         * include/sys/socket.h: Likewise.
50430         * include/sys/stat.h: Likewise.
50431         * include/sys/statvfs.h: Likewise.
50432         * include/sys/time.h: Likewise.
50433         * include/sys/times.h: Likewise.
50434         * include/sys/uio.h: Likewise.
50435         * include/sys/utsname.h: Likewise.
50436         * include/sys/wait.h: Likewise.
50437         * include/termios.h: Likewise.
50438         * include/time.h: Likewise.
50439         * include/ulimit.h: Likewise.
50440         * include/unistd.h: Likewise.
50441         * include/utime.h: Likewise.
50442         * include/wchar.h: Likewise.
50443         * include/wctype.h: Likewise.
50444         * include/wordexp.h: Likewise.
50446         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
50448         * time/time.h: TIME_UTC must be a macro.
50449         Make timespec_get available for ISO C11 only as well.
50451 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
50453         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
50454         Reported by Peng Haitao <penght@cn.fujitsu.com>.
50456 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50458         * configure.in: Use -o not -a in test for unsupported multi-arch.
50460 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50462         * manual/texinfo.tex: Update to version 2012-01-19.16.
50464 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50466         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
50468 2012-02-24  Roland McGrath  <roland@hack.frob.com>
50470         [BZ #13738]
50471         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
50472         * manual/fdl-1.3.texi: New file.
50473         * manual/fdl-1.1.texi: File removed.
50475         [BZ #13738]
50476         * manual/libc.texinfo (FDL_VERSION): New @set.
50477         Use it for mention of FDL in cover text.
50478         (Documentation License): Use it in @include file name.
50480 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50481             Roland McGrath  <roland@hack.frob.com>
50483         [BZ #5461]
50484         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
50485         (not LONG_LONG_MAX and LONG_LONG_MIN.
50486         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
50487         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
50488         name.
50489         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
50491 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50493         [BZ #2547]
50494         [BZ #11365]
50495         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
50496         manipulate bits before adding and subtracting TWO23[sx].
50497         * math/libm-test.inc (nearbyint_test): Add more tests.
50499 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50501         [BZ #2548]
50502         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
50503         bits before adding and subtracting TWO23[sx].
50504         * math/libm-test.inc (rint_test): Add more tests.
50505         (rint_test_tonearest): Likewise.
50506         (rint_test_towardzero): Likewise.
50507         (rint_test_downward): Likewise.
50508         (rint_test_upward: Likewise.
50510 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50512         [BZ #10110]
50513         * include/stdc-predef.h: New file.  Extracted from features.h.
50514         * include/features.h: Include stdc-predef.h.
50515         * Makefile (headers): Add stdc-predef.h.
50516         * CONFORMANCE (Compiler limitations): Update.
50518 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50520         * manual/libc.texinfo (VERSION, UPDATED): Revert.
50522 2012-02-21  David S. Miller  <davem@davemloft.net>
50524         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
50525         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50527 2012-02-20  David S. Miller  <davem@davemloft.net>
50529         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
50530         using a normal save/restore sequence, rather than allocating a
50531         dummy stack frame just to store a frame pointer and restore.
50532         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50534 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50536         * manual/install.texi: Fix stray word in line-wrapped comment.
50538 2012-02-20  David S. Miller  <davem@davemloft.net>
50540         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
50541         both binutils and gcc support GOTDATA.
50543         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
50544         "rd %pc" in the PIC register setup sequences.
50546         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
50547         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
50548         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
50549         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
50550         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
50551         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
50552         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50553         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50554         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
50555         (SYSCALL_ERROR_HANDLER): Likewise.
50556         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
50557         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
50558         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
50559         (SYSCALL_ERROR_HANDLER): Likewise.
50561         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
50562         (HAVE_GCC_GOTDATA): New.
50563         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
50564         relocation support in both binutils and gcc.
50565         * sysdeps/sparc/elf/configure: Regenerate.
50567         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
50568         * sysdeps/sparc/sparc32/elf/configure: Delete.
50569         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
50570         * sysdeps/sparc/sparc64/elf/configure: Delete.
50571         * sysdeps/sparc/elf/configure.in: New file.
50572         * sysdeps/sparc/elf/configure: Generate.
50574         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
50575         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
50576         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50577         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
50578         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
50580 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50582         * manual/install.texi: Do not mention specific glibc version
50583         numbers.
50584         * manual/libc.texinfo (VERSION, UPDATED): Update.
50585         (@copying): Use @copyright{} and range of years.
50587 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50589         [BZ #13695]
50590         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
50591         [crti.S not in sysdirs] (generated): Do not append.
50592         [crti.S not in sysdirs] (omit-deps): Likewise.
50593         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
50594         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
50595         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
50596         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
50597         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
50598         Likewise.
50599         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
50600         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
50601         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
50602         * csu/defs.awk: Remove file.
50603         * sysdeps/generic/initfini.c: Likewise.
50604         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
50605         variable.
50606         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
50607         Likewise.
50609 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50611         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
50612         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
50613         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
50614         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
50615         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50616         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
50617         <bits/epoll.h>.
50618         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
50619         (__EPOLL_PACKED): Define to empty if not defined by
50620         <bits/epoll.h>.
50621         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
50622         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50623         bits/epoll.h.
50625 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50627         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
50628         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
50629         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
50630         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
50631         <bits/timerfd.h>.
50632         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
50633         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50634         bits/timerfd.h.
50636 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50638         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
50639         in C locale.
50640         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
50641         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
50642         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
50643         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50645 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
50647         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50648         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50650 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
50652         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
50653         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
50654         defined.
50655         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
50656         Likewise.
50657         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
50658         entry for 2.16.
50660 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
50662         * math/w_acos.c: Use non-signaling floating-point comparisons.
50663         * math/w_acosf.c: Likewise.
50664         * math/w_acosh.c: Likewise.
50665         * math/w_acoshf.c: Likewise.
50666         * math/w_acoshl.c: Likewise.
50667         * math/w_acosl.c: Likewise.
50668         * math/w_asin.c: Likewise.
50669         * math/w_asinf.c: Likewise.
50670         * math/w_asinl.c: Likewise.
50671         * math/w_atanh.c: Likewise.
50672         * math/w_atanhf.c: Likewise.
50673         * math/w_atanhl.c: Likewise.
50674         * math/w_exp2.c: Likewise.
50675         * math/w_exp2f.c: Likewise.
50676         * math/w_exp2l.c: Likewise.
50677         * math/w_j0.c: Likewise.
50678         * math/w_j0f.c: Likewise.
50679         * math/w_j0l.c: Likewise.
50680         * math/w_j1.c: Likewise.
50681         * math/w_j1f.c: Likewise.
50682         * math/w_j1l.c: Likewise.
50683         * math/w_jn.c: Likewise.
50684         * math/w_jnf.c: Likewise.
50685         * math/w_log.c: Likewise.
50686         * math/w_log10.c: Likewise.
50687         * math/w_log10f.c: Likewise.
50688         * math/w_log10l.c: Likewise.
50689         * math/w_log2.c: Likewise.
50690         * math/w_log2f.c: Likewise.
50691         * math/w_log2l.c: Likewise.
50692         * math/w_logf.c: Likewise.
50693         * math/w_logl.c: Likewise.
50694         * math/w_sqrt.c: Likewise.
50695         * math/w_sqrtf.c: Likewise.
50696         * math/w_sqrtl.c: Likewise.
50697         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
50698         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
50699         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50700         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
50701         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
50703 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50705         [BZ #9739]
50706         * manual/string.texi (strnlen): Use correct parameter name in
50707         equivalent expression.
50709 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50711         [BZ #11174]
50712         * manual/users.texi (seteuid): Consistently use neweuid for
50713         argument name.
50715 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50717         [BZ #13704]
50718         * manual/nss.texi (Services in the NSS configuration): Correct
50719         list of services in example configuration file.
50721 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
50723         [BZ #11322]
50724         * manual/arith.texi: Remove statements about negative zero
50725         behaving identically to zero.
50727 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50729         [BZ #5993]
50730         * manual/install.texi: Do not document upgrading from libc5.
50732 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50734         [BZ #4596]
50735         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
50737 2012-02-18  David S. Miller  <davem@davemloft.net>
50739         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
50740         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
50741         %o7 across the call.
50742         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
50743         instead.
50744         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
50745         SETUP_PIC_REG_LEAF.
50746         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50747         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
50748         * sysdeps/sparc/crtn.S: Likewise.
50750 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
50752         * aout/Makefile: Remove.
50754 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
50756         [BZ #13058]
50757         * manual/examples/argp-ex1.c (main): Format definition in GNU
50758         style.
50759         * manual/examples/argp-ex2.c (main): Likewise.
50760         * manual/examples/argp-ex3.c (main): Likewise.
50761         * manual/examples/argp-ex4.c (main): Likewise.
50762         * manual/examples/longopt.c (main): Use new-style prototype
50763         definition.
50764         * manual/examples/strncat.c (main): Specify return type and use
50765         (void) for arguments.
50766         * manual/examples/subopt.c (main): Use char **argv argument.
50768 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50770         [BZ #5077]
50771         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
50772         rounding modes.
50774 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
50776         [BZ #6907]
50777         * manual/string.texi (strchr): Change when strchrnul is
50778         recommended.
50780 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
50782         [BZ #174]
50783         * manual/locale.texi (setlocale): Document LOCPATH.
50785 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50787         [BZ #10210]
50788         * manual/process.texi (execle): Move @dots{} before last argument.
50790 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
50792         [BZ #12047]
50793         * manual/charset.texi (Generic Charset Conversion): Fix typo
50794         (LC_TYPE -> LC_CTYPE).
50796 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
50798         [BZ #5805]
50799         * manual/arith.texi (scalbn): Use @var{} on parameter names.
50800         (scalbnf): Likewise.
50801         (scalbnl): Likewise.
50802         (scalbln): Likewise.
50803         (scalblnf): Likewise.
50804         (scalblnl): Likewise.
50805         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
50806         (vwarnx): Likewise.
50807         (verr): Likewise.
50808         (verrx): Likewise.
50809         * manual/filesys.texi (telldir): Use braces around return type.
50810         * manual/llio.texi (mmap): Add space after comma.
50811         (mmap64): Likewise.
50812         * manual/math.texi (jn): Use @var{} on parameter names.
50813         (jnf): Likewise.
50814         (jnl): Likewise.
50815         (yn): Likewise.
50816         (ynf): Likewise.
50817         (ynl): Likewise.
50818         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
50819         line.
50820         * manual/resource.texi (ulimit): Use @dots{} instead of literal
50821         "...".
50822         (sched_get_priority_min): Remove semicolon on @deftypefun line.
50823         (sched_get_priority_max): Likewise.
50824         * manual/signal.texi (sigvec): Add space after comma.
50825         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
50826         names.
50827         (if_indextoname): Likewise.
50828         (if_freenameindex): Likewise.
50829         (sendto): Use ',' instead of '.' in prototype.
50830         * manual/startup.texi (syscall): Use @dots{} instead of literal
50831         "...".
50832         * manual/stdio.texi (__fpending): Separate initial words of
50833         paragraph from @deftypefun line.
50834         * manual/syslog.texi (syslog): Use @dots{} instead of literal
50835         "...".
50836         (vsyslog): Use @var{} on parameter names.
50837         * manual/terminal.texi (stty): Use @var{} on parameter names.
50838         * manual/users.texi (getutmp): Use @var{} on parameter names.
50839         (getutmpx): Likewise.
50841 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50843         [BZ #6884]
50844         * manual/stdio.texi (fopen): Fix typos in description of
50845         ",ccs=STRING".
50847 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
50849         [BZ #4026]
50850         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
50851         get clock_id definition.
50853 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
50855         [BZ #4822]
50856         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
50857         (madvise): Cast every argument to void on its own.
50859 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50861         [BZ #9902]
50862         * manual/startup.texi (Exit Status): Fix typo.
50864 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50866         [BZ #10140]
50867         * manual/examples/argp-ex1.c: Include <stdlib.h>.
50868         * manual/examples/argp-ex2.c: Likewise.
50869         * manual/examples/argp-ex3.c: Likewise.
50871 2012-02-16  Richard Henderson  <rth@redhat.com>
50873         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
50874         * sysdeps/s390/s390-32/initfini.c: Remove.
50875         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
50876         * sysdeps/s390/s390-64/initfini.c: Remove.
50878 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
50880         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
50881         compiler output for sysdeps/generic/initfini.c.
50882         * sysdeps/sh/elf/initfini.c: Remove file.
50884 2012-02-16  David S. Miller  <davem@davemloft.net>
50886         [BZ #11494]
50887         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
50889         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
50890         * sysdeps/sparc/crti.S: New file.
50891         * sysdeps/sparc/crtn.S: New file.
50892         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
50893         * sysdeps/sparc/sparc64/Makefile: Likewise.
50895 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
50897         [BZ #3335]
50898         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
50900 2012-02-15  Roland McGrath  <roland@hack.frob.com>
50902         [BZ #4822]
50903         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
50905         * mach/devstream.c (cookie_io_functions_t): Macro removed.
50906         (write, read, close): Likewise.
50907         Patch by Aurelien Jarno <aurelien@aurel32.net>.
50909 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
50911         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
50912         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
50913         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
50914         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
50915         <bits/signalfd.h>.
50916         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
50917         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50918         bits/signalfd.h.
50920 2012-02-14  Marek Polacek  <polacek@redhat.com>
50922         * sysdeps/x86_64/crti.S: New file.
50923         * sysdeps/x86_64/crtn.S: New file.
50924         * sysdeps/x86_64/elf/initfini.c: Remove file.
50926 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50928         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
50929         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
50930         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
50931         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
50932         <bits/inotify.h>.
50933         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
50934         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50935         bits/inotify.h.
50937 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50939         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
50940         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
50941         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
50942         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
50943         <bits/eventfd.h>.
50944         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
50945         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50946         bits/eventfd.h.
50948 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
50950         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
50951         __feraiseexcept instead of feraiseexcept.
50953         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
50954         nanosleep invocations.
50955         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
50956         strings, and add error checking for a nanosleep invocations.
50958 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
50960         Replace FSF snail mail address with URLs, as per GNU coding standards.
50961         Most of the snail mail addresses were wrong anyway, and omitting
50962         them makes the source code easier to maintain.  Almost all of the
50963         changes are to license notices and to locale LC_IDENTIFICATION
50964         addresses, except for this one:
50965         * manual/libc.texinfo: In "Published by", give the FSF's URL,
50966         not its snail mail address.
50968 2012-02-09  Richard Henderson  <rth@twiddle.net>
50970         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
50971         of kernel-features.h.
50973         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
50975 2012-02-08  Marek Polacek  <polacek@redhat.com>
50977         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
50978         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
50979         * sysdeps/gnu/_G_config.h: Likewise.
50980         * sysdeps/generic/_G_config.h: Likewise.
50982 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
50984         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
50985         tests.
50986         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50988         * sysdeps/powerpc/powerpc32/crti.S: New file.
50989         * sysdeps/powerpc/powerpc32/crtn.S: New file.
50990         * sysdeps/powerpc/powerpc64/crti.S: New file.
50991         * sysdeps/powerpc/powerpc64/crtn.S: New file.
50993         * Makeconfig (have-initfini): Don't set.
50994         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
50995         * configure.in (nopic_initfini): Don't substitute.
50996         * config.h.in (HAVE_INITFINI): Don't #undef.
50997         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
50998         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
51000 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
51002         Support crti.S and crtn.S provided directly by architectures.
51003         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
51004         [crti.S in sysdirs] (omit-deps): Likewise.
51005         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
51006         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
51007         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
51008         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
51009         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
51010         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
51011         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
51012         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
51013         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
51014         compiler output for sysdeps/generic/initfini.c.
51015         * sysdeps/i386/elf/Makefile: Remove file.
51016         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
51018 2012-02-07  Marek Polacek  <polacek@redhat.com>
51020         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
51021         * sysdeps/gnu/_G_config.h: Likewise.
51022         * sysdeps/mach/hurd/_G_config.h: Likewise.
51024 2012-02-07  Marek Polacek  <polacek@redhat.com>
51026         * math/Makefile (tests): Add tst-CMPLX2.
51027         * math/tst-CMPLX2.c: New file.
51029 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
51031         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51033         * math/libm-test.inc (jn_test): Add missing L suffix.
51035 2012-02-06  Marek Polacek  <polacek@redhat.com>
51037         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
51038         * sysdeps/i386/fpu/e_powf.S: Likewise.
51039         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
51040         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
51041         * sysdeps/i386/fpu/e_acosh.S: Likewise.
51042         * sysdeps/i386/fpu/e_pow.S: Likewise.
51043         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
51044         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
51045         * sysdeps/i386/fpu/s_expm1.S: Likewise.
51046         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
51047         * sysdeps/i386/fpu/e_log2.S: Likewise.
51048         * sysdeps/i386/fpu/e_log2l.S: Likewise.
51049         * sysdeps/i386/fpu/e_scalb.S: Likewise.
51050         * sysdeps/i386/fpu/e_powl.S: Likewise.
51051         * sysdeps/i386/fpu/s_log1p.S: Likewise.
51052         * sysdeps/i386/fpu/e_log10f.S: Likewise.
51053         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
51054         * sysdeps/i386/fpu/e_logl.S: Likewise.
51055         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
51056         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
51057         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
51058         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
51059         * sysdeps/i386/fpu/e_log2f.S: Likewise.
51060         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
51061         * sysdeps/i386/fpu/e_log.S: Likewise.
51062         * sysdeps/i386/fpu/s_cexp.S: Likewise.
51063         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
51064         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
51065         * sysdeps/i386/fpu/e_logf.S: Likewise.
51066         * sysdeps/i386/fpu/e_log10l.S: Likewise.
51067         * sysdeps/i386/fpu/e_atanh.S: Likewise.
51068         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
51069         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
51070         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
51071         * sysdeps/i386/fpu/e_log10.S: Likewise.
51072         * sysdeps/i386/fpu/s_frexp.S: Likewise.
51073         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
51074         * sysdeps/i386/fpu/s_asinh.S: Likewise.
51075         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
51076         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
51077         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
51078         * sysdeps/i386/asm-syntax.h: Likewise.
51079         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
51080         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
51081         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
51082         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
51083         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
51084         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
51085         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
51086         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
51087         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
51088         * sysdeps/powerpc/sysdep.h: Likewise.
51089         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
51090         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
51092 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
51094         [BZ #411]
51095         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
51097 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
51099         * sysdeps/i386/sysdep.h: Include <features.h>.
51100         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
51101         version.
51103 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
51105         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
51106         Define.
51107         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
51108         LOAD_PIC_REG_STR.
51110 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
51112         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
51113         (SETUP_PIC_REG): Use GET_PC_THUNK.
51114         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
51115         macro.
51117 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
51119         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
51120         for non-PIC compilation.
51121         (SETUP_PIC_REG): Add .p2align directive.
51122         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
51123         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
51124         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
51125         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
51126         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
51127         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
51128         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
51129         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
51130         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
51131         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
51132         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
51133         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
51134         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
51135         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
51136         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
51137         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
51138         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
51139         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
51140         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
51141         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
51142         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
51143         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
51144         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
51145         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
51146         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
51147         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
51148         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51149         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
51150         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
51151         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
51152         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
51153         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51154         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
51155         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
51156         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
51157         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
51158         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
51159         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
51160         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
51161         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
51162         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
51164 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
51166         * math/tst-CMPLX.c: Include <stdio.h>.
51168 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
51170         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
51171         float.
51172         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
51173         * sysdeps/sparc/bits/mathdef.h: Likewise.
51175 2012-01-31  Marek Polacek  <polacek@redhat.com>
51177         * libio/libio.h: Don't define _PARAMS.
51178         * locale/programs/config.h: Don't define PARAMS.
51179         * stdlib/strtol_l.c: Likewise.
51180         (__strtol_l): Remove PARAMS from the prototype.
51182 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
51184         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
51185         names.  Just use the correct names.  Remove unnecessary wrapper
51186         functions.
51187         * malloc/arena.c: Likewise.
51188         * malloc/hooks.c: Likewise.
51190         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
51191         ARENA_TEST says not to.  Simplify test for creation of a new arena.
51192         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
51194 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
51196         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
51197         into tail calls.
51198         (update_get_addr): New function.
51199         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
51200         GET_ADDR_MODULE parameter.
51202 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
51204         * crypt/cert.c: Remove __STDC__ conditionals.
51205         * crypt/crypt-entry.c: Likewise.
51206         * crypt/crypt_util.c: Likewise.
51207         * libio/filedoalloc.c: Likewise.
51208         * libio/fileops.c: Likewise.
51209         * libio/genops.c: Likewise.
51210         * libio/iofclose.c: Likewise.
51211         * libio/iofdopen.c: Likewise.
51212         * libio/iofopen.c: Likewise.
51213         * libio/iofopen64.c: Likewise.
51214         * libio/iogetdelim.c: Likewise.
51215         * libio/iopopen.c: Likewise.
51216         * libio/obprintf.c: Likewise.
51217         * libio/oldfileops.c: Likewise.
51218         * libio/oldiofclose.c: Likewise.
51219         * libio/oldiofdopen.c: Likewise.
51220         * libio/oldiofopen.c: Likewise.
51221         * libio/oldiopopen.c: Likewise.
51222         * libio/wfiledoalloc.c: Likewise.
51223         * libio/wgenops.c: Likewise.
51224         * locale/programs/xmalloc.c: Likewise.
51225         * misc/syslog.c: Likewise.
51226         * stdio-common/xbug.c: Likewise.
51227         * string/memchr.c: Likewise.
51228         * string/memcmp.c: Likewise.
51229         * string/memrchr.c: Likewise.
51230         * string/rawmemchr.c: Likewise.
51231         * sysdeps/posix/getcwd.c: Likewise.
51232         * time/strftime_l.c: Likewise.
51234 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
51236         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
51237         * config.make.in (config-cflags-sse2avx): Define.
51238         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
51239         Fix typo.
51241 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
51243         * scripts/config.guess: Update from upstream config git repository.
51244         * scripts/config.sub: Likewise.
51246 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
51248         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
51249         (EM_NUM): Update.
51250         (R_TILEPRO_*, R_TILEGX_*): New macros.
51252         * scripts/firstversions.awk: Fix bug in version range handling.
51254         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
51256         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
51258         * include/sys/epoll.h: New file.
51259         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
51260         libc_hidden_def.
51262 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
51264         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
51265         Avoid unnecessary __WORDSIZE == 64 test.
51266         (fmaxf): Use VEX format if possible.
51267         (fmax): Likewise.
51268         (fminf): Likewise.
51269         (fmin): Likewise.
51271         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
51272         * math/math_private.h: Remove libc_fegetround* and
51273         libc_fesetround*.
51274         * sysdeps/i386/configure.in: Check for -msse2avx.
51275         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
51276         also if SSE2AVX is defined.
51277         Remove libc_fegetround* and libc_fesetround*.
51278         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
51279         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
51280         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
51281         of HAS_YMM_USABLE.
51282         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51283         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51284         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51285         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51286         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51288         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
51290 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51292         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
51293         size is not set.
51294         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
51296 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
51298         [BZ #13618]
51299         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
51300         relocation.
51301         * Makeconfig (libm): Define.
51302         * elf/Makefile: Add rules to build and run tst-relsort1.
51303         * elf/tst-relsort1.c: New file.
51304         * elf/tst-relsort1mod1.c: New file.
51305         * elf/tst-relsort1mod2.c: New file.
51307 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
51309         * math/s_ldexp.c: Remove __STDC__ conditionals.
51310         * math/s_ldexpf.c: Likewise.
51311         * math/s_ldexpl.c: Likewise.
51312         * math/s_nextafter.c: Likewise.
51313         * math/s_nexttowardf.c: Likewise.
51314         * math/s_significand.c: Likewise.
51315         * math/s_significandf.c: Likewise.
51316         * math/s_significandl.c: Likewise.
51317         * math/w_jnl.c: Likewise.
51318         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
51319         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
51320         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
51321         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
51322         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
51323         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
51324         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
51325         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
51326         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
51327         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
51328         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
51329         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51330         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
51331         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
51332         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
51333         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
51334         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
51335         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
51336         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
51337         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
51338         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
51339         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
51340         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
51341         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
51342         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
51343         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
51344         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
51345         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
51346         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
51347         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
51348         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
51349         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
51350         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
51351         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
51352         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
51353         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
51354         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
51355         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
51356         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
51357         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
51358         * sysdeps/ieee754/k_standard.c: Likewise.
51359         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
51360         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
51361         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
51362         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
51363         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
51364         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
51365         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
51366         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
51367         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
51368         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
51369         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
51370         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
51371         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
51372         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
51373         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
51374         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
51375         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
51376         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
51377         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
51378         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
51379         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
51380         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
51381         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
51382         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
51383         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
51384         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
51385         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
51386         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
51387         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
51388         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
51389         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
51390         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
51391         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
51392         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
51393         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
51394         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
51395         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
51396         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
51397         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
51398         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
51399         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
51400         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
51401         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
51402         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
51403         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
51404         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
51405         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
51406         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
51407         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
51408         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
51409         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
51410         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
51411         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
51412         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
51413         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
51414         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
51415         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
51416         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51417         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
51418         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
51419         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
51420         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
51421         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
51422         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
51423         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
51424         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
51425         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
51426         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
51427         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
51428         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
51429         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
51430         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
51431         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
51432         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
51433         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
51434         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
51435         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
51436         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
51437         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
51438         * sysdeps/ieee754/s_matherr.c: Likewise.
51439         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
51440         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
51441         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
51442         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
51444 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
51446         * crypt/md5.h: Remove __STDC__ conditionals.
51447         * libio/libioP.h: Likewise.
51448         * locale/programs/config.h: Likewise.
51449         * sysdeps/generic/sysdep.h: Likewise.
51450         * sysdeps/i386/asm-syntax.h: Likewise.
51451         * sysdeps/s390/asm-syntax.h: Likewise.
51452         * sysdeps/unix/sysdep.h: Likewise.
51453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
51454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
51456 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
51458         * libio/libio.h: Remove __STDC__ conditionals.
51459         * malloc/obstack.h: Likewise.
51460         * math/complex.h: Likewise.
51461         * math/math.h: Likewise.
51462         * sysdeps/generic/_G_config.h: Likewise.
51463         * sysdeps/gnu/_G_config.h: Likewise.
51464         * sysdeps/mach/hurd/_G_config.h: Likewise.
51465         * sysdeps/powerpc/bits/mathdef.h: Likewise.
51466         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
51467         * sysdeps/sparc/bits/mathdef.h: Likewise.
51469 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
51471         [BZ #13583]
51472         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
51473         Clean up HAS_* macros.
51474         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
51475         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
51476         possible.
51477         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
51478         HAS_AVX.
51479         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51480         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51481         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51482         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51483         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51485 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
51487         * elf/tst-unique3.cc (gets): Remove declaration.
51488         * elf/tst-unique3lib.cc (gets): Likewise.
51489         * elf/tst-unique3lib2.cc (gets): Likewise.
51490         * elf/tst-unique4.cc (gets): Likewise.
51492 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
51494         * include/stdio.h: Add C++ protection.  Add gets declarations and
51495         definitions.
51496         * debug/tst-chk1.c: Don't declare gets here.
51497         * stdio-common/tst-gets.c: Likewise.
51499 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
51501         * posix/glob: Remove directory.
51503 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
51505         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
51507 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
51509         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
51510         of the non-standard EPFNOSUPPORT.
51512 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51514         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
51515         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
51516         ANYWHERE set to 1 only on KERN_NO_SPACE error.
51518 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
51520         * wcsmbs/uchar.h: Test __STDC_VERSION__.
51522 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
51524         * nscd/aicache.c (addhstaiX): Do not cache negative results of
51525         transient errors.
51526         * nscd/grpcache.c (cache_addgr): Likewise.
51527         * nscd/hstcache.c (cache_addhst): Likewise.
51528         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51529         * nscd/pwdcache.c (cache_addpw): Likewise.
51530         * nscd/servicescache.c (cache_addserv): Likewise.
51532 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
51534         * malloc/malloc.c: Various cleanups.
51535         * malloc/hooks.c: Likewise.
51537         * stdlib/Makefile (tests): Add bug-fmtmsg1.
51538         * stdlib/bug-fmtmsg1.c: New file.
51540         * stdlib/fmtmsg.c (init): Add missing unlock.
51541         Patch by Peng Haitao <penght@cn.fujitsu.com>.
51543 2012-01-12  Marek Polacek  <polacek@redhat.com>
51545         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
51546         and _GNU_SOURCE.
51548 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
51550         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
51551         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
51552         macro to ensure uniqueness of label name.
51553         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51554         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51556 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
51558         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
51560         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
51561         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
51562         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
51563         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
51565 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
51567         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
51569         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
51570         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
51571         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
51573         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
51575         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
51576         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
51577         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
51578         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
51580         * math/bits/math-finite.h: Add ldexp support.
51582 2012-01-10  Marek Polacek  <polacek@redhat.com>
51584         * locale/programs/localedef.h (show_archive_content): Add noreturn
51585         attribute.
51587 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
51589         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
51591 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51593         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
51595         * io/Makefile (headers): Add bits/poll2.h.
51597 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
51599         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
51600         typo #include statement.
51602 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51604         * include/sys/cdefs.h: Define __attribute_alloc_size.
51605         * catgets/gencat.c: Add alloc_size attribute and apply consistently
51606         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
51607         * elf/pldd.c: Likewise.
51608         * iconv/iconv_charmap.c: Likewise.
51609         * iconv/iconvconfig.c: Likewise.
51610         * iconv/strtab.c: Likewise.
51611         * locale/programs/locale.c: Likewise.
51612         * locale/programs/localedef.h: Likewise.
51613         * locale/programs/simple-hash.c: Likewise.
51614         * nscd/nscd.h: Likewise.
51615         * nss/makedb.c: Likewise.
51616         * sysdeps/generic/ldconfig.h: Likewise.
51617         * locale/programs/localedef.c: Remove xmalloc prototype.
51618         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
51620 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51622         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
51623         appropriate.
51625 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51627         * math/Makefile (tests): Add tst-CMPLX.
51628         * math/tst-CMPLX.c: New file.
51630         * math/complex.h (CMPLXL): Fix typo.
51632         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
51633         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
51634         GLIBC_2.16.
51635         * debug/tst-chk1.c: Add poll and ppoll tests.
51636         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
51637         * include/sys/poll.h: Add hidden proto for ppoll.
51638         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
51639         * sysdeps/mach/hurd/ppoll.c: Likewise.
51640         * io/ppoll.c: Likewise.
51641         * debug/poll_chk.c: New file.
51642         * debug/ppoll_chk.c: New file.
51643         * include/bits/poll2.h: New file.
51644         * io/bits/poll2.h: New file.
51646         [BZ #1350]
51647         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
51649         * configure.in: static is always set to yes.  Remove.
51650         * config.make.in: Don't set build-static.
51651         * Makeconfig: Remove use of build-static.
51652         * dlfcn/Makefile: Likewise.
51653         * elf/Makefile: Likewise.
51654         * math/Makefile: Likewise.
51655         * misc/Makefile: Likewise.
51656         * nptl/Makefile: Likewise.
51657         * sysdeps/mach/hurd/Makefile: Likewise.
51659         * configure.in: PWD_P is not used anymore.
51660         * config.make.in: Remove PWD_P entry.
51662         * configure.in: Remove last remnants of RANLIB.
51663         No need to check for signed size_t anymore.
51664         Don't set libc_commonpagesize and libc_relro_required here for Alpha
51665         and IA-64.
51666         Remove __builtin_expect test because we require at least gcc 3.4.
51667         * aclocal.m4: Likewise.
51669         * wcsmbs/mbrtoc16.c: Implement using towc function.
51670         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
51671         * wcsmbs/wcsmbsload.c: Likewise.
51672         * iconv/gconv_simple.c: Likewise.
51673         * iconv/gconv_int.h: Likewise.
51674         * iconv/gconv_builtin.h: Likewise.
51675         * iconv/iconv_prog.c: Remove CHAR16 handling.
51677         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
51679         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
51681         * configure.in: Remove --with-elf and --enable-bounded options.
51682         Dont set base_machine for ia64.  More non-ELF conditions removed.
51683         Remove testing and setting of leading underscore information.
51684         * config.make.in (build-bounded): Set to no.
51685         * config.h.in: Remove NO_UNDERSCORES entry.
51686         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
51687         them.
51688         * csu/start.c: Remove !NO_UNDERSCORE code.
51689         * locale/localeinfo.h: Likewise.
51690         * sysdeps/generic/machine-gmon.h: Likewise.
51691         * sysdeps/generic/sysdep.h: Likewise.
51692         * sysdeps/i386/sysdep.h: Likewise.
51693         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51694         * sysdeps/mach/sysdep.h: Likewise.
51695         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51696         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51697         * sysdeps/sh/sysdep.h: Likewise.
51698         * sysdeps/sparc/sparc32/alloca.S: Likewise.
51699         * sysdeps/unix/i386/sysdep.S: Likewise.
51700         * sysdeps/unix/sparc/start.c: Likewise.
51701         * sysdeps/unix/sparc/sysdep.S: Likewise.
51702         * sysdeps/unix/sparc/sysdep.h: Likewise.
51703         * sysdeps/unix/start.c: Likewise.
51704         * sysdeps/unix/x86_64/sysdep.S: Likewise.
51705         * sysdeps/x86_64/sysdep.h: Likewise.
51707 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
51709         [BZ #13553]
51710         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
51711         for non-gcc.
51712         * argp/argp-fmtstream.h: Use const instead __const.
51713         * argp/argp.h: Likewise.
51714         * assert/assert.h: Likewise.
51715         * bits/fenv.h: Likewise.
51716         * bits/sched.h: Likewise.
51717         * bits/sigset.h: Likewise.
51718         * bits/sigthread.h: Likewise.
51719         * catgets/nl_types.h: Likewise.
51720         * conform/data/pthread.h-data: Likewise.
51721         * crypt/crypt-private.h: Likewise.
51722         * crypt/crypt.h: Likewise.
51723         * crypt/crypt_util.c: Likewise.
51724         * ctype/ctype.h: Likewise.
51725         * debug/execinfo.h: Likewise.
51726         * debug/mbsnrtowcs_chk.c: Likewise.
51727         * debug/mbsrtowcs_chk.c: Likewise.
51728         * debug/wcsnrtombs_chk.c: Likewise.
51729         * debug/wcsrtombs_chk.c: Likewise.
51730         * debug/wcstombs_chk.c: Likewise.
51731         * dirent/dirent.h: Likewise.
51732         * dlfcn/dlfcn.h: Likewise.
51733         * elf/neededtest4.c: Likewise.
51734         * grp/grp.h: Likewise.
51735         * gshadow/gshadow.h: Likewise.
51736         * iconv/gconv.h: Likewise.
51737         * iconv/gconv_int.h: Likewise.
51738         * iconv/gconv_simple.c: Likewise.
51739         * iconv/iconv.h: Likewise.
51740         * iconv/loop.c: Likewise.
51741         * iconv/skeleton.c: Likewise.
51742         * include/aio.h: Likewise.
51743         * include/aliases.h: Likewise.
51744         * include/argz.h: Likewise.
51745         * include/arpa/inet.h: Likewise.
51746         * include/assert.h: Likewise.
51747         * include/dirent.h: Likewise.
51748         * include/dlfcn.h: Likewise.
51749         * include/execinfo.h: Likewise.
51750         * include/fcntl.h: Likewise.
51751         * include/fenv.h: Likewise.
51752         * include/glob.h: Likewise.
51753         * include/grp.h: Likewise.
51754         * include/libintl.h: Likewise.
51755         * include/mntent.h: Likewise.
51756         * include/netdb.h: Likewise.
51757         * include/pwd.h: Likewise.
51758         * include/rpc/netdb.h: Likewise.
51759         * include/sched.h: Likewise.
51760         * include/search.h: Likewise.
51761         * include/shadow.h: Likewise.
51762         * include/signal.h: Likewise.
51763         * include/stdio.h: Likewise.
51764         * include/stdlib.h: Likewise.
51765         * include/string.h: Likewise.
51766         * include/sys/socket.h: Likewise.
51767         * include/sys/stat.h: Likewise.
51768         * include/sys/statfs.h: Likewise.
51769         * include/sys/statvfs.h: Likewise.
51770         * include/sys/syslog.h: Likewise.
51771         * include/sys/time.h: Likewise.
51772         * include/sys/uio.h: Likewise.
51773         * include/time.h: Likewise.
51774         * include/unistd.h: Likewise.
51775         * include/utmp.h: Likewise.
51776         * include/wchar.h: Likewise.
51777         * include/wctype.h: Likewise.
51778         * inet/aliases.h: Likewise.
51779         * inet/arpa/inet.h: Likewise.
51780         * inet/netinet/ether.h: Likewise.
51781         * inet/netinet/in.h: Likewise.
51782         * intl/libintl.h: Likewise.
51783         * io/bits/fcntl2.h: Likewise.
51784         * io/fcntl.h: Likewise.
51785         * io/ftw.h: Likewise.
51786         * io/sys/poll.h: Likewise.
51787         * io/sys/stat.h: Likewise.
51788         * io/sys/statfs.h: Likewise.
51789         * io/sys/statvfs.h: Likewise.
51790         * io/utime.h: Likewise.
51791         * libio/bits/stdio.h: Likewise.
51792         * libio/bits/stdio2.h: Likewise.
51793         * libio/libio.h: Likewise.
51794         * libio/libioP.h: Likewise.
51795         * libio/stdio.h: Likewise.
51796         * locale/lc-ctype.c: Likewise.
51797         * locale/locale.h: Likewise.
51798         * login/utmp.h: Likewise.
51799         * malloc/arena.c: Likewise.
51800         * malloc/malloc.c: Likewise.
51801         * malloc/malloc.h: Likewise.
51802         * malloc/mcheck.c: Likewise.
51803         * malloc/mtrace.c: Likewise.
51804         * math/bits/mathcalls.h: Likewise.
51805         * math/fenv.h: Likewise.
51806         * math/math_private.h: Likewise.
51807         * misc/bits/error.h: Likewise.
51808         * misc/bits/syslog.h: Likewise.
51809         * misc/err.h: Likewise.
51810         * misc/error.h: Likewise.
51811         * misc/fstab.h: Likewise.
51812         * misc/mntent.h: Likewise.
51813         * misc/regexp.h: Likewise.
51814         * misc/search.h: Likewise.
51815         * misc/sgtty.h: Likewise.
51816         * misc/sys/mman.h: Likewise.
51817         * misc/sys/syslog.h: Likewise.
51818         * misc/sys/uio.h: Likewise.
51819         * misc/sys/xattr.h: Likewise.
51820         * misc/ttyent.h: Likewise.
51821         * nis/rpcsvc/ypclnt.h: Likewise.
51822         * nss/nss.h: Likewise.
51823         * posix/bits/unistd.h: Likewise.
51824         * posix/fnmatch.h: Likewise.
51825         * posix/glob.h: Likewise.
51826         * posix/sched.h: Likewise.
51827         * posix/spawn.h: Likewise.
51828         * posix/sys/wait.h: Likewise.
51829         * posix/unistd.h: Likewise.
51830         * posix/wordexp.h: Likewise.
51831         * pwd/pwd.h: Likewise.
51832         * resolv/netdb.h: Likewise.
51833         * resource/sys/resource.h: Likewise.
51834         * rt/aio.h: Likewise.
51835         * rt/bits/mqueue2.h: Likewise.
51836         * rt/mqueue.h: Likewise.
51837         * shadow/shadow.h: Likewise.
51838         * signal/signal.h: Likewise.
51839         * socket/send.c: Likewise.
51840         * socket/sendto.c: Likewise.
51841         * socket/sys/socket.h: Likewise.
51842         * stdio-common/printf.h: Likewise.
51843         * stdlib/bits/stdlib.h: Likewise.
51844         * stdlib/fmtmsg.h: Likewise.
51845         * stdlib/monetary.h: Likewise.
51846         * stdlib/stdlib.h: Likewise.
51847         * stdlib/ucontext.h: Likewise.
51848         * streams/stropts.h: Likewise.
51849         * string/argz.h: Likewise.
51850         * string/bits/string2.h: Likewise.
51851         * string/string.h: Likewise.
51852         * string/strings.h: Likewise.
51853         * sunrpc/rpc/auth.h: Likewise.
51854         * sunrpc/rpc/auth_des.h: Likewise.
51855         * sunrpc/rpc/clnt.h: Likewise.
51856         * sunrpc/rpc/netdb.h: Likewise.
51857         * sunrpc/rpc/pmap_clnt.h: Likewise.
51858         * sunrpc/rpc/xdr.h: Likewise.
51859         * sysdeps/generic/inttypes.h: Likewise.
51860         * sysdeps/generic/net/if.h: Likewise.
51861         * sysdeps/generic/sys/swap.h: Likewise.
51862         * sysdeps/gnu/net/if.h: Likewise.
51863         * sysdeps/gnu/utmpx.h: Likewise.
51864         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
51865         * sysdeps/i386/i486/bits/string.h: Likewise.
51866         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
51867         * sysdeps/s390/bits/string.h: Likewise.
51868         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
51869         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
51870         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
51871         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
51872         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
51873         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
51874         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
51875         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
51876         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
51877         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
51878         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
51879         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
51880         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
51881         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
51882         * sysdeps/unix/sysv/linux/readv.c: Likewise.
51883         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
51884         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
51885         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51886         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
51887         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
51888         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51889         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
51890         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
51891         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
51892         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
51893         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
51894         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
51895         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51896         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
51897         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
51898         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
51899         * sysvipc/sys/ipc.h: Likewise.
51900         * sysvipc/sys/msg.h: Likewise.
51901         * sysvipc/sys/sem.h: Likewise.
51902         * sysvipc/sys/shm.h: Likewise.
51903         * termios/termios.h: Likewise.
51904         * time/sys/time.h: Likewise.
51905         * time/time.h: Likewise.
51906         * wcsmbs/bits/wchar2.h: Likewise.
51907         * wcsmbs/uchar.h: Likewise.
51908         * wcsmbs/wchar.h: Likewise.
51909         * wctype/wctype.h: Likewise.
51911         [BZ #13551]
51912         * Makeconfig: Remove all but ELF support including AIX support.
51913         * Makerules: Likewise.
51914         * config.h.in: Likewise.
51915         * config.make.in: Likewise.
51916         * configure: Likewise.
51917         * configure.in: Likewise.
51918         * csu/Makefile: Likewise.
51919         * csu/version.c: Likewise.
51920         * debug/Makefile: Likewise.
51921         * dlfcn/Makefile: Likewise.
51922         * elf/Makefile: Likewise.
51923         * extra-lib.mk: Likewise.
51924         * iconv/Makefile: Likewise.
51925         * include/libc-symbols.h: Likewise.
51926         * include/shlib-compat.h: Likewise.
51927         * resolv/Makefile: Likewise.
51928         * resolv/res_libc.c: Likewise.
51929         * rt/Makefile: Likewise.
51930         * sysdeps/i386/asm-syntax.h: Likewise.
51931         * sysdeps/i386/sysdep.h: Likewise.
51932         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51933         * sysdeps/mach/sysdep.h: Likewise.
51934         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
51935         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
51936         * sysdeps/s390/asm-syntax.h: Likewise.
51937         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51938         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51939         * sysdeps/sh/sysdep.h: Likewise.
51940         * sysdeps/unix/sparc/sysdep.h: Likewise.
51941         * sysdeps/wordsize-32/divdi3.c: Likewise.
51942         * sysdeps/x86_64/sysdep.h: Likewise.
51944         * argp/Versions: Remove _argp_unlock_xxx.
51946         [BZ #13559]
51947         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
51948         * abilist/libBrokenLocale.abilist: Likewise.
51949         * abilist/libanl.abilist: Likewise.
51950         * abilist/libc.abilist: Likewise.
51951         * abilist/libcrypt.abilist: Likewise.
51952         * abilist/libdl.abilist: Likewise.
51953         * abilist/libm.abilist: Likewise.
51954         * abilist/libnsl.abilist: Likewise.
51955         * abilist/libpthread.abilist: Likewise.
51956         * abilist/libresolv.abilist: Likewise.
51957         * abilist/librt.abilist: Likewise.
51958         * abilist/libthread_db.abilist: Likewise.
51959         * abilist/libutil.abilist: Likewise.
51960         * abilist/libnss_db.abilist: New file.
51962         * scripts/abilist.awk: Add support for indirect functions.
51964         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
51966         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
51968         * shlib-versions: Remove entries for ports architectures.
51970         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
51971         files in ports.
51972         * elf/stackguard-macros.h: Remove support for IA-64.
51973         * elf/tst-auditmod1.c: Likewise.
51974         * sysdeps/generic/ldsodefs.h: Likewise.
51976         * sysdeps/unix/sysv/linux/configure.in: Ports should define
51977         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
51978         configure files.
51980         [BZ #13552]
51981         * configure.in: Remove --enable-omitfp support.
51982         * FAQ.in: Adjust.
51983         * config.make.in: Likewise.
51984         * Makeconfig: Likewise.
51985         * manual/install.texi: Likewise.
51987         In case anyone cares, the IA-64 architecture could move to ports.
51988         * sysdeps/ia64/*: Removed.
51989         * sysdeps/unix/sysv/linux/ia64/*: Removed.
51990         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
51992         [BZ #13555]
51993         * configure.in: Remove entries for unsupported architectures.
51995         [BZ #13533]
51996         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
51997         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
51998         routines.
51999         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
52000         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
52001         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
52002         fall back to using wcrtomb.
52003         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
52004         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
52005         renaming.
52006         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
52007         * wcsmbs/tst-c16c32-1.c: New file.
52009         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
52010         local variable.
52012         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
52014         * elf/tst-unique3.cc: Add explicit declaration of gets.
52015         * elf/tst-unique3lib.cc: Likewise.
52016         * elf/tst-unique3lib2.cc: Likewise.
52017         * elf/tst-unique4.cc: Likewise.
52019         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
52021 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
52023         [BZ #13566]
52024         * assert/assert.h (static_assert): Don't define for C++.
52025         * libio/stdio.h (gets): Do declare for C++ <= C++11.
52026         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
52028 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
52030         * iconv/loop.c (single loop): Fix assertion in storing of
52031         remaining bytes.
52033         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
52035 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
52037         * posix/getconf.c: Update copyright year.
52038         * nss/getent.c: Likewise.
52039         * nss/makedb.c: Likewise.
52040         * iconv/iconvconfig.c: Likewise.
52041         * iconv/iconv_prog.c: Likewise.
52042         * elf/ldconfig.c: Likewise.
52043         * elf/pldd.c: Likewise.
52044         * elf/sotruss.ksh: Likewise.
52045         * catgets/gencat.c: Likewise.
52046         * csu/version.c: Likewise.
52047         * elf/ldd.bash.in: Likewise.
52048         * elf/sprof.c (print_version): Likewise.
52049         * locale/programs/locale.c: Likewise.
52050         * locale/programs/localedef.c: Likewise.
52051         * login/programs/pt_chown.c: Likewise.
52052         * nscd/nscd.c (print_version): Likewise.
52053         * debug/xtrace.sh: Likewise.
52054         * malloc/memusage.sh: Likewise.
52055         * malloc/mtrace.pl: Likewise.
52056         * debug/catchsegv.sh: Likewise.
52058 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
52060         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
52061         pure attribute.
52063 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
52065         [BZ #13533]
52066         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
52067         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
52068         transformations.
52069         * iconv/gconv_int.h: Likewise.
52070         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
52071         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
52072         from libc for GLIBC_2.16.
52073         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
52074         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
52075         * wcsmbs/uchar.h: Really define mbstate_t.
52076         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
52077         * wcsmbs/c16rtomb.c: New file.
52078         * wcsmbs/mbrtoc16.c: New file.
52079         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
52080         for C/POSIX locale.
52081         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
52082         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
52084         * wcsmbs/wchar.h: Add missing __restrict.
52086 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
52088         [BZ #13532]
52089         * time/Makefile (routines): Add timespec_get.
52090         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
52091         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
52092         timespec for ISO C11.
52093         * time/timespec_get.c: New file.
52094         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
52095         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
52097         [BZ #13531]
52098         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
52099         * stdlib/stdlib.h: Declare aligned_alloc.
52100         * Versions.def: Add GLIBC_2.16 for libc.
52101         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
52103         [BZ 13527]
52104         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
52105         ISO C11.
52107         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
52108         code.
52110         [BZ #13528]
52111         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
52113         [BZ #13529]
52114         * assert/assert.h (static_assert): Define.
52116         * version.h: Update for 2.16 development version.
52118         [BZ #13526]
52119         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
52120         _ISOC11_SOURCE.
52122         * version.h (RELEASE): Bump for 2.15 release.
52123         * include/features.h (__GLIBC_MINOR__): Bump to 15.
52125         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
52126         Patch by Marek Polacek <mpolacek@redhat.com>.
52128         * bits/byteswap.h: Protect long long constants with __extension__.
52129         * sysdeps/i386/bits/byteswap.h: Likewise.
52130         * sysdeps/ia64/bits/byteswap.h: Likewise.
52131         * sysdeps/s390/bits/byteswap.h: Likewise.
52132         * sysdeps/x86_64/bits/byteswap.h: Likewise.
52134 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52136         [BZ #13540]
52137         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
52138         destination buffer.
52139         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
52141 2011-12-23  Marek Polacek  <polacek@redhat.com>
52143         * elf/dl-addr.c (determine_info): Add inline keyword.
52144         * elf/tst-auditmod4b.c (check_avx): Likewise.
52145         * elf/tst-auditmod6b.c (check_avx): Likewise.
52146         * elf/tst-auditmod6c.c (check_avx): Likewise.
52147         * elf/tst-auditmod7b.c (check_avx): Likewise.
52149 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
52151         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
52152         !__SSE_MATH__.
52154 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52156         [BZ #13540]
52157         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
52158         processing for last bytes.
52160 2011-08-06  Bruno Haible  <bruno@clisp.org>
52162         [BZ #13061]
52163         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
52164         U+0385, not to U+1FEE.
52166         [BZ #13062]
52167         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
52168         entry for U+00A5 U+0301.
52170 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
52172         [BZ #13166]
52173         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
52174         buffer for the output is too small.
52176         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
52177         optimization.
52179         [BZ #13185]
52180         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
52181         SSE flags if possible.
52183 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52185         [BZ #13540]
52186         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
52187         processing for last bytes.
52189 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
52191         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
52192         (syscall-list-default-options, syscall-list-default-condition)
52193         (syscall-list-includes): Define.
52194         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
52195         list of ABIs and options and #if conditions for each ABI.  Do not
52196         handle common syscalls between ABIs specially.
52197         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
52198         Remove.
52199         (syscall-list-variants, syscall-list-32bit-options)
52200         (syscall-list-32bit-condition, syscall-list-64bit-options)
52201         (syscall-list-64bit-condition): Define.
52202         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
52203         (syscall-list-variants, syscall-list-32bit-options)
52204         (syscall-list-32bit-condition, syscall-list-64bit-options)
52205         (syscall-list-64bit-condition): Define.
52206         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
52207         Remove.
52208         (syscall-list-variants, syscall-list-32bit-options)
52209         (syscall-list-32bit-condition, syscall-list-64bit-options)
52210         (syscall-list-64bit-condition): Define.
52211         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
52212         Remove.
52213         (syscall-list-variants, syscall-list-32bit-options)
52214         (syscall-list-32bit-condition, syscall-list-64bit-options)
52215         (syscall-list-64bit-condition): Define.
52217 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
52219         * locale/iso-639.def: Add brx entry.
52221         [BZ #13328]
52222         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
52223         Proposed by Mariusz_Cukr <marcukr@op.pl>.
52225         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
52226         __feraiseexcept_renamed.
52228 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
52230         [BZ #13538]
52231         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
52232         EPOLLET with unsigned values.
52233         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
52234         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
52236         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
52237         to large cancellation.
52238         * math/s_cacoshf.c: Likewise.
52239         * math/s_cacoshl.c: Likewise.
52241 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
52243         [BZ #13305]
52244         [BZ #12786]
52245         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
52246         * math/s_cacoshf.c: Likewise.
52247         * math/s_cacoshl.c: Likewise.
52249 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
52251         [BZ #13439]
52252         * iconv/gconv.h: Define __GCONV_SWAP.
52253         * iconvdata/unicode.c: The swap bit must be stored in __flags.
52254         * iconvdata/utf-16.c: Likewise.
52255         * iconvdata/utf-32.c: Likewise.
52257 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
52259         [BZ #13524]
52260         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
52261         numerator after shifting it by one limb.
52263 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
52265         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
52266         under [__USE_EXTERN_INLINES].
52268 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
52270         [BZ #13446]
52271         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
52273 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52275         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
52276         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
52277         optimized code.
52278         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
52279         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
52280         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
52281         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
52282         for strncasecmp/strncasecmp_l compilation.
52283         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
52284         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
52286 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
52288         [BZ #13484]
52289         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
52290         of __asm__.
52292 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
52294         [BZ #13506]
52295         * time/tzfile.c (__tzfile_read): Check values from file header.
52297 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
52299         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
52300         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
52301         * powerpc/powerpc32/dl-start.S: Likewise.
52302         * powerpc/powerpc32/elf/start.S: Likewise.
52303         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
52304         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
52305         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
52306         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
52307         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
52308         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
52309         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
52310         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
52311         * powerpc/powerpc32/fpu/s_round.S: Likewise.
52312         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
52313         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
52314         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
52315         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
52316         * powerpc/powerpc32/memset.S: Likewise.
52317         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
52318         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
52319         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
52320         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
52321         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
52322         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
52323         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
52324         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
52325         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
52326         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
52327         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
52328         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
52329         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
52331 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52333         * math/libm-test.inc: Added more nearbyint tests.
52334         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
52335         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
52336         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
52337         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
52339 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
52341         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
52342         FD_CLOEXEC.
52344 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52346         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
52347         Add wcscpy-ssse3 wcscpy-c.
52348         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
52349         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
52350         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
52351         * sysdeps/x86_64/wcschr.S: New file.
52352         * sysdeps/x86_64/wcsrchr.S: New file.
52353         * string/test-strcmp.c: Remove checking of wcscmp function for
52354         wrong alignments.
52355         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
52356         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
52357         wcsrchr-sse2 wcsrchr-c.
52358         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
52359         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
52360         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
52361         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
52362         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
52363         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
52364         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
52365         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
52366         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
52367         * wcsmbc/wcschr.c (WCSCHR): New macro.
52369 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52371         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
52372         * wcsmbs/test-wcsrchr.c: New file.
52373         * string/test-strrchr.c: Add wcsrchr support.
52374         (WIDE): New macro.
52375         * wcsmbs/test-wcscpy.c: New file.
52376         * string/test-strcpy.c: Add wcscpy support.
52377         (WIDE): New macro.
52379 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
52381         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
52382         the inner loop.
52384 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
52386         [BZ #13472]
52387         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
52389 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
52391         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52392         Minor optimizations.
52394         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
52395         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
52396         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
52398 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
52400         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
52401         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
52402         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
52403         for gcc to avoid warnings.
52404         * inet/Makefile (tests): Add tst-checks.
52405         * inet/tst-checks.c: New file.
52407         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
52408         warning.
52410         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
52411         __wmemcmp_sse2.
52413         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
52414         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
52416         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
52418 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
52420         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
52421         problem.
52423         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
52425 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
52427         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
52428         conditional on GCC version.
52429         (__arch_compare_and_exchange_val_8_acq)
52430         (__arch_compare_and_exchange_val_16_acq)
52431         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
52432         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
52433         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
52435 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
52437         * sysdeps/sh/backtrace.c: New file.
52439 2011-12-02  Andreas Schwab  <schwab@redhat.com>
52441         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
52442         parenthesis.
52444 2011-12-01  Andreas Schwab  <schwab@redhat.com>
52446         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
52447         falling back to utime.
52449 2011-11-30  Andreas Schwab  <schwab@redhat.com>
52451         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
52452         expectations for float.
52454 2011-11-29  Andreas Schwab  <schwab@redhat.com>
52456         * locale/weight.h (findidx): Add parameter len.
52457         * locale/weightwc.h (findidx): Likewise.
52458         * posix/fnmatch_loop.c (FCT): Adjust caller.
52459         * posix/regcomp.c (build_equiv_class): Likewise.
52460         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
52461         * posix/regexec.c (check_node_accept_bytes): Likewise.
52462         * string/strcoll_l.c (STRCOLL): Likewise.
52463         * string/strxfrm_l.c (STRXFRM): Likewise.
52465 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
52467         * Makefile.in: Remove CVSOPT handling.
52468         * configure.in: Remove use of AC_REVISION.
52469         * iconvdata/Makefile (distribute): No need to filter out CVS.
52470         * scripts/list-sources.sh: Remove CVS, subversion and monotone
52471         handling.
52473 2011-11-16  Andreas Schwab  <schwab@redhat.com>
52475         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
52476         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
52477         [USE_AS_STRNCASECMP_L]: Likewise.
52478         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
52479         NO_TLS_DIRECT_SEG_REFS.
52480         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
52481         Fix argument offsets for non-PIC.
52482         [USE_AS_STRNCASECMP_L]: Likewise.
52483         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
52484         NO_TLS_DIRECT_SEG_REFS.
52486 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
52488         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
52489         O_CLOEXEC.
52490         * locale/loadlocale.c (_nl_load_locale): Likewise.
52492 2011-11-15  Andreas Schwab  <schwab@redhat.com>
52494         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
52495         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
52496         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
52497         (SYSCALL_GETTIME): Set errno on error.
52499         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
52500         count references to noai6ai_cached.
52502 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
52504         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
52506         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
52507         FD_CLOEXEC for /proc/self/maps.
52509         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
52510         FD_CLOEXEC for /proc/meminfo.
52512         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
52513         gai.conf.
52515         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
52516         FD_CLOEXEC for given file.
52518         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
52520         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
52521         FD_CLOEXEC for /etc/hosts.
52522         (_gethtent): Likewise.
52524         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
52526         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
52527         cancellation and set FD_CLOEXEC for /etc/netgroup.
52529         * nss/nss_files/files-key.c (search): Don't allow cancellation when
52530         reading /etc/publickey.
52532         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
52533         allow cancellation when reading /etc/group.
52535         * nss/nss_files/files-alias.c (internal_setent): Don't allow
52536         cancellation.
52537         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
52539         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
52540         when using data file.
52542         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
52544         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
52545         (write_nis_obj): Use "c" and "e" in fopen.
52547         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
52549         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
52551         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
52553         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
52555         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
52556         locale.alias.
52558         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
52560         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
52562         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
52564         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
52565         file parsing and set FD_CLOEXEC.
52567 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
52569         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
52571 2011-11-14  Andreas Schwab  <schwab@redhat.com>
52573         * malloc/arena.c (arena_get2): Don't call reused_arena when
52574         _int_new_arena failed.
52576 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
52578         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
52579         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
52580         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
52581         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
52582         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
52583         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
52584         to compile strcasecmp and strncasecmp.
52585         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
52586         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
52588         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
52590 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
52592         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
52593         locale-defines.sym to gen-as-const-headers.
52594         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
52595         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
52596         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
52597         to compile strcasecmp and strncasecmp.
52598         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
52599         strcasecmp_l and strncasecmp_l.
52600         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
52601         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
52602         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
52603         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
52604         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
52605         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
52606         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
52607         * sysdeps/i386/i686/multiarch/strncase.S: New file.
52608         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
52609         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
52610         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
52612 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
52614         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
52615         result of SYSDEP_GETTIME_CPU to retval.
52616         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
52617         parameter list to macro.  Remove trailing semicolon.  Adjust users.
52619         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
52620         variable.
52622         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
52623         mantissa words.
52624         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
52626         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
52627         from unused variable.
52629         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
52630         DWARF definitions.
52631         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
52632         for assembling.
52634         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
52635         over namespaces.
52637         * sunrpc/rpc_prot.c (rejected): Fix case value.
52639         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
52640         unsigned long long int to avoid warnings in shift.
52642         * posix/regex_internal.c (re_string_reconstruct): Actually use result
52643         of use of trans.
52644         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
52645         variable tmp.
52647         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
52648         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
52649         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
52651         * nis/nis_table.c (nis_list): Use variable of correct type for
52652         result of __follow_path call.
52654 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52656         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
52657         of math functions ceil, trunc, floor, round, and sqrt, when
52658         avaliable on the platform.
52659         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
52660         name clash.
52661         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52662         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52663         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52665 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
52667         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
52668         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
52670 2011-11-11  Roland McGrath  <roland@hack.frob.com>
52672         * include/unistd.h: Fix __readlink return type.
52673         Reported by Chris Metcalf <cmetcalf@tilera.com>.
52675 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
52677         * stdlib/ucontext.h: Undo last change for makecontext.
52679 2011-11-11  Andreas Schwab  <schwab@redhat.com>
52681         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
52683         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
52684         * setjmp/setjmp.h: Mark functions as non-leaf.
52685         * setjmp/bits/setjmp2.h: Likewise.
52686         * stdlib/ucontext.h: Likewise.
52688 2011-11-10  Andreas Schwab  <schwab@redhat.com>
52690         * malloc/arena.c (_int_new_arena): Don't increment narenas.
52691         (reused_arena): Don't check arena limit.
52692         (arena_get2): Atomically check arena limit.
52694 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
52696         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
52697         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
52699         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
52700         instructions.
52702 2011-11-07  Andreas Schwab  <schwab@redhat.com>
52704         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
52705         handler when locking.
52707         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52708         Fix size of allocated buffer.
52710 2011-11-04  Andreas Schwab  <schwab@redhat.com>
52712         [BZ #10103]
52713         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
52714         declarations for long double functions.
52715         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
52717         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
52719 2011-11-03  Andreas Schwab  <schwab@redhat.com>
52721         * nscd/nscd.c (main): Don't start AVC thread until credentials are
52722         installed.
52724         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
52725         is disabled.
52727 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52729         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
52731 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
52733         * include/alloca.h (stackinfo_alloca_round): Define.
52734         (extend_alloca): Use it.
52735         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
52736         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
52737         here.
52739         * scripts/check-local-headers.sh: Ignore libaudit.h.
52741         * nscd/Makefile (extra-objs): Make recursively expanded.
52743 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
52745         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
52746         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
52748         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
52749         * posix/tst-rfc3484-2.c: Likewise.
52750         * posix/tst-rfc3484-3.c: Likewise.
52752         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
52753         process_vm_writev.
52754         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
52755         process_vm_writev.
52756         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
52757         process_vm_writev from libc using GLIBC_2.15 version.
52759         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
52761 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
52763         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
52764         stack usage.
52766 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
52768         [BZ #13367]
52769         * nss/getent.c (initgroups_keys): Show error message in case no group
52770         names are given.
52772         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
52773         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
52774         __bump_nl_timestamp.
52775         * nscd/connections (nscd_init): When host database is served open
52776         netlink socket and request notification about configuration changes.
52777         (main_loop_poll): Track netlink file descriptor and bump timestamp
52778         in case data becomes available.
52779         (main_loop_epoll): Likewise.
52780         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
52781         (database_pers_head): Add extra_data fileds.
52782         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
52783         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
52784         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
52785         Adjust caller.
52786         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
52787         in6ai data, call __free_in6ai.
52788         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
52789         Add -DHAVE_NETLINK.
52790         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
52791         interface information.  Reuse previous data if netlink timestamp
52792         is not changed.
52793         (__bump_nl_timestamp): New function.
52794         (__free_in6ai): New function.
52796 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
52798         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
52799         close_not_cancel_no_status here.
52800         (__check_pf): Reorganize code a bit to not call close twice if OOM.
52802 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52804         [BZ #13276]
52805         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
52806         return value.
52808         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
52809         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
52810         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
52812 2011-07-03  Andreas Jaeger  <aj@suse.de>
52814         [BZ #10709]
52815         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
52816         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
52817         * math/libm-test.inc (sin_test): Add test case.
52819 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52821         [BZ #13337]
52822         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
52823         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52825         * elf/chroot_canon.c (chroot_canon): Cleanups.
52827         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
52829         [BZ #13335]
52830         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
52831         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52833         * string/test-strchr.c: Make usable for strchrnul testing.
52834         * string/test-strchrnul.c: New file.
52835         * string/Makefile (strop-tests): Add strchrnul.
52837         * po/it.po: Update from translation team.
52838         * po/es.po: Likewise.
52840 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
52842         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
52843         the three constants needed as parameters.  Drop the others.
52844         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
52845         __m128i_strloadu_tolower.
52846         Create and initialize variable zero and use it in all the places
52847         where _mm_setzero_si128 was used.
52849         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
52850         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
52851         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
52852         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
52853         anymore.
52854         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
52855         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
52856         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
52857         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
52858         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
52859         __mpranred, __mptan.
52860         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
52861         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
52862         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
52863         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
52864         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
52865         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
52866         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
52867         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
52868         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
52870 2011-10-28  Andreas Schwab  <schwab@redhat.com>
52872         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
52873         redefine if SHARED.
52874         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
52876         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
52877         wide char related routines to wcsmbs subdir.
52879 2011-10-27  Andreas Schwab  <schwab@redhat.com>
52881         [BZ #13344]
52882         * misc/sys/cdefs.h (__THROWNL): Define.
52883         * posix/unistd.h: Use __THREADNL instead of __THREAD
52884         for memory synchronization functions.
52886 2011-10-26  Roland McGrath  <roland@hack.frob.com>
52888         [BZ #13349]
52889         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
52890         doesn't exist.
52891         * manual/stdio.texi (Obstack Streams): Node removed.
52893 2011-10-26  Andreas Schwab  <schwab@redhat.com>
52895         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
52896         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52897         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52899         * math/math_private.h (math_force_eval): Allow non-addressable
52900         arguments.
52901         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
52903 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52905         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
52906         file is not needed.
52908         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
52909         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
52910         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
52911         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
52912         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
52913         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
52914         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
52915         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
52916         Add AVX variants.
52917         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
52918         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
52919         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
52920         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
52921         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
52922         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
52923         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
52924         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
52925         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
52926         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
52927         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
52928         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
52929         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
52930         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
52931         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
52932         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
52933         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
52934         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
52935         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
52937         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
52938         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
52940         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
52941         place.  Use VEX encoding when compiling for AVX.
52943 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52945         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
52946         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
52948         * string/test-strchr.c (do_test): Don't generate NUL bytes.
52950 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52952         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
52953         useless if() expression.
52954         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52955         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
52956         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
52957         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52958         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
52959         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52960         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52961         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52962         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
52963         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52964         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52965         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52966         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
52967         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52968         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
52969         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52970         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52971         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52972         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
52974         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
52976 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52978         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
52979         condition.
52980         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52982 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52984         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
52985         .text section.  Avoid duplicate constants.
52986         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
52987         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52988         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52989         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52990         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52991         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52992         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52993         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52994         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
52995         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
52996         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
52997         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
52998         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
52999         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
53000         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
53001         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
53002         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
53003         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
53004         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
53005         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53006         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
53007         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
53008         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
53009         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
53010         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
53011         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
53012         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
53013         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
53014         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
53015         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
53016         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
53017         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
53018         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
53019         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
53020         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
53021         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
53022         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
53023         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
53024         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
53025         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
53026         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
53027         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
53028         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
53029         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
53030         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
53032 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
53034         * sysdeps/x86_64/dla.h: Move to ...
53035         * sysdeps/x86_64/fpu/dla.h: ...here.
53036         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
53037         situations.  Use __builtin_fma only for gcc 4.6 and up.
53039         * config.make.in: Add have-mfma4 entry.
53040         * configure.in: Substitute libc_cv_cc_fma4.
53041         * math/Makefile (dbl-only-routines): Add sincostab.
53042         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
53043         Use __sincostab not sincos.
53044         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
53045         name is a macro.
53046         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
53047         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53048         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53049         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
53050         using __copysign.
53051         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
53052         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
53053         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
53054         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
53055         and __inv.
53056         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
53057         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
53058         __copysign.
53059         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
53060         define aliases when function name is a macro.
53061         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
53062         sysdeps/ieee754/dbl-64/sincos.tbl.
53063         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
53064         fma4-enabled routines.
53065         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
53066         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
53067         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
53068         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
53069         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
53070         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
53071         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
53072         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
53073         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
53074         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
53075         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
53076         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
53077         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
53078         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
53079         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
53080         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
53081         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
53082         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
53083         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
53084         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
53085         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
53086         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
53087         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
53088         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
53089         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
53090         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
53091         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
53092         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
53093         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
53094         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
53096         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
53097         rename.
53098         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53099         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53100         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53101         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53102         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53103         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53104         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
53105         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53107 2011-10-24  Andreas Schwab  <schwab@redhat.com>
53109         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
53111 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
53113         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
53115         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
53116         prediction.
53117         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
53119         * string/strnlen.c: Don't define STRNLEN, reverse logic.
53120         Remove unused variable magic_bits.
53121         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
53123         * string/strnlen.c: Define and use STRNLEN macro.
53124         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
53125         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
53126         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
53127         * wcsmbs/wcslen.c: Define and use WCSLEN.
53128         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
53129         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
53130         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
53131         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
53132         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
53133         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
53134         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53136 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53138         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53139         strnlen-sse2-no-bsf.
53140         Rename strlen-no-bsf to strlen-sse2-no-bsf.
53141         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
53142         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
53143         Add strnlen support.
53144         (USE_AS_STRNLEN): New macro.
53145         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
53146         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
53147         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
53148         * sysdeps/x86_64/wcslen.S: New file.
53150 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
53152         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
53153         XMM-moves are used for copying on small sizes.
53155 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53157         * wcsmbs/Makefile (strop-tests): Add wcschr.
53158         * wcsmbs/test-wcschr.c: New file.
53159         * string/test-strchr.c: Update.
53160         Add wcschr support.
53161         (WIDE): New macro.
53163 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53165         * wcsmbs/Makefile (strop-tests): Add wcslen.
53166         * wcsmbs/test-wcslen.c: New file.
53167         * string/test-strlen.c: Update.
53168         Add wcslen support.
53169         (WIDE): New macro.
53171 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
53173         * po/it.po: Update from translation team.
53175 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53177         * sysdeps/x86_64/wcscmp.S: Update.
53178         Fix wrong comparison semantics.
53179         wcscmp shall use signed comparison not unsigned.
53180         Don't use substraction to avoid overflow bug.
53181         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
53182         * wcsmbc/wcscmp.c: Likewise.
53183         * string/test-strcmp.c: Likewise.
53184         Add new tests to check cases with negative values.
53186 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
53188         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
53189         * sysdeps/x86_64/dla.h: ...here.  New file.
53190         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
53191         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53192         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53193         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53194         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53195         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53196         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53197         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
53198         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53200 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
53202         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
53203         __ynl_finite aliases.
53205 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
53207         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
53209         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
53210         define DLA_FMA.
53211         [DLA_FMA] (EMULV): Use DLA_FMA.
53212         [DLA_FMA] (MUL12): Use EMULV.
53213         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
53214         that are not needed.
53215         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
53216         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53217         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53218         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53219         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53220         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
53221         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
53223 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
53225         * math/s_nan.c: Undef __nan.
53226         * math/s_nanf.c: Undef __nanf.
53227         * math/s_nanl.c: Undef __nanl.
53228         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
53229         "math_private.h".
53231 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
53233         * math/s_catan.c: Add branch predictions.
53234         * math/s_catanf.c: Likewise.
53235         * math/s_catanh.c: Likewise.
53236         * math/s_catanhf.c: Likewise.
53237         * math/s_catanhl.c: Likewise.
53238         * math/s_catanl.c: Likewise.
53239         * math/s_cexp.c: Likewise.
53240         * math/s_cexpf.c: Likewise.
53241         * math/s_cexpl.c: Likewise.
53242         * math/s_clog.c: Likewise.
53243         * math/s_clog10.c: Likewise.
53244         * math/s_clog10f.c: Likewise.
53245         * math/s_clog10l.c: Likewise.
53246         * math/s_clogf.c: Likewise.
53247         * math/s_clogl.c: Likewise.
53248         * math/s_csqrt.c: Likewise.
53249         * math/s_csqrtf.c: Likewise.
53250         * math/s_csqrtl.c: Likewise.
53251         * math/s_ctanf.c: Likewise.
53252         * math/s_ctanh.c: Likewise.
53253         * math/s_ctanhf.c: Likewise.
53254         * math/s_ctanhl.c: Likewise.
53255         * math/s_ctanl.c: Likewise.
53257         * math/math_private.h: Define __nan, __nanf, __nanl.
53258         * math/s_cacosh.c: Include <math_private.h>.
53259         * math/s_cacoshl.c: Likewise.
53260         * math/s_casinh.c: Likewise.
53261         * math/s_casinhf.c: Likewise.
53262         * math/s_casinhl.c: Likewise.
53263         * math/s_ccos.c: Rely entire on ccosh.
53264         * math/s_ccosf.c: Rely entire on ccoshf.
53265         * math/s_ccosl.c: Rely entirely on ccoshl.
53266         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
53267         Remove tests for FE_INVALID.
53268         * math/s_ccoshf.c: Likewise.
53269         * math/s_ccoshl.c: Likewise.
53270         * math/s_csin.c: Likewise.
53271         * math/s_csinf.c: Likewise.
53272         * math/s_csinh.c Likewise.
53273         * math/s_csinhf.c: Likewise.
53274         * math/s_csinhl.c: Likewise.
53275         * math/s_csinl.c: Likewise.
53276         * math/s_ctan.c: Likewise.
53277         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
53278         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
53279         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
53281 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
53283         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
53284         compilation problems.
53286         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
53287         __builtin_expect.
53289 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
53291         * sysdeps/i386/configure.in: Test for -mfma4 option.
53292         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
53293         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
53294         COMMON_CPUID_INDEX_80000001.
53295         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
53296         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
53297         use it if FMA3 is not supported.
53298         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
53300         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
53301         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53303 2011-10-20  Andreas Schwab  <schwab@redhat.com>
53305         [BZ #12892]
53306         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
53307         it would create a cycle with a link time dependency.
53309 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
53311         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
53312         instruction.
53313         * string/Makefile (strop-tests): Add rawmemchr.
53314         * string/test-rawmemchr.c: New file.
53316         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
53317         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
53318         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
53319         when compiling str{,n}casecmp and when AVX is available.  Hook up
53320         new optimized code in initializers.
53322 2011-10-19  Andreas Schwab  <schwab@redhat.com>
53324         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
53325         __feraiseexcept instead of feraiseexcept.
53327 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
53329         * math/math_private.h: Define defaults for libc_fetestexcept and
53330         libc_feupdateenv.
53331         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
53332         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
53333         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53334         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
53335         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
53336         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
53337         libc_fetestexcept and libc_feupdateenv.
53339         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
53340         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
53341         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
53342         * sysdeps/x86_64/fpu/math_private.h: Define special version of
53343         libc_feholdexcept_setround.
53345         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
53346         Add s_nearbyint-c and s_nearbyintf-c.
53347         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
53348         nearbyintf inlines.
53349         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
53350         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
53351         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
53352         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
53354         * math/math_private.h: Define defaults for libc_fegetround,
53355         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
53356         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
53357         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
53358         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
53359         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
53360         standard functions.
53361         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53362         Remove comments and hacks for old compiler versions.
53363         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
53364         libc_fegetround, libc_fesetround, libc_feholdexcept, and
53365         libc_feholdexceptl.
53367 2011-10-18  Andreas Schwab  <schwab@redhat.com>
53369         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
53370         (__feraiseexcept_renamed): Add __NTH.
53371         (feraiseexcept): Add __NTH.  Rename local variables to fix
53372         namespace violations.
53374 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
53376         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
53378         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
53380         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
53381         recently added interfaces.
53382         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
53384         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
53385         about macro parameter expansion.
53387         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
53388         __NO_MATH_INLINES is defined.  Cleanups.
53390         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
53391         and __floorf is target has SSE4.1.
53392         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
53393         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
53394         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
53395         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
53397         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
53398         name.
53399         (floorf): Likewise.
53401         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
53403 2011-10-17  Andreas Schwab  <schwab@redhat.com>
53405         * misc/sys/cdefs.h: Fix last change.
53407         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
53408         database lookup.
53410 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
53412         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
53414         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
53415         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
53416         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
53417         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
53418         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
53419         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
53420         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
53421         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
53422         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
53423         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
53424         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
53425         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
53426         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
53427         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
53428         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
53429         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
53430         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
53431         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
53432         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
53433         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
53434         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
53435         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
53437         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
53438         ceil, ceilf, floor, floorf.
53440         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
53441         Perform IRELATIVE relocations last.
53443         * elf/do-rel.h: Add another parameter nrelative, replacing the
53444         local variable with the same name.  Change name of the function
53445         to end in Rel or Rela (uppercase).
53446         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
53447         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
53448         elf_dynamic_do_##reloc function.
53450 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
53452         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
53453         is sufficient, at least on modern CPUs.
53455         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
53457         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
53458         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
53460         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
53461         __expl_finite.
53462         * math/bits/math-finite.h: Add entries for exp.
53463         * math/e_expl.c: Add __*_finite alias.
53464         * sysdeps/i386/fpu/e_exp.S: Likewise.
53465         * sysdeps/i386/fpu/e_expf.S: Likewise.
53466         * sysdeps/i386/fpu/e_expl.c: Likewise.
53467         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
53468         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
53469         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
53470         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
53471         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
53472         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
53473         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
53475         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
53476         is sufficient, at least on modern CPUs.
53478         * ctype/ctype-info.c (__ctype_init): Define.
53479         * include/ctype.h (__ctype_init): Declare.
53480         (__ctype_b_loc): The variable is always initialized.
53481         (__ctype_toupper_loc): Likewise.
53482         (__ctype_tolower_loc): Likewise.
53483         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
53484         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
53486 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
53488         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
53490         * configure.in: Also look in $cxxmachine/include for C++ system
53491         headers.
53493 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53495         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
53496         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
53497         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
53498         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
53499         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
53500         (USE_AS_WMEMCMP): New macro.
53501         Fixing indents.
53502         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
53503         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
53504         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
53505         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
53506         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53507         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
53508         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
53509         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
53510         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
53511         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
53512         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
53513         (USE_AS_WMEMCMP): New macro.
53514         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
53515         * sysdeps/string/test-memcmp.c: Update.
53516         Fix simple_wmemcmp.
53517         Add new tests.
53518         * wcsmbs/wmemcmp.c: Update.
53519         (WMEMCMP): New macro.
53520         Fix overflow bug.
53522 2011-10-12  Andreas Jaeger  <aj@suse.de>
53524         [BZ #13268]
53525         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
53527 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
53529         * libio/iofwide.c (do_length): Avoid warning.
53531         * ctype/ctype.h (__isctype_f): Add missing __THROW.
53533 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
53535         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
53537         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
53538         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
53539         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
53540         * sysdeps/i386/i686/fpu/e_log.S: New file.
53541         * sysdeps/i386/i686/fpu/e_logf.S: New file.
53542         * sysdeps/i386/i686/fpu/e_logl.S: New file.
53544         * ctype/ctype.h: Add support for inlined isXXX functions when
53545         compiling C++ code.
53547 2011-10-14  Andreas Schwab  <schwab@redhat.com>
53549         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53551         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
53553 2011-10-13  Roland McGrath  <roland@hack.frob.com>
53555         [BZ #13291]
53556         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
53558 2011-10-13  Andreas Schwab  <schwab@redhat.com>
53560         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
53561         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
53562         feraiseexcept.
53564         * sysdeps/x86_64/memrchr.S: Check for zero size.
53566         * string/stratcliff.c: Add memrchr tests.
53568 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53570         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53571         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
53572         rawmemchr-sse2 rawmemchr-sse2-bsf.
53573         * sysdeps/i386/i686/multiarch/memchr.S: New file.
53574         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
53575         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
53576         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
53577         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
53578         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
53579         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
53580         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
53581         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
53582         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
53583         * string/memrchr.c (MEMRCHR): New macro.
53585 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
53587         Add integration with gcc's -ffinite-math-only and optimize wrapper
53588         functions in libm.
53589         * Versions.def: Define GLIBC_2.15 version for libm.
53590         * math/Makefile (headers): Add bits/math-finite.h.
53591         * math/bits/math-finite.h: New file.
53592         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
53593         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
53594         * math/e_acoshl.c: Add __*_finite alias.
53595         * math/e_acosl.c: Likewise.
53596         * math/e_asinl.c: Likewise.
53597         * math/e_atan2l.c: Likewise.
53598         * math/e_atanhl.c: Likewise.
53599         * math/e_coshl.c: Likewise.
53600         * math/e_exp10.c: Likewise.
53601         * math/e_exp10f.c: Likewise.
53602         * math/e_exp10l.c: Likewise.
53603         * math/e_exp2l.c: Likewise.
53604         * math/e_fmodl.c: Likewise.
53605         * math/e_gammal_r.c: Likewise.
53606         * math/e_hypotl.c: Likewise.
53607         * math/e_j0l.c: Likewise.
53608         * math/e_j1l.c: Likewise.
53609         * math/e_jnl.c: Likewise.
53610         * math/e_lgammal_r.c: Likewise.
53611         * math/e_log10l.c: Likewise.
53612         * math/e_log2l.c: Likewise.
53613         * math/e_logl.c: Likewise.
53614         * math/e_powl.c: Likewise.
53615         * math/e_sinhl.c: Likewise.
53616         * math/e_sqrtl.c: Likewise.
53617         * math/e_scalb.c: Completely rewritten and optimized.
53618         * math/e_scalbf.c: Likewise.
53619         * math/e_scalbl.c: Likewise.
53620         * math/w_acos.c: Likewise.
53621         * math/w_acosf.c: Likewise.
53622         * math/w_acosl.c: Likewise.
53623         * math/w_acosh.c: Likewise.
53624         * math/w_acoshf.c: Likewise.
53625         * math/w_acoshl.c: Likewise.
53626         * math/w_asin.c: Likewise.
53627         * math/w_asinf.c: Likewise.
53628         * math/w_asinl.c: Likewise.
53629         * math/w_atan2.c: Likewise.
53630         * math/w_atan2f.c: Likewise.
53631         * math/w_atan2l.c: Likewise.
53632         * math/w_atanh.c: Likewise.
53633         * math/w_atanhf.c: Likewise.
53634         * math/w_atanhl.c: Likewise.
53635         * math/w_exp10.c: Likewise.
53636         * math/w_exp10f.c: Likewise.
53637         * math/w_exp10l.c: Likewise.
53638         * math/w_fmod.c: Likewise.
53639         * math/w_fmodf.c: Likewise.
53640         * math/w_fmodl.c: Likewise.
53641         * math/w_j0.c: Likewise.
53642         * math/w_j0f.c: Likewise.
53643         * math/w_j0l.c: Likewise.
53644         * math/w_j1.c: Likewise.
53645         * math/w_j1f.c: Likewise.
53646         * math/w_j1l.c: Likewise.
53647         * math/w_jn.c: Likewise.
53648         * math/w_jnf.c: Likewise.
53649         * math/w_log.c: Likewise.
53650         * math/w_logf.c: Likewise.
53651         * math/w_logl.c: Likewise.
53652         * math/w_log10.c: Likewise.
53653         * math/w_log10f.c: Likewise.
53654         * math/w_log10l.c: Likewise.
53655         * math/w_log2.c: Likewise.
53656         * math/w_log2f.c: Likewise.
53657         * math/w_log2l.c: Likewise.
53658         * math/w_pow.c: Likewise.
53659         * math/w_powf.c: Likewise.
53660         * math/w_powl.c: Likewise.
53661         * math/w_remainder.c: Likewise.
53662         * math/w_remainderf.c: Likewise.
53663         * math/w_remainderl.c: Likewise.
53664         * math/w_scalb.c: Likewise.
53665         * math/w_scalbf.c: Likewise.
53666         * math/w_scalbl.c: Likewise.
53667         * math/w_sqrt.c: Likewise.
53668         * math/w_sqrtf.c: Likewise.
53669         * math/w_sqrtl.c: Likewise.
53670         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
53671         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
53672         used.
53673         * math/math_private.h: Declare __kernel_standard_f.
53674         * math/w_cosh.c: Remove cruft and optimize a bit.
53675         * math/w_coshf.c: Likewise.
53676         * math/w_coshl.c: Likewise.
53677         * math/w_exp2.c: Likewise.
53678         * math/w_exp2f.c: Likewise.
53679         * math/w_exp2l.c: Likewise.
53680         * math/w_hypot.c: Likewise.
53681         * math/w_hypotf.c: Likewise.
53682         * math/w_hypotl.c: Likewise.
53683         * math/w_lgamma.c: Likewise.
53684         * math/w_lgamma_r.c: Likewise.
53685         * math/w_lgammaf.c: Likewise.
53686         * math/w_lgammaf_r.c: Likewise.
53687         * math/w_lgammal.c: Likewise.
53688         * math/w_lgammal_r.c: Likewise.
53689         * math/w_sinh.c: Likewise.
53690         * math/w_sinhf.c: Likewise.
53691         * math/w_sinhl.c: Likewise.
53692         * math/w_tgamma.c: Likewise.
53693         * math/w_tgammaf.c: Likewise.
53694         * math/w_tgammal.c: Likewise.
53695         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
53696         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
53697         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
53698         Minor optimizations.  Pretty printing.  Remove cruft.
53699         * sysdeps/i386/fpu/e_acosf.S: Likewise.
53700         * sysdeps/i386/fpu/e_acosh.S: Likewise.
53701         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
53702         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
53703         * sysdeps/i386/fpu/e_acosl.c: Likewise.
53704         * sysdeps/i386/fpu/e_asin.S: Likewise.
53705         * sysdeps/i386/fpu/e_asinf.S: Likewise.
53706         * sysdeps/i386/fpu/e_atan2.S: Likewise.
53707         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
53708         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
53709         * sysdeps/i386/fpu/e_atanh.S: Likewise.
53710         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
53711         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
53712         * sysdeps/i386/fpu/e_exp10.S: Likewise.
53713         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
53714         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
53715         * sysdeps/i386/fpu/e_exp2.S: Likewise.
53716         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
53717         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
53718         * sysdeps/i386/fpu/e_fmod.S: Likewise.
53719         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
53720         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
53721         * sysdeps/i386/fpu/e_hypot.S: Likewise.
53722         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
53723         * sysdeps/i386/fpu/e_log.S: Likewise.
53724         * sysdeps/i386/fpu/e_log10.S: Likewise.
53725         * sysdeps/i386/fpu/e_log10f.S: Likewise.
53726         * sysdeps/i386/fpu/e_log10l.S: Likewise.
53727         * sysdeps/i386/fpu/e_log2.S: Likewise.
53728         * sysdeps/i386/fpu/e_log2f.S: Likewise.
53729         * sysdeps/i386/fpu/e_log2l.S: Likewise.
53730         * sysdeps/i386/fpu/e_logf.S: Likewise.
53731         * sysdeps/i386/fpu/e_logl.S: Likewise.
53732         * sysdeps/i386/fpu/e_pow.S: Likewise.
53733         * sysdeps/i386/fpu/e_powf.S: Likewise.
53734         * sysdeps/i386/fpu/e_powl.S: Likewise.
53735         * sysdeps/i386/fpu/e_remainder.S: Likewise.
53736         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
53737         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
53738         * sysdeps/i386/fpu/e_scalb.S: Likewise.
53739         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
53740         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
53741         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
53742         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
53743         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
53744         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
53745         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
53746         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53747         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
53748         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53749         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
53750         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
53751         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
53752         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
53753         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
53754         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
53755         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
53756         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53757         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
53758         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
53759         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53760         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
53761         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
53762         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53763         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53764         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
53765         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
53766         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
53767         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
53768         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
53769         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
53770         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53771         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
53772         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
53773         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
53774         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
53775         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
53776         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53777         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
53778         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
53779         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
53780         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
53781         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
53782         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
53783         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
53784         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
53785         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
53786         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
53787         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
53788         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
53789         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
53790         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
53791         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
53792         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
53793         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
53794         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
53795         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
53796         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
53797         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53798         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
53799         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
53800         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
53801         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
53802         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
53803         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
53804         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
53805         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
53806         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
53807         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
53808         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
53809         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
53810         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
53811         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
53812         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
53813         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
53814         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
53815         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
53816         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
53817         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
53818         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
53819         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
53820         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
53821         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
53822         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
53823         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
53824         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
53825         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
53826         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
53827         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
53828         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
53829         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
53830         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53831         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
53832         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
53833         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
53834         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
53835         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
53836         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
53837         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
53838         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
53839         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
53840         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
53841         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
53842         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
53843         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
53844         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
53845         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
53846         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
53847         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
53848         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
53849         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
53850         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
53851         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
53852         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
53853         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
53854         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
53855         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
53856         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
53857         (__isnanf): Likewise.
53858         (__isinf_ns): Likewise.
53859         (__isinf_nsf): Likewise.
53860         (__finite): Likewise.
53861         (__finitef): Likewise.
53862         (__ieee754_sqrt): Define as macro.
53863         (__ieee754_sqrtf): Define as macro.
53864         (__ieee754_sqrtl): Define as macro.
53865         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
53866         inlined copy.
53867         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
53868         __FINITE_MATH_ONLY__ consistent.
53869         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
53871 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
53873         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
53874         of rawmemchr.
53876         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
53878 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
53880         * po/ja.po: Update from translation team.
53882 2011-10-08  Roland McGrath  <roland@hack.frob.com>
53884         * locale/programs/locarchive.c (prepare_address_space): New function.
53885         (create_archive, enlarge_archive, open_archive): Use it.
53887         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
53888         inside [SHARED], where it is used.
53890         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
53892         * nss/getent.c (netgroup_keys): Remove unused variable.
53893         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
53895 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
53897         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
53898         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
53899         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
53900         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
53901         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
53902         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
53903         * math/Makefile (libm-calls): Add s_isinf_ns.
53904         * math/divtc3.c: Use __isinf_nsl instead of isinf.
53905         * math/multc3.c: Likewise.
53906         * math/s_casin.c: Likewise.
53907         * math/s_casinf.c: Likewise.
53908         * math/s_casinl.c: Likewise.
53909         * math/s_ccos.c: Likewise.
53910         * math/s_ccosf.c: Likewise.
53911         * math/s_ccosl.c: Likewise.
53912         * math/s_ctan.c: Likewise.
53913         * math/s_ctanf.c: Likewise.
53914         * math/s_ctanh.c: Likewise.
53915         * math/s_ctanhf.c: Likewise.
53916         * math/s_ctanhl.c: Likewise.
53917         * math/s_ctanl.c: Likewise.
53918         * math/w_fmod.c: Likewise.
53919         * math/w_fmodf.c: Likewise.
53920         * math/w_fmodl.c: Likewise.
53921         * math/w_remainder.c: Likewise.
53922         * math/w_remainderf.c: Likewise.
53923         * math/w_remainderl.c: Likewise.
53924         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
53925         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
53926         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
53927         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
53928         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
53929         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
53930         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
53931         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
53933         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
53934         of the number.
53935         * stdio-common/printf_fphex.c: Likewise.
53936         * stdio-common/printf_size.c: Likewise.
53938         * math/e_exp10.c: Include math_private.h using <...> not "...".
53939         * math/e_exp10f.c: Likewise.
53940         * math/e_exp10l.c: Likewise.
53941         * math/e_exp2l.c: Likewise.
53942         * math/e_j0l.c: Likewise.
53943         * math/e_j1l.c: Likewise.
53944         * math/e_jnl.c: Likewise.
53945         * math/e_lgammal_r.c: Likewise.
53946         * math/e_rem_pio2l.c: Likewise.
53947         * math/e_scalb.c: Likewise.
53948         * math/e_scalbf.c: Likewise.
53949         * math/e_scalbl.c: Likewise.
53950         * math/k_cosl.c: Likewise.
53951         * math/k_sinl.c: Likewise.
53952         * math/k_tanl.c: Likewise.
53953         * math/s_cacoshf.c: Likewise.
53954         * math/s_catan.c: Likewise.
53955         * math/s_catanf.c: Likewise.
53956         * math/s_catanh.c: Likewise.
53957         * math/s_catanhf.c: Likewise.
53958         * math/s_catanhl.c: Likewise.
53959         * math/s_catanl.c: Likewise.
53960         * math/s_ccosh.c: Likewise.
53961         * math/s_ccoshf.c: Likewise.
53962         * math/s_ccoshl.c: Likewise.
53963         * math/s_cexp.c: Likewise.
53964         * math/s_cexpf.c: Likewise.
53965         * math/s_cexpl.c: Likewise.
53966         * math/s_clog.c: Likewise.
53967         * math/s_clog10.c: Likewise.
53968         * math/s_clog10f.c: Likewise.
53969         * math/s_clog10l.c: Likewise.
53970         * math/s_clogf.c: Likewise.
53971         * math/s_clogl.c: Likewise.
53972         * math/s_csin.c: Likewise.
53973         * math/s_csinf.c: Likewise.
53974         * math/s_csinh.c: Likewise.
53975         * math/s_csinhf.c: Likewise.
53976         * math/s_csinhl.c: Likewise.
53977         * math/s_csinl.c: Likewise.
53978         * math/s_csqrt.c: Likewise.
53979         * math/s_csqrtf.c: Likewise.
53980         * math/s_csqrtl.c: Likewise.
53981         * math/s_ctan.c: Likewise.
53982         * math/s_ctanf.c: Likewise.
53983         * math/s_ctanh.c: Likewise.
53984         * math/s_ctanhf.c: Likewise.
53985         * math/s_ctanhl.c: Likewise.
53986         * math/s_ctanl.c: Likewise.
53987         * math/s_ldexp.c: Likewise.
53988         * math/s_ldexpf.c: Likewise.
53989         * math/s_ldexpl.c: Likewise.
53990         * math/s_significand.c: Likewise.
53991         * math/s_significandf.c: Likewise.
53992         * math/s_significandl.c: Likewise.
53993         * math/w_acos.c: Likewise.
53994         * math/w_acosf.c: Likewise.
53995         * math/w_acosh.c: Likewise.
53996         * math/w_acoshf.c: Likewise.
53997         * math/w_acoshl.c: Likewise.
53998         * math/w_acosl.c: Likewise.
53999         * math/w_asin.c: Likewise.
54000         * math/w_asinf.c: Likewise.
54001         * math/w_asinl.c: Likewise.
54002         * math/w_atan2.c: Likewise.
54003         * math/w_atan2f.c: Likewise.
54004         * math/w_atan2l.c: Likewise.
54005         * math/w_atanh.c: Likewise.
54006         * math/w_atanhf.c: Likewise.
54007         * math/w_atanhl.c: Likewise.
54008         * math/w_cosh.c: Likewise.
54009         * math/w_coshf.c: Likewise.
54010         * math/w_coshl.c: Likewise.
54011         * math/w_dremf.c: Likewise.
54012         * math/w_exp10.c: Likewise.
54013         * math/w_exp10f.c: Likewise.
54014         * math/w_exp10l.c: Likewise.
54015         * math/w_exp2.c: Likewise.
54016         * math/w_exp2f.c: Likewise.
54017         * math/w_fmod.c: Likewise.
54018         * math/w_fmodf.c: Likewise.
54019         * math/w_fmodl.c: Likewise.
54020         * math/w_hypot.c: Likewise.
54021         * math/w_hypotf.c: Likewise.
54022         * math/w_hypotl.c: Likewise.
54023         * math/w_j0.c: Likewise.
54024         * math/w_j0f.c: Likewise.
54025         * math/w_j0l.c: Likewise.
54026         * math/w_j1.c: Likewise.
54027         * math/w_j1f.c: Likewise.
54028         * math/w_j1l.c: Likewise.
54029         * math/w_jn.c: Likewise.
54030         * math/w_jnf.c: Likewise.
54031         * math/w_jnl.c: Likewise.
54032         * math/w_lgamma.c: Likewise.
54033         * math/w_lgamma_r.c: Likewise.
54034         * math/w_lgammaf.c: Likewise.
54035         * math/w_lgammaf_r.c: Likewise.
54036         * math/w_lgammal.c: Likewise.
54037         * math/w_lgammal_r.c: Likewise.
54038         * math/w_log.c: Likewise.
54039         * math/w_log10.c: Likewise.
54040         * math/w_log10f.c: Likewise.
54041         * math/w_log10l.c: Likewise.
54042         * math/w_log2.c: Likewise.
54043         * math/w_log2f.c: Likewise.
54044         * math/w_log2l.c: Likewise.
54045         * math/w_logf.c: Likewise.
54046         * math/w_logl.c: Likewise.
54047         * math/w_pow.c: Likewise.
54048         * math/w_powf.c: Likewise.
54049         * math/w_powl.c: Likewise.
54050         * math/w_remainder.c: Likewise.
54051         * math/w_remainderf.c: Likewise.
54052         * math/w_remainderl.c: Likewise.
54053         * math/w_scalb.c: Likewise.
54054         * math/w_scalbf.c: Likewise.
54055         * math/w_scalbl.c: Likewise.
54056         * math/w_sinh.c: Likewise.
54057         * math/w_sinhf.c: Likewise.
54058         * math/w_sinhl.c: Likewise.
54059         * math/w_sqrt.c: Likewise.
54060         * math/w_sqrtf.c: Likewise.
54061         * math/w_sqrtl.c: Likewise.
54062         * math/w_tgamma.c: Likewise.
54063         * math/w_tgammaf.c: Likewise.
54064         * math/w_tgammal.c: Likewise.
54066         * po/ja.po: Update from translation team.
54068 2011-09-29  Andreas Jaeger  <aj@suse.de>
54070         [BZ #13179]
54071         * sunrpc/netname.c (netname2host): Fix logic.
54073         [BZ #6779]
54074         [BZ #6783]
54075         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
54076         correctly.
54077         * math/w_remainder.c (__remainder): Likewise.
54078         * math/w_remainderf.c (__remainderf): Likewise.
54079         * math/libm-test.inc (remainder_test): Add test cases.
54081 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54083         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
54084         sdiv_qrnnd.
54086 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
54088         * string/test-memcmp.c: Avoid unncessary #defines.
54089         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
54091 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54093         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
54094         Use new sse2 version for core i3 - i7 as it's faster
54095         than sse42 version.
54096         (bit_Prefer_PMINUB_for_stringop): New.
54097         * sysdeps/x86_64/rawmemchr.S: Update.
54098         Replace with faster SSE2 version.
54099         * sysdeps/x86_64/memrchr.S: New file.
54100         * sysdeps/x86_64/memchr.S: Update.
54101         Replace with faster SSE2 version.
54103 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
54105         * elf/dl-load.c (lose): Add cast to avoid warning.
54107 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
54109         * po/ca.po: Update from translation team.
54111         * inet/getnetgrent_r.c: Hook up nscd.
54112         * nscd/Makefile (routines): Add nscd_netgroup.
54113         (nscd-modules): Add netgroupcache.
54114         (CFLAGS-netgroupcache.c): Define.
54115         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
54116         (cache_search): Add const to second parameter.
54117         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
54118         INNETGR.
54119         (dbs): Add netgrdb entry.
54120         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
54121         (verify_persistent_db): Handle netgrdb.
54122         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
54123         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
54124         GETFDNETGR.
54125         (netgroup_response_header): Define.
54126         (innetgroup_response_header): Define.
54127         (datahead): Add netgroup_response_header and innetgroup_response_header
54128         elements.
54129         * nscd/nscd.conf: Add entries for netgroup cache.
54130         * nscd/nscd.h (dbtype): Add netgrdb.
54131         (_PATH_NSCD_NETGROUP_DB): Define.
54132         (netgroup_iov_disabled): Declare.
54133         (xmalloc, xcalloc, xrealloc): Move declarations here.
54134         (cache_search): Adjust prototype.
54135         Add netgroup-related prototypes.
54136         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
54137         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
54138         (__nscd_innetgr): Declare.
54139         * nscd/selinux.c (perms): Use access_vector_t as element type and
54140         add netgroup-related initializers.
54141         * nscd/netgroupcache.c: New file.
54142         * nscd/nscd_netgroup.c: New file.
54143         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
54144         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
54145         For four parameters use innetgr.
54146         * nss/nss_files/files-init.c: Add definition and callback for netgr.
54147         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
54148         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
54149         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
54151         * nscd/connections.c (register_traced_file): Don't register file
54152         for disabled databases.
54154 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
54156         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
54158         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
54159         from tree and freeing node.
54161 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
54163         * nss/nsswitch.c (__nss_database_lookup): Handle
54164         nss_parse_service_list out of memory case.
54166 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
54168         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
54169         out of memory case.
54171 2011-10-04  Andreas Schwab  <schwab@redhat.com>
54173         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
54174         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
54175         pass it down.
54176         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
54177         elf_machine_rela, elf_machine_lazy_rel.
54178         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
54179         (ELF_DYNAMIC_DO_REL): Likewise.
54180         (ELF_DYNAMIC_DO_RELA): Likewise.
54181         (ELF_DYNAMIC_RELOCATE): Likewise.
54182         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
54183         to ELF_DYNAMIC_DO_REL.
54184         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
54185         (dl_main): In trace mode always set __RTLD_NOIFUNC.
54186         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
54187         elf_machine_rela.
54188         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
54189         skip_ifunc, don't call ifunc function if non-zero.
54190         (elf_machine_rela): Likewise.
54191         (elf_machine_lazy_rel): Likewise.
54192         (elf_machine_lazy_rela): Likewise.
54193         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
54194         (elf_machine_lazy_rel): Likewise.
54195         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
54196         Likewise.
54197         (elf_machine_lazy_rel): Likewise.
54198         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
54199         Likewise.
54200         (elf_machine_lazy_rel): Likewise.
54201         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
54202         (elf_machine_lazy_rel): Likewise.
54203         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
54204         (elf_machine_lazy_rel): Likewise.
54205         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
54206         (elf_machine_lazy_rel): Likewise.
54207         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
54208         (elf_machine_lazy_rel): Likewise.
54209         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
54210         (elf_machine_lazy_rel): Likewise.
54211         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
54212         (elf_machine_lazy_rel): Likewise.
54214 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
54216         * nss/nss_files/files-init.c (_nss_files_init): Use static
54217         initialization for all the *_traced_file variables.
54219 2011-09-28  Andreas Schwab  <schwab@redhat.com>
54221         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
54223 2011-09-27  Roland McGrath  <roland@hack.frob.com>
54225         [BZ #13226]
54226         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
54228 2011-09-27  Andreas Schwab  <schwab@redhat.com>
54230         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
54231         Reread the line before reparsing it.
54233 2011-09-26  Andreas Schwab  <schwab@redhat.com>
54235         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
54237 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
54238             Maxim Kuvyrkov  <maxim@codesourcery.com>
54239             Joseph Myers  <joseph@codesourcery.com>
54241         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
54242         if needed for __stack_chk_guard.
54244 2011-09-19  Roland McGrath  <roland@hack.frob.com>
54246         * sysdeps/posix/spawni.c (script_execute): Always define it.
54247         It will be optimized away if unused.
54248         (maybe_script_execute): New function.
54249         (__spawni): Call it.
54251         * Makerules: Don't include tls.make.
54252         (config-tls): Always set to thread.
54253         * tls.make.c: File removed.
54255 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
54257         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
54258         * config.make.in (CPPFLAGS-config): New substituted variable.
54260 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
54262         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
54264         [BZ #13192]
54265         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
54266         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
54268 2011-09-15  Roland McGrath  <roland@hack.frob.com>
54270         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
54271         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
54272         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
54273         (CALL_FAIL): Likewise.
54274         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
54275         (CALL_FAIL): Macro removed.
54276         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
54278 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
54280         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
54281         for __FINITE_MATH_ONLY__ == 1.
54283 2011-09-15  Andreas Schwab  <schwab@redhat.com>
54285         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
54286         __ieee754_sqrt instead of sqrt.
54287         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
54288         __ieee754_sqrtf instead of sqrtf.
54289         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
54290         __floorf instead of floorf.
54291         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
54292         __floorf, __truncf instead of floorf, truncf.
54294 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
54296         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
54298         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
54299         __extern_always_inline.
54300         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
54301         32-bit.
54303 2011-09-14  Andreas Schwab  <schwab@redhat.com>
54305         * elf/rtld.c (dl_main): Also relocate in dependency order when
54306         doing symbol dependency testing.
54308 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
54310         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
54311         Always define `refsym'.
54313 2011-09-13  Andreas Schwab  <schwab@redhat.com>
54315         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
54316         (__FD_ELT): Renamed from __FDELT.
54317         * misc/bits/select2.h (__FD_ELT): Likewise.
54318         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
54319         __FD_MASK instead of __FDELT, __FDMASK.
54320         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
54321         Likewise.
54322         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
54323         Likewise.
54325         * elf/Makefile (gen-ldd): Fix pattern.
54327         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
54328         (init_tls): Likewise.
54330 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
54332         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
54334 2011-09-12  Andreas Schwab  <schwab@redhat.com>
54336         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
54337         `struct cmsghdr *' instead of `void *'.
54338         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
54339         Likewise.
54341 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
54343         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
54344         if non-absolute.
54345         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
54346         ldd_rewrite_script.
54348 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
54350         * configure.in: Remove --with-tls option.
54351         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
54352         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
54353         out in case it is missing.
54354         * sysdeps/ia64/elf/configure.in: Likewise.
54355         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
54356         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
54357         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
54358         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
54359         * sysdeps/sh/elf/configure.in: Likewise.
54360         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
54361         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
54362         * sysdeps/x86_64/elf/configure.in: Likewise.
54363         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
54364         * sysdeps/mach/hurd/tls.h: Likewise.
54366         [BZ #13067]
54367         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
54369         [BZ #13090]
54370         * configure.in: Fix use of AC_INIT.
54372         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
54374 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
54376         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
54377         __set_errno.
54378         * malloc/hooks.c: Likewise.
54380         [BZ #11929]
54381         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
54382         variables statically.
54383         (narenas): Initialize.
54384         (list_lock): Initialize.
54385         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
54386         initializtion of main_arena and list_lock.  Small cleanups.
54387         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
54388         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
54389         Add initializers to main_arena and mp_.
54390         (malloc_state): Remove pagesize member.  Change all users to use
54391         GLRO(dl_pagesize).
54393         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
54394         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
54395         is always initialized.
54397         * malloc/malloc.c: Removed unused configurations and dead code.
54398         * malloc/arena.c: Likewise.
54399         * malloc/hooks.c: Likewise.
54400         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
54402         * include/tls.h: Removed.  USE___THREAD must always be defined.
54403         * bits/libc-tsd.h: Don't handle !USE___THREAD.
54404         * elf/dl-libc.c: Likewise.
54405         * elf/dl-tsd.c: Likewise.
54406         * include/errno.h: Likewise.
54407         * include/netdb.h: Likewise.
54408         * include/resolv.h: Likewise.
54409         * inet/herrno-loc.c: Likewise.
54410         * inet/herrno.c: Likewise.
54411         * malloc/arena.c: Likewise.
54412         * malloc/hooks.c: Likewise.
54413         * malloc/malloc.c: Likewise.
54414         * resolv/res-state.c: Likewise.
54415         * resolv/res_libc.c: Likewise.
54416         * sysdeps/i386/dl-machine.h: Likewise.
54417         * sysdeps/ia64/dl-machine.h: Likewise.
54418         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
54419         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
54420         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
54421         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
54422         * sysdeps/sh/dl-machine.h: Likewise.
54423         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
54424         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
54425         * sysdeps/unix/i386/sysdep.S: Likewise.
54426         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
54427         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
54428         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
54429         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
54430         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
54431         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
54432         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
54433         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
54434         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
54435         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
54436         * sysdeps/unix/x86_64/sysdep.S: Likewise.
54437         * sysdeps/x86_64/dl-machine.h: Likewise.
54438         * tls.make.c: Likewise.
54440         * configure.in: Remove --with-__thread option.  Make tests for
54441         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
54442         tls_model attribute fail if no support is available.  Remove
54443         USE_IN_LIBIO.
54444         * Makeconfig: Adjust for dropped configure option.  All features are
54445         now mandatory.
54446         * Makerules: Likewise.
54447         * Versions.def: Likewise.
54448         * argp/argp-fmtstream.c: Likewise.
54449         * argp/argp-fmtstream.h: Likewise.
54450         * argp/argp-help.c: Likewise.
54451         * assert/assert.c: Likewise.
54452         * config.h.in: Likewise.
54453         * config.make.in: Likewise.
54454         * configure: Likewise.
54455         * configure.in: Likewise.
54456         * csu/Versions: Likewise.
54457         * csu/init.c: Likewise.
54458         * elf/tst-audit2.c: Likewise.
54459         * elf/tst-tls10.c: Likewise.
54460         * elf/tst-tls10.h: Likewise.
54461         * elf/tst-tls11.c: Likewise.
54462         * elf/tst-tls12.c: Likewise.
54463         * elf/tst-tls14.c: Likewise.
54464         * elf/tst-tlsmod11.c: Likewise.
54465         * elf/tst-tlsmod12.c: Likewise.
54466         * elf/tst-tlsmod13.c: Likewise.
54467         * elf/tst-tlsmod13a.c: Likewise.
54468         * elf/tst-tlsmod14a.c: Likewise.
54469         * elf/tst-tlsmod15b.c: Likewise.
54470         * elf/tst-tlsmod16a.c: Likewise.
54471         * elf/tst-tlsmod16b.c: Likewise.
54472         * elf/tst-tlsmod7.c: Likewise.
54473         * elf/tst-tlsmod8.c: Likewise.
54474         * elf/tst-tlsmod9.c: Likewise.
54475         * gmon/gmon.c: Likewise.
54476         * grp/fgetgrent_r.c: Likewise.
54477         * grp/putgrent.c: Likewise.
54478         * hurd/fopenport.c: Likewise.
54479         * include/libc-symbols.h: Likewise.
54480         * include/tls.h: Likewise.
54481         * intl/gettextP.h: Likewise.
54482         * intl/loadinfo.h: Likewise.
54483         * locale/global-locale.c: Likewise.
54484         * locale/localeinfo.h: Likewise.
54485         * mach/devstream.c: Likewise.
54486         * malloc/arena.c: Likewise.
54487         * malloc/set-freeres.c: Likewise.
54488         * misc/err.c: Likewise.
54489         * misc/getttyent.c: Likewise.
54490         * misc/mntent_r.c: Likewise.
54491         * posix/getopt.c: Likewise.
54492         * posix/wordexp.c: Likewise.
54493         * pwd/fgetpwent_r.c: Likewise.
54494         * resolv/Versions: Likewise.
54495         * resolv/res_hconf.c: Likewise.
54496         * shadow/fgetspent_r.c: Likewise.
54497         * shadow/putspent.c: Likewise.
54498         * stdio-common/printf_fphex.c: Likewise.
54499         * stdio-common/tmpfile.c: Likewise.
54500         * stdlib/abort.c: Likewise.
54501         * stdlib/fmtmsg.c: Likewise.
54502         * sunrpc/auth_unix.c: Likewise.
54503         * sunrpc/clnt_perr.c: Likewise.
54504         * sunrpc/clnt_tcp.c: Likewise.
54505         * sunrpc/clnt_udp.c: Likewise.
54506         * sunrpc/clnt_unix.c: Likewise.
54507         * sunrpc/openchild.c: Likewise.
54508         * sunrpc/svc_simple.c: Likewise.
54509         * sunrpc/svc_tcp.c: Likewise.
54510         * sunrpc/svc_udp.c: Likewise.
54511         * sunrpc/svc_unix.c: Likewise.
54512         * sunrpc/xdr.c: Likewise.
54513         * sunrpc/xdr_array.c: Likewise.
54514         * sunrpc/xdr_rec.c: Likewise.
54515         * sunrpc/xdr_ref.c: Likewise.
54516         * sunrpc/xdr_stdio.c: Likewise.
54518 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54520         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
54522 2011-07-03  Andreas Jaeger  <aj@suse.de>
54524         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
54525         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
54526         regenerate with gen-libm-tests.pl.
54528 2010-05-12  Petr Baudis  <pasky@suse.cz>
54530         [BZ #11589]
54531         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
54532         around j0() zero points by switching to j1().
54533         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
54534         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
54535         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
54536         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
54538 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54540         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
54541         instead of 0.
54542         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
54543         instead of 0.
54544         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54545         Patch in part by Pavel Roskin <proski@gnu.org>.
54547         [BZ #13138]
54548         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
54549         realloc.
54550         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
54551         Free memory block if necessary.
54553         [BZ #12847]
54554         * libio/genops.c (INTDEF): For string streams the _lock pointer can
54555         be NULL.  Don't lock in this case.
54557 2011-09-09  Roland McGrath  <roland@hack.frob.com>
54559         * elf/elf.h (ELFOSABI_GNU): New macro.
54560         (ELFOSABI_LINUX): Define to that.
54562 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
54564         * string/strncat.c (strncat): Undef the symbol in case it has been
54565         defined in bits/string.h.
54567 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54569         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
54571         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
54572         link map.
54574 2011-08-17  Andreas Jaeger  <aj@suse.de>
54576         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
54578 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
54579             Ian Lance Taylor  <iant@google.com>
54581         * math/libm-test.inc (lround_test): New testcase.
54582         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
54584 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
54586         * Makefile: Remove support for automatic cvs check-ins.
54587         * Makerules: Likewise.
54588         * config.make.in: Likewise.
54589         * configure.in: Likewise.
54590         * intl/Makefile: Likewise.
54591         * locale/Makefile: Likewise.
54592         * po/Makefile: Likewise.
54593         * posix/Makefile: Likewise.
54594         * sysdeps/gnu/Makefile: Likewise.
54595         * sysdeps/mach/hurd/Makefile: Likewise.
54596         * sysdeps/sparc/sparc32/Makefile: Likewise.
54598         [BZ #13118]
54599         * posix/Makefile (bug-regex32-ENV): Define.
54600         Patch by John Stanley <jpsinthemix@verizon.net>.
54602         * misc/Makefile (headers): Add bits/select2.h.
54603         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
54604         * misc/bits/select2.h: New file.
54605         * include/bits/select2.h: New file.
54606         * debug/Makefile (routines): Add fdelt_chk.
54607         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
54608         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
54609         FD_ISSET.
54610         * debug/fdelt_chk.c: New file.
54612         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
54613         * wcsmbs/test-wmemcmp.c: Likewise.
54614         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
54615         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
54617 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54619         * string/Makefile (strop-tests): Add memcmp.
54620         * string/test-wmemcmp.c: New file.
54621         * string/test-memcmp.c: Add wmemcmp support.
54623 2011-09-08  Roland McGrath  <roland@hack.frob.com>
54625         [BZ #13153]
54626         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
54627         2011-07-19 change.
54629         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
54630         garbage value in a __mach_port_mod_refs call in the cases of the
54631         task-self and thread-self ports.
54633 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54635         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
54637 2011-09-08  Andreas Schwab  <schwab@redhat.com>
54639         * elf/dl-load.c (lose): Check for non-null L.
54641 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54643         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
54645         * elf/dl-libc.c (dlerror_run): Pass back error code from
54646         dl_catch_error.
54648         [BZ #13123]
54649         * elf/dl-load.c (lose): Free l_origin if it is valid.
54651         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
54652         names.
54653         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
54654         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54655         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54656         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54657         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
54658         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
54660 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54662         * sysdeps/powerpc/fpu/e_hypot.c: New file.
54663         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
54664         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
54665         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
54666         * sysdeps/powerpc/fpu/k_cosf.c: New file.
54667         * sysdeps/powerpc/fpu/k_sinf.c: New file.
54668         * sysdeps/powerpc/fpu/s_cosf.c: New file.
54669         * sysdeps/powerpc/fpu/s_sinf.c: New file.
54670         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
54671         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
54673 2011-08-15  Alan Modra  <amodra@gmail.com>
54675         [BZ #13092]
54676         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
54677         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
54678         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
54679         ppc_mcount to static-only-routines.
54680         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
54681         __mcount_internal.
54682         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
54683         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
54685 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
54687         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
54688         for finite and infinity parameters.
54690 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
54692         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
54693         and add nop instructions for throughput optimization.
54694         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54696 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
54698         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
54699         aligned copy for power7 with vector-scalar instructions.
54700         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
54702 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
54704         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
54705         AVX check.
54707 2011-09-07  Andreas Schwab  <schwab@redhat.com>
54709         [BZ #13144]
54710         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
54711         last change.
54713 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54715         * sysdeps/unix/sysv/linux/x86_64/init-first.c
54716         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
54717         syscall wrapper around clock_gettime in __vdso_clock_gettime.
54718         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
54719         clock_gettime.
54721 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54723         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
54724         Forgot to demangle the pointer.
54726         * sysdeps/i386/sysdep.h: Define atom_text_section.
54727         * sysdeps/x86_64/sysdep.h: Likewise.
54728         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
54729         section with atom_text_section.
54730         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54731         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54732         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
54733         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54734         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
54736         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
54737         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
54738         already be defined.  Change to take two parameters and don't assign
54739         result to variable.  Adjust all users.
54740         Define INTERNAL_GETTIME if not already defined.
54741         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
54742         call.
54743         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
54744         HAVE_CLOCK_GETTIME_VSYSCALL.
54745         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
54747         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
54748         gettimeofday vsyscall, just use time.
54750 2011-09-06  Andreas Schwab  <schwab@redhat.com>
54752         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
54753         <errno.h>.
54755 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54757         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
54758         syscall on x86-64.
54759         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
54760         syscall.
54761         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
54762         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
54763         syscall if possible.
54765 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54767         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
54768         e_ident.  Don't pass to find_mapsXX.
54769         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
54771 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54773         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54774         strchr-sse2-no-bsf strrchr-sse2-no-bsf
54775         * sysdeps/x86_64/multiarch/strchr.S: Update.
54776         Check bit_slow_BSF bit.
54777         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
54778         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
54779         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
54781 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54783         [BZ #13134]
54784         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
54785         before glibc 2.15.
54786         (tryshell): Define.
54787         (__spawni): Change last parameter to be flag.  Test
54788         SPAWN_XFLAGS_USE_PATH flag to use path or not.
54789         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
54790         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
54791         * posix/spawni.c: Likewise.
54792         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
54793         * posix/spawnp.c: Likewise.  Change normal version to use
54794         SPAWN_XFLAGS_USE_PATH.
54795         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
54796         SPAWN_XFLAGS_TRY_SHELL.
54798         [BZ #13150]
54799         * posix/glob.h: Remove gcc 1.x support.
54801         [BZ #13068]
54802         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
54804 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54806         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54807         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
54808         strrchr-sse2-bsf
54809         * sysdeps/i386/i686/multiarch/strchr.S: New file.
54810         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
54811         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
54812         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
54813         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
54814         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
54816 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54818         * sysdeps/x86_64/wcscmp.S: New file.
54820         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
54821         wcscmp-c wcscmp-sse2
54822         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
54823         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
54824         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
54825         * wcsmbs/wcscmp.c: Allow renaming.
54827 2011-09-05  David S. Miller  <davem@davemloft.net>
54829         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
54830         stack slot, rather than the struct return pointer slot.
54831         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
54832         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
54833         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
54834         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
54836 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54838         * po/ja.po: Update from translation team.
54840         [BZ #13144]
54841         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
54842         kernel in 64-bit binaries.
54844 2011-09-01  David S. Miller  <davem@davemloft.net>
54846         * elf/elf.h (HWCAP_SPARC_*): Move to..
54847         * sysdeps/sparc/sysdep.h: this new file and add new values.
54848         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
54849         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
54850         _DL_HWCAP_COUNT to 24.
54851         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
54852         entries.
54853         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
54854         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
54855         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
54856         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
54857         instead of magic constants.
54858         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
54860 2011-08-31  David S. Miller  <davem@davemloft.net>
54862         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
54863         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
54864         Reimplement to do errno handling inline.
54865         (SYSCALL_ERROR_HANDLER): New macro.
54866         (__SYSCALL_STRING): Do not do errno handling in asm.
54867         (__CLONE_SYSCALL_STRING): Delete.
54868         (__INTERNAL_SYSCALL_STRING): Delete.
54869         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
54870         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
54871         (PSEUDO): Reimplement to do errno handling inline.
54872         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
54873         (SYSCALL_ERROR_HANDLER): New macro.
54874         (__SYSCALL_STRING): Do not do errno handling in asm.
54875         (__CLONE_SYSCALL_STRING): Delete.
54876         (__INTERNAL_SYSCALL_STRING): Delete.
54877         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
54878         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
54879         i386.
54880         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
54881         (inline_syscall*): Add 'err' argument.
54882         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
54883         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
54884         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
54885         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
54887         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
54888         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
54890 2011-08-30  Andreas Schwab  <schwab@redhat.com>
54892         * elf/rtld.c (dl_main): Relocate objects in dependency order.
54894 2011-08-29  Jiri Olsa <jolsa@redhat.com>
54896         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
54897         directive.
54899 2011-08-24  David S. Miller  <davem@davemloft.net>
54901         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
54903 2011-08-24  Andreas Schwab  <schwab@redhat.com>
54905         * elf/Makefile: Add rules to build and run unload8 test.
54906         * elf/unload8.c: New file.
54907         * elf/unload8mod1.c: New file.
54908         * elf/unload8mod1x.c: New file.
54909         * elf/unload8mod2.c: New file.
54910         * elf/unload8mod3.c: New file.
54912         * elf/dl-close.c (_dl_close_worker): Reset private search list if
54913         it wasn't used.
54915 2011-08-23  David S. Miller  <davem@davemloft.net>
54917         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
54918         subtract stack bias.
54919         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
54920         %sp not %fp in calculations.
54921         (_JMPBUF_UNWINDS_ADJ): Likewise.
54923         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
54924         (aio_suspend): Call it to force an exception region around the
54925         AIO_MISC_WAIT() invocation.
54927 2011-08-23  Andreas Schwab  <schwab@redhat.com>
54929         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
54930         backslash.
54932 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
54934         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
54935         protection macro.
54936         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
54937         and <dl-machine.h>.
54938         (Elf64_FuncDesc): Remove.
54940 2011-08-22  David S. Miller  <davem@davemloft.net>
54942         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
54943         sigaltstack check, add missing cfi directives.
54944         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
54945         missing cfi directives, and sigaltstack handling.
54947 2011-08-16  Andreas Schwab  <schwab@redhat.com>
54949         [BZ #11724]
54950         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
54951         object is seen twice.
54952         * elf/dl-fini.c (_dl_sort_fini): Likewise.
54954         * elf/Makefile (distribute): Add tst-initorder2.c.
54955         (tests): Add tst-initorder2.
54956         (modules-names): Add tst-initorder2a tst-initorder2b
54957         tst-initorder2c tst-initorder2d.  Add rules to build them.
54958         ($(objpfx)tst-initorder2.out): New rule.
54959         * elf/tst-initorder2.c: New file.
54960         * elf/tst-initorder2.exp: New file.
54962 2011-08-22  Andreas Schwab  <schwab@redhat.com>
54964         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
54966         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
54967         dependencies back to end of function.
54969         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54970         $(elfobjdir)/ld.so.
54972 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
54974         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
54975         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
54976         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
54977         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
54978         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
54979         of __vdso_gettimeofday.
54980         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
54981         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
54982         attribute_hidden.
54983         (_libc_vdso_platform_setup): Remove initialization of
54984         __vdso_gettimeofday and __vdso_time.
54986 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54988         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
54989         and fgetc_unlocked.
54990         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
54991         getc_unlocked.
54993         * elf/dl-open.c (add_to_global): Report additions to the global scope
54994         for LD_DEBUG=scopes.
54995         (dl_open_worker): Also print scope of newly loaded dependencies.
54996         (_dl_show_scope): Indicate if there is no scope.
54998         [BZ #13114]
54999         * stdio-common/Makefile (tests): Add bug24.
55000         * stdio-common/bug24.c: New file.
55002 2011-08-19  Andreas Jaeger  <aj@suse.de>
55004         [BZ #13114]
55005         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
55006         non-existant file when using close-on-exec mode.
55008 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
55010         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
55011         the very first instruction.
55013         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
55014         the CFI state in the end.
55015         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
55016         inclusion of dl-trampoline.h.
55017         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
55019 2011-08-19  Andreas Schwab  <schwab@redhat.com>
55021         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
55022         expectations for long double.
55024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
55025         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
55027 2011-08-14  David S. Miller  <davem@davemloft.net>
55029         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
55030         artificual limit depends upon the system page size.
55032 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
55034         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
55035         * resolv/Makefile: Define CFLAGS-libresolv.
55037 2011-08-17  Andreas Schwab  <schwab@redhat.com>
55039         * nss/makedb.c (compute_tables): Make variables used in nested
55040         function static.
55042 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
55044         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
55045         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
55046         if buffer was too small.
55048         * elf/pldd.c (main): Attach to all threads in the process.
55049         Rewrite /proc handling to use *at functions.
55051 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
55053         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
55054         specifies first scope to show.
55055         (dl_open_worker): Update callers.  Move printing scope of new
55056         object to before the relocation.
55057         * elf/rtld.c (dl_main): Update _dl_show_scope call.
55058         * sysdeps/generic/ldsodefs.h: Update declaration.
55060         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
55061         string for the scope number.
55063 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
55065         * nscd/servicescache.c (cache_addserv): Make sure written is always
55066         initialized.
55068 2011-08-14  Roland McGrath  <roland@hack.frob.com>
55070         * sysdeps/i386/i486/bits/atomic.h
55071         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
55072         statement expression, so as to suppress "set but not used" warning.
55073         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
55075         * string/strncat.c (STRNCAT): Use prototype definition.
55077         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
55078         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
55079         -Iprograms here.
55080         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
55081         (localedef-modules): Add localedef.
55082         (locale-modules): Add locale.
55084         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
55085         * elf/rtld.c (dl_main): Invert order of assignment in last change,
55086         to avoid a warning.
55088 2011-08-14  David S. Miller  <davem@davemloft.net>
55090         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
55091         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
55093 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
55095         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
55096         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
55097         * elf/rtld.c (dl_main): Set l_name of vDSO.
55098         Call _dl_show_scope when DL_DEBUG_SCOPES.
55099         (process_dl_debug): Recognize scopes flag and also set it for all.
55100         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
55101         Declare _dl_show_scope.
55103         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
55104         (do_dlopen): Pass caller_dlopen to dl_open.
55105         (__libc_dlopen_mode): Initialize caller_dlopen.
55107         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
55108         of libc.  Make tolower call locale-independent.  Optimize a bit by
55109         using isdigit instead of isalnum.
55110         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
55112 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
55114         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
55115         was a dependency or dynamically loaded.
55117 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
55119         * intl/l10nflist.c: Allow architecture-specific pop function.
55120         * sysdeps/x86_64/l10nflist.c: New file.
55122         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
55123         classification.
55125 2011-08-10  Andreas Schwab  <schwab@redhat.com>
55127         * include/dirent.h: Add libc_hidden_proto for scandirat and
55128         scandirat64.  Don't declare __scandirat64.
55129         * dirent/scandirat.c: Add libc_hidden_def.
55130         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
55131         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
55133 2011-08-10  David S. Miller  <davem@davemloft.net>
55135         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
55136         enum.
55137         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
55138         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
55139         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
55141 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
55143         * Versions.def [libc]: Add GLIBC_2.15.
55144         * dirent/Makefile (routines): Add scandirat and scandirat64.
55145         * dirent/Versions [libc]: Export scandirat and scandirat64 for
55146         GLIBC_2.15.
55147         * dirent/dirent.h: Declare scandirat and scandirat64.
55148         * dirent/scandirat.c: New file.
55149         * dirent/scandirat64.c: New file.
55150         * sysdeps/wordsize-64/scandirat.c: New file.
55151         * sysdeps/wordsize-64/scandirat64.c: New file.
55152         * dirent/opendir.c: Define opendirat.
55153         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
55154         using scandirat.
55155         * dirent/scandir64.c: Adjust for scandir.c change.
55156         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
55157         __scandirat64, and __scandir_cancel_handler.
55158         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
55159         additional parameter and use openat instead of open (outside of ld.so).
55160         Add new __opendir as wrapper around __opendirat.
55161         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
55162         here without requiring old scandirat implementation.
55164 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
55166         * dirent/scandir.c (cancel_handler): Renamed to
55167         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
55168         defined.  Adjust users.
55169         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
55170         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
55172 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
55174         * string/test-string.h (IMPL): Use __STRING to expand name and then
55175         stringify it.
55177         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
55178         of cleanups.
55180 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55182         * string/Makefile: Update.
55183         (strop-tests): Append strncat.
55184         * string/test-wcscmp.c: New file.
55185         New comprehensive test for wcscmp.
55186         * string/test-strcmp.c: Update.
55187         (WIDE): New define.
55189 2011-07-22  Andreas Schwab  <schwab@redhat.com>
55191         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
55192         line.
55194 2011-07-26  Andreas Schwab  <schwab@redhat.com>
55196         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
55197         encoding to ACE if AI_IDN.
55199 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
55201         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
55202         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
55204 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55206         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
55207         Fix overflow bug in strncat.
55208         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
55210         * string/test-strncat.c: Update.
55211         Add new tests for checking overflow bugs.
55213 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55215         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55216         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
55217         * sysdeps/i386/i686/multiarch/strcat.S: New file.
55218         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
55219         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
55220         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
55221         * sysdeps/i386/i686/multiarch/strncat.S: New file.
55222         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
55223         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
55225         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
55226         (USE_AS_STRCAT): Define.
55227         Add strcat and strncat support.
55228         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
55230 2011-07-25  Andreas Schwab  <schwab@redhat.com>
55232         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
55233         __n bigger than INT_MAX+1.
55234         (__strncmp_g): Likewise.
55236 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
55238         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
55239         * libio/stido.h: Likewise.
55241         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
55242         (AF_NFC): Define.
55243         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
55244         (AF_NFC): Define.
55246         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
55247         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
55248         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
55249         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
55250         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
55252         [BZ #13021]
55253         * scripts/test-installation.pl: Don't expect libnss_test1 to be
55254         installed.
55256         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
55257         typo.
55258         (_dl_x86_64_save_sse): Likewise.
55260 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
55262         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
55263         OSXSAVE.
55264         (_dl_x86_64_save_sse): Likewise.
55266         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
55268         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
55270 2011-07-21  Andreas Schwab  <schwab@redhat.com>
55272         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
55273         change.
55274         (_dl_x86_64_save_sse): Use correct AVX check.
55276 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55278         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
55279         bug in strncpy/strncat.
55280         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
55282 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
55284         * string/tester.c (test_strcat): Add tests for different alignments
55285         of source and destination.
55286         (test_strncat): Likewise.
55288 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
55290         [BZ #12852]
55291         * posix/glob.c (glob): Check passed in values before using them in
55292         expressions to avoid some overflows.
55293         (glob_in_dir): Likewise.
55295         [BZ #13007]
55296         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
55297         check for AVX enablement so that we don't crash with old kernels and
55298         new hardware.
55299         * elf/tst-audit4.c: Add same checks here.
55300         * elf/tst-audit6.c: Likewise.
55302         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
55304 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
55306         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
55308 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
55310         * po/cs.po: Update from translation team.
55311         * po/bg.po: Likewise.
55313 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
55315         * misc/sys/cdefs.h: Add support for const attribute.
55316         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
55317         to gnu_dev_{major,minor,makedev} functions.
55319 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
55321         * intl/dcigettext.c (get_output_charset): Add missing bracket.
55323 2011-07-20  Andreas Schwab  <schwab@redhat.com>
55325         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
55326         strlen results.
55328 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55330         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
55331         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
55332         register in order to avoid conflicts with the soft frame pointer
55333         being held in r11 when necessary.
55334         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
55335         (INTERNAL_VSYSCALL_NCS): Likewise.
55337 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
55339         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
55340         * elf/dl-fini.c (_dl_fini): Adjust caller.
55341         * elf/dl-close.c (_dl_close_worker): Likewise.
55342         * sysdeps/generic/ldsodefs.h: Adjust declaration.
55344 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
55346         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
55347         "aux_cache->nlibs < 0".
55349         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
55350         in the reload-count case.
55352 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55354         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55355         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
55356         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
55357         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
55358         * sysdeps/x86_64/multiarch/strcat.S: New file.
55359         * sysdeps/x86_64/multiarch/strncat.S: New file.
55360         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
55361         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
55362         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
55363         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
55364         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
55365         (USE_AS_STRCAT): Define.
55366         Add strcat and strncat support.
55367         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
55368         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
55369         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
55370         * string/strncat.c: Update.
55371         (USE_AS_STRNCAT): Define.
55372         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55373         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
55374         and i7.
55375         * sysdeps/x86_64/multiarch/init-arch.h
55376         (bit_Prefer_PMINUB_for_stringop): New.
55377         (index_Prefer_PMINUB_for_stringop): Likewise.
55378         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
55379         bit_Prefer_PMINUB_for_stringop.
55381 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
55383         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
55384         buffer64.
55385         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
55386         of casting of buffer.
55387         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
55388         buffer32 and buffer64.
55389         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
55390         writes instead of casting of buffer.
55391         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
55392         buffer32.
55393         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
55394         casting of buffer.
55396 2011-07-19  Andreas Schwab  <schwab@redhat.com>
55398         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
55400 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
55402         * nscd/nscd.c (termination_handler): Don't do anything for a database
55403         if it has not yet been initialized.
55405 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
55407         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
55409 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
55411         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
55413 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
55415         * po/nl.po: Update from translation team.
55416         * po/sv.po: Likewise.
55418 2011-07-16  Roland McGrath  <roland@hack.frob.com>
55420         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
55421         now disallowed by GCC.
55423         * configure.in (use-default-link): Default to yes if a test -shared
55424         link meets our qualifications.
55425         * configure: Regenerated.
55427         * config.make.in (output-format): New variable.
55428         * configure.in: Check for ld --print-output-format support.
55429         * configure: Regenerated.
55430         * Makerules ($(common-objpfx)format.lds)
55431         [$(output-format) != unknown]: Just use $(output-format),
55432         instead of the linker-script munging.
55434 2011-07-14  Roland McGrath  <roland@hack.frob.com>
55436         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
55437         of $(common-objpfx)shlib.lds.
55438         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
55440         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
55441         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
55443         * configure.in (-z relro check): Adjust test code to add a large
55444         writable data section after it.
55445         * configure: Regenerated.
55447 2011-07-11  Roland McGrath  <roland@hack.frob.com>
55449         * configure.in (-z relro check): Fix test code to make the variable
55450         truly const.
55451         * configure: Regenerated.
55453 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
55455         * nscd/nscd.h (struct traced_file): Define.
55456         (struct database_dyn): Remove inotify_descr, reset_res, and filename
55457         elements.  Add traced_files.
55458         (inotify_fd): Declare.
55459         (register_traced_file): Declare.
55460         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
55461         (inotify_fd): Export.
55462         (resolv_conf_descr): Remove.
55463         (nscd_init): Move inotify descriptor creation to main.
55464         Don't register files for notification here.
55465         (register_traced_file): New function.
55466         (invalidate_cache): Don't use reset_res to determine whether to call
55467         res_init, go through the list of registered files.
55468         (main_loop_poll): The inotify descriptors are now stored in the
55469         structures for the traced files.
55470         (main_loop_epoll): Likewise
55471         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
55472         to __nss_disable_nscd.
55473         * nscd/cache.c (prune_cache): There is no single inotify descriptor
55474         for a database anymore.  Check the records for all the registered
55475         files instead.
55476         * nss/Makefile (libnss_files-routines): Add files-init.
55477         (libnss_db-routines): Add db-init.
55478         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
55479         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
55480         * nss/nss_db/db-init.c: New file.
55481         * nss/nss_files/files-init.c: New file.
55482         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
55483         __nss_lookup_function.
55484         (__nss_lookup_function): Call nss_load_library.
55485         (nss_load_all_libraries): New function.
55486         (__nss_disable_nscd): Take parameter with callback function for files
55487         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
55488         used for the cached services.
55489         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
55490         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
55491         options for features to all the files in nscd.
55493         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
55495 2011-07-10  Roland McGrath  <roland@hack.frob.com>
55497         * csu/elf-init.c (__libc_csu_init): Comment typo.
55499 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
55501         * po/pl.po: Update from translation team.
55502         * po/ja.po: Likewise.
55503         * po/ru.po: Likewise.
55504         * po/ko.po: Likewise.
55505         * po/fr.po: Likewise.
55507 2011-07-09  Roland McGrath  <roland@hack.frob.com>
55509         * configure.in (.ctors/.dtors header and trailer check):
55510         Use an empirical test on a built program.
55511         * configure: Regenerated.
55513         * configure.in (-z relro check): Use an empirical test on a built DSO.
55514         Detect, but do not require, on ia64.
55515         * configure: Regenerated.
55517         * configure.in (READELF): Find it with AC_CHECK_TOOL.
55518         Update tests that use readelf to use $READELF instead.
55519         * configure: Regenerated.
55521 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
55523         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
55524         if the result is not used.
55526 2011-07-05  Andreas Jaeger  <aj@suse.de>
55528         [BZ#9696]
55529         * stdlib/tst-strtod.c: Add testcase.
55531 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
55533         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
55534         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
55535         The latter has a higher limit.  Take additional parameter to pass to
55536         the new function.
55537         (__pathconf): Pass file to __statfs_link_max.
55538         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
55539         __statfs_link_max.
55540         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
55541         __statfs_link_max.
55543         [BZ #12868]
55544         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
55545         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55546         Handle Lustre.
55547         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
55548         (__statfs_filesize_max): Likewise.
55549         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
55551 2011-07-05  Andreas Jaeger  <aj@suse.de>
55553         * resolv/res_comp.c (dn_skipname): Remove unused variable.
55555 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
55557         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
55558         `status' variable.
55559         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
55560         Likewise.
55562 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
55564         * Makefile (strop-tests): Add strncat.
55565         * string/test-strncat.c: New file.
55567 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
55569         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
55571 2011-06-21  Andreas Jaeger  <aj@suse.de>
55573         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
55574         Copy rule from iconvdata/Makefile.
55576 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
55578         [BZ #12922]
55579         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
55580         but no long options are defined, just return 'W'.
55582 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
55584         [BZ #9696]
55585         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
55587 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
55589         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
55590         netgroups to read.
55591         (innetgr): Likewise.
55593 2011-07-05  Roland McGrath  <roland@hack.frob.com>
55595         * config.make.in (install_root): Default to $(DESTDIR).
55597 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
55599         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
55601 2011-07-02  Roland McGrath  <roland@hack.frob.com>
55603         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
55605         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
55606         containing directory rather than embedding absolute directory names.
55608         * scripts/check-local-headers.sh: Rewritten using awk.
55609         Match by word, not by line.  Print error messages for matches.
55610         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
55612         * Makerules [shlib-lds-flags empty]:
55613         ($(common-objpfx)libc_pic.opts): New target.
55614         ($(common-objpfx)libc_pic.os.clean): New target.
55615         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
55617         * config.make.in (OBJCOPY): New variable.
55618         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
55619         * configure: Regenerated.
55621         * config.make.in (use-default-link): New variable.
55622         * configure.in (use_default_link): Grok --with-default-link to set it.
55623         * configure: Regenerated.
55624         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
55625         (shlib-lds, shlib-lds-flags): Define to empty.
55627         * Makerules (shlib-lds): New variable.
55628         (shlib-lds-flags): New variable.
55629         (build-shlib, build-moduile, build-module-asneeded): Use it.
55630         ($(common-objpfx)libc.so): Use $(shlib-lds).
55631         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
55632         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
55634         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
55635         DT_FLAGS/DT_FLAGS_1 with zero flags.
55637         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
55638         linker script munging.
55640 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
55642         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
55643         as 128-bit value.
55644         * crypt/sha512.c (sha512_process_block): Perform total addition using
55645         128-bit if possible.
55646         (__sha512_finish_ctx): Likewise.
55647         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
55648         as 64-bit value.
55649         * crypt/sha256.c (SWAP64): Define.
55650         (sha256_process_block): Perform total addition using 64-bit if
55651         possible.
55652         (__sha256_finish_ctx): Likewise.
55654 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
55656         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
55657         * nscd/initgrcache.c (addinitgroupsX): Likewise.
55658         * nscd/hstcache.c (cache_addhst): Likewise.
55659         * nscd/grpcache.c (cache_addgr): Likewise.
55660         * nscd/aicache.c (addhstaiX): Likewise
55661         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
55663 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
55665         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
55666         * nscd/initgrcache.c (addinitgroupsX): Likewise.
55667         * nscd/hstcache.c (cache_addhst): Likewise.
55668         * nscd/grpcache.c (cache_addgr): Likewise.
55669         * nscd/aicache.c (addhstaiX): Likewise
55671 2011-07-01  Andreas Schwab  <schwab@redhat.com>
55673         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
55674         domain only when needed.
55676 2011-06-30  Andreas Schwab  <schwab@redhat.com>
55678         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
55679         is always restored.
55681 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
55683         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
55684         are re-adding the entry.
55685         * nscd/servicescache.c (cache_addserv): Likewise.
55687 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
55689         * sysdeps/generic/dl-irel.h: fix protection against multiple
55690         inclusions.
55691         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
55693 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
55695         [BZ #12935]
55696         * malloc/memusage.sh: Fix quoting in message.
55697         * debug/xtrace.sh: Likewise.
55699         * configure.in: Remove support for --experimental-malloc option, make
55700         it the default.
55701         * config.make.in: Likewise.
55702         * malloc/Makefile: Likewise.
55704 2011-06-27  Andreas Schwab  <schwab@redhat.com>
55706         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
55707         two-byte characters.
55709 2011-06-27  Roland McGrath  <roland@hack.frob.com>
55711         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
55712         AC_CACHE_CHECK invocation.
55713         * configure: Regenerated.
55715         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
55717 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
55719         [BZ #12350]
55720         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
55721         bit from old_res_options.
55723         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
55725         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
55726         value type for setfct.
55728 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
55730         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55731         __gettimeofday instead of gettimeofday.
55733 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
55735         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
55737 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
55739         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
55741         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
55742         info.
55744 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55746         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55747         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55748         strcpy-sse2-unaligned strncpy-sse2-unaligned
55749         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
55750         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
55751         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
55752         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
55753         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
55754         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
55755         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
55756         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
55757         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
55758         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
55759         (STRCPY): Support SSE2 and SSSE3 versions.
55761 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
55763         [BZ #12874]
55764         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
55765         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
55766         kernels which artificially limit size of requests.
55768 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55770         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55771         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55772         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
55773         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
55774         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
55775         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
55776         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
55777         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
55778         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
55779         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
55780         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
55781         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
55782         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
55783         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
55784         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
55785         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55786         Enable unaligned load optimization for Intel Core i3, i5 and i7
55787         processors.
55788         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
55789         Define.
55790         (index_Fast_Unaligned_Load): Define.
55791         (HAS_FAST_UNALIGNED_LOAD): Define.
55793 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
55795         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
55797 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55799         [BZ #12907]
55800         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
55801         until it is clear that the information is realy needed.
55802         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
55804 2011-06-22  Andreas Schwab  <schwab@redhat.com>
55806         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
55808 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55810         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55811         /sys/devices/system/cpu/online if it is usable.
55813         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
55814         reading the information from the /proc filesystem to once a second.
55816 2011-06-21  Andreas Jaeger  <aj@suse.de>
55818         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
55819         NULL after inclusion of kernel headers.
55821 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
55823         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
55824         calls to internal_setent.
55826         [BZ #12885]
55827         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
55828         addresses using gethostbyname4_r ignore IPv4 addresses.
55830         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
55831         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
55833         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
55835 2011-06-20  David S. Miller  <davem@davemloft.net>
55837         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
55838         inclusions.
55839         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
55841         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
55842         (elf_irel): Use it.
55843         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
55844         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
55845         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
55846         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
55847         * sysdeps/x86_64/dl-irel.h: Likewise.
55849         * elf/dl-runtime.c: Use elf_ifunc_invoke.
55850         * elf/dl-sym.c: Likewise.
55852 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55854         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
55855         need to dereference resplen2.
55857 2011-06-14  Andreas Schwab  <schwab@redhat.com>
55859         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
55861 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55863         * Makeconfig: Define vardbdir and inst_vardbdir.
55864         * nss/Makefile: Add rules to install db-Makefile.
55866         * nss/nss_db/db-XXX.c: Cleanup.
55868         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
55869         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
55870         GLIBC_PRIVATE.
55871         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
55872         * nss/makedb.c: Implement -g option to specify that value strings
55873         are generated and should not be added to table iterated over for
55874         get*ent calls.
55875         * nss/nss_db/db-initgroups.c: New file.
55877         * nss/getent.c: Add support for initgroups lookups through getgrouplist
55878         interface.
55880         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
55881         (internal_getgrouplist): Adjust to name change.
55882         Update use_initgroups_entry if this is not the first call.
55883         * nss/databases.def: Add initgroups entry.
55885         * nss/makedb.c (compute_tables): Check result of multiple hash table
55886         sizes to minimize maximum chain length.
55888 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
55890         * Versions.def: Add entry for libnss_db.
55891         * shlib-versions: Likewise.
55892         * nss/Makefile: Add rules to build libnss_db.
55893         * nss/Versions: Add libnss_db information.  Organize libnss_files
55894         entries better.
55895         * nss/db-Makefile: Add gshadow support.  Change rules for the new
55896         makedb progra.  Some minor improvements to generate smaller files.
55897         * nss/nss_db/nss_db.h: Move NSS database header data structures to
55898         here from...
55899         * nss/makedb.c: ...here.
55900         Improve database format to be smaller and require less memory at
55901         runtime.
55902         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
55903         db anymore.
55904         * nss/nss_db/db-netgrp.c: Likewise.
55905         * nss/nss_db/db-open.c: Likewise.
55906         * nss/nss_files/flies-XXX.x: Adjust comments.
55907         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
55908         * nss/nss_files/files-grp.c: Likewise.
55909         * nss/nss_files/files-hosts.c: Likewise.
55910         * nss/nss_files/files-network.c: Likewise.
55911         * nss/nss_files/files-proto.c: Likewise.
55912         * nss/nss_files/files-pwd.c: Likewise.
55913         * nss/nss_files/files-rpc.c: Likewise.
55914         * nss/nss_files/files-service.c: Likewise.
55915         * nss/nss_files/files-sgrp.c: Likewise.
55916         * nss/nss_files/files-spwd.c: Likewise.
55917         * nss/nss_db/db-alias.c: Removed.
55918         * nss/nss_db/dummy-db.h: Removed.
55920 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
55922         * nss/makedb.c: Rewritten to not use database library.
55923         * nss/Makefile: Update to build new makedb program.
55925 2011-06-14  Andreas Jaeger  <aj@suse.de>
55927         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
55928         memset declaration.
55930 2011-06-10  Andreas Schwab  <schwab@redhat.com>
55932         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
55933         tmpbuf.
55935 2011-06-10  Roland McGrath  <roland@hack.frob.com>
55937         * Makerules (shlib.lds): Fail if the linker script comes out empty.
55938         * elf/Makefile ($(objpfx)ld.so): Likewise.
55940         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
55941         Don't list ld.so twice in dependencies.
55943         * posix/bug-regex31.c: Include <stdlib.h>.
55945         * nscd/hstcache.c (cache_addhst): Remove unused variable.
55947         * nis/nss_compat/compat-spwd.c
55948         (getspent_next_nss_netgr): Remove unused variable.
55949         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
55951         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
55952         nonmembers" output to use the right array.
55954         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
55956         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
55958         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
55959         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
55960         * catgets/gencat.c (read_input_file): Likewise.
55961         * locale/programs/locarchive.c (enlarge_archive): Likewise.
55963         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
55964         variable definition inside #if's controlling its use.
55966         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
55968         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
55970         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
55972         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
55973         unreachable code.
55975         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
55977         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
55978         * configure: Regenerated.
55980         * Makerules: Revert last change.
55981         * elf/Makefile: Likewise.
55983 2011-06-09  Roland McGrath  <roland@hack.frob.com>
55985         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
55986         * elf/Makefile ($(objpfx)librtld.os): Likewise.
55987         (reloc-link): Likewise.
55989 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
55991         * elf/Makefile: Add rules to build pldd.
55992         * elf/pldd.c: New file.
55993         * elf/pldd-xx.c: New file.
55995 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
55997         * version.h: Update for 2.15 development version.
55999 2011-06-07  David S. Miller  <davem@davemloft.net>
56001         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
56002         ifuncs.
56003         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
56004         elf_machine_lazy_rel): Likewise.
56005         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
56006         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
56007         elf_machine_lazy_rel): Likewise.
56008         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
56009         dl_hwcap via passed in argument.
56010         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
56011         Likewise.
56013 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56015         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
56017 2011-06-06  Roland McGrath  <roland@hack.frob.com>
56019         [BZ #12849]
56020         * manual/fdl-1.1.texi: New file, verbatim from:
56021         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
56022         * manual/lgpl-2.1.texi: New file, verbatim from:
56023         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
56024         * manual/Makefile (licenses): New variable, list those new file names.
56025         (texis): Use it.
56026         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
56028         * manual/fdl.texi: File removed.
56029         * manual/lesser.texi: File removed.
56030         * manual/libc.texinfo (Copying, Documentation License):
56031         Use new @include file names, put @appendix directive before @include.
56033 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
56035         [BZ #12841]
56036         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
56037         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
56038         (mq_open): Add __NTH.
56040 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
56042         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56043         Assume Intel Core i3/i5/i7 processor if AVX is available.
56045 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
56047         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
56048         typo.
56050 2011-05-31  Andreas Schwab  <schwab@redhat.com>
56052         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
56053         memory.  Use alloca_account.  Fix memory leak when retrying.
56055 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
56057         * version.h (RELEASE): Bump for 2.14 release.
56058         * include/features.h (__GLIBC_MINOR__): Bump to 14.
56060         * config.make.in (RANLIB): Remove entry.
56062 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
56064         * po/Makefile (po-sed-cmd): Add ksh to extensions.
56065         (libc.pot): Work around missing support for .ksh extension in xgettext.
56067         [BZ #12684]
56068         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
56069         if both request failed.
56070         (send_dg): In case of server errors clear resplen or *resplen2.
56072         [BZ #12454]
56073         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
56074         when there are multiple maps.
56075         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
56076         (_dl_fini): Remove test here.
56078         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
56080 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
56082         [BZ #12350]
56083         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
56084         bit from old_res_options.
56085         (gaih_inet): Likewise.
56087         [BZ #11099]
56088         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
56089         as signed.
56091         * resolv/res_init.c (res_setoptions): Make the code more compact.
56093         [BZ #11558]
56094         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
56095         set RES_USEVC.
56097         [BZ #11634]
56098         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
56100         * malloc/malloc.h: Mark malloc hook variables as deprecated.
56102         [BZ #11781]
56103         * malloc/malloc.h: Declare malloc hook variables as volatile.
56105         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
56106         in last patch.
56108         [BZ #11799]
56109         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
56110         raise in the comment.
56111         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
56112         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
56113         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
56115 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
56117         [BZ #12811]
56118         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
56119         grow the buffers more if it already has to be sufficient.
56120         (build_wcs_upper_buffer): Likewise.
56121         * posix/regexec.c (check_matching): Likewise.
56122         (clean_state_log_if_needed): Likewise.
56123         (extend_buffers): Don't enlarge buffers beyond size of the input
56124         buffer.
56125         Patches mostly by Emil Wojak <emil@wojak.eu>.
56126         * posix/bug-regex32.c: New file.
56127         * posix/Makefile (tests): Add bug-regex32.
56129         * locale/findlocale.c (_nl_find_locale): Return right away if
56130         _nl_explode_name failed.
56131         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
56133         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
56135         * debug/xtrace.sh: Unify messages.
56136         * malloc/memusage.sh: Likewise.
56138         [BZ #12813]
56139         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
56140         time symbol from vDSO.  Substitute with vsyscall if not available.
56141         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
56142         __vdso_time.
56144         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
56145         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
56146         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
56147         Add sendmmsg and internal_sendmmsg.
56148         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
56149         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
56150         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
56152         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
56153         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
56154         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
56156 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
56158         [BZ #12813]
56159         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
56160         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
56161         available.
56162         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
56163         __vdso_getcpu.
56165         [BZ #12814]
56166         * iconvdata/Makefile (tests): Add bug-iconv9.
56167         * iconvdata/bug-iconv9.c: New file.
56169 2011-05-27  Andreas Schwab  <schwab@redhat.com>
56171         [BZ #12814]
56172         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
56174 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
56176         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
56177         (struct user_regs_struct): Change intcs field back to cs.
56179 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
56181         * po/ja.po: Update from translation team.
56183 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
56185         [BZ #12795]
56186         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
56187         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
56189 2011-05-20  Andreas Schwab  <schwab@redhat.com>
56191         * stdlib/longlong.h: Update from GCC.
56193 2011-05-23  Andreas Schwab  <schwab@redhat.com>
56195         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
56196         parameter name.
56197         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
56198         Add parameter name.
56199         (__sysconf): Pass it down.
56201 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
56203         [BZ #12671]
56204         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
56205         some situations.
56206         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
56207         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
56208         add in in __libc_use_alloca calls.  Adjust callers.
56209         (glob): Use malloc in some situations.
56211         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
56212         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
56213         pltexit.
56215 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
56217         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
56218         and CLOCK_BOOTTIME_ALARM.
56220         [BZ #12782]
56221         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
56222         is returned.
56224         * string/_strerror.c (__strerror_r): Print negative errors as signed
56225         numbers.
56227         [BZ #12777]
56228         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
56229         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
56230         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
56232         * configure.in: Fix typo in redirection and correct removal of test
56233         files in two cases.
56235         [BZ #12788]
56236         * locale/setlocale.c (new_composite_name): Fix test to check for
56237         identical name of all categories.
56239         [BZ #12792]
56240         * libio/filedoalloc.c (local_isatty): New function.
56241         (_IO_file_doallocate): Use local_isatty.
56242         * stdio-common/perror.c (perror): In case a new stream is used
56243         forward the stream error.
56244         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
56245         error flag.
56247 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
56249         [BZ #11869]
56250         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
56251         alloca.
56252         * include/alloca.h (extend_alloca_account): Define.
56254         [BZ #11857]
56255         * posix/regex.h: Fix comments with documentation of user-accessible
56256         fields after compilation and describe correct free'ing of pattern
56257         after re_compile_pattern.
56258         Patch by Reuben Thomas <rrt@sc3d.org>.
56260 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
56262         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
56263         and -mno-altivec to prevent the compiler from using Altivec and/or
56264         VSX instructions when the corresponding registers are not available.
56266 2011-05-19  Andreas Schwab  <schwab@redhat.com>
56268         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
56270 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
56272         * libio/freopen.c (freopen): Use __dup2, not dup2.
56273         * libio/freopen64.c (freopen64): Likewise.
56275 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
56277         [BZ #12775]
56278         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
56279         * math/Makefile (tests): Add test-powl.
56280         (CFLAGS-test-powl.c): Define.
56281         * math/test-powl.c: New file.
56283 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
56285         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
56287 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
56289         [BZ #11837]
56290         * iconvdata/gb18030.c: Update to GB18020-2005.
56292 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
56294         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
56295         RE_SYNTAX_POSIX_AWK): Update to match recent development.
56296         Patch by Aharon Robbins <arnold@skeeve.com>.
56298         [BZ #11892]
56299         * stdlib/putenv.c (putenv): Don't always create copy of the variable
56300         on the stack.
56302         [BZ #11895]
56303         * misc/pselect.c (__pselect): Handle timeout value errors hidden
56304         through underflows.
56306         [BZ #12766]
56307         * misc/error.c (error_at_line): Ensure file_name and old_file_name
56308         point to strings before performing equality test for error_one_per_line
56309         mode.
56311         [BZ #11697]
56312         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
56314         [BZ #11820]
56315         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
56316         (struct user_fpregs_struct): Avoid __uint*_t types.
56318         [BZ #6420]
56319         * malloc/mtrace.c (tr_where): Add additional parameter to point to
56320         symbol info.  Use it instead of calling _dl_addr locally.
56321         (lock_and_info): New function.
56322         (tr_freehook): Call lock_and_info and pass symbol info as additional
56323         parameter to tr_where.
56324         (tr_mallochook): Likewise.
56325         (tr_reallochook): Likewise.
56326         (tr_memalignhook): Likewise.
56328         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
56329         used and couldn't be at all thread-safe.
56331 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
56333         * libio/freopen.c (freopen): Don't close old file descriptor
56334         before the new one is opened.  Instead dup the new file descriptor
56335         to the old one after the new stream is created.
56336         * libio/freopen64.c (freopen64): Likewise.
56337         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
56338         * libio/fileops.c (_IO_new_file_close_it): Handle new
56339         _IO_FLAGS2_NOCLOSE flag.
56340         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
56341         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
56342         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
56343         _IO_FLAGS2_NOCLOSE flag.
56344         * include/unistd.h: Add hidden_proto for dup3.
56345         Define __have_dup3.
56346         * io/dup3.c: Define hidden symbol.
56347         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
56349         [BZ #7101]
56350         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
56351         when an incomplete long option is used.
56352         * posix/tst-getopt_long1.c: New file.
56353         * posix/Makefile (tests): Add tst-getopt_long1.
56355         [BZ #10138]
56356         * scripts/config.guess: Update from autoconf-2.68.
56357         * scripts/config.sub: Likewise.
56359         [BZ #10157]
56360         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
56361         tests into ...
56362         (has_cpuclock): ...this.  New function.
56363         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
56364         macro here based on has_cpuclock code.
56366         [BZ #10149]
56367         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
56368         First byte (not low byte) is now always NUL.
56369         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
56371         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
56372         Use non-cancelable interfaces.
56374         [BZ #9809]
56375         * locale/iso-639.def: Add entry for Sorani.
56377         [BZ #11901]
56378         * include/stdlib.h: Move include protection to the right place.
56379         Define abort_msg_s.  Declare __abort_msg with it.
56380         * stdlib/abort.c (__abort_msg): Adjust type.
56381         * assert/assert.c (__assert_fail_base): New function.  Majority
56382         of code from __assert_fail.  Allocate memory for __abort_msg with
56383         mmap.
56384         (__assert_fail): Now call __assert_fail_base.
56385         * assert/assert-perr.c: Remove bulk of implementation.  Use
56386         __assert_fail_base.
56387         * include/assert.hL Declare __assert_fail_base.
56388         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
56389         mmap.
56390         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
56392 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
56394         [BZ #11952]
56395         [BZ #12453]
56396         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
56397         until all modules are registered in the DTV.
56398         * elf/Makefile: Add rules to build and run tst-tls19.
56399         * elf/tst-tls19.c: New file.
56400         * elf/tst-tls19mod1.c: New file.
56401         * elf/tst-tls19mod2.c: New file.
56402         * elf/tst-tls19mod3.c: New file.
56403         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
56405         [BZ #12083]
56406         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
56407         correctly.
56409         [BZ #12601]
56410         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
56411         two-byte sequence errors.
56412         * iconvdata/Makefile (tests): Add bug-iconv8.
56413         * iconvdata/bug-iconv8.c: New file.
56415         [BZ #12626]
56416         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
56417         buf2 definition.
56419         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
56421         [BZ #12432]
56422         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
56423         (dummy_getcfa): New function.
56424         (init): Get _Unwind_GetCFA address, use dummy if not found.
56425         (backtrace_helper): In recursion check, also check whether CFA changes.
56426         (__backtrace): Completely initialize arg.
56428         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
56429         storing incomplete byte sequence in state object.  Avoid testing for
56430         guaranteed too small input if we know there is enough data available.
56432 2011-05-11  Andreas Schwab  <schwab@redhat.com>
56434         * Makeconfig (+link-pie): Indent.
56435         * Rules (binaries-pie): Define if $(have-fpie) and
56436         $(build-shared).
56437         (binaries-shared): Also filter out $(binaries-pie).
56438         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
56439         * nscd/Makefile (others-pie): Add nscd.
56440         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
56441         ($(objpfx)nscd): Remove command override.
56442         * login/Makefile (others-pie): Add pt_chown.
56443         ($(objpfx)pt_chown): Remove command override.
56444         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
56445         remove command overrides.
56447 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
56449         * libio/tst_putwc.c: Fix error messages.
56451         [BZ #12724]
56452         * libio/fileops.c (_IO_new_file_close_it): Always flush when
56453         currently writing and seek to current position when not.
56454         * libio/Makefile (tests): Add bug-fclose1.
56455         * libio/bug-fclose1.c: New file.
56457 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
56459         [BZ #12511]
56460         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
56461         don't set DF_1_NODELETE here.
56462         (do_lookup_x): When entering new entry test for copy relocation
56463         and if necessary set DF_1_NODELETE flag.
56464         * elf/tst-unique4.cc: New file.
56465         * elf/tst-unique4.h: New file.
56466         * elf/tst-unique4lib.cc: New file.
56467         * elf/Makefile: Add rules to build and run tst-unique4.
56468         Patch by Piotr Bury <pbury@goahead.com>.
56470 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
56472         [BZ #12052]
56473         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
56475         [BZ #12625]
56476         * misc/mntent_r.c (addmntent): Flush the stream after the output
56478         [BZ #12393]
56479         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
56480         (is_trusted_path_normalize): Skip initial colon.  Append slash
56481         to empty buffer.  Duplicate is_trusted_path code but allow
56482         constructed patch to be prefix.
56483         (is_dst): Allow $ORIGIN followed by /.
56484         (_dl_dst_substitute): Correct clearing of check_for_trusted.
56485         Correct testing of result of is_trusted_path_normalize
56486         (decompose_rpath): Fix warning.
56488 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
56490         [BZ #11257]
56491         * grp/initgroups.c (internal_getgrouplist): When we found the service
56492         list through the initgroups entry in nsswitch.conf do not always
56493         continue on a successful lookup.  Don't always use the
56494         __nss_group_database value if it is set.
56495         * nss/nsswitch.conf (initgroups): Change action for successful db
56496         lookup to continue for compatibility.
56498 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
56500         [BZ #11532]
56501         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
56502         and CP774 modules.
56503         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
56504         and CP774 modules.
56505         * iconvdata/tst-tables.sh: Likewise.
56506         * iconvdata/cp770.c: New file.
56507         * iconvdata/cp771.c: New file.
56508         * iconvdata/cp772.c: New file.
56509         * iconvdata/cp773.c: New file.
56510         * iconvdata/cp774.c: New file.
56511         * iconvdata/testdata/CP770: New file.
56512         * iconvdata/testdata/CP770..UTF8: New file.
56513         * iconvdata/testdata/CP771: New file.
56514         * iconvdata/testdata/CP771..UTF8: New file.
56515         * iconvdata/testdata/CP772: New file.
56516         * iconvdata/testdata/CP772..UTF8: New file.
56517         * iconvdata/testdata/CP773: New file.
56518         * iconvdata/testdata/CP773..UTF8: New file.
56519         * iconvdata/testdata/CP774: New file.
56520         * iconvdata/testdata/CP774..UTF8: New file.
56522         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
56523         END CHARMAP line.
56524         * iconvdata/gen-8bit-gap.sh: Likewise.
56525         * iconvdata/gen-8bit.sh: Likewise.
56527         * locale/iso-639.def: Add ary entry.
56529         [BZ #11258]
56530         * locale/C-translit.h.in: Add U20A1 transliteration.
56532         [BZ #12178]
56533         * locale/iso-639.def: Add wae entry.
56534         Patch by Kevin Bortis <bortis@translate-wae.ch>.
56536         [BZ #12545]
56537         * locale/programs/localedef.c (construct_output_path): Use ssize_t
56538         for n.
56540         [BZ #12711]
56541         * locale/C-translit.h.in: Add entry for U20B9.
56542         Patch by pravin.d.s@gmail.com.
56544 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
56546         [BZ #12713]
56547         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
56548         ENAMETOOLONG use generic getcwd.
56549         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
56550         in rtld.  Use *stat64.
56551         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
56552         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
56553         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
56554         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
56555         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
56556         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
56557         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
56558         __fstatat64 macros.
56559         * include/dirent.h: Add libc_hidden_proto for rewinddir.
56560         * dirent/rewinddir.c: Add libc_hidden_def.
56561         * sysdeps/mach/hurd/rewinddir.c: Likewise.
56562         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
56564         * include/dirent.h (__alloc_dir): Add flags parameter.
56565         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
56566         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
56567         __alloc_dir.
56568         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
56569         from fdopendir if O_CLOEXEC is already set.
56571 2011-03-15  Alan Modra  <amodra@gmail.com>
56573         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
56574         l_tls_firstbyte_offset non-zero.  Save padding offset in
56575         l_tls_firstbyte_offset for later use.
56576         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
56577         freeing static tls block.
56579 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
56581         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
56582         where #ifdef was intended.  The intent is to prevent ARG_MAX from
56583         being defined by the kernel headers.
56585 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
56587         [BZ #12734]
56588         * resolv/resolv.h: Define RES_NOTLDQUERY.
56589         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
56590         no-tld-query and set RES_NOTLDQUERY.
56591         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
56592         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
56593         modern BIND to search name as TLD unless forbidden.
56595 2011-05-07  Petr Baudis  <pasky@suse.cz>
56596             Ulrich Drepper  <drepper@gmail.com>
56598         [BZ #12393]
56599         * elf/dl-load.c (fillin_rpath): Move trusted path check...
56600         (is_trusted_path): ...to here.
56601         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
56602         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
56603         using is_trusted_path_normalize() in setuid scripts.
56605 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
56607         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
56608         __BEGIN/__END_DECLS.
56610 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
56612         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
56613         NSS_STATUS_NOTFOUND if no record was found.
56615 2011-05-05  Andreas Schwab  <schwab@redhat.com>
56617         * sunrpc/Makefile (headers): Add rpc/netdb.h.
56618         (headers-not-in-tirpc): Remove rpc/netdb.h
56619         * resolv/netdb.h: Revert last change.
56621 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
56623         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
56624         circular dependency between libgcc.a and libc.a.
56626 2011-05-05  Andreas Schwab  <schwab@redhat.com>
56628         * resolv/netdb.h: Don't include <rpc/netdb.h>.
56629         * nis/Makefile: Don't install rpcsvc/*.
56630         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
56631         instead of <rpc/types.h>.
56632         (MAXHOSTNAMELEN): Define.
56634 2011-05-03  Andreas Schwab  <schwab@redhat.com>
56636         * elf/ldconfig.c (add_dir): Don't crash on empty path.
56638 2011-04-28  Maciej Babinski  <mbabinski@google.com>
56640         [BZ #12714]
56641         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
56642         gethostbyname4_r when IPv6 results are possible.
56644 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
56646         [BZ #12723]
56647         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
56648         _PC_PIPE_BUF handling.
56650 2011-04-30  Bruno Haible  <bruno@clisp.org>
56652         [BZ #12717]
56653         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
56654         * resolv/netdb.h (getnameinfo): Change type of flags parameter
56655         to 'int'.
56656         * inet/getnameinfo.c (getnameinfo): Likewise.
56658 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
56660         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
56661         to groups setting in database lookup.
56662         * nss/nsswitch.conf: Add initgroups entry.
56664 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
56666         [BZ #12685]
56667         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
56668         mode string.
56669         Patch by Eric Blake <eblake@redhat.com>.
56671 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
56673         * sunrpc/Makefile (need-export-routines): Add svc_run.
56674         (routines): Remove svc_run.
56675         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
56676         * sunrpc/clnt_perr.c (clnt_perrno): Export.
56677         * sunrpc/svc_run.c (svc_run): Likewise.
56678         * sunrpc/svc_udp.c (svcudp_create): Likewise.
56680 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
56682         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
56683         problem in reallocation in last patch.
56685 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
56687         * sunrpc/Makefile: Move inclusion of Rules.
56689 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
56691         * nss/nss_files/files-initgroups.c: New file.
56692         * nss/Makefile (libnss_files-routines): Add files-initgroups.
56693         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
56694         _nss_files_initgroups_dyn.
56696 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
56698         * elf/elf.h (R_ARM_IRELATIVE): Define.
56700 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
56702         * po/ru.po: Update from translation team.
56704 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56706         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
56707         dependencies.
56709 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
56711         [BZ #12653]
56712         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
56713         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
56714         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
56715         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
56716         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
56718 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
56720         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
56721         differing bytes.
56722         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
56723         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
56724         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
56726 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56728         [BZ #12420]
56729         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
56730         storing it.
56731         * stdlib/bug-getcontext.c: New file.
56732         * stdlib/Makefile: Add rules to build and run bug-getcontext.
56734 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56736         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
56737         instructions into .machine "z9-109".
56738         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
56739         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
56741 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56743         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
56744         between environment variables and auxiliary vector.
56746 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
56748         * Makefile: Add rules to build linkobj/libc.so.
56749         * include/libc-symbols.h: Define libc_hidden_nolink.
56750         * include/rpc/auth.h: Mark functions which are to be hidden.
56751         * include/rpc/auth_des.h: Likewise.
56752         * include/rpc/auth_unix.h: Likewise.
56753         * include/rpc/clnt.h: Likewise.
56754         * include/rpc/des_crypt.h: Likewise.
56755         * include/rpc/key_prot.h: Likewise.
56756         * include/rpc/pmap_clnt.h: Likewise.
56757         * include/rpc/pmap_prot.h: Likewise.
56758         * include/rpc/pmap_rmt.h: Likewise.
56759         * include/rpc/rpc_msg.h: Likewise.
56760         * include/rpc/svc.h: Likewise.
56761         * include/rpc/svc_auth.h: Likewise.
56762         * include/rpc/xdr.h: Likewise.
56763         * nis/Makefile: Link all DSOs against linkobj/libc.so.
56764         * nss/Makefile: Likewise.
56765         * sunrpc/Makefile: Don't install headers.  Build library with normal
56766         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
56767         * sunrpc/auth_des.c: Hide exported symbols by default, export some
56768         for the compat linking library.  Remove use of INTDEF/INTUSE.
56769         * sunrpc/auth_none.c: Likewise.
56770         * sunrpc/auth_unix.c: Likewise.
56771         * sunrpc/authdes_prot.c: Likewise.
56772         * sunrpc/authuxprot.c: Likewise.
56773         * sunrpc/clnt_gen.c: Likewise.
56774         * sunrpc/clnt_perr.c: Likewise.
56775         * sunrpc/clnt_raw.c: Likewise.
56776         * sunrpc/clnt_simp.c: Likewise.
56777         * sunrpc/clnt_tcp.c: Likewise.
56778         * sunrpc/clnt_udp.c: Likewise.
56779         * sunrpc/clnt_unix.c: Likewise.
56780         * sunrpc/des_crypt.c: Likewise.
56781         * sunrpc/des_soft.c: Likewise.
56782         * sunrpc/get_myaddr.c: Likewise.
56783         * sunrpc/key_call.c: Likewise.
56784         * sunrpc/key_prot.c: Likewise.
56785         * sunrpc/netname.c: Likewise.
56786         * sunrpc/pm_getmaps.c: Likewise.
56787         * sunrpc/pm_getport.c: Likewise.
56788         * sunrpc/pmap_clnt.c: Likewise.
56789         * sunrpc/pmap_prot.c: Likewise.
56790         * sunrpc/pmap_prot2.c: Likewise.
56791         * sunrpc/pmap_rmt.c: Likewise.
56792         * sunrpc/publickey.c: Likewise.
56793         * sunrpc/rpc_cmsg.c: Likewise.
56794         * sunrpc/rpc_common.c: Likewise.
56795         * sunrpc/rpc_dtable.c: Likewise.
56796         * sunrpc/rpc_prot.c: Likewise.
56797         * sunrpc/rpc_thread.c: Likewise.
56798         * sunrpc/rtime.c: Likewise.
56799         * sunrpc/svc.c: Likewise.
56800         * sunrpc/svc_auth.c: Likewise.
56801         * sunrpc/svc_authux.c: Likewise.
56802         * sunrpc/svc_raw.c: Likewise.
56803         * sunrpc/svc_run.c: Likewise.
56804         * sunrpc/svc_simple.c: Likewise.
56805         * sunrpc/svc_tcp.c: Likewise.
56806         * sunrpc/svc_udp.c: Likewise.
56807         * sunrpc/svc_unix.c: Likewise.
56808         * sunrpc/svcauth_des.c: Likewise.
56809         * sunrpc/xcrypt.c: Likewise.
56810         * sunrpc/xdr.c: Likewise.
56811         * sunrpc/xdr_array.c: Likewise.
56812         * sunrpc/xdr_float.c: Likewise.
56813         * sunrpc/xdr_intXX_t.c: Likewise.
56814         * sunrpc/xdr_mem.c: Likewise.
56815         * sunrpc/xdr_rec.c: Likewise.
56816         * sunrpc/xdr_ref.c: Likewise.
56817         * sunrpc/xdr_sizeof.c: Likewise.
56818         * sunrpc/xdr_stdio.c: Likewise.
56820 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
56822         [BZ #12650]
56823         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
56824         * sysdeps/ia64/dl-tls.h: Likewise.
56825         * sysdeps/powerpc/dl-tls.h: Likewise.
56826         * sysdeps/s390/dl-tls.h: Likewise.
56827         * sysdeps/sh/dl-tls.h: Likewise.
56828         * sysdeps/sparc/dl-tls.h: Likewise.
56829         * sysdeps/x86_64/dl-tls.h: Likewise.
56830         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
56832 2011-03-14  Andreas Schwab  <schwab@redhat.com>
56834         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
56835         rpath element also skip the following colon.
56836         (expand_dynamic_string_token): Add is_path parameter and pass
56837         down to DL_DST_REQUIRED and _dl_dst_substitute.
56838         (decompose_rpath): Call expand_dynamic_string_token with
56839         non-zero is_path.  Ignore empty rpaths.
56840         (_dl_map_object_from_fd): Call expand_dynamic_string_token
56841         with zero is_path.
56843 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
56845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
56846         Make cancelable.
56848 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
56850         [BZ #12655]
56851         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
56852         Patch by Filipe David Manana <fdmanana@apache.org>.
56854 2011-04-07  Andreas Schwab  <schwab@redhat.com>
56856         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
56857         Maintain aligned stack.
56858         (CHECK_RSP): Remove unused macro.
56860 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
56862         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
56863         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
56865 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
56867         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
56869         * include/features.h: Mention __USE_XOPEN2K8 in comment.
56871 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
56873         [BZ #12518]
56874         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
56875         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
56876         * sysdeps/x86_64/memmove.c: New file.
56877         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
56878         (memcpy): Renamed to ...
56879         (__new_memcpy): This.
56880         (memcpy): Provide GLIBC_2_14 memcpy.
56881         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
56882         (memcpy): Provide GLIBC_2_2_5 memcpy.
56884 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56886         [BZ #12631]
56887         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
56889 2011-03-30  Andreas Schwab  <schwab@redhat.com>
56891         * misc/syncfs.c: New file.
56892         * misc/Makefile (routines): Add syncfs.
56893         * posix/unistd.h: Declare syncfs.
56894         * sysdeps/unix/syscalls.list: Add syncfs.
56896 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56898         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
56899         open_by_handle_at.
56900         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56901         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56902         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56903         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56904         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56905         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
56906         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56908 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56910         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
56911         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56912         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
56913         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56914         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56915         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56916         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56918         * io/Makefile: Compile fallocate.c, fallocate64.c, and
56919         sync_file_range.c with -fexceptions.
56920         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
56921         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
56922         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
56923         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
56924         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
56925         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
56926         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
56927         sync_file_range as cancellation point
56928         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
56929         now a wrapper around __call_sync_file_range with cancellation handling.
56930         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
56931         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
56932         function name to __call_sync_file_range.
56933         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
56934         Add call_sync_file_range.
56936 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56938         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
56939         bits/timex.h.
56941 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56943         * iconv/iconv.h: Fix typo in comment.
56944         * io/fcntl.h: Likewise.
56945         * libio/stdio.h: Likewise.
56946         * posix/spawn.h: Likewise.
56947         * posix/unistd.h: Likewise.
56948         * stdlib/stdlib.h: Likewise.
56949         * time/time.h: Likewise.
56950         * wcsmbs/wchar.h: Likewise.
56952         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
56953         open_by_handle): Add.
56954         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
56955         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
56956         Augment a few comments.
56957         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56958         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56959         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56960         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56961         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56962         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
56963         open_by_handle.
56965         * io/fcntl.h (AT_EMPTY_PATH): Define.
56967 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
56969         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
56970         * sysdeps/unix/sysv/linux/bits/time.h: New file.
56971         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
56972         to...
56973         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
56974         * Versions.def: Add GLIBC_2.14.
56975         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
56976         Export.
56978 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
56980         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
56981         round counter.
56982         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56984 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
56986         [BZ #12597]
56987         * string/test-strncmp.c (do_page_test): New function.
56988         (check2): Likewise.
56989         (test_main): Call check2.
56990         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
56992 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
56994         [BZ #12587]
56995         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
56996         Handle cache information in CPU leaf 4.
56997         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56999 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
57001         [BZ #12583]
57002         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
57003         character representation.
57004         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
57006 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
57008         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
57009         END(__isnan) to END(__isnanf) to match function entry point/label
57010         EALIGN(__isnanf,...).
57012 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
57014         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
57016 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
57018         [BZ #12510]
57019         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
57020         copy from the symbol referenced in the relocation to initialize the
57021         used variable.
57022         Patch by Piotr Bury <pbury@goahead.com>.
57023         * elf/Makefile: Add rules to build and tst-unique3.
57024         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
57025         * elf/tst-unique3.cc: New file.
57026         * elf/tst-unique3.h: New file.
57027         * elf/tst-unique3lib.cc: New file.
57028         * elf/tst-unique3lib2.cc: New file.
57030         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
57032 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
57034         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
57035         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
57036         to _start.
57038 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
57040         * elf/dl-load.c (_dl_map_object): If we are looking for the first
57041         to-be-loaded object along a path to loader is ld.so.
57043 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
57044             Ulrich Drepper  <drepper@gmail.com>
57046         * sysdeps/x86_64/memset.S: After aligning destination, code
57047         branches to different locations depending on the value of
57048         misalignment, when multiarch is enabled. Fix this.
57050 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
57052         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
57053         Set _x86_64_preferred_memory_instruction for AMD processsors.
57054         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57055         Set bit_Prefer_SSE_for_memop for AMD processors.
57057 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
57059         * libio/fmemopen.c (fmemopen): Optimize a bit.
57061 2011-03-03  Andreas Schwab  <schwab@redhat.com>
57063         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
57065 2011-03-03  Roland McGrath  <roland@redhat.com>
57067         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
57069 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
57071         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
57072         __bzero_ultra1 instead of __memset_ultra1.
57074 2011-02-23  Andreas Schwab  <schwab@redhat.com>
57075             Ulrich Drepper  <drepper@gmail.com>
57077         [BZ #12509]
57078         * include/link.h (struct link_map): Add l_orig_initfini.
57079         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
57080         returning unsuccessfully.
57081         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
57082         close of a file loaded at startup, restore the original l_initfini
57083         list.
57084         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
57085         list, store the pointer.
57086         * elf/Makefile ($(objpfx)noload-mem): New rule.
57087         (noload-ENV): Define.
57088         (tests): Add $(objpfx)noload-mem.
57089         * elf/noload.c: Include <memcheck.h>.
57090         (main): Call mtrace.  Close all opened handles.
57092 2011-02-17  Andreas Schwab  <schwab@redhat.com>
57094         [BZ #12454]
57095         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
57096         dependencies are missing.
57098 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57100         Fix __if_freereq crash: Unlike the generic version which uses free,
57101         Hurd needs munmap.
57102         * sysdeps/mach/hurd/ifreq.h: New file.
57104 2011-01-27  Petr Baudis  <pasky@suse.cz>
57105             Ulrich Drepper  <drepper@gmail.com>
57107         [BZ 12445]#
57108         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
57109         to extend_alloca().
57110         * stdio-common/bug23.c: New file.
57111         * stdio-common/Makefile (tests): Add bug23.
57113 2010-09-28  Andreas Schwab  <schwab@redhat.com>
57114             Ulrich Drepper  <drepper@gmail.com>
57116         [BZ #12489]
57117         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
57118         before performing relro protection.  At old place add assertion
57119         to make sure nothing changed.
57121 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
57122             Glauber de Oliveira Costa  <glommer@gmail.com>
57124         * elf/elf.h: Add new ARM TLS relocs.
57126 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
57128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
57129         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
57130         cast from r3.
57131         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
57132         'tests' variable.
57133         * sysdeps/wordsize-64/tst-writev.c: New file.
57135 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
57137         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
57138         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
57139         insns in _dl_start to prevent a TOC reference before relocs are
57140         resolved.
57142 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
57144         [BZ #12469]
57145         * Makeconfig: Remove RANLIB definition.
57146         * Makerules: Don't use RANLIB.
57147         * aclocal.m4: Remove ranlib test.
57148         * configure.in: No need to check for ranlib.
57149         * elf/rtld-Rules: Don't use RANLIB.
57151 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57153         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
57154         protection macro.
57155         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
57156         inclusion protection macro.
57158         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
57159         SIGRTMIN and SIGRTMAX and print information in that case only when
57160         SIGRTMIN is defined.
57162 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
57164         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
57165         arginfo fn returning -1.
57167         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
57168         and thousands string is zero terminated.
57170 2011-02-03  Andreas Schwab  <schwab@redhat.com>
57172         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
57173         sysdeps/unix/sysv/linux/bits/socket.h.
57175 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57177         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
57178         (__CPU_COUNT): Remove old macros.
57179         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
57180         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
57181         (__CPU_ALLOC, __CPU_FREE): Add macros.
57182         (__sched_cpualloc, __sched_cpufree): Add declarations.
57184 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
57186         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
57187         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
57188         * nscd/aicache.c (addhstaiX): Return timeout of added value.
57189         (readdhstai): Return value of addhstaiX call.
57190         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
57191         (addgrbyX): Return value returned by cache_addgr.
57192         (readdgrbyname): Return value returned by addgrbyX.
57193         (readdgrbygid): Likewise.
57194         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
57195         (addpwbyX): Return value returned by cache_addpw.
57196         (readdpwbyname): Return value returned by addhstbyX.
57197         (readdpwbyuid): Likewise.
57198         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
57199         (addservbyX): Return value returned by cache_addserv.
57200         (readdservbyname): Return value returned by addservbyX:
57201         (readdservbyport): Likewise.
57202         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
57203         (addhstbyX): Return value returned by cache_addhst.
57204         (readdhstbyname): Return value returned by addhstbyX.
57205         (readdhstbyaddr): Likewise.
57206         (readdhstbynamev6): Likewise.
57207         (readdhstbyaddrv6): Likewise.
57208         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
57209         (readdinitgroups): Return value returned by addinitgroupsX.
57210         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
57211         (prune_cache): Keep track of timeout value of re-added entries.
57212         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
57213         * nscd/nscd.h: Adjust prototypes of readd* functions.
57215 2011-02-04  Roland McGrath  <roland@redhat.com>
57217         * nis/nis_server.c (nis_servstate): Use the right name for 0.
57218         (nis_stats): Likewise.
57219         * nis/nis_modify.c (nis_modify): Likewise.
57220         * nis/nis_remove.c (nis_remove): Likewise.
57221         * nis/nis_add.c (nis_add): Likewise.
57223         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
57225         * posix/fnmatch_loop.c: Add some consts.
57227         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
57229 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
57231         [BZ #12460]
57232         * config.make.in (config-cflags-novzeroupper): Define.
57233         * configure.in: Substitute libc_cv_cc_novzeroupper.
57234         * elf/Makefile (AVX-CFLAGS): Define.
57235         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
57236         (CFLAGS-tst-auditmod4a.c): Likewise.
57237         (CFLAGS-tst-auditmod4b.c): Likewise.
57238         (CFLAGS-tst-auditmod6b.c): Likewise.
57239         (CFLAGS-tst-auditmod6c.c): Likewise.
57240         (CFLAGS-tst-auditmod7b.c): Likewise.
57241         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
57243 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
57245         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
57246         function to the callback.
57247         Patch partly by Jiri Olsa <jolsa@redhat.com>.
57249 2011-02-02  Andreas Schwab  <schwab@redhat.com>
57251         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
57252         of errno.
57254 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
57256         [BZ #11724]
57257         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
57258         of constructors.
57259         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
57260         of destructors.
57261         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
57263         [BZ #11724]
57264         * elf/Makefile: Add rules to build and run new test.
57265         * elf/tst-initorder.c: New file.
57266         * elf/tst-initorder.exp: New file.
57267         * elf/tst-initordera1.c: New file.
57268         * elf/tst-initordera2.c: New file.
57269         * elf/tst-initordera3.c: New file.
57270         * elf/tst-initordera4.c: New file.
57271         * elf/tst-initorderb1.c: New file.
57272         * elf/tst-initorderb2.c: New file.
57273         * elf/tst-order-a1.c: New file.
57274         * elf/tst-order-a2.c: New file.
57275         * elf/tst-order-a3.c: New file.
57276         * elf/tst-order-a4.c: New file.
57277         * elf/tst-order-b1.c: New file.
57278         * elf/tst-order-b2.c: New file.
57279         * elf/tst-order-main.c: New file.
57280         New test case by George Gensure <werkt0@gmail.com>.
57282 2010-10-01  Andreas Schwab  <schwab@redhat.com>
57284         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
57285         decoding ACE if AI_CANONIDN.
57287 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
57289         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
57291 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
57293         * version.h (RELEASE): Bump for 2.13 release.
57294         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
57296         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
57298         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
57299         MADV_NOHUGEPAGE.
57300         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
57301         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
57302         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
57303         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
57304         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
57305         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
57307         * posix/getconf.c: Update copyright year.
57308         * catgets/gencat.c: Likewise.
57309         * csu/version.c: Likewise.
57310         * debug/catchsegv.sh: Likewise.
57311         * debug/xtrace.sh: Likewise.
57312         * elf/ldconfig.c: Likewise.
57313         * elf/ldd.bash.in: Likewise.
57314         * elf/sprof.c (print_version): Likewise.
57315         * iconv/iconv_prog.c: Likewise.
57316         * iconv/iconvconfig.c: Likewise.
57317         * locale/programs/locale.c: Likewise.
57318         * locale/programs/localedef.c: Likewise.
57319         * malloc/memusage.sh: Likewise.
57320         * malloc/mtrace.pl: Likewise.
57321         * nscd/nscd.c (print_version): Likewise.
57322         * nss/getent.c: Likewise.
57324         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
57325         PF_CAIF, and PF_ALG.
57326         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
57328 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
57330         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
57331         (modules-names): Use them.
57332         (ifunc-test-modules, ifunc-pie-tests): Define.
57333         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
57334         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
57335         (test-extras): Likewise.
57336         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
57337         $(compile-command.c).
57338         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
57339         (all-built-dso): Define.
57340         (check-textrel.out, check-execstack.out): Depend on it.
57342         * configure.in: Don't override --enable-multi-arch.
57344 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
57346         [BZ #6812]
57347         * nscd/hstcache.c (tryagain): Define.
57348         (cache_addhst): Return tryagain not notfound for temporary errors.
57349         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
57350         failed.
57352 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
57354         [BZ #10563]
57355         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
57356         to make the syscall.
57357         * sysdeps/unix/sysv/linux/setgroups.c: New file.
57359         [BZ #12378]
57360         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
57361         and fall back to matching as normal character if the string ends before
57362         the matching ']' is found.  This is what POSIX requires.
57363         * posix/testfnm.c: Adjust test result.
57364         * posix/globtest.sh: Adjust test result.  Add new test.
57365         * posix/tst-fnmatch.input: Likewise.
57366         * posix/tst-fnmatch2.c: Add new test.
57368 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
57370         * elf/Makefile (check-execstack): Revert last change.  Depend on
57371         check-execstack.h.
57372         (check-execstack.h): New target.
57373         (generated): Add check-execstack.h.
57374         * elf/check-execstack.c: Include "check-execstack.h".
57375         (main): Revert last change.
57376         (handle_file): Return zero if GNU_STACK is absent and
57377         DEFAULT_STACK_PERMS doesn't include PF_X.
57379 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
57381         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
57382         in child fails because the descriptor is already closed.
57383         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
57384         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
57385         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
57387         [BZ #12397]
57388         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
57389         syscall.
57391         [BZ #10484]
57392         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
57393         temporary buffer used to handle multi lookups locally.
57394         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
57396 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
57398         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
57399         loader is ld.so.
57401 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
57403         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
57404         alignment for SSE2.
57406 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
57408         [BZ #12394]
57409         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
57410         characters.  When rounding increased number of integer digits recompute
57411         number of groups.
57412         * stdio-common/tst-grouping.c: New file.
57413         * stdio-common/Makefile: Add rules to build and run tst-grouping.
57415 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
57417         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
57418         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
57420         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
57421         void.
57422         * bits/select.h: Likewise.
57424 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
57426         * po/ja.po: Update from translation team.
57428 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
57430         [BZ #11155]
57431         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
57432         implementation just like for lxstat, fxstatat, et al.
57434 2010-12-27  Jim Meyering  <meyering@redhat.com>
57436         [BZ #12348]
57437         * posix/regexec.c (build_trtable): Return failure indication upon
57438         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
57440 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
57442         [BZ #12201]
57443         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
57444         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
57445         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
57446         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
57448         [BZ #12207]
57449         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
57451         [BZ #12204]
57452         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
57453         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
57455 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
57457         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
57458         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
57459         script has SORT_BY_INIT_PRIORITY.
57460         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
57461         NO_CTORS_DTORS_SECTIONS is defined.
57462         * elf/soinit.c: Likewise.
57463         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
57464         NO_CTORS_DTORS_SECTIONS is defined.
57465         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
57466         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
57467         * sysdeps/sh/init-first.c: Likewise.
57468         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
57470 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
57472         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
57473         always use the slow path.
57475 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
57477         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
57478         similar rule which adds the sysdep directories to the header search in
57479         order to pick up the correct platform stackinfo.h.
57480         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
57481         perform test if it is, otherwise return successfully without testing.
57482         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
57483         DEFAULT_STACK_PERMS define in stackinfo.h.
57484         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
57485         defined in stackinfo.h.
57486         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
57487         DEFAULT_STACK_PERMS defined in stackinfo.h.
57488         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
57489         * sysdeps/ia64/stackinfo.h: Likewise.
57490         * sysdeps/s390/stackinfo.h: Likewise.
57491         * sysdeps/sh/stackinfo.h: Likewise.
57492         * sysdeps/sparc/stackinfo.h: Likewise.
57493         * sysdeps/x86_64/stackinfo.h: Likewise.
57494         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
57495         PF_X for powerpc64.  Retain PF_X for powerpc32.
57497 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
57499         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
57500         accurately.
57501         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
57502         GETDENTS_64BIT_ALIGNED.
57504 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
57506         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
57508 2010-12-10  Andreas Schwab  <schwab@redhat.com>
57510         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
57511         _GNU_SOURCE.
57513         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
57514         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
57515         Remove __restrict.
57516         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
57517         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
57519 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
57521         [BZ #11655]
57522         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
57523         are initialized.
57525 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
57527         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
57529 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
57531         * po/it.po: Update from translation team.
57533 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
57535         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
57536         unused codes.
57538 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
57540         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
57542 2010-11-24  Andreas Schwab  <schwab@redhat.com>
57544         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
57545         specially.
57546         (gaih_getanswer_slice): Likewise.
57548 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
57550         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
57552 2010-05-31  Petr Baudis  <pasky@suse.cz>
57554         [BZ #11149]
57555         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
57556         silently even in the chroot mode.
57558 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
57560         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
57561         last patch a bit.  Pretty printing
57563 2010-05-31  Petr Baudis <pasky@suse.cz>
57565         [BZ #10085]
57566         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
57567         initialization of skip_initgroups_dyn.
57569 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
57571         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
57572         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
57574 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
57576         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
57578 2010-11-11  Andreas Schwab  <schwab@redhat.com>
57580         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
57581         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
57582         (tst-fnmatch-ENV): Set MALLOC_TRACE.
57583         ($(objpfx)tst-fnmatch-mem): New rule.
57584         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
57585         * posix/tst-fnmatch.c (main): Call mtrace.
57587 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
57589         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57590         Support Intel processor model 6 and model 0x2c.
57592 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
57594         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
57595           signed comparison.
57597 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
57599         [BZ #12205]
57600         * string/test-strncasecmp.c (check_result): New function.
57601         (do_one_test): Use it.
57602         (check1): New function.
57603         (test_main): Use it.
57604         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
57605         Support strcasecmp and strncasecmp.
57607 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
57609         [BZ #12194]
57610         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
57611         * sysdeps/x86_64/bits/byteswap.h: Likewise.
57613 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
57615         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
57616         IFUNC support.
57617         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57618         memset-x86-64.
57619         * sysdeps/x86_64/multiarch/bzero.S: New file.
57620         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
57621         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
57622         * sysdeps/x86_64/multiarch/memset.S: New file.
57623         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
57624         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57625         Set bit_Prefer_SSE_for_memop for Intel processors.
57626         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
57627         Define.
57628         (index_Prefer_SSE_for_memop): Define.
57629         (HAS_PREFER_SSE_FOR_MEMOP): Define.
57631 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
57633         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
57634         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
57636 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
57638         [BZ #12191]
57639         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57640         (__x86_64_raw_data_cache_size_half): Likewise.
57641         (__x86_64_raw_shared_cache_size): Likewise.
57642         (__x86_64_raw_shared_cache_size_half): Likewise.
57644         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57645         (__x86_64_raw_data_cache_size_half): Likewise.
57646         (__x86_64_raw_shared_cache_size): Likewise.
57647         (__x86_64_raw_shared_cache_size_half): Likewise.
57648         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
57649         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
57650         and __x86_64_raw_shared_cache_size_half.  Round
57651         __x86_64_data_cache_size_half, __x86_64_data_cache_size
57652         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
57653         to multiple of 256 bytes.
57655 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
57657         [BZ #12167]
57658         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
57659         of inacessible symlinks.  Verify result of symlink before returning it.
57660         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
57661         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
57663 2010-10-28  Erich Ritz  <erichritz@gmail.com>
57665         * math/math.h (isinf): Fix typo in comment.
57667 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
57669         * po/da.po: Update from translation team.
57671 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
57673         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
57674         is added to the list.
57676 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57677             Ulrich Drepper  <drepper@gmail.com>
57679         * elf/dl-object.c (_dl_new_object): Don't append the new object to
57680         the global list here.  Move code to...
57681         (_dl_add_to_namespace_list): ...here.  New function.
57682         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
57683         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
57684         * elf/dl-load.c (lose): Don't remove the element from the list.
57685         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
57686         (_dl_map_object): Likewise.
57688 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
57690         [BZ #12159]
57691         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
57692         into all bytes of SSE register.
57693         Patch by Richard Li <richardpku@gmail.com>.
57695 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
57697         [BZ #12140]
57698         * malloc/malloc.c (_int_free): Fill correct number of bytes when
57699         perturbing.
57701 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
57703         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
57704         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
57705         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
57706         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
57707         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
57708         submachine.
57709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
57711 2010-10-22  Andreas Schwab  <schwab@redhat.com>
57713         * include/dlfcn.h (__RTLD_SECURE): Define.
57714         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
57715         mode & __RTLD_SECURE instead.
57716         (open_path): Rename preloaded parameter to secure.
57717         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
57718         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
57719         * elf/dl-deps.c (openaux): Likewise.
57720         * elf/rtld.c (struct map_args): Remove is_preloaded.
57721         (map_doit): Don't use it.
57722         (dl_main): Likewise.
57723         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
57724         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
57726 2010-09-09  Andreas Schwab  <schwab@redhat.com>
57728         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
57729         (sysd-rules-targets): Remove duplicates.
57730         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
57731         rtld-%.$o dependency.
57733 2010-10-18  Andreas Schwab  <schwab@redhat.com>
57735         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
57736         _dl_map_object do it.
57738 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
57740         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
57741         fast fma builtins, define the macros in the C99 standard.
57742         (FP_FAST_FMAF): Likewise.
57743         (FP_FAST_FMAL): Likewise.
57744         * sysdeps/x86_64/bits/mathdef.h: Likewise.
57746         * bits/mathdef.h: Update copyright year.
57747         * sysdeps/powerpc/bits/mathdef.h: Likewise.
57749 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
57751         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
57752         builtins, define the macros in the C99 standard.
57753         (FP_FAST_FMAF): Likewise.
57754         (FP_FAST_FMAL): Likewise.
57755         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
57756         multiply/add.
57757         (FP_FAST_FMAF): Likewise.
57759 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
57761         [BZ #3268]
57762         * math/libm-test.inc (fma_test): Some new testcases.
57763         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
57764         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
57765         y and infinite z.  Do multiplication by C already in long double.
57766         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
57767         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
57768         y and infinite z.  Do bitwise or of inexact bit into u.d.
57769         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
57770         * sysdeps/i386/fpu/s_fmaf.S: Removed.
57771         * sysdeps/i386/fpu/s_fma.S: Removed.
57772         * sysdeps/i386/fpu/s_fmal.S: Removed.
57774 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
57776         [BZ #3268]
57777         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
57778         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
57779         computation is not scheduled after fetestexcept.  Fix value
57780         of minimum denormal long double.
57782 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
57784         [BZ #3268]
57785         * math/libm-test.inc (fma_test): Add some more tests.
57786         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
57787         correctly.
57789 2010-10-15  Andreas Schwab  <schwab@redhat.com>
57791         * scripts/data/localplt-s390-linux-gnu.data: New file.
57792         * scripts/data/localplt-s390x-linux-gnu.data: New file.
57794 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
57796         [BZ #3268]
57797         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
57798         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
57799         instead of dbl-64.
57800         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
57801         inlines.
57802         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
57803         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
57804         if one of x and y is very large and the other is subnormal.
57805         * sysdeps/s390/fpu/s_fmaf.c: New file.
57806         * sysdeps/s390/fpu/s_fma.c: New file.
57807         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
57808         * sysdeps/powerpc/fpu/s_fma.S: New file.
57809         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
57810         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
57811         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
57813 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
57815         [BZ #3268]
57816         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
57817         fma tests.
57818         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
57819         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
57820         * sysdeps/i386/i686/multiarch/s_fma.c: Include
57821         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
57822         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
57823         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
57824         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
57826 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
57828         [BZ #12078]
57829         * posix/regcomp.c (parse_branch): One more memory leak plugged.
57830         * posix/bug-regex31.input: Add test case.
57832 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57834         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
57835         * posix/bug-regex31.input: New file.
57837         [BZ #12078]
57838         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
57839         (parse_sub_exp): Fix last change, use postorder.
57841         * posix/bug-regex31.c: New file.
57842         * posix/Makefile: Add rules to build and run bug-regex31.
57844         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
57846         [BZ #12078]
57847         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
57849         [BZ #12108]
57850         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
57851         to have entries in sys_siglist.
57853         [BZ #12093]
57854         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
57855         be NULL.
57857 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
57859         [BZ #3268]
57860         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
57861         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
57862         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
57863         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
57864         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
57865         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
57866         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
57867         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
57868         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
57869         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
57870         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
57871         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
57872         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
57873         * math/ftestexcept.c (fetestexcept): Likewise.
57874         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
57875         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
57876         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
57877         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
57878         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
57879         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
57880         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
57882 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57884         [BZ #12107]
57885         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
57886         newline.
57888 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
57890         * string/bug-strstr1.c: New file.
57891         * string/Makefile: Add rules to build and run bug-strstr1.
57893 2010-10-05  Eric Blake  <eblake@redhat.com>
57895         [BZ #12092]
57896         * string/str-two-way.h (two_way_long_needle): Always clear memory
57897         when skipping input due to the shift table.
57899 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
57901         [BZ #12005]
57902         * malloc/mcheck.c: Handle large requests.
57904         [BZ #12077]
57905         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
57906         for strncmp and strncasecmp.
57907         * string/stratcliff.c: Add tests for strcmp and strncmp.
57908         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
57910 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
57912         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
57913         __set_fpscr.
57915 2010-09-30  Andreas Jaeger  <aj@suse.de>
57917         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
57918         (CGROUP_SUPER_MAGIC): Define.
57919         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57920         Handle btrfs and cgroup file systems.
57921         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
57922         Likewise.
57924 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
57926         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
57927         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
57929 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57931         [BZ #12067]
57932         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
57933         trying to locate the ELF header.
57935 2010-09-27  Andreas Schwab  <schwab@redhat.com>
57937         [BZ #11611]
57938         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
57939         Mask out sign-bit copies when constructing f_fsid.
57941 2010-09-24  Petr Baudis <pasky@suse.cz>
57943         * debug/stack_chk_fail_local.c: Add missing licence exception.
57944         * debug/warning-nop.c: Likewise.
57946 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
57948         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
57949         implementing getdents64 using getdents syscall, set d_type if
57950         __ASSUME_GETDENTS32_D_TYPE.
57952 2010-09-16  Andreas Schwab  <schwab@redhat.com>
57954         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
57955         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
57957 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
57959         [BZ #12037]
57960         * posix/unistd.h: Undo change of feature selection for ftruncate from
57961         2010-01-11.
57963 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
57965         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
57966         detection.
57968 2010-09-20  Andreas Schwab  <schwab@redhat.com>
57970         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
57971         fanotify_mark.
57972         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57974 2010-09-14  Andreas Schwab  <schwab@redhat.com>
57976         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
57977         variables after CHECK_SP call.
57978         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
57980 2010-09-13  Andreas Schwab  <schwab@redhat.com>
57981             Ulrich Drepper  <drepper@redhat.com>
57983         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
57984         re-relocationg ld.so.
57985         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
57986         _dl_init_paths call.
57987         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
57988         here anymore.
57990 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
57992         * resolv/res_init.c (__res_vinit): Count the default server we added.
57994 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
57995             Ulrich Drepper  <drepper@redhat.com>
57997         [BZ #11968]
57998         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
57999         (____longjmp_chk): Use %ebx for saving value across system call.
58000         Add unwind info.
58002 2010-09-06  Andreas Schwab  <schwab@redhat.com>
58004         * manual/Makefile: Don't mix pattern rules with normal rules.
58006 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
58008         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
58009         operation.
58010         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
58011         * libio/iofopncook.c (_IO_cookie_init): Likewise.
58012         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
58013         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
58014         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
58015         Likewise.
58017 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
58019         [BZ #11979]
58020         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
58021         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
58023 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
58025         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
58026         * sysdeps/x86_64/addmul_1.S: Likewise.
58027         * sysdeps/x86_64/lshift.S: Likewise.
58028         * sysdeps/x86_64/mul_1.S: Likewise.
58029         * sysdeps/x86_64/rshift.S: Likewise.
58030         * sysdeps/x86_64/sub_n.S: Likewise.
58031         * sysdeps/x86_64/submul_1.S: Likewise.
58033 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58035         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
58036         Define __sched_param instead of SCHED_* and sched_param when
58037         <bits/sched.h> is included with __need_schedparam defined.
58038         * bits/sched.h [__need_schedparam]
58039         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
58040         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
58041         (__defined_schedparam): Define to 1.
58042         (__sched_param): New structure, identical to sched_param.
58043         (__need_schedparam): Undefine.
58045 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
58047         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
58048         (epoll_create1): Declare.
58050         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
58052 2010-08-31  Andreas Schwab  <schwab@redhat.com>
58054         [BZ #7066]
58055         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
58056         shifting retval into place.
58058 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
58060         * nis/rpcsvc/nis.h: Update copyright notice.
58061         * nis/rpcsvc/nis.x: Likewise.
58062         * nis/rpcsvc/nis_callback.h: Likewise.
58063         * nis/rpcsvc/nis_callback.x: Likewise.
58064         * nis/rpcsvc/nis_object.x: Likewise.
58065         * nis/rpcsvc/nis_tags.h: Likewise.
58066         * nis/rpcsvc/yp.h: Likewise.
58067         * nis/rpcsvc/yp.x: Likewise.
58068         * nis/rpcsvc/ypupd.h: Likewise.
58069         * nis/yp_xdr.c: Likewise.
58070         * nis/ypupdate_xdr.c: Likewise.
58072         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
58073         mainly the body of pmap_getport.  Add parameters to specify timeouts.
58074         (pmap_getport): Use __libc_rpc_getport.
58075         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
58076         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
58077         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
58079 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
58081         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
58082         fanotify_mark.
58084 2010-08-27  Roland McGrath  <roland@redhat.com>
58086         * sysdeps/i386/i686/multiarch/Makefile
58087         (CFLAGS-varshift.c): New variable.
58089 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
58091         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
58092         * sysdeps/i386/i686/multiarch/varshift.c: New file.
58094         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
58096         * sysdeps/x86_64/strlen.S: Minimal code improvement.
58098 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
58100         * sysdeps/x86_64/strlen.S: Unroll the loop.
58101         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58102         strlen-sse2 strlen-sse2-bsf.
58103         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
58104         __strlen_no_bsf if bit_Slow_BSF is set.
58105         (__strlen_sse42): Removed.
58106         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
58107         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
58109 2010-08-25  Roland McGrath  <roland@redhat.com>
58111         * sysdeps/x86_64/multiarch/varshift.S: File removed.
58112         * sysdeps/x86_64/multiarch/varshift.c: New file.
58113         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
58114         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
58115         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
58116         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
58118 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
58120         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
58121         strlen-sse2 strlen-sse2-bsf.
58122         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
58123         __strlen_sse2_bsf if bit_Slow_BSF is unset.
58124         (__strlen_sse2): Removed.
58125         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
58126         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
58127         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
58128         bit_Slow_BSF for Atom.
58129         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
58130         (index_Slow_BSF): Define.
58131         (HAS_SLOW_BSF): Define.
58133 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
58135         [BZ #10851]
58136         * resolv/res_init.c (__res_vinit): When no server address at all
58137         is given default to loopback.
58139 2010-08-24  Roland McGrath  <roland@redhat.com>
58141         * configure.in: Remove config-name.h generation.
58142         * configure: Regenerated.
58143         * config-name.in: File removed.
58144         * scripts/config-uname.sh: New file.
58145         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
58146         ($(objdir)config-name.h): New target.
58148         * sunrpc/rpc_parse.h: Avoid nested comment.
58150 2010-08-24  Richard Henderson  <rth@redhat.com>
58151             Ulrich Drepper  <drepper@redhat.com>
58152             H.J. Lu  <hongjiu.lu@intel.com>
58154         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
58155         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
58156         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
58157         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
58158         _mm_alignr_epi8 with _mm_loadu_si128.
58159         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
58160         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
58161         (__m128i_shift_right): Removed.
58162         * sysdeps/i386/i686/multiarch/varshift.h: New file.
58163         * sysdeps/i386/i686/multiarch/varshift.S: New file.
58164         * sysdeps/x86_64/multiarch/varshift.h: New file.
58165         * sysdeps/x86_64/multiarch/varshift.S: New file.
58167 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
58169         * configure.in: Move assembler checks to before sysdep dir checking.
58171 2010-08-20  Petr Baudis  <pasky@suse.cz>
58173         * LICENSES: Sync the sunrpc license.
58175 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
58177         * sunrpc/auth_des.c: Update copyright notice once again.
58178         * sunrpc/auth_none.c: Likewise.
58179         * sunrpc/auth_unix.c: Likewise.
58180         * sunrpc/authdes_prot.c: Likewise.
58181         * sunrpc/authuxprot.c: Likewise.
58182         * sunrpc/bindrsvprt.c: Likewise.
58183         * sunrpc/clnt_gen.c: Likewise.
58184         * sunrpc/clnt_perr.c: Likewise.
58185         * sunrpc/clnt_raw.c: Likewise.
58186         * sunrpc/clnt_simp.c: Likewise.
58187         * sunrpc/clnt_tcp.c: Likewise.
58188         * sunrpc/clnt_udp.c: Likewise.
58189         * sunrpc/clnt_unix.c: Likewise.
58190         * sunrpc/des_crypt.c: Likewise.
58191         * sunrpc/des_soft.c: Likewise.
58192         * sunrpc/get_myaddr.c: Likewise.
58193         * sunrpc/getrpcport.c: Likewise.
58194         * sunrpc/key_call.c: Likewise.
58195         * sunrpc/key_prot.c: Likewise.
58196         * sunrpc/openchild.c: Likewise.
58197         * sunrpc/pm_getmaps.c: Likewise.
58198         * sunrpc/pm_getport.c: Likewise.
58199         * sunrpc/pmap_clnt.c: Likewise.
58200         * sunrpc/pmap_prot.c: Likewise.
58201         * sunrpc/pmap_prot2.c: Likewise.
58202         * sunrpc/pmap_rmt.c: Likewise.
58203         * sunrpc/rpc/auth.h: Likewise.
58204         * sunrpc/rpc/auth_unix.h: Likewise.
58205         * sunrpc/rpc/clnt.h: Likewise.
58206         * sunrpc/rpc/des_crypt.h: Likewise.
58207         * sunrpc/rpc/key_prot.h: Likewise.
58208         * sunrpc/rpc/netdb.h: Likewise.
58209         * sunrpc/rpc/pmap_clnt.h: Likewise.
58210         * sunrpc/rpc/pmap_prot.h: Likewise.
58211         * sunrpc/rpc/pmap_rmt.h: Likewise.
58212         * sunrpc/rpc/rpc.h: Likewise.
58213         * sunrpc/rpc/rpc_des.h: Likewise.
58214         * sunrpc/rpc/rpc_msg.h: Likewise.
58215         * sunrpc/rpc/svc.h: Likewise.
58216         * sunrpc/rpc/svc_auth.h: Likewise.
58217         * sunrpc/rpc/types.h: Likewise.
58218         * sunrpc/rpc/xdr.h: Likewise.
58219         * sunrpc/rpc_clntout.c: Likewise.
58220         * sunrpc/rpc_cmsg.c: Likewise.
58221         * sunrpc/rpc_common.c: Likewise.
58222         * sunrpc/rpc_cout.c: Likewise.
58223         * sunrpc/rpc_dtable.c: Likewise.
58224         * sunrpc/rpc_hout.c: Likewise.
58225         * sunrpc/rpc_main.c: Likewise.
58226         * sunrpc/rpc_parse.c: Likewise.
58227         * sunrpc/rpc_parse.h: Likewise.
58228         * sunrpc/rpc_prot.c: Likewise.
58229         * sunrpc/rpc_sample.c: Likewise.
58230         * sunrpc/rpc_scan.c: Likewise.
58231         * sunrpc/rpc_scan.h: Likewise.
58232         * sunrpc/rpc_svcout.c: Likewise.
58233         * sunrpc/rpc_tblout.c: Likewise.
58234         * sunrpc/rpc_util.c: Likewise.
58235         * sunrpc/rpc_util.h: Likewise.
58236         * sunrpc/rpcinfo.c: Likewise.
58237         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
58238         * sunrpc/rpcsvc/key_prot.x: Likewise.
58239         * sunrpc/rpcsvc/klm_prot.x: Likewise.
58240         * sunrpc/rpcsvc/mount.x: Likewise.
58241         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
58242         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
58243         * sunrpc/rpcsvc/rex.x: Likewise.
58244         * sunrpc/rpcsvc/rstat.x: Likewise.
58245         * sunrpc/rpcsvc/rusers.x: Likewise.
58246         * sunrpc/rpcsvc/sm_inter.x: Likewise.
58247         * sunrpc/rpcsvc/spray.x: Likewise.
58248         * sunrpc/rpcsvc/yppasswd.x: Likewise.
58249         * sunrpc/rtime.c: Likewise.
58250         * sunrpc/svc.c: Likewise.
58251         * sunrpc/svc_auth.c: Likewise.
58252         * sunrpc/svc_authux.c: Likewise.
58253         * sunrpc/svc_raw.c: Likewise.
58254         * sunrpc/svc_run.c: Likewise.
58255         * sunrpc/svc_simple.c: Likewise.
58256         * sunrpc/svc_tcp.c: Likewise.
58257         * sunrpc/svc_udp.c: Likewise.
58258         * sunrpc/svc_unix.c: Likewise.
58259         * sunrpc/svcauth_des.c: Likewise.
58260         * sunrpc/xcrypt.c: Likewise.
58261         * sunrpc/xdr.c: Likewise.
58262         * sunrpc/xdr_array.c: Likewise.
58263         * sunrpc/xdr_float.c: Likewise.
58264         * sunrpc/xdr_mem.c: Likewise.
58265         * sunrpc/xdr_rec.c: Likewise.
58266         * sunrpc/xdr_ref.c: Likewise.
58267         * sunrpc/xdr_sizeof.c: Likewise.
58268         * sunrpc/xdr_stdio.c: Likewise.
58270         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
58271         handling.
58273 2010-08-19  Andreas Schwab  <schwab@redhat.com>
58275         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
58277 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
58279         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
58280         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
58281         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
58282         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
58283         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
58284         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
58285         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
58286         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
58287         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
58288         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
58289         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
58290         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
58291         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
58292         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
58294 2010-07-26  Anton Blanchard  <anton@samba.org>
58296         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
58297         * malloc/arena.c (heap_trim): Likewise.
58299 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
58301         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
58302         here.  Not...
58303         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
58304         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
58306 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
58308         * sysdeps/i386/elf/Makefile: New file.
58310 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
58312         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
58313         from fanotify_init.
58314         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
58315         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
58317 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
58319         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
58320         of strncasecmp_l.
58321         * sysdeps/multiarch/strcmp.S: Likewise.
58323 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
58325         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
58326         strncase_l-nonascii.
58327         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
58328         Add strncase_l-ssse3.
58329         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
58330         * sysdeps/x86_64/strcmp.S: Likewise.
58331         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
58332         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
58333         * sysdeps/x86_64/strncase.S: New file.
58334         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
58335         * sysdeps/x86_64/strncase_l.S: New file.
58336         * string/Makefile (strop-tests): Add strncasecmp.
58337         * string/test-strncasecmp.c: New file.
58339         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
58340         warning.
58342         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
58343         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
58345 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
58347         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
58349 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
58351         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
58352         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
58353         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
58355 2010-05-01  Alan Modra  <amodra@gmail.com>
58357         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
58358         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
58359         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
58360         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
58361         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
58362         tidying.  Don't tail-call __sigjmp_save for static lib.
58363         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
58364         save location.
58365         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
58366         (CALL_MCOUNT): Add eh info, and nop after bl.
58367         (TAIL_CALL_SYSCALL_ERROR): New macro.
58368         (PSEUDO_RET): Use it.
58369         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
58370         Correct save location of integer regs and cr.
58371         (_dl_profile_resolve): Correct cr save location.  Delete nops
58372         after bl when SHARED.  Reduce cfi size a little by better
58373         placement of cfi directives.
58374         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
58375         make a stack frame.  Instead use parm save area as a temp.
58376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
58377         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
58378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
58379         Don't make a stack frame for parent, use parm save area.
58380         Increase child stack frame to 112 bytes.  Don't save unused reg,
58381         and adjust reg usage.  Set up cfi on error recovery and
58382         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
58383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
58384         (__makecontext): Add dummy nop after jump to exit.
58385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
58386         Use correct parm save area and cr save, reduce stack frame.
58387         Correct cfi for possible PSEUDO_RET frame setup.
58388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
58389         Branch to local label emitted by PSEUDO_RET rather than
58390         __syscall_error.
58392 2010-08-12  Andreas Schwab  <schwab@redhat.com>
58394         [BZ #11904]
58395         * locale/programs/locale.c (print_assignment): New function.
58396         (show_locale_vars): Use it.
58398 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
58400         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
58401         field.
58402         (struct statfs64): Likewise.
58403         (_STATFS_F_FLAGS): Define.
58404         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
58405         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
58406         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
58407         (ST_VALID): Define locally.
58408         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
58409         __statvfs_getflags, use the provided value.
58410         * sysdeps/unix/sysv/linux/kernel-features.h: Define
58411         __ASSUME_STATFS_F_FLAGS.
58413         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
58415         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
58416         Add sys/fanotify.h.
58417         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
58418         fanotify_mask for GLIBC_2.13.
58419         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
58420         fanotify_init and fanotify_mark.
58421         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
58422         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
58424         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
58425         Add prlimit.
58426         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
58427         prlimit64 for GLIBC_2.13.
58428         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
58429         prlimit64.
58430         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
58431         syscall.
58432         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
58433         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
58434         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
58435         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
58436         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
58437         add prlimit alias.
58438         * sysdeps/unix/sysv/linux/prlimit.c: New file.
58440         [BZ #11903]
58441         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
58442         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
58444         * nss/Makefile: Add rules to build and run tst-nss-test1.
58445         * shlib-versions: Add entry for libnss_test1.
58446         * nss/nss_test1.c: New file.
58447         * nss/tst-nss-test1.c: New file.
58449         * nss/nsswitch.c (__nss_database_custom): Define new variable.
58450         (__nss_configure_lookup): Set appropriate entry in
58451         __nss_configure_lookup to true.
58452         * nss/nsswitch.h: Define enum with indeces of databases in
58453         databases and __nss_database_custom arrays.  Declare
58454         __nss_database_custom.
58455         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
58456         to avoid using nscd when custom rules are installed.
58457         * nss/getXXbyYY_r.c: Likewise.
58458         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
58460         * nss/nss_files/files-parse.c: Whitespace fixes.
58462 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
58464         [BZ #11883]
58465         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
58466         * posix/fnmatch_loop.c: Likewise.
58468 2010-07-17  Andi Kleen  <ak@linux.intel.com>
58470         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
58471         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
58472         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
58473         * Versions.def [GLIBC_2.13]: Add.
58475 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
58477         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58478         Also fail if tpwd after pwuid call is NULL.
58480 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58482         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
58483         when converting to ms.
58485 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58487         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
58488         EOPNOTSUPP errors with ENOTTY.
58489         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
58490         EOPNOTSUPP errors with ENOTTY.
58492 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
58494         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
58495         Add strcasecmp_l-ssse3.
58496         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
58497         strcasecmp.
58498         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
58499         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
58500         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
58502 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
58504         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
58506         * string/Makefile (strop-tests): Add strcasecmp.
58507         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
58508         strcasecmp_l-nonascii.
58509         (gen-as-const-headers): Add locale-defines.sym.
58510         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
58511         * sysdeps/x86_64/strcasecmp.S: New file.
58512         * sysdeps/x86_64/strcasecmp_l.S: New file.
58513         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
58514         * sysdeps/x86_64/locale-defines.sym: New file.
58515         * string/test-strcasecmp.c: New file.
58517         * string/test-strcasestr.c: Test both ends of the range of characters.
58518         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
58520 2010-07-29  Roland McGrath  <roland@redhat.com>
58522         [BZ #11856]
58523         * manual/locale.texi (Yes-or-No Questions): Fix example code.
58525 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
58527         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
58528         for ld.so.
58530 2010-07-27  Andreas Schwab  <schwab@redhat.com>
58532         * manual/memory.texi (Malloc Tunable Parameters): Document
58533         M_PERTURB.
58535 2010-07-26  Roland McGrath  <roland@redhat.com>
58537         [BZ #11840]
58538         * configure.in (-fgnu89-inline check): Set and substitute
58539         gnu89_inline, not libc_cv_gnu89_inline.
58540         * configure: Regenerated.
58541         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
58543 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
58545         * string/test-strnlen.c: New file.
58546         * string/Makefile (strop-tests): Add strnlen.
58547         * string/tester.c (test_strnlen): Add a few more test cases.
58548         * string/tst-strlen.c: Better error reporting.
58550         * sysdeps/x86_64/strnlen.S: New file.
58552 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
58554         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
58555         lower-latency instructions.
58557 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
58559         * string/test-strcasestr.c: New file.
58560         * string/test-strstr.c: New file.
58561         * string/Makefile (strop-tests): Add strstr and strcasestr.
58562         * string/str-two-way.h: Don't undefine MAX.
58563         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
58565 2010-07-21  Andreas Schwab  <schwab@redhat.com>
58567         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
58568         strcasestr-nonascii.
58569         (CFLAGS-strcasestr-nonascii.c): Define.
58570         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
58571         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
58572         Remove unused attribute.
58574 2010-07-20  Roland McGrath  <roland@redhat.com>
58576         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
58577         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
58578         ld.so.cache was broken.  With it, there is no way to disable dsocaps
58579         like LD_HWCAP_MASK can disable hwcaps.
58581 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58583         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
58585 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
58587         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
58588         call in strcasestr.
58589         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
58590         __strcasestr_sse42_nonascii.
58591         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
58592         strcasestr-nonascii.c.
58593         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
58595 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
58597         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
58598         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
58599         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
58600         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
58602 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
58604         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
58605         fcntl.
58607 2010-07-06  Andreas Schwab  <schwab@redhat.com>
58609         [BZ #11577]
58610         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
58611         dl_signal_cerror.
58613 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
58615         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
58616         _PC_PIPE_BUF using F_GETPIPE_SZ.
58618 2010-07-05  Roland McGrath  <roland@redhat.com>
58620         * manual/arith.texi (Rounding Functions): Fix rint description
58621         implicit in round description.
58623 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
58625         * elf/Makefile: Fix linking for a few tests to make recent linker
58626         happy.
58628 2010-06-30  Andreas Schwab  <schwab@redhat.com>
58630         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
58631         $(common-objpfx)libc_nonshared.a.
58633 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
58635         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
58636         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
58637         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58638         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58639         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
58640         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
58641         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58642         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58643         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
58644         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
58645         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
58646         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58647         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
58648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58649         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
58650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
58651         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
58652         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
58653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58654         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
58655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
58657         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
58658         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
58659         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
58660         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
58661         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
58662         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
58663         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
58664         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
58665         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
58666         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
58667         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
58668         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
58669         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
58670         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
58671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
58672         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
58673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
58674         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
58675         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
58676         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
58677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
58678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
58679         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
58680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
58681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
58682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
58684 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
58686         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
58687         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
58688         * string/memmove.c (memmove): Renamed to ...
58689         (MEMMOVE): ...this.  Default to memmove.
58690         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
58691         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
58692         (END_CHK): Define.
58693         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58694         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
58695         mempcpy-ssse3-back memmove-ssse3-back.
58696         * sysdeps/x86_64/multiarch/bcopy.S: New file .
58697         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
58698         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
58699         * sysdeps/x86_64/multiarch/memcpy.S: New file.
58700         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
58701         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
58702         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
58703         * sysdeps/x86_64/multiarch/memmove.c: New file.
58704         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
58705         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
58706         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
58707         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
58708         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
58709         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
58710         Define.
58711         (index_Fast_Copy_Backward): Define.
58712         (HAS_ARCH_FEATURE): Define.
58713         (HAS_FAST_REP_STRING): Define.
58714         (HAS_FAST_COPY_BACKWARD): Define.
58716 2010-06-21  Andreas Schwab  <schwab@redhat.com>
58718         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58719         Restore proper fallback handling.
58721 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
58723         [BZ #11701]
58724         * posix/group_member.c (__group_member): Correct checking loop.
58726         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
58727         OOM in getpwuid_r correctly.  Return error number when the caller
58728         should return, otherwise -1.
58729         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
58730         call returning > 0 value.
58731         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
58733 2010-06-07  Andreas Schwab  <schwab@redhat.com>
58735         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
58736         libc_nonshared.a from targets in modules-names.
58738 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
58740         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
58741         requires it.
58743 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
58745         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
58746         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
58747         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
58748         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
58750 2010-06-02  Andreas Schwab  <schwab@redhat.com>
58752         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
58754 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
58756         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
58757         and F_GETPIPE_SZ.
58758         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
58759         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
58760         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
58761         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
58762         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
58763         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
58765 2010-06-14  Roland McGrath  <roland@redhat.com>
58767         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
58769 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
58771         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
58772         __REDIRECT followed by __THROW.
58773         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
58774         * posix/getopt.h (getopt): Likewise.
58776 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58778         * hurd/lookup-at.c (__file_name_lookup_at): Accept
58779         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
58780         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
58781         in AT_FLAGS.
58782         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
58783         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
58785 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
58787         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
58789 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
58791         [BZ #11640]
58792         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58793         Properly check family and model.
58795 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
58797         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
58799 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
58801         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
58803 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
58805         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
58806         symbol reference.
58808 2010-05-19  Andreas Schwab  <schwab@redhat.com>
58810         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
58811         symbol reference.
58813 2010-05-21  Andreas Schwab  <schwab@redhat.com>
58815         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
58816         and internal_recvmmsg.
58817         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
58818         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
58819         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
58820         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
58822         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
58823         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
58824         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
58826 2010-05-20  Andreas Schwab  <schwab@redhat.com>
58828         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
58830 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
58832         POWER7 optimizations.
58833         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
58834         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
58836 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
58838         * version.h: Update for 2.13 development version.
58840 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
58842         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
58843         exceptions.  Return 0.
58845 2010-05-07  Roland McGrath  <roland@redhat.com>
58847         * elf/ldconfig.c (main): Add a const.
58849 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
58851         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
58852         (args_options): Add no-idn option.
58853         (ahosts_keys_int): Add idn_flags to ai_flags.
58854         (parse_option): Handle 'i' option to clear idn_flags.
58856         * malloc/malloc.c (_int_free): Possible race in the most recently
58857         added check.  Only act on the data if no current modification
58858         happened.
58860 See ChangeLog.17 for earlier changes.