861e989f194a6e0f354066e670dfe61d5cce1f35
[platform/upstream/glibc.git] / ChangeLog
1 2014-03-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
2
3         * posix/Makefile (before-compile): Use += before-compile instead
4         of a :=.
5
6 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
7
8         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
9         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
10
11 2014-03-20  Andreas Schwab  <schwab@suse.de>
12
13         [BZ #16743]
14         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
15         non-matching result from nscd.
16
17 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18
19         * scripts/bench.py: Moved to ...
20         * benchtests/scripts/bench.py: ... here.
21         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
22
23 2014-03-24  Andreas Schwab  <schwab@suse.de>
24
25         [BZ #16002]
26         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
27         alloca_account and account alloca use for struct in6ailist.
28
29 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
30
31         [BZ #16284]
32         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
33         rounding mode to recompute results that overflow to infinity or
34         underflow to zero.
35         * math/auto-libm-test-in: Don't mark tests as expected to fail for
36         bug 16284.
37         * math/auto-libm-test-out: Regenerated.
38         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
39         (ccosh_test): Likewise.
40         (csin_test_data): Use plus_oflow.
41         (csin_test): Use ALL_RM_TEST.
42         (csinh_test_data): Use plus_oflow.
43         (csinh_test): Use ALL_RM_TEST.
44         * sysdeps/i386/fpu/libm-test-ulps: Update.
45         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46
47 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
48
49         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
50         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
51         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
52
53         [BZ #16731]
54         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
55         when x - 1 is zero.
56         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
57         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
58         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
59         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
60         argument is 1.
61         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
62         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
63         zero.
64         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
65         * sysdeps/i386/fpu/libm-test-ulps: Update.
66         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
67
68 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
69
70         * scripts/bench.pl: Remove file.
71         * scripts/bench.py: New benchmark script.
72         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
73         * benchtests/README: Mention python dependency.
74         * scripts/pylintrc: New file.
75         * scripts/pylint: New file.
76
77         * bits/mathdef.h: Use #ifdef instead of #if.
78         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
79         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
80         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
81         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
82         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
83         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
84
85 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
86             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
87
88         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
89         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
90         and strpbrk-ppc64 objects.
91         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
92         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
93         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
94         multiarch strpbrk for POWER7.
95         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
96         multiarch strpbrk for PPC64.
97         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
98         ifunc selector.
99         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
100         strpbrk for POWER7.
101
102 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
103
104         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
105         (atan_test): Likewise.
106         (atanh_test_data): Use NO_TEST_INLINE for two tests.
107         (atanh_test): Use ALL_RM_TEST.
108         (atan2_test_data): Likewise.
109         (cabs_test): Likewise.
110         (cacosh_test): Likewise.
111         (carg_test): Likewise.
112         (casin_test): Likewise.
113         (casinh_test): Likewise.
114         (cbrt_test): Likewise.
115         (csqrt_test): Likewise.
116         (erf_test): Likewise.
117         (erfc_test): Likewise.
118         (pow10_test): Likewise.
119         (exp2_test): Likewise.
120         (hypot_test): Likewise.
121         (j0_test): Likewise.
122         (j1_test): Likewise.
123         (lgamma_test): Likewise.
124         (gamma_test): Likewise.
125         (sincos_test): Likewise.
126         (tanh_test): Likewise.
127         (y0_test): Likewise.
128         (y1_test): Likewise.
129         * sysdeps/i386/fpu/libm-test-ulps: Update.
130         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
131
132 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
133
134         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
135         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
136         and strcspn-ppc64 objects.
137         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
138         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
139         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
140         multiarch strcspn for POWER7.
141         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
142         multiarch strcspn for PPC64.
143         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
144         ifunc selector.
145         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
146         strcspn for POWER7.
147
148 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
149
150         * math/gen-libm-test.pl (generate_testfile): Expect only function
151         name as argument to AUTO_TESTS_* and pass results for all rounding
152         modes to parse_args.
153         (parse_auto_input): Separate inputs of automatic tests from
154         outputs before storing in %auto_tests.
155         * math/libm-test.inc (acos_test_data): Update call to
156         AUTO_TESTS_f_f.
157         (acos_test): Use ALL_RM_TEST.
158         (acos_tonearest_test_data): Remove.
159         (acos_test_tonearest): Likewise.
160         (acos_towardzero_test_data): Likewise.
161         (acos_test_towardzero): Likewise.
162         (acos_downward_test_data): Likewise.
163         (acos_test_downward): Likewise.
164         (acos_upward_test_data): Likewise.
165         (acos_test_upward): Likewise.
166         (acosh_test_data): Update call to AUTO_TESTS_f_f.
167         (asin_test_data): Likewise.
168         (asin_test): Use ALL_RM_TEST.
169         (asin_tonearest_test_data): Remove.
170         (asin_test_tonearest): Likewise.
171         (asin_towardzero_test_data): Likewise.
172         (asin_test_towardzero): Likewise.
173         (asin_downward_test_data): Likewise.
174         (asin_test_downward): Likewise.
175         (asin_upward_test_data): Likewise.
176         (asin_test_upward): Likewise.
177         (asinh_test_data): Update call to AUTO_TESTS_f_f.
178         (atan_test_data): Likewise.
179         (atanh_test_data): Likewise.
180         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
181         (cabs_test_data): Update call to AUTO_TESTS_c_f.
182         (carg_test_data): Likewise.
183         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
184         (ccos_test_data): Update call to AUTO_TESTS_c_c.
185         (ccosh_test_data): Likewise.
186         (cexp_test_data): Likewise.
187         (clog_test_data): Likewise.
188         (clog10_test_data): Likewise.
189         (cos_test_data): Update call to AUTO_TESTS_f_f.
190         (cos_test): Use ALL_RM_TEST.
191         (cos_tonearest_test_data): Remove.
192         (cos_test_tonearest): Likewise.
193         (cos_towardzero_test_data): Likewise.
194         (cos_test_towardzero): Likewise.
195         (cos_downward_test_data): Likewise.
196         (cos_test_downward): Likewise.
197         (cos_upward_test_data): Likewise.
198         (cos_test_upward): Likewise.
199         (cosh_test_data): Update call to AUTO_TESTS_f_f.
200         (cosh_test): Use ALL_RM_TEST.
201         (cosh_tonearest_test_data): Remove.
202         (cosh_test_tonearest): Likewise.
203         (cosh_towardzero_test_data): Likewise.
204         (cosh_test_towardzero): Likewise.
205         (cosh_downward_test_data): Likewise.
206         (cosh_test_downward): Likewise.
207         (cosh_upward_test_data): Likewise.
208         (cosh_test_upward): Likewise.
209         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
210         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
211         (ctan_test_data): Likewise.
212         (ctan_test): Use ALL_RM_TEST.
213         (ctan_tonearest_test_data): Remove.
214         (ctan_test_tonearest): Likewise.
215         (ctan_towardzero_test_data): Likewise.
216         (ctan_test_towardzero): Likewise.
217         (ctan_downward_test_data): Likewise.
218         (ctan_test_downward): Likewise.
219         (ctan_upward_test_data): Likewise.
220         (ctan_test_upward): Likewise.
221         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
222         (ctanh_test): Use ALL_RM_TEST.
223         (ctanh_tonearest_test_data): Remove.
224         (ctanh_test_tonearest): Likewise.
225         (ctanh_towardzero_test_data): Likewise.
226         (ctanh_test_towardzero): Likewise.
227         (ctanh_downward_test_data): Likewise.
228         (ctanh_test_downward): Likewise.
229         (ctanh_upward_test_data): Likewise.
230         (ctanh_test_upward): Likewise.
231         (erf_test_data): Update call to AUTO_TESTS_f_f.
232         (erfc_test_data): Likewise.
233         (exp_test_data): Likewise.
234         (exp_test): Use ALL_RM_TEST.
235         (exp_tonearest_test_data): Remove.
236         (exp_test_tonearest): Likewise.
237         (exp_towardzero_test_data): Likewise.
238         (exp_test_towardzero): Likewise.
239         (exp_downward_test_data): Likewise.
240         (exp_test_downward): Likewise.
241         (exp_upward_test_data): Likewise.
242         (exp_test_upward): Likewise.
243         (exp10_test_data): Update call to AUTO_TESTS_f_f.
244         (exp10_test): Use ALL_RM_TEST.
245         (exp10_tonearest_test_data): Remove.
246         (exp10_test_tonearest): Likewise.
247         (exp10_towardzero_test_data): Likewise.
248         (exp10_test_towardzero): Likewise.
249         (exp10_downward_test_data): Likewise.
250         (exp10_test_downward): Likewise.
251         (exp10_upward_test_data): Likewise.
252         (exp10_test_upward): Likewise.
253         (exp2_test_data): Update call to AUTO_TESTS_f_f.
254         (expm1_test_data): Likewise.
255         (expm1_test): Use ALL_RM_TEST.
256         (expm1_tonearest_test_data): Remove.
257         (expm1_test_tonearest): Likewise.
258         (expm1_towardzero_test_data): Likewise.
259         (expm1_test_towardzero): Likewise.
260         (expm1_downward_test_data): Likewise.
261         (expm1_test_downward): Likewise.
262         (expm1_upward_test_data): Likewise.
263         (expm1_test_upward): Likewise.
264         (fma_test_data): Update call to AUTO_TESTS_fff_f.
265         (fma_test): Use ALL_RM_TEST.
266         (fma_towardzero_test_data): Remove.
267         (fma_test_towardzero): Likewise.
268         (fma_downward_test_data): Likewise.
269         (fma_test_downward): Likewise.
270         (fma_upward_test_data): Likewise.
271         (fma_test_upward): Likewise.
272         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
273         (j0_test_data): Update call to AUTO_TESTS_f_f.
274         (j1_test_data): Likewise.
275         (jn_test_data): Update call to AUTO_TESTS_if_f.
276         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
277         (log_test_data): Update call to AUTO_TESTS_f_f.
278         (log10_test_data): Likewise.
279         (log1p_test_data): Likewise.
280         (log2_test_data): Likewise.
281         (pow_test_data): Update call to AUTO_TESTS_ff_f.
282         (pow_tonearest_test_data): Likewise.
283         (sin_test_data): Update call to AUTO_TESTS_f_f.
284         (sin_test): Use ALL_RM_TEST.
285         (sin_tonearest_test_data): Remove.
286         (sin_test_tonearest): Likewise.
287         (sin_towardzero_test_data): Likewise.
288         (sin_test_towardzero): Likewise.
289         (sin_downward_test_data): Likewise.
290         (sin_test_downward): Likewise.
291         (sin_upward_test_data): Likewise.
292         (sin_test_upward): Likewise.
293         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
294         (sinh_test_data): Update call to AUTO_TESTS_f_f.
295         (sinh_test): Use ALL_RM_TEST.
296         (sinh_tonearest_test_data): Remove.
297         (sinh_test_tonearest): Likewise.
298         (sinh_towardzero_test_data): Likewise.
299         (sinh_test_towardzero): Likewise.
300         (sinh_downward_test_data): Likewise.
301         (sinh_test_downward): Likewise.
302         (sinh_upward_test_data): Likewise.
303         (sinh_test_upward): Likewise.
304         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
305         (sqrt_test): Use ALL_RM_TEST.
306         (sqrt_tonearest_test_data): Remove.
307         (sqrt_test_tonearest): Likewise.
308         (sqrt_towardzero_test_data): Likewise.
309         (sqrt_test_towardzero): Likewise.
310         (sqrt_downward_test_data): Likewise.
311         (sqrt_test_downward): Likewise.
312         (sqrt_upward_test_data): Likewise.
313         (sqrt_test_upward): Likewise.
314         (tan_test_data): Update call to AUTO_TESTS_f_f.
315         (tan_test): Use ALL_RM_TEST.
316         (tan_tonearest_test_data): Remove.
317         (tan_test_tonearest): Likewise.
318         (tan_towardzero_test_data): Likewise.
319         (tan_test_towardzero): Likewise.
320         (tan_downward_test_data): Likewise.
321         (tan_test_downward): Likewise.
322         (tan_upward_test_data): Likewise.
323         (tan_test_upward): Likewise.
324         (tanh_test_data): Update call to AUTO_TESTS_f_f.
325         (tgamma_test_data): Likewise.
326         (y0_test_data): Likewise.
327         (y1_test_data): Likewise.
328         (yn_test_data): Update call to AUTO_TESTS_if_f.
329         (main): Do not call removed functions.
330
331 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
332
333         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
334         (ldexp_test_data): Remove.
335         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
336         scalbn_test_data.
337         (scalb_test): Use ALL_RM_TEST.
338
339 2014-03-19  Andreas Schwab  <schwab@suse.de>
340
341         * nscd/nscd.service: Also invalidate netgroup cache on reload.
342
343 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
344
345         [BZ #16649]
346         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
347         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
348         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
349         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
350         (__ASSUME_PREADV): Undefine.
351         (__ASSUME_PWRITEV): Likewise.
352
353 2014-03-18  Roland McGrath  <roland@hack.frob.com>
354
355         * bits/mman-linux.h: Add comment about non-Linux use.
356         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
357         bits/mman-linux.h resting place.
358
359         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
360         * bits/mman-linux.h: ... here.
361
362 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
363
364         * conform/conformtest.pl: Add standard definition when calling C
365         preprocessor on data files.
366         (checknamespace): Remove unused variable.
367
368 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
369
370         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
371         minus_oflow, plus_uflow and minus_uflow in expected results.
372         * math/libm-test.inc (scalbn_test_data): Add more tests of
373         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
374         minus_uflow.
375         (scalbn_test): Use ALL_RM_TEST.
376         (scalbln_test_data): Add more tests of negative arguments.  Use
377         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
378         (scalbln_test): Use ALL_RM_TEST.
379
380 2014-03-18  Roland McGrath  <roland@hack.frob.com>
381
382         * scripts/abilist.awk: Ignore symbols marked with .hidden.
383
384 2014-03-18  Will Newton  <will.newton@linaro.org>
385
386         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
387         inaccurate comment.
388
389 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
390
391         * Makerules [!subdir] (check-abi): Exit with error status if a
392         test failed.
393
394 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
395
396         * math/libm-test.inc (nearbyint_test_data): Include all tests used
397         for rint.  Include results for all rounding modes.
398         (nearbyint_test): Use ALL_RM_TEST.
399         (rint_test_data): Include all tests used for nearbyint.
400
401 2014-03-17  Will Newton  <will.newton@linaro.org>
402
403         * nptl/sysdeps/pthread/pthread.h: Revert previous
404         change.
405
406         * sysdeps/generic/ldsodefs.h: Revert previous
407         change.
408
409         * libio/genops.c: Revert previous change.
410         * libio/libioP.h: Likewise.
411         * stdio-common/vfprintf.c: Likewise.
412
413         * sysdeps/generic/math_private.h: Revert previous
414         change.
415
416         * sysdeps/generic/math_private.h: Check whether
417         HAVE_RM_CTX is defined with #ifdef rather
418         than #if.
419
420         * argp/argp-fmtstream.h: Check whether
421         __STRICT_ANSI__ is defined with #ifdef rather
422         than #if.
423         * argp/argp.h: Likewise.
424
425         * libio/genops.c: Check whether
426         _IO_JUMPS_OFFSET is defined with #ifdef rather
427         than #if.
428         * libio/libioP.h: Likewise.
429         * stdio-common/vfprintf.c: Likewise.
430
431         * sysdeps/generic/ldsodefs.h: Check whether
432         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
433         than #if.
434
435         * nptl/sysdeps/pthread/pthread.h: Check
436         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
437         its value.
438
439 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
440
441         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
442         setting O_APPEND.
443         * libio/tst-ftell-active-handler.c (do_append_test): Add a
444         test case.
445
446         [BZ #16680]
447         * libio/fileops.c (_IO_file_open): Seek to end of file but
448         don't cache the offset.
449         (get_file_offset): Remove function.
450         (do_ftell): Use cached offset when available.
451         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
452         don't cache the offset.
453         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
454         case.
455         (do_one_test): Call it.
456         (do_ftell_test): Fix up expected old offset for a+ mode.
457         * libio/wfileops.c (do_ftell_wide): Used cached offset when
458         available.
459
460         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
461         up test status with function return status.
462         (do_write_test): Likewise.
463         (do_append_test): Likewise.
464
465         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
466         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
467         Remove.
468
469 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
470
471         * math/gen-libm-test.pl (parse_args): Handle results specified for
472         each rounding mode separately.
473         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
474         tests and results from lrint_tonearest_test_data,
475         lrint_towardzero_test_data, lrint_downward_test_data and
476         lrint_upward_test_data.
477         (lrint_test): Use ALL_RM_TEST.
478         (lrint_tonearest_test_data): Remove.
479         (lrint_test_tonearest): Likewise.
480         (lrint_towardzero_test_data): Likewise.
481         (lrint_test_towardzero): Likewise.
482         (lrint_downward_test_data): Likewise.
483         (lrint_test_downward): Likewise.
484         (lrint_upward_test_data): Likewise.
485         (lrint_test_upward): Likewise.
486         (llrint_test_data): Merge in per-rounding-mode tests and results
487         from llrint_tonearest_test_data, llrint_towardzero_test_data,
488         llrint_downward_test_data and llrint_upward_test_data.
489         (llrint_test): Use ALL_RM_TEST.
490         (llrint_tonearest_test_data): Remove.
491         (llrint_test_tonearest): Likewise.
492         (llrint_towardzero_test_data): Likewise.
493         (llrint_test_towardzero): Likewise.
494         (llrint_downward_test_data): Likewise.
495         (llrint_test_downward): Likewise.
496         (llrint_upward_test_data): Likewise.
497         (llrint_test_upward): Likewise.
498         (rint_test_data): Merge in per-rounding-mode tests and results
499         from rint_tonearest_test_data, rint_towardzero_test_data,
500         rint_downward_test_data and rint_upward_test_data.  Add
501         per-rounding-mode results for tests not in those arrays.
502         (rint_test): Use ALL_RM_TEST.
503         (rint_tonearest_test_data): Remove.
504         (rint_test_tonearest): Likewise.
505         (rint_towardzero_test_data): Likewise.
506         (rint_test_towardzero): Likewise.
507         (rint_downward_test_data): Likewise.
508         (rint_test_downward): Likewise.
509         (rint_upward_test_data): Likewise.
510         (rint_test_upward): Likewise.
511         (main): Don't call removed functions.
512
513 2014-03-14  Roland McGrath  <roland@hack.frob.com>
514
515         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
516         "Compiled on ..." crapola.  It is anti-useful.
517
518 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
519
520         * scripts/evaluate-test.sh: Handle fourth argument to determine
521         whether test run should stop on failure.
522         * Makeconfig (stop-on-test-failure): New variable.
523         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
524         $(stop-on-test-failure).
525         * Makefile (tests): Give a summary of results from testing and
526         exit with failure status if they include an ERROR or FAIL.
527         (xtests): Likewise.
528         * manual/install.texi (Configuring and compiling): Mention
529         stop-on-test-failure=y.
530         * INSTALL: Regenerated.
531
532 2014-03-14  Roland McGrath  <roland@hack.frob.com>
533
534         * scripts/versionlist.awk: New file.
535         * Makerules [$(build-shared) = yes]
536         (postclean-generated): Add Versions.def, not Versions.def.v and
537         Versions.def.v.i.
538         ($(common-objpfx)Versions.def.v.i): Target removed.
539         ($(common-objpfx)Versions.def): New target.
540         ($(common-objpfx)Versions.all): Depend on that rather that
541         $(common-objpfx)Versions.def.v.
542         * Versions.def: File removed.
543
544         * Makeconfig (+gccwarn): Add -Wundef.
545         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
546         a dl-sysdep.h breaking its contract.
547         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
548         * include/stackinfo.h: New file.
549         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
550         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
551         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
552         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
553         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
554         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
555         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
556         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
557         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
558         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
559         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
560         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
561         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
562         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
563         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
564
565 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
566
567         [BZ #16707]
568         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
569         implementation.
570         * math/libm-test.inc (round_test_data): Add more tests.
571
572 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
573
574         [BZ #16706]
575         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
576         implementation.
577         * math/libm-test.inc (nearbyint_test_data): Add more tests.
578
579 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
580
581         [BZ #16701]
582         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
583         implementation.
584         * math/libm-test.inc (ceil_test_data): Add more tests.
585
586 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
587
588         * math/libm-test.inc (trunc_test_data): Add more tests related to
589         BZ#16414.
590
591 2014-03-14  Roland McGrath  <roland@hack.frob.com>
592
593         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
594         with #if rather than #ifdef.
595         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
596
597 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
598
599         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
600         first.  Disable AVX-512 GCC support if assembler doesn't support
601         it.
602         * sysdeps/x86_64/configure: Regenerated.
603
604 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
605
606         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
607         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
608         (__old_pthread_attr_setstack): Likewise.
609         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
610         [!_STACK_GROWS_DOWN]: Likewise.
611
612 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
613
614         * config.make.in (have-bash2): Delete.
615         * configure.ac (libc_cv_have_bash2): Delete.
616         * configure: Regenerate.
617         * elf/Makefile (common-ldd-rewrite): Rename to ...
618         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
619         (sh-ldd-rewrite): Delete.
620         (bash-ldd-rewrite): Delete.
621         (have-bash2): Delete checks.
622         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to ldd-rewrite.
623
624 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
625
626         * config.make.in (have-ksh): Delete.
627         (KSH): Delete.
628         * configure.ac (libc_cv_have_ksh): Delete.
629         * configure: Regenerate.
630
631 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
632
633         * elf/Makefile: Delete $(have-ksh) check.
634         ($(objpfx)sotruss): Change KSH to BASH.
635         * elf/sotruss.ksh: Rename to ...
636         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
637         function style to match POSIX.  Drop ksh vim mode setting.
638
639 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
640
641         * manual/time.texi (Specifying the Time Zone with TZ): Change
642         Tuesday to Thursday.
643
644 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
645
646         * debug/tst-longjmp_chk2.c: Update header comment.
647         (stackoverflow_handler): Add comment.  Call assert on pass value.
648
649 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
650
651         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
652         (HAVE_AVX512_ASM_SUPPORT): Likewise.
653         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
654         (La_x86_64_vector): Add zmm.
655         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
656         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
657         ($(objpfx)tst-audit10): New target.
658         ($(objpfx)tst-audit10.out): Likewise.
659         (tst-audit10-ENV): New.
660         (AVX512-CFLAGS): Likewise.
661         (CFLAGS-tst-audit10.c): Likewise.
662         (CFLAGS-tst-auditmod10a.c): Likewise.
663         (CFLAGS-tst-auditmod10b.c): Likewise.
664         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
665         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
666         * sysdeps/x86_64/configure: Regenerated.
667         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
668         AVX-512 zmm register support.
669         (_dl_x86_64_save_sse): Likewise.
670         (_dl_x86_64_restore_sse): Likewise.
671         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
672         size vector registers.
673         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
674         (ZMM_SIZE): Likewise.
675         * sysdeps/x86_64/tst-audit10.c: New file.
676         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
677         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
678
679 2014-03-13  Roland McGrath  <roland@hack.frob.com>
680
681         * configure.ac (HAVE_EHDR_START): New check.
682         * configure: Regenerated.
683         * config.h.in (HAVE_EHDR_START): New #undef.
684         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
685         assuming the lowest-addressed segment maps the start of the file.
686
687 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
688
689         * INSTALL: Regenerated.
690
691 2014-03-13  Will Newton  <will.newton@linaro.org>
692
693         * manual/setjmp.texi (System V contexts): Improve
694         clarity and grammar of documentation.
695
696 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
697
698         [BZ #16381]
699         * elf/Makefile (tests): Add tst-pie2.
700         (tests-pie): Add tst-pie2.
701         * elf/tst-pie2.c: New file.
702         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
703         for ET_EXEC.
704         * elf/rtld.c (map_doit): Load executable as lt_executable.
705         (dl_main): Likewise.
706
707 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
708
709         [BZ #16642]
710         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
711         (__ASSUME_PSELECT): Undefine.
712
713 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
714
715         [BZ #16689]
716         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
717         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
718         static build.
719         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
720         selector for static builds.
721
722 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
723
724         [BZ #16695]
725         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
726         key in the buffer.
727
728 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
729
730         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build IFUNC
731         selector for static builds.
732
733 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
734
735         * sysdeps/mips/math_private.h [__mips_hard_float]
736         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
737         libc_feresetround_mips_ctx.
738         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
739         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
740         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
741
742         [BZ #16677]
743         * math/s_nextafter.c (__nextafter): Do not return value from
744         overflowing computation.
745         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
746         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
747         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
748         Likewise.
749         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
750         Likewise.
751         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
752         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
753
754 2014-03-11  Roland McGrath  <roland@hack.frob.com>
755
756         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
757         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
758         Move sfi_sp use from the load-multiple (that no longer sets sp) to
759         the new mov targetting sp.
760
761 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
762
763         [BZ #16683]
764         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
765         Define it for static builds as well.
766         (NO_BZERO_IMPL): Likewise.
767
768 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
769
770         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
771         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
772         multiarch strspn for PPC64.
773         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
774         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
775         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
776         (__libc_ifunc_impl_list): Likewise.
777         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
778         multiarch optimizations
779         * string/strspn.c (strspn): Using macro to redefine symbol name.
780
781 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
782             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
783
784         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
785         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
786         multiarch strncat for PPC64.
787         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
788         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
789         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
790         (__libc_ifunc_impl_list): Likewise.
791         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
792         multiarch optimizations
793
794 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
795
796         [BZ #16639]
797         * nscd/nscd.service: Make service type forking.
798
799 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
800
801         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
802         sign in non default rounding modes.
803         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
804
805 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
806
807         * math/libm-test.inc (ALL_RM_TEST): New macro.
808         (ceil_test): Use ALL_RM_TEST.
809         (cimag_test): Likewise.
810         (conj_test): Likewise.
811         (copysign_test): Likewise.
812         (cproj_test): Likewise.
813         (creal_test): Likewise.
814         (fabs_test): Likewise.
815         (floor_test): Likewise.
816         (fmax_test): Likewise.
817         (fmin_test): Likewise.
818         (fmod_test): Likewise.
819         (fpclassify_test): Likewise.
820         (frexp_test): Likewise.
821         (ilogb_test): Likewise.
822         (isfinite_test): Likewise.
823         (finite_test): Likewise.
824         (isgreater_test): Likewise.
825         (isgreaterequal_test): Likewise.
826         (isinf_test): Likewise.
827         (isless_test): Likewise.
828         (islessequal_test): Likewise.
829         (islessgreater_test): Likewise.
830         (isnan_test): Likewise.
831         (isnormal_test): Likewise.
832         (issignaling_test): Likewise.
833         (isunordered_test): Likewise.
834         (logb_test): Likewise.
835         (logb_downward_test_data): Remove.
836         (logb_test_downward): Likewise.
837         (lround_test): Use ALL_RM_TEST.
838         (llround_test): Likewise.
839         (modf_test): Likewise.
840         (nexttoward_test): Likewise.
841         (remainder_test): Likewise.
842         (drem_test): Likewise.
843         (remainder_tonearest_test_data): Likewise.
844         (remainder_test_tonearest): Likewise.
845         (drem_test_tonearest): Likewise.
846         (remainder_towardzero_test_data): Likewise.
847         (remainder_test_towardzero): Likewise.
848         (drem_test_towardzero): Likewise.
849         (remainder_downward_test_data): Likewise.
850         (remainder_test_downward): Likewise.
851         (drem_test_downward): Likewise.
852         (remainder_upward_test_data): Likewise.
853         (remainder_test_upward): Likewise.
854         (drem_test_upward): Likewise.
855         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
856         (round_test): Use ALL_RM_TEST.
857         (signbit_test): Likewise.
858         (trunc_test): Likewise.
859         (significand_test): Likewise.
860         (main): Don't call removed functions.
861
862 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
863
864         [BZ #16674]
865         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
866         || __USE_XOPEN2K8].
867         (ILL_ILLOPN): Likewise.
868         (ILL_ILLADR): Likewise.
869         (ILL_ILLTRP): Likewise.
870         (ILL_PRVOPC): Likewise.
871         (ILL_PRVREG): Likewise.
872         (ILL_COPROC): Likewise.
873         (ILL_BADSTK): Likewise.
874         (FPE_INTDIV): Likewise.
875         (FPE_INTOVF): Likewise.
876         (FPE_FLTDIV): Likewise.
877         (FPE_FLTOVF): Likewise.
878         (FPE_FLTUND): Likewise.
879         (FPE_FLTRES): Likewise.
880         (FPE_FLTINV): Likewise.
881         (FPE_FLTSUB): Likewise.
882         (SEGV_MAPERR): Likewise.
883         (SEGV_ACCERR): Likewise.
884         (BUS_ADRALN): Likewise.
885         (BUS_ADRERR): Likewise.
886         (BUS_OBJERR): Likewise.
887         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
888         (TRAP_TRACE): Likewise.
889         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
890         __USE_XOPEN2K8].
891         (CLD_KILLED): Likewise.
892         (CLD_DUMPED): Likewise.
893         (CLD_TRAPPED): Likewise.
894         (CLD_STOPPED): Likewise.
895         (CLD_CONTINUED): Likewise.
896         (POLL_IN): Likewise.
897         (POLL_OUT): Likewise.
898         (POLL_MSG): Likewise.
899         (POLL_ERR): Likewise.
900         (POLL_PRI): Likewise.
901         (POLL_HUP): Likewise.
902         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
903         Likewise.
904         (ILL_ILLOPN): Likewise.
905         (ILL_ILLADR): Likewise.
906         (ILL_ILLTRP): Likewise.
907         (ILL_PRVOPC): Likewise.
908         (ILL_PRVREG): Likewise.
909         (ILL_COPROC): Likewise.
910         (ILL_BADSTK): Likewise.
911         (FPE_INTDIV): Likewise.
912         (FPE_INTOVF): Likewise.
913         (FPE_FLTDIV): Likewise.
914         (FPE_FLTOVF): Likewise.
915         (FPE_FLTUND): Likewise.
916         (FPE_FLTRES): Likewise.
917         (FPE_FLTINV): Likewise.
918         (FPE_FLTSUB): Likewise.
919         (SEGV_MAPERR): Likewise.
920         (SEGV_ACCERR): Likewise.
921         (BUS_ADRALN): Likewise.
922         (BUS_ADRERR): Likewise.
923         (BUS_OBJERR): Likewise.
924         (BUS_MCEERR_AR): Likewise.
925         (BUS_MCEERR_AO): Likewise.
926         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
927         (TRAP_TRACE): Likewise.
928         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
929         __USE_XOPEN2K8].
930         (CLD_KILLED): Likewise.
931         (CLD_DUMPED): Likewise.
932         (CLD_TRAPPED): Likewise.
933         (CLD_STOPPED): Likewise.
934         (CLD_CONTINUED): Likewise.
935         (POLL_IN): Likewise.
936         (POLL_OUT): Likewise.
937         (POLL_MSG): Likewise.
938         (POLL_ERR): Likewise.
939         (POLL_PRI): Likewise.
940         (POLL_HUP): Likewise.
941         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
942         (ILL_ILLOPN): Likewise.
943         (ILL_ILLADR): Likewise.
944         (ILL_ILLTRP): Likewise.
945         (ILL_PRVOPC): Likewise.
946         (ILL_PRVREG): Likewise.
947         (ILL_COPROC): Likewise.
948         (ILL_BADSTK): Likewise.
949         (FPE_INTDIV): Likewise.
950         (FPE_INTOVF): Likewise.
951         (FPE_FLTDIV): Likewise.
952         (FPE_FLTOVF): Likewise.
953         (FPE_FLTUND): Likewise.
954         (FPE_FLTRES): Likewise.
955         (FPE_FLTINV): Likewise.
956         (FPE_FLTSUB): Likewise.
957         (SEGV_MAPERR): Likewise.
958         (SEGV_ACCERR): Likewise.
959         (BUS_ADRALN): Likewise.
960         (BUS_ADRERR): Likewise.
961         (BUS_OBJERR): Likewise.
962         (BUS_MCEERR_AR): Likewise.
963         (BUS_MCEERR_AO): Likewise.
964         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
965         (TRAP_TRACE): Likewise.
966         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
967         __USE_XOPEN2K8].
968         (CLD_KILLED): Likewise.
969         (CLD_DUMPED): Likewise.
970         (CLD_TRAPPED): Likewise.
971         (CLD_STOPPED): Likewise.
972         (CLD_CONTINUED): Likewise.
973         (POLL_IN): Likewise.
974         (POLL_OUT): Likewise.
975         (POLL_MSG): Likewise.
976         (POLL_ERR): Likewise.
977         (POLL_PRI): Likewise.
978         (POLL_HUP): Likewise.
979         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
980         Likewise.
981         (ILL_ILLOPN): Likewise.
982         (ILL_ILLADR): Likewise.
983         (ILL_ILLTRP): Likewise.
984         (ILL_PRVOPC): Likewise.
985         (ILL_PRVREG): Likewise.
986         (ILL_COPROC): Likewise.
987         (ILL_BADSTK): Likewise.
988         (ILL_BADIADDR): Likewise.
989         (ILL_BREAK): Likewise.
990         (FPE_INTDIV): Likewise.
991         (FPE_INTOVF): Likewise.
992         (FPE_FLTDIV): Likewise.
993         (FPE_FLTOVF): Likewise.
994         (FPE_FLTUND): Likewise.
995         (FPE_FLTRES): Likewise.
996         (FPE_FLTINV): Likewise.
997         (FPE_FLTSUB): Likewise.
998         (FPE_DECOVF): Likewise.
999         (FPE_DECDIV): Likewise.
1000         (FPE_DECERR): Likewise.
1001         (FPE_INVASC): Likewise.
1002         (FPE_INVDEC): Likewise.
1003         (SEGV_MAPERR): Likewise.
1004         (SEGV_ACCERR): Likewise.
1005         (SEGV_PSTKOVF): Likewise.
1006         (BUS_ADRALN): Likewise.
1007         (BUS_ADRERR): Likewise.
1008         (BUS_OBJERR): Likewise.
1009         (BUS_MCEERR_AR): Likewise.
1010         (BUS_MCEERR_AO): Likewise.
1011         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
1012         (TRAP_TRACE): Likewise.
1013         (TRAP_BRANCH): Likewise.
1014         (TRAP_HWBKPT): Likewise.
1015         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
1016         __USE_XOPEN2K8].
1017         (CLD_KILLED): Likewise.
1018         (CLD_DUMPED): Likewise.
1019         (CLD_TRAPPED): Likewise.
1020         (CLD_STOPPED): Likewise.
1021         (CLD_CONTINUED): Likewise.
1022         (POLL_IN): Likewise.
1023         (POLL_OUT): Likewise.
1024         (POLL_MSG): Likewise.
1025         (POLL_ERR): Likewise.
1026         (POLL_PRI): Likewise.
1027         (POLL_HUP): Likewise.
1028         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
1029         (ILL_ILLOPN): Likewise.
1030         (ILL_ILLADR): Likewise.
1031         (ILL_ILLTRP): Likewise.
1032         (ILL_PRVOPC): Likewise.
1033         (ILL_PRVREG): Likewise.
1034         (ILL_COPROC): Likewise.
1035         (ILL_BADSTK): Likewise.
1036         (FPE_INTDIV): Likewise.
1037         (FPE_INTOVF): Likewise.
1038         (FPE_FLTDIV): Likewise.
1039         (FPE_FLTOVF): Likewise.
1040         (FPE_FLTUND): Likewise.
1041         (FPE_FLTRES): Likewise.
1042         (FPE_FLTINV): Likewise.
1043         (FPE_FLTSUB): Likewise.
1044         (SEGV_MAPERR): Likewise.
1045         (SEGV_ACCERR): Likewise.
1046         (BUS_ADRALN): Likewise.
1047         (BUS_ADRERR): Likewise.
1048         (BUS_OBJERR): Likewise.
1049         (BUS_MCEERR_AR): Likewise.
1050         (BUS_MCEERR_AO): Likewise.
1051         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
1052         (TRAP_TRACE): Likewise.
1053         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
1054         __USE_XOPEN2K8].
1055         (CLD_KILLED): Likewise.
1056         (CLD_DUMPED): Likewise.
1057         (CLD_TRAPPED): Likewise.
1058         (CLD_STOPPED): Likewise.
1059         (CLD_CONTINUED): Likewise.
1060         (POLL_IN): Likewise.
1061         (POLL_OUT): Likewise.
1062         (POLL_MSG): Likewise.
1063         (POLL_ERR): Likewise.
1064         (POLL_PRI): Likewise.
1065         (POLL_HUP): Likewise.
1066         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
1067         (ILL_ILLOPN): Likewise.
1068         (ILL_ILLADR): Likewise.
1069         (ILL_ILLTRP): Likewise.
1070         (ILL_PRVOPC): Likewise.
1071         (ILL_PRVREG): Likewise.
1072         (ILL_COPROC): Likewise.
1073         (ILL_BADSTK): Likewise.
1074         (FPE_INTDIV): Likewise.
1075         (FPE_INTOVF): Likewise.
1076         (FPE_FLTDIV): Likewise.
1077         (FPE_FLTOVF): Likewise.
1078         (FPE_FLTUND): Likewise.
1079         (FPE_FLTRES): Likewise.
1080         (FPE_FLTINV): Likewise.
1081         (FPE_FLTSUB): Likewise.
1082         (SEGV_MAPERR): Likewise.
1083         (SEGV_ACCERR): Likewise.
1084         (BUS_ADRALN): Likewise.
1085         (BUS_ADRERR): Likewise.
1086         (BUS_OBJERR): Likewise.
1087         (BUS_MCEERR_AR): Likewise.
1088         (BUS_MCEERR_AO): Likewise.
1089         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
1090         (TRAP_TRACE): Likewise.
1091         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
1092         __USE_XOPEN2K8].
1093         (CLD_KILLED): Likewise.
1094         (CLD_DUMPED): Likewise.
1095         (CLD_TRAPPED): Likewise.
1096         (CLD_STOPPED): Likewise.
1097         (CLD_CONTINUED): Likewise.
1098         (POLL_IN): Likewise.
1099         (POLL_OUT): Likewise.
1100         (POLL_MSG): Likewise.
1101         (POLL_ERR): Likewise.
1102         (POLL_PRI): Likewise.
1103         (POLL_HUP): Likewise.
1104         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
1105         (ILL_ILLOPN): Likewise.
1106         (ILL_ILLADR): Likewise.
1107         (ILL_ILLTRP): Likewise.
1108         (ILL_PRVOPC): Likewise.
1109         (ILL_PRVREG): Likewise.
1110         (ILL_COPROC): Likewise.
1111         (ILL_BADSTK): Likewise.
1112         (FPE_INTDIV): Likewise.
1113         (FPE_INTOVF): Likewise.
1114         (FPE_FLTDIV): Likewise.
1115         (FPE_FLTOVF): Likewise.
1116         (FPE_FLTUND): Likewise.
1117         (FPE_FLTRES): Likewise.
1118         (FPE_FLTINV): Likewise.
1119         (FPE_FLTSUB): Likewise.
1120         (SEGV_MAPERR): Likewise.
1121         (SEGV_ACCERR): Likewise.
1122         (BUS_ADRALN): Likewise.
1123         (BUS_ADRERR): Likewise.
1124         (BUS_OBJERR): Likewise.
1125         (BUS_MCEERR_AR): Likewise.
1126         (BUS_MCEERR_AO): Likewise.
1127         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
1128         (TRAP_TRACE): Likewise.
1129         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
1130         __USE_XOPEN2K8].
1131         (CLD_KILLED): Likewise.
1132         (CLD_DUMPED): Likewise.
1133         (CLD_TRAPPED): Likewise.
1134         (CLD_STOPPED): Likewise.
1135         (CLD_CONTINUED): Likewise.
1136         (POLL_IN): Likewise.
1137         (POLL_OUT): Likewise.
1138         (POLL_MSG): Likewise.
1139         (POLL_ERR): Likewise.
1140         (POLL_PRI): Likewise.
1141         (POLL_HUP): Likewise.
1142         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
1143         (ILL_ILLOPN): Likewise.
1144         (ILL_ILLADR): Likewise.
1145         (ILL_ILLTRP): Likewise.
1146         (ILL_PRVOPC): Likewise.
1147         (ILL_PRVREG): Likewise.
1148         (ILL_COPROC): Likewise.
1149         (ILL_BADSTK): Likewise.
1150         (ILL_DBLFLT): Likewise.
1151         (ILL_HARDWALL): Likewise.
1152         (FPE_INTDIV): Likewise.
1153         (FPE_INTOVF): Likewise.
1154         (FPE_FLTDIV): Likewise.
1155         (FPE_FLTOVF): Likewise.
1156         (FPE_FLTUND): Likewise.
1157         (FPE_FLTRES): Likewise.
1158         (FPE_FLTINV): Likewise.
1159         (FPE_FLTSUB): Likewise.
1160         (SEGV_MAPERR): Likewise.
1161         (SEGV_ACCERR): Likewise.
1162         (BUS_ADRALN): Likewise.
1163         (BUS_ADRERR): Likewise.
1164         (BUS_OBJERR): Likewise.
1165         (BUS_MCEERR_AR): Likewise.
1166         (BUS_MCEERR_AO): Likewise.
1167         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
1168         (TRAP_TRACE): Likewise.
1169         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
1170         __USE_XOPEN2K8].
1171         (CLD_KILLED): Likewise.
1172         (CLD_DUMPED): Likewise.
1173         (CLD_TRAPPED): Likewise.
1174         (CLD_STOPPED): Likewise.
1175         (CLD_CONTINUED): Likewise.
1176         (POLL_IN): Likewise.
1177         (POLL_OUT): Likewise.
1178         (POLL_MSG): Likewise.
1179         (POLL_ERR): Likewise.
1180         (POLL_PRI): Likewise.
1181         (POLL_HUP): Likewise.
1182         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
1183         (ILL_ILLOPN): Likewise.
1184         (ILL_ILLADR): Likewise.
1185         (ILL_ILLTRP): Likewise.
1186         (ILL_PRVOPC): Likewise.
1187         (ILL_PRVREG): Likewise.
1188         (ILL_COPROC): Likewise.
1189         (ILL_BADSTK): Likewise.
1190         (FPE_INTDIV): Likewise.
1191         (FPE_INTOVF): Likewise.
1192         (FPE_FLTDIV): Likewise.
1193         (FPE_FLTOVF): Likewise.
1194         (FPE_FLTUND): Likewise.
1195         (FPE_FLTRES): Likewise.
1196         (FPE_FLTINV): Likewise.
1197         (FPE_FLTSUB): Likewise.
1198         (SEGV_MAPERR): Likewise.
1199         (SEGV_ACCERR): Likewise.
1200         (BUS_ADRALN): Likewise.
1201         (BUS_ADRERR): Likewise.
1202         (BUS_OBJERR): Likewise.
1203         (BUS_MCEERR_AR): Likewise.
1204         (BUS_MCEERR_AO): Likewise.
1205         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
1206         (TRAP_TRACE): Likewise.
1207         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
1208         __USE_XOPEN2K8].
1209         (CLD_KILLED): Likewise.
1210         (CLD_DUMPED): Likewise.
1211         (CLD_TRAPPED): Likewise.
1212         (CLD_STOPPED): Likewise.
1213         (CLD_CONTINUED): Likewise.
1214         (POLL_IN): Likewise.
1215         (POLL_OUT): Likewise.
1216         (POLL_MSG): Likewise.
1217         (POLL_ERR): Likewise.
1218         (POLL_PRI): Likewise.
1219         (POLL_HUP): Likewise.
1220         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
1221         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
1222
1223         [BZ #16670]
1224         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
1225         before #include of <time.h>.
1226         [!__USE_XOPEN2K] (__need_timespec): Likewise.
1227         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
1228         (test-xfail-UNIX98/sched.h/conform): Likewise.
1229
1230 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
1231
1232         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
1233         error absence of trapping exception support.
1234         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
1235
1236 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
1237
1238         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
1239         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
1240         * timezone/Makefile (testdata): Move definition above include of
1241         Rules.
1242         (test-zones): New variable.
1243         (tests-special): Add zone files.
1244         (build-testdata): Use $(evaluate-test).
1245
1246         * elf/Makefile (tests-special): Rename tests to end with .out.
1247         ($(objpfx)noload-mem): Likewise.
1248         ($(objpfx)tst-leaks1-mem): Likewise.
1249         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
1250         * iconv/Makefile (xtests-special): Change test-iconvconfig to
1251         $(objpfx)test-iconvconfig.out.
1252         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
1253         set -e inside subshell and redirect output to file.
1254         * iconvdata/Makefile (generated): Rename tests to end with .out.
1255         Correct type.
1256         (tests-special): Rename tests to end with .out.
1257         ($(objpfx)mtrace-tst-loading): Likewise.
1258         * intl/Makefile (generated): Likewise.
1259         (tests-special): Likewise.
1260         ($(objpfx)mtrace-tst-gettext): Likewise.
1261         * misc/Makefile (generated): Likewise.
1262         (tests-special): Likewise.
1263         ($(objpfx)tst-error1-mem): Likewise.
1264         * nptl/Makefile (tests-special): Likewise.
1265         ($(objpfx)tst-stack3-mem): Likewise.
1266         (generated): Likewise.
1267         * posix/Makefile (generated): Likewise.
1268         (tests-special): Likewise.
1269         (xtests-special): Likewise.
1270         ($(objpfx)tst-fnmatch-mem): Likewise.
1271         ($(objpfx)bug-regex2-mem): Likewise.
1272         ($(objpfx)bug-regex14-mem): Likewise.
1273         ($(objpfx)bug-regex21-mem): Likewise.
1274         ($(objpfx)bug-regex31-mem): Likewise.
1275         ($(objpfx)tst-vfork3-mem): Likewise.
1276         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
1277         ($(objpfx)tst-pcre-mem): Likewise.
1278         ($(objpfx)tst-boost-mem): Likewise.
1279         ($(objpfx)bug-ga2-mem): Likewise.
1280         ($(objpfx)bug-glob2-mem): Likewise.
1281         * resolv/Makefile (generate): Likewise.
1282         (tests-special): Likewise.
1283         (xtests-special): Likewise.
1284         (generated): Likewise.
1285         ($(objpfx)mtrace-tst-leaks): Likewise.
1286         ($(objpfx)mtrace-tst-leaks2): Likewise.
1287
1288         * scripts/merge-test-results.sh: New file.
1289         * Makefile (tests-special-notdir): New variable.
1290         (tests): Run merge-test-results.sh.
1291         (xtests): Likewise.
1292         * Rules (tests-special-notdir): New variable.
1293         (xtests-special-notdir): Likewise.
1294         (tests): Run merge-test-results.sh
1295         (xtests): Likewise.
1296
1297         * Makeconfig (test-xfail-name): New variable.
1298         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
1299         compute variable name for expected failures.
1300         * conform/Makefile (conformtest-headers-data): New variable.
1301         (conformtest-standards): Likewise.
1302         (conformtest-headers-ISO): Likewise.
1303         (conformtest-headers-ISO99): Likewise.
1304         (conformtest-headers-ISO11): Likewise.
1305         (conformtest-headers-POSIX): Likewise.
1306         (conformtest-headers-XPG3): Likewise.
1307         (conformtest-headers-XPG4): Likewise.
1308         (conformtest-headers-UNIX98): Likewise.
1309         (conformtest-headers-XOPEN2K): Likewise.
1310         (conformtest-headers-POSIX2008): Likewise.
1311         (conformtest-headers-XOPEN2K8): Likewise.
1312         (conformtest-header-list-base): Likewise.
1313         (conformtest-header-list-tests): Likewise.
1314         (conformtest-header-base): Likewise.
1315         (conformtest-header-tests): Likewise.
1316         (tests-special): Add $(conformtest-header-list-tests).  If
1317         [$(fast-check) && !$(cross-compiling)], add
1318         $(conformtest-header-tests) instead of
1319         $(objpfx)run-conformtest.out.
1320         (generated): Add $(conformtest-header-list-base).  If
1321         [$(fast-check) && !$(cross-compiling)], add
1322         $(conformtest-header-base).  Remove previous setting.
1323         ($(conformtest-header-list-tests)): New target.
1324         (test-xfail-run-conformtest): Remove variable.
1325         ($(objpfx)run-conformtest.out): Remove target.
1326         (test-xfail-ISO11/complex.h/conform): New variable.
1327         (test-xfail-ISO11/stdalign.h/conform): Likewise.
1328         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
1329         (test-xfail-XPG3/varargs.h/conform): Likewise.
1330         (test-xfail-XPG4/varargs.h/conform): Likewise.
1331         (test-xfail-UNIX98/varargs.h/conform): Likewise.
1332         (test-xfail-XPG4/ndbm.h/conform): Likewise.
1333         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
1334         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
1335         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
1336         (test-xfail-XPG3/fcntl.h/conform): Likewise.
1337         (test-xfail-XPG3/ftw.h/conform): Likewise.
1338         (test-xfail-XPG3/grp.h/conform): Likewise.
1339         (test-xfail-XPG3/langinfo.h/conform): Likewise.
1340         (test-xfail-XPG3/limits.h/conform): Likewise.
1341         (test-xfail-XPG3/pwd.h/conform): Likewise.
1342         (test-xfail-XPG3/search.h/conform): Likewise.
1343         (test-xfail-XPG3/signal.h/conform): Likewise.
1344         (test-xfail-XPG3/stdio.h/conform): Likewise.
1345         (test-xfail-XPG3/stdlib.h/conform): Likewise.
1346         (test-xfail-XPG3/string.h/conform): Likewise.
1347         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
1348         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
1349         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
1350         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
1351         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
1352         (test-xfail-XPG3/sys/types.h/conform): Likewise.
1353         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
1354         (test-xfail-XPG3/termios.h/conform): Likewise.
1355         (test-xfail-XPG3/time.h/conform): Likewise.
1356         (test-xfail-XPG3/unistd.h/conform): Likewise.
1357         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
1358         (test-xfail-XPG4/fcntl.h/conform): Likewise.
1359         (test-xfail-XPG4/langinfo.h/conform): Likewise.
1360         (test-xfail-XPG4/netdb.h/conform): Likewise.
1361         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
1362         (test-xfail-XPG4/signal.h/conform): Likewise.
1363         (test-xfail-XPG4/stdio.h/conform): Likewise.
1364         (test-xfail-XPG4/stdlib.h/conform): Likewise.
1365         (test-xfail-XPG4/stropts.h/conform): Likewise.
1366         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
1367         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
1368         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
1369         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
1370         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
1371         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
1372         (test-xfail-XPG4/sys/time.h/conform): Likewise.
1373         (test-xfail-XPG4/sys/types.h/conform): Likewise.
1374         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
1375         (test-xfail-XPG4/termios.h/conform): Likewise.
1376         (test-xfail-XPG4/ucontext.h/conform): Likewise.
1377         (test-xfail-XPG4/unistd.h/conform): Likewise.
1378         (test-xfail-XPG4/utmpx.h/conform): Likewise.
1379         (test-xfail-POSIX/sched.h/conform): Likewise.
1380         (test-xfail-POSIX/signal.h/conform): Likewise.
1381         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
1382         (test-xfail-POSIX/tar.h/conform): Likewise.
1383         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
1384         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
1385         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
1386         (test-xfail-UNIX98/netdb.h/conform): Likewise.
1387         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
1388         (test-xfail-UNIX98/sched.h/conform): Likewise.
1389         (test-xfail-UNIX98/signal.h/conform): Likewise.
1390         (test-xfail-UNIX98/stdio.h/conform): Likewise.
1391         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
1392         (test-xfail-UNIX98/stropts.h/conform): Likewise.
1393         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
1394         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
1395         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
1396         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
1397         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
1398         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
1399         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
1400         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
1401         (test-xfail-UNIX98/unistd.h/conform): Likewise.
1402         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
1403         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
1404         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
1405         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
1406         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
1407         (test-xfail-XOPEN2K/math.h/conform): Likewise.
1408         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
1409         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
1410         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
1411         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
1412         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
1413         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
1414         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
1415         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
1416         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
1417         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
1418         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
1419         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
1420         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
1421         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
1422         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
1423         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
1424         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
1425         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
1426         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
1427         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
1428         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
1429         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
1430         (test-xfail-POSIX2008/signal.h/conform): Likewise.
1431         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
1432         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
1433         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
1434         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
1435         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
1436         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
1437         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
1438         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
1439         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
1440         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
1441         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
1442         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
1443         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
1444         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
1445         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
1446         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
1447         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
1448         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
1449         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
1450         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
1451         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
1452         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
1453         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
1454         (conformtest-cc-flags): Likewise.
1455         ($(conformtest-header-tests): New target.
1456         * conform/check-header-lists.sh: New file.
1457         * conform/run-conformtest.sh: Remove.
1458
1459         * conform/conformtest.pl: Allow ' and \ in values given for
1460         constants.
1461         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
1462         inclusion.
1463         [POSIX] (sys/types.h): Likewise.
1464         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
1465         inclusion.
1466         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
1467         inclusion.
1468         * conform/data/signal.h-data (SIGIO): Remove expectation.
1469         [XPG3] (SIGBUS): Do not expect.
1470         [POSIX || XPG3] (SIGPOLL): Likewise.
1471         [POSIX || XPG3] (SIGPROF): Likewise.
1472         [POSIX || XPG3] (SIGSYS): Likewise.
1473         [XPG3] (SIGTRAP): Likewise.
1474         [POSIX || XPG3] (SIGURG): Likewise.
1475         [POSIX || XPG3] (SIGVTALRM): Likewise.
1476         [POSIX || XPG3] (SIGXCPU): Likewise.
1477         [POSIX || XPG3] (SIGXFSZ): Likewise.
1478         [POSIX] (SA_SIGINFO): Expect.
1479         [XPG3] (siginfo_t): Do not expect type or contents.
1480         [POSIX] (si_pid): Do not expect element.
1481         [POSIX] (si_uid): Likewise.
1482         [POSIX] (si_addr): Likewise.
1483         [POSIX] (si_status): Likewise.
1484         [POSIX] (si_band): Likewise.
1485         [XPG4] (si_value): Likewise.
1486         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
1487         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
1488         [POSIX || XPG3] (ILL_ILLADR): Likewise.
1489         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
1490         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
1491         [POSIX || XPG3] (ILL_PRVREG): Likewise.
1492         [POSIX || XPG3] (ILL_COPROC): Likewise.
1493         [POSIX || XPG3] (ILL_BADSTK): Likewise.
1494         [POSIX || XPG3] (FPE_INTDIV): Likewise.
1495         [POSIX || XPG3] (FPE_INTOVF): Likewise.
1496         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
1497         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
1498         [POSIX || XPG3] (FPE_FLTUND): Likewise.
1499         [POSIX || XPG3] (FPE_FLTRES): Likewise.
1500         [POSIX || XPG3] (FPE_FLTINV): Likewise.
1501         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
1502         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
1503         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
1504         [POSIX || XPG3] (BUS_ADRALN): Likewise.
1505         [POSIX || XPG3] (BUS_ADRERR): Likewise.
1506         [POSIX || XPG3] (BUS_OBJERR): Likewise.
1507         [POSIX || XPG3] (CLD_EXITED): Likewise.
1508         [POSIX || XPG3] (CLD_KILLED): Likewise.
1509         [POSIX || XPG3] (CLD_DUMPED): Likewise.
1510         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
1511         [POSIX || XPG3] (CLD_STOPPED): Likewise.
1512         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
1513         [POSIX || XPG3] (POLL_IN): Likewise.
1514         [POSIX || XPG3] (POLL_OUT): Likewise.
1515         [POSIX || XPG3] (POLL_MSG): Likewise.
1516         [POSIX || XPG3] (POLL_ERR): Likewise.
1517         [POSIX || XPG3] (POLL_PRI): Likewise.
1518         [POSIX || XPG3] (POLL_HUP): Likewise.
1519         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
1520         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
1521         (SIG*): Do not allow.
1522         [XPG3] (si_*): Likewise.
1523         [XPG3] (SI_*): Likewise.
1524         [XPG3 || XPG4] (sigev_*): Likewise.
1525         [XPG3 || XPG4] (SIGEV_*): Likewise.
1526         [XPG3 || XPG4] (sival_*): Likewise.
1527         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
1528         [POSIX || XPG3] (BUS_*): Likewise.
1529         [POSIX || XPG3] (CLD_*): Likewise.
1530         [POSIX || XPG3] (FPE_*): Likewise.
1531         [POSIX || XPG3] (ILL_*): Likewise.
1532         [POSIX || XPG3] (POLL_*): Likewise.
1533         [POSIX || XPG3] (SEGV_*): Likewise.
1534         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
1535         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
1536         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
1537         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
1538         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
1539         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
1540         Specify type and value.
1541         (TVERSLEN): Likewise.
1542         (REGTYPE): Likewise.
1543         (AREGTYPE): Likewise.
1544         (LNKTYPE): Likewise.
1545         (SYMTYPE): Likewise.
1546         (CHRTYPE): Likewise.
1547         (BLKTYPE): Likewise.
1548         (DIRTYPE): Likewise.
1549         (FIFOTYPE): Likewise.
1550         (CONTTYPE): Likewise.
1551         (TSUID): Likewise.
1552         (TSGID): Likewise.
1553         (TSVTX): Likewise.
1554         (TUREAD): Likewise.
1555         (TUWRITE): Likewise.
1556         (TUEXEC): Likewise.
1557         (TGREAD): Likewise.
1558         (TGWRITE): Likewise.
1559         (TGEXEC): Likewise.
1560         (TOREAD): Likewise.
1561         (TOWRITE): Likewise.
1562         (TOEXEC): Likewise.
1563         [POSIX] (TSVTX): Expect constant.
1564
1565 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
1566
1567         * Makefile (tests): Change dependencies to ....
1568         (tests-special): ... additions to this variable.
1569         (tests): Depend on $(tests-special).
1570         * Makerules (check-abi-list): New variable.
1571         (check-abi): Depend on $(check-abi-list).
1572         [$(subdir) = elf] (tests-special): Add
1573         $(objpfx)check-abi-libc.out.
1574         [$(build-shared) = yes && subdir] (tests-special): Add
1575         $(check-abi-list).
1576         [$(build-shared) = yes && subdir] (tests): Do not depend on
1577         check-abi.
1578         * Rules (tests): Depend on $(tests-special).
1579         (xtests): Depend on $(xtests-special).
1580         * catgets/Makefile (tests): Change dependencies to ....
1581         (tests-special): ... additions to this variable.
1582         * conform/Makefile (tests): Change dependencies to ....
1583         (tests-special): ... additions to this variable.
1584         * elf/Makefile (tests): Change dependencies to ....
1585         (tests-special): ... additions to this variable.
1586         * grp/Makefile (tests): Change dependencies to ....
1587         (tests-special): ... additions to this variable.
1588         * iconv/Makefile (xtests): Change dependencies to ....
1589         (xtests-special): ... additions to this variable.
1590         * iconvdata/Makefile (tests): Change dependencies to ....
1591         (tests-special): ... additions to this variable.
1592         * intl/Makefile (tests): Change dependencies to ....
1593         (tests-special): ... additions to this variable.  Also add
1594         $(objpfx)tst-gettext.out.
1595         * io/Makefile (tests): Change dependencies to ....
1596         (tests-special): ... additions to this variable.
1597         * libio/Makefile (tests): Change dependencies to ....
1598         (tests-special): ... additions to this variable.
1599         * malloc/Makefile (tests): Change dependencies to ....
1600         (tests-special): ... additions to this variable.
1601         * misc/Makefile (tests): Change dependencies to ....
1602         (tests-special): ... additions to this variable.
1603         * nptl/Makefile (tests): Change dependencies to ....
1604         (tests-special): ... additions to this variable.
1605         * nptl_db/Makefile (tests): Change dependencies to ....
1606         (tests-special): ... additions to this variable.
1607         * posix/Makefile (tests): Change dependencies to ....
1608         (tests-special): ... additions to this variable.
1609         (xtests): Change dependencies to ....
1610         (xtests-special): ... additions to this variable.
1611         * resolv/Makefile (tests): Change dependencies to ....
1612         (tests-special): ... additions to this variable.
1613         (xtests): Change dependencies to ....
1614         (xtests-special): ... additions to this variable.
1615         * stdio-common/Makefile (tests): Change dependencies to ....
1616         (tests-special): ... additions to this variable.
1617         (do-tst-unbputc): Remove target.
1618         (do-tst-printf): Likewise.
1619         * stdlib/Makefile (tests): Change dependencies to ....
1620         (tests-special): ... additions to this variable.
1621         * string/Makefile (tests): Change dependencies to ....
1622         (tests-special): ... additions to this variable.
1623         * sysdeps/x86/Makefile (tests): Change dependencies to ....
1624         (tests-special): ... additions to this variable.
1625
1626         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
1627         whole file.
1628         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
1629         whole file.
1630         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
1631         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
1632
1633         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
1634         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
1635         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
1636         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
1637         * conform/data/libgen.h-data [XPG3]: Likewise.
1638         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
1639         * conform/data/ndbm.h-data [XPG3]: Likewise.
1640         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
1641         * conform/data/netdb.h-data [XPG3]: Likewise.
1642         * conform/data/netinet/in.h-data [XPG3]: Likewise.
1643         * conform/data/poll.h-data [XPG3]: Likewise.
1644         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
1645         * conform/data/strings.h-data [XPG3]: Likewise.
1646         * conform/data/stropts.h-data [XPG3]: Likewise.
1647         * conform/data/sys/mman.h-data [XPG3]: Likewise.
1648         * conform/data/sys/resource.h-data [XPG3]: Likewise.
1649         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
1650         Likewise.
1651         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
1652         * conform/data/sys/time.h-data [XPG3]: Likewise.
1653         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
1654         * conform/data/sys/uio.h-data [XPG3]: Likewise.
1655         * conform/data/sys/un.h-data [XPG3]: Likewise.
1656         * conform/data/syslog.h-data [XPG3]: Likewise.
1657         * conform/data/ucontext.h-data [XPG3]: Likewise.
1658         * conform/data/utmpx.h-data [XPG3]: Likewise.
1659         * conform/data/varargs.h-data [UNIX98]: Enable file.
1660
1661         * manual/Makefile (INSTALL_INFO): Remove variable setting.
1662
1663         * math/libm-test.inc (struct test_f_f_data): Move expected results
1664         into structure for each rounding mode.
1665         (struct test_ff_f_data): Likewise.
1666         (struct test_ff_f_data_nexttoward): Likewise.
1667         (struct test_fi_f_data): Likewise.
1668         (struct test_fl_f_data): Likewise.
1669         (struct test_if_f_data): Likewise.
1670         (struct test_fff_f_data): Likewise.
1671         (struct test_c_f_data): Likewise.
1672         (struct test_f_f1_data): Likewise.
1673         (struct test_fF_f1_data): Likewise.
1674         (struct test_ffI_f1_data): Likewise.
1675         (struct test_c_c_data): Likewise.
1676         (struct test_cc_c_data): Likewise.
1677         (struct test_f_i_data): Likewise.
1678         (struct test_ff_i_data): Likewise.
1679         (struct test_f_l_data): Likewise.
1680         (struct test_f_L_data): Likewise.
1681         (struct test_fFF_11_data): Likewise.
1682         (RM_): New macro.
1683         (RM_FE_DOWNWARD): Likewise.
1684         (RM_FE_TONEAREST): Likewise.
1685         (RM_FE_TOWARDZERO): Likewise.
1686         (RM_FE_UPWARD): Likewise.
1687         (RUN_TEST_LOOP_f_f): Update references to expected results.
1688         (RUN_TEST_LOOP_2_f): Likewise.
1689         (RUN_TEST_LOOP_fff_f): Likewise.
1690         (RUN_TEST_LOOP_c_f): Likewise.
1691         (RUN_TEST_LOOP_f_f1): Likewise.
1692         (RUN_TEST_LOOP_fF_f1): Likewise.
1693         (RUN_TEST_LOOP_fI_f1): Likewise.
1694         (RUN_TEST_LOOP_ffI_f1): Likewise.
1695         (RUN_TEST_LOOP_c_c): Likewise.
1696         (RUN_TEST_LOOP_cc_c): Likewise.
1697         (RUN_TEST_LOOP_f_i): Likewise.
1698         (RUN_TEST_LOOP_f_i_tg): Likewise.
1699         (RUN_TEST_LOOP_ff_i_tg): Likewise.
1700         (RUN_TEST_LOOP_f_b): Likewise.
1701         (RUN_TEST_LOOP_f_b_tg): Likewise.
1702         (RUN_TEST_LOOP_f_l): Likewise.
1703         (RUN_TEST_LOOP_f_L): Likewise.
1704         (RUN_TEST_LOOP_fFF_11): Likewise.
1705         * math/gen-libm-test.pl (parse_args): Output four copies of
1706         expected results for each test.
1707
1708         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
1709         (__ASSUME_UTIMES): Remove.
1710         * sysdeps/unix/sysv/linux/tile/kernel-features.h
1711         (__ASSUME_UTIMES): Likewise.
1712
1713         * math/gen-auto-libm-tests.c: Update comment on output format.
1714         (output_for_one_input_case): Generate before-rounding and
1715         after-rounding information as conditions on output flags not
1716         floating-point format.
1717         * math/auto-libm-test-out: Regenerated.
1718         * math/gen-libm-test.pl (cond_value): New function.
1719         (or_cond_value): Use cond_value.
1720         (generate_testfile): Handle conditional exceptions.
1721
1722 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
1723
1724         * math/libm-test.inc (max_valid_error): New variable.
1725         (init_max_error): Take new argument specifying whether function
1726         results are exactly determined.  Set max_valid_error and bound
1727         other variables for errors based on this argument.
1728         (set_max_error): Do not record results above max_valid_error.
1729         (check_float_internal): Only accept errors of up to 0.5ulps if
1730         also at most max_valid_error.
1731         (START): Take new argument EXACT and pass it to init_max_error.
1732         (acos_test): Update call to START.
1733         (acos_test_tonearest): Likewise.
1734         (acos_test_towardzero): Likewise.
1735         (acos_test_downward): Likewise.
1736         (acos_test_upward): Likewise.
1737         (acosh_test): Likewise.
1738         (asin_test): Likewise.
1739         (asin_test_tonearest): Likewise.
1740         (asin_test_towardzero): Likewise.
1741         (asin_test_downward): Likewise.
1742         (asin_test_upward): Likewise.
1743         (asinh_test): Likewise.
1744         (atan_test): Likewise.
1745         (atanh_test): Likewise.
1746         (atan2_test): Likewise.
1747         (cabs_test): Likewise.
1748         (cacos_test): Likewise.
1749         (cacosh_test): Likewise.
1750         (carg_test): Likewise.
1751         (casin_test): Likewise.
1752         (casinh_test): Likewise.
1753         (catan_test): Likewise.
1754         (catanh_test): Likewise.
1755         (cbrt_test): Likewise.
1756         (ccos_test): Likewise.
1757         (ccosh_test): Likewise.
1758         (ceil_test): Likewise.
1759         (cexp_test): Likewise.
1760         (cimag_test): Likewise.
1761         (clog_test): Likewise.
1762         (clog10_test): Likewise.
1763         (conj_test): Likewise.
1764         (copysign_test): Likewise.
1765         (cos_test): Likewise.
1766         (cos_test_tonearest): Likewise.
1767         (cos_test_towardzero): Likewise.
1768         (cos_test_downward): Likewise.
1769         (cos_test_upward): Likewise.
1770         (cosh_test): Likewise.
1771         (cosh_test_tonearest): Likewise.
1772         (cosh_test_towardzero): Likewise.
1773         (cosh_test_downward): Likewise.
1774         (cosh_test_upward): Likewise.
1775         (cpow_test): Likewise.
1776         (cproj_test): Likewise.
1777         (creal_test): Likewise.
1778         (csin_test): Likewise.
1779         (csinh_test): Likewise.
1780         (csqrt_test): Likewise.
1781         (ctan_test): Likewise.
1782         (ctan_test_tonearest): Likewise.
1783         (ctan_test_towardzero): Likewise.
1784         (ctan_test_downward): Likewise.
1785         (ctan_test_upward): Likewise.
1786         (ctanh_test): Likewise.
1787         (ctanh_test_tonearest): Likewise.
1788         (ctanh_test_towardzero): Likewise.
1789         (ctanh_test_downward): Likewise.
1790         (ctanh_test_upward): Likewise.
1791         (erf_test): Likewise.
1792         (erfc_test): Likewise.
1793         (exp_test): Likewise.
1794         (exp_test_tonearest): Likewise.
1795         (exp_test_towardzero): Likewise.
1796         (exp_test_downward): Likewise.
1797         (exp_test_upward): Likewise.
1798         (exp10_test): Likewise.
1799         (exp10_test_tonearest): Likewise.
1800         (exp10_test_towardzero): Likewise.
1801         (exp10_test_downward): Likewise.
1802         (exp10_test_upward): Likewise.
1803         (pow10_test): Likewise.
1804         (exp2_test): Likewise.
1805         (expm1_test): Likewise.
1806         (expm1_test_tonearest): Likewise.
1807         (expm1_test_towardzero): Likewise.
1808         (expm1_test_downward): Likewise.
1809         (expm1_test_upward): Likewise.
1810         (fabs_test): Likewise.
1811         (fdim_test): Likewise.
1812         (floor_test): Likewise.
1813         (fma_test): Likewise.
1814         (fma_test_towardzero): Likewise.
1815         (fma_test_downward): Likewise.
1816         (fma_test_upward): Likewise.
1817         (fmax_test): Likewise.
1818         (fmin_test): Likewise.
1819         (fmod_test): Likewise.
1820         (fpclassify_test): Likewise.
1821         (frexp_test): Likewise.
1822         (hypot_test): Likewise.
1823         (ilogb_test): Likewise.
1824         (isfinite_test): Likewise.
1825         (finite_test): Likewise.
1826         (isgreater_test): Likewise.
1827         (isgreaterequal_test): Likewise.
1828         (isinf_test): Likewise.
1829         (isless_test): Likewise.
1830         (islessequal_test): Likewise.
1831         (islessgreater_test): Likewise.
1832         (isnan_test): Likewise.
1833         (isnormal_test): Likewise.
1834         (issignaling_test): Likewise.
1835         (isunordered_test): Likewise.
1836         (j0_test): Likewise.
1837         (j1_test): Likewise.
1838         (jn_test): Likewise.
1839         (ldexp_test): Likewise.
1840         (lgamma_test): Likewise.
1841         (gamma_test): Likewise.
1842         (lrint_test): Likewise.
1843         (lrint_test_tonearest): Likewise.
1844         (lrint_test_towardzero): Likewise.
1845         (lrint_test_downward): Likewise.
1846         (lrint_test_upward): Likewise.
1847         (llrint_test): Likewise.
1848         (llrint_test_tonearest): Likewise.
1849         (llrint_test_towardzero): Likewise.
1850         (llrint_test_downward): Likewise.
1851         (llrint_test_upward): Likewise.
1852         (log_test): Likewise.
1853         (log10_test): Likewise.
1854         (log1p_test): Likewise.
1855         (log2_test): Likewise.
1856         (logb_test): Likewise.
1857         (logb_test_downward): Likewise.
1858         (lround_test): Likewise.
1859         (llround_test): Likewise.
1860         (modf_test): Likewise.
1861         (nearbyint_test): Likewise.
1862         (nextafter_test): Likewise.
1863         (nexttoward_test): Likewise.
1864         (pow_test): Likewise.
1865         (pow_test_tonearest): Likewise.
1866         (pow_test_towardzero): Likewise.
1867         (pow_test_downward): Likewise.
1868         (pow_test_upward): Likewise.
1869         (remainder_test): Likewise.
1870         (drem_test): Likewise.
1871         (remainder_test_tonearest): Likewise.
1872         (drem_test_tonearest): Likewise.
1873         (remainder_test_towardzero): Likewise.
1874         (drem_test_towardzero): Likewise.
1875         (remainder_test_downward): Likewise.
1876         (drem_test_downward): Likewise.
1877         (remainder_test_upward): Likewise.
1878         (drem_test_upward): Likewise.
1879         (remquo_test): Likewise.
1880         (rint_test): Likewise.
1881         (rint_test_tonearest): Likewise.
1882         (rint_test_towardzero): Likewise.
1883         (rint_test_downward): Likewise.
1884         (rint_test_upward): Likewise.
1885         (round_test): Likewise.
1886         (scalb_test): Likewise.
1887         (scalbn_test): Likewise.
1888         (scalbln_test): Likewise.
1889         (signbit_test): Likewise.
1890         (sin_test): Likewise.
1891         (sin_test_tonearest): Likewise.
1892         (sin_test_towardzero): Likewise.
1893         (sin_test_downward): Likewise.
1894         (sin_test_upward): Likewise.
1895         (sincos_test): Likewise.
1896         (sinh_test): Likewise.
1897         (sinh_test_tonearest): Likewise.
1898         (sinh_test_towardzero): Likewise.
1899         (sinh_test_downward): Likewise.
1900         (sinh_test_upward): Likewise.
1901         (sqrt_test): Likewise.
1902         (sqrt_test_tonearest): Likewise.
1903         (sqrt_test_towardzero): Likewise.
1904         (sqrt_test_downward): Likewise.
1905         (sqrt_test_upward): Likewise.
1906         (tan_test): Likewise.
1907         (tan_test_tonearest): Likewise.
1908         (tan_test_towardzero): Likewise.
1909         (tan_test_downward): Likewise.
1910         (tan_test_upward): Likewise.
1911         (tanh_test): Likewise.
1912         (tgamma_test): Likewise.
1913         (trunc_test): Likewise.
1914         (y0_test): Likewise.
1915         (y1_test): Likewise.
1916         (yn_test): Likewise.
1917         (significand_test): Likewise.
1918
1919         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
1920         individual tests in comment.
1921         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
1922         (prev_max_error): New variable.
1923         (prev_real_max_error): Likewise.
1924         (prev_imag_max_error): Likewise.
1925         (compare_ulp_data): Don't refer to test names in comment.
1926         (find_test_ulps): Remove function.
1927         (find_function_ulps): Likewise.
1928         (find_complex_function_ulps): Likewise.
1929         (init_max_error): Take function name as argument.  Look up ulps
1930         for that function.
1931         (print_ulps): Remove function.
1932         (print_max_error): Use prev_max_error instead of calling
1933         find_function_ulps.
1934         (print_complex_max_error): Use prev_real_max_error and
1935         prev_imag_max_error instead of calling find_complex_function_ulps.
1936         (check_float_internal): Take max_ulp parameter instead of calling
1937         find_test_ulps.  Don't call print_ulps.
1938         (check_float): Update call to check_float_internal.
1939         (check_complex): Update calls to check_float_internal.
1940         (START): Pass argument to init_max_error.
1941         * math/gen-libm-test.pl (%results): Don't include "kind"
1942         information.
1943         (parse_ulps): Don't handle ulps of individual tests.
1944         (print_ulps_file): Likewise.
1945         (output_ulps): Likewise.
1946         * math/README.libm-test: Update.
1947         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
1948         individual tests.
1949         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
1950         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
1951         * sysdeps/arm/libm-test-ulps: Likewise.
1952         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
1953         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
1954         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
1955         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
1956         * sysdeps/microblaze/libm-test-ulps: Likewise.
1957         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
1958         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
1959         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
1960         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
1961         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
1962         * sysdeps/sh/libm-test-ulps: Likewise.
1963         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
1964         * sysdeps/tile/libm-test-ulps: Likewise.
1965         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1966
1967 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
1968
1969         * math/libm-test.inc (print_complex_max_error): Check separately
1970         whether real and imaginary errors are within allowed range and
1971         pass 0 to print_complex_function_ulps instead of value within
1972         allowed range.
1973
1974 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
1975
1976         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
1977         formatting.
1978         (get_handles_fopen): Likewise.
1979         (do_write_test): Likewise.
1980
1981         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
1982
1983         * libio/fileops.c (do_ftell): Use cached offset when
1984         available.
1985         * libio/iofwide.c (do_ftell_wide): Likewise.
1986         * libio/iofdopen.c (_IO_new_fdopen): Don't use
1987         _IO_file_attach.
1988         * libio/wfileops.c (_IO_fwide): Don't cache offset.
1989
1990         [BZ #16532]
1991         * libio/libioP.h (get_file_offset): New function.
1992         * libio/fileops.c (get_file_offset): Likewise.
1993         (do_ftell): Likewise.
1994         (_IO_new_file_seekoff): Split out ftell logic.
1995         * libio/wfileops.c (do_ftell_wide): Likewise.
1996         (_IO_wfile_seekoff): Split out ftell logic.
1997         * libio/tst-ftell-active-handler.c: New test case.
1998         * libio/Makefile (tests): Add it.
1999
2000 2014-03-03  Roland McGrath  <roland@hack.frob.com>
2001
2002         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
2003         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
2004
2005 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
2006
2007         [BZ #16639]
2008         * nscd/connections.c (nscd_init): Call do_exit.
2009         (start_threads): Call do_exit and notify_parent.
2010         (begin_drop_privileges): Call do_exit.
2011         (finish_drop_privileges): Likewise.
2012         * nscd/selinux.c (preserve_capabilities): Likewise.
2013         (install_real_capabilities): Likewise.
2014         (nscd_selinux_enabled): Likewise.
2015         (avc_create_thread): Likewise.
2016         (avc_alloc_lock): Likewise.
2017         (nscd_avc_init): Likewise.
2018         * nscd/nscd.c (parent_fd): New static variable.
2019         (main): Create a pipe between parent and child processes.
2020         Skip closing parent_fd.
2021         (monitor_child): New function.
2022         (do_exit): Likewise.
2023         (notify_parent): Likewise.
2024         * nscd/nscd.h (notify_parent): Likewise.
2025         (do_exit): Likewise.
2026
2027 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
2028
2029         * malloc/malloc.c (__libc_calloc): Revert last change.
2030
2031 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2032
2033         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2034
2035 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
2036
2037         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
2038         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
2039         implementation.
2040         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
2041         (__libc_ifunc_impl_list): Likewise.
2042         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
2043         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
2044         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
2045         * string/strrchr.c: Define STRRCHR.
2046
2047 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
2048
2049         * benchtest/bench-strtok.c (simple_strtok): Delete.
2050         (strtok_string): Use as benchmark.
2051         * string/strtok (STRTOK): New macro.
2052
2053 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
2054
2055         * manual/threads.texi: Add header and standard comments to all
2056         functions.
2057
2058         * elf/dl-lookup.c (check_match): New function.
2059         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
2060         (do_lookup_x): Remove nested function check_match. Use non-nested
2061         function check_match.
2062
2063 2014-02-28  Roland McGrath  <roland@hack.frob.com>
2064
2065         * csu/Makefile (generated, before-compile): Use += rather than =.
2066         * catgets/Makefile (generated, generated-dirs): Likewise.
2067         * debug/Makefile (generated): Likewise.
2068         * dlfcn/Makefile (generated): Likewise.
2069         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
2070         * iconvdata/Makefile (before-compile, generated): Likewise.
2071         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
2072         * libio/Makefile (generated): Likewise.
2073         * malloc/Makefile (generated): Likewise.
2074         * manual/Makefile (generated, generated-dirs): Likewise.
2075         * misc/Makefile (generated): Likewise.
2076         * posix/Makefile (generated): Likewise.
2077         * resolv/Makefile (generated): Likewise.
2078         * sunrpc/Makefile (generated, generated-dirs): Likewise.
2079         * timezone/Makefile (generated, generated-dirs): Likewise.
2080
2081         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
2082
2083 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2084
2085         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround power8
2086         implementation.
2087         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New file:
2088         POWER8 llround ifunc implementation.
2089         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c (__lllround): Add
2090         POWER8 implementation.
2091         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
2092         POWER8 llround implementation.
2093
2094 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2095
2096         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint power8
2097         implementation.
2098         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New file:
2099         POWER8 llrint ifunc implementation.
2100         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint): Add
2101         POWER8 implementation.
2102         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
2103         POWER8 llrint implementation.
2104
2105 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2106
2107         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite power8
2108         implementation.
2109         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New file:
2110         POWER8 finite ifunc implementation.
2111         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite): Add
2112         POWER8 implementation.
2113         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
2114         Likewise.
2115         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
2116         POWER8 finite implementation.
2117         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
2118
2119 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2120
2121         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf power8
2122         implementation.
2123         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New file:
2124         POWER8 isinf ifunc implementation.
2125         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
2126         POWER8 implementation.
2127         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
2128         Likewise.
2129         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file:
2130         POWER8 isinf implementation.
2131         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
2132
2133 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2134
2135         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h (INIT_ARCH):
2136         Add hwcap2 initialization.
2137         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan power8
2138         implementation.
2139         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New file:
2140         POWER8 isnan ifunc implementation.
2141         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
2142         POWER8 implementation.
2143         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
2144         Likewise.
2145         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file:
2146         POWER8 isnan implementation.
2147         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
2148
2149 2014-02-27  Joey Ye  <joey.ye@arm.com>
2150
2151         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
2152         (_FP_NANFRAC_Q): Set to zero.
2153
2154 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2155
2156         [BZ #16623]
2157         * math/auto-libm-test-in: New test inputs.
2158         * math/auto-libm-test-out: Regenerate.
2159         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
2160         and DA.
2161         (__cos): Likewise.
2162         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
2163
2164 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
2165
2166         * scripts/evaluate-test.sh: Take new argument indicating whether
2167         failure is expected.
2168         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
2169         indicating whether failure is expected.
2170         * conform/Makefile (test-xfail-run-conformtest): New variable.
2171         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
2172         level.
2173         * posix/Makefile (test-xfail-annexc): New variable.
2174         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
2175
2176 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
2177
2178         * argp/Makefile: Include Makeconfig immediately after defining
2179         subdir.
2180         * assert/Makefile: Likewise.
2181         * benchtests/Makefile: Likewise.
2182         * catgets/Makefile: Likewise.
2183         * conform/Makefile: Likewise.
2184         * crypt/Makefile: Likewise.
2185         * csu/Makefile: Likewise.
2186         (all): Remove target.
2187         * ctype/Makefile: Include Makeconfig immediately after defining
2188         subdir.
2189         * debug/Makefile: Likewise.
2190         * dirent/Makefile: Likewise.
2191         * dlfcn/Makefile: Likewise.
2192         * gmon/Makefile: Likewise.
2193         * gnulib/Makefile: Likewise.
2194         * grp/Makefile: Likewise.
2195         * gshadow/Makefile: Likewise.
2196         * hesiod/Makefile: Likewise.
2197         * hurd/Makefile: Likewise.
2198         (all): Remove target.
2199         * iconvdata/Makefile: Include Makeconfig immediately after
2200         defining subdir.
2201         * inet/Makefile: Likewise.
2202         * intl/Makefile: Likewise.
2203         * io/Makefile: Likewise.
2204         * libio/Makefile: Likewise.
2205         (all): Remove target.
2206         * locale/Makefile: Include Makeconfig immediately after defining
2207         subdir.
2208         * login/Makefile: Likewise.
2209         * mach/Makefile: Likewise.
2210         (all): Remove target.
2211         * malloc/Makefile: Include Makeconfig immediately after defining
2212         subdir.
2213         (all): Remove target.
2214         * manual/Makefile: Include Makeconfig immediately after defining
2215         subdir.
2216         * math/Makefile: Likewise.
2217         * misc/Makefile: Likewise.
2218         * nis/Makefile: Likewise.
2219         * nss/Makefile: Likewise.
2220         * po/Makefile: Likewise.
2221         (all): Remove target.
2222         * posix/Makefile: Include Makeconfig immediately after defining
2223         subdir.
2224         * pwd/Makefile: Likewise.
2225         * resolv/Makefile: Likewise.
2226         * resource/Makefile: Likewise.
2227         * rt/Makefile: Likewise.
2228         * setjmp/Makefile: Likewise.
2229         * shadow/Makefile: Likewise.
2230         * signal/Makefile: Likewise.
2231         * socket/Makefile: Likewise.
2232         * soft-fp/Makefile: Likewise.
2233         * stdio-common/Makefile: Likewise.
2234         * stdlib/Makefile: Likewise.
2235         * streams/Makefile: Likewise.
2236         * string/Makefile: Likewise.
2237         * sunrpc/Makefile: Likewise.
2238         (all): Remove target.
2239         * sysvipc/Makefile: Include Makeconfig immediately after defining
2240         subdir.
2241         * termios/Makefile: Likewise.
2242         * time/Makefile: Likewise.
2243         * timezone/Makefile: Likewise.
2244         (all): Remove target.
2245         * wcsmbs/Makefile: Include Makeconfig immediately after defining
2246         subdir.
2247         * wctype/Makefile: Likewise.
2248
2249 2014-02-26  Steve Ellcey  <sellcey@mips.com>
2250
2251         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
2252         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
2253         (libc_feholdexcept_setround_mips): Ditto.
2254         (libc_feholdsetround): New.
2255         (libc_feholdsetroundf): New.
2256         (libc_feholdsetroundl): New.
2257         (libc_feupdateenv_test_mips): New.
2258         (libc_feupdateenv_test): New.
2259         (libc_feupdateenv_testf): New.
2260         (libc_feupdateenv_testl): New.
2261         (libc_feresetround): New.
2262         (libc_feresetroundf): New.
2263         (libc_feresetroundl): New.
2264         (libc_fetestexcept_mips): New.
2265         (libc_fetestexcept): New.
2266         (libc_fetestexceptf): New.
2267         (libc_fetestexceptl): New.
2268         (HAVE_RM_CTX): New.
2269         (libc_feholdexcept_setround_mips_ctx): New.
2270         (libc_feholdexcept_setround_ctx): New.
2271         (libc_feholdexcept_setroundf_ctx): New.
2272         (libc_feholdexcept_setroundl_ctx): New.
2273         (libc_fesetenv_mips_ctx): New.
2274         (libc_fesetenv_ctx): New.
2275         (libc_fesetenv_ctxf): New.
2276         (libc_fesetenv_ctxl): New.
2277         (libc_feupdateenv_mips_ctx): New.
2278         (libc_feupdateenv_ctx): New.
2279         (libc_feupdateenvf_ctx): New.
2280         (libc_feupdateenvl_ctx): New.
2281         (libc_feholdsetround_mips_ctx): New.
2282         (libc_feholdsetround_ctx): New.
2283         (libc_feholdsetroundf_ctx): New.
2284         (libc_feholdsetroundl_ctx): New.
2285         (libc_feresetround_mips_ctx): New.
2286         (libc_feresetround_ctx): New.
2287         (libc_feresetroundf_ctx): New.
2288         (libc_feresetroundl_ctx): New.
2289
2290 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
2291
2292         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
2293
2294         * manual/ipc.texi: New file.
2295         * manual/Makefile (chapters): Add ipc.
2296         * manual/job.texi: Add "Inter-Process Communication" to next.
2297         * manual/process.texi: Add "Inter-Process Communication" to prev.
2298
2299 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2300
2301         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2302
2303 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
2304
2305         * malloc/malloc.c (__libc_calloc): Simplify implementation.
2306
2307         * manual/arith.texi: Fix spaces after sentences.
2308         * manual/charset.texi: Likewise.
2309         * manual/errno.texi: Likewise.
2310         * manual/install.texi: Likewise.
2311         * manual/llio.texi: Likewise.
2312         * manual/locale.texi: Likewise.
2313         * manual/maint.texi: Likewise.
2314         * manual/math.texi: Likewise.
2315         * manual/memory.texi: Likewise.
2316         * manual/message.texi: Likewise.
2317         * manual/probes.texi: Likewise.
2318         * manual/resource.texi: Likewise.
2319         * manual/signal.texi: Likewise.
2320         * manual/socket.texi: Likewise.
2321         * manual/stdio.texi: Likewise.
2322         * manual/string.texi: Likewise.
2323         * manual/time.texi: Likewise.
2324         * manual/users.texi: Likewise.
2325
2326 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
2327
2328         [BZ #16632]
2329         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
2330         _DEFAULT_SOURCE is defined.
2331
2332 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
2333             Carlos O'Donell  <carlos@redhat.com>
2334
2335         [BZ #16613]
2336         * elf/dl-tls.c (_dl_count_modids): New function.
2337         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
2338         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
2339         audit library and increment generation counter.
2340         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
2341         * elf/tst-audit9.c: New file.
2342         * elf/tst-auditmod9a.c: New file.
2343         * elf/tst-auditmod9b.c: New file.
2344         * elf/Makefile: Add rules to build and run tst-audit9.
2345
2346 2014-02-25  Florian Weimer  <fweimer@redhat.com>
2347
2348         [BZ #15347]
2349         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
2350
2351 2014-02-25  Will Newton  <will.newton@linaro.org>
2352
2353         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
2354         (__longjmp): Restore sp and lr before restoring callee
2355         saved registers.  Add longjmp and longjmp_target
2356         SystemTap probe point.
2357         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
2358         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
2359         Define to zero to match jmpbuf layout.
2360         * sysdeps/arm/setjmp.S: Include stap-probe.h.
2361         (__sigsetjmp): Save sp and lr before saving callee
2362         saved registers.  Add setjmp SystemTap probe point.
2363
2364 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
2365
2366         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
2367
2368 2014-02-24  Andreas Schwab  <schwab@suse.de>
2369
2370         [BZ #15804]
2371         * elf/pldd.c (wait_for_ptrace_stop): New function.
2372         (main): Call it after attaching.
2373
2374 2014-02-22  Roland McGrath  <roland@hack.frob.com>
2375
2376         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
2377         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
2378         Versions files is now verboten.
2379         * hurd/Versions (libc: GLIBC_2.0):
2380         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
2381         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
2382         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
2383         * mach/Versions: Likewise.
2384
2385         * csu/Versions: Remove unused %include.
2386         * resolv/Versions: Likewise.
2387
2388 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
2389
2390         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
2391         ($(objpfx)check-local-headers.out): Likewise.
2392         ($(objpfx)begin-end-check.out): Likewise.
2393         * Makerules (check-abi-%.out): Likewise.
2394         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
2395         ($(objpfx)test2.cat): Likewise.
2396         ($(objpfx)de/libc.cat): Likewise.
2397         ($(objpfx)test-gencat.out): Likewise.
2398         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
2399         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
2400         ($(objpfx)noload-mem): Likewise.
2401         ($(objpfx)tst-pathopt.out): Likewise.
2402         ($(objpfx)tst-rtld-load-self.out): Likewise.
2403         ($(objpfx)tst-array1-cmp.out): Likewise.
2404         ($(objpfx)tst-array1-static-cmp.out): Likewise.
2405         ($(objpfx)tst-array2-cmp.out): Likewise.
2406         ($(objpfx)tst-array3-cmp.out): Likewise.
2407         ($(objpfx)tst-array4-cmp.out): Likewise.
2408         ($(objpfx)tst-array5-cmp.out): Likewise.
2409         ($(objpfx)tst-array5-static-cmp.out): Likewise.
2410         ($(objpfx)check-textrel.out): Likewise.
2411         ($(objpfx)check-execstack.out): Likewise.
2412         ($(objpfx)check-localplt.out): Likewise.
2413         ($(objpfx)order2-cmp.out): Likewise.
2414         ($(objpfx)tst-leaks1-mem): Likewise.
2415         ($(objpfx)tst-leaks1-static-mem): Likewise.
2416         ($(objpfx)tst-initorder-cmp.out): Likewise.
2417         ($(objpfx)tst-initorder2-cmp.out): Likewise.
2418         ($(objpfx)tst-unused-dep.out): Likewise.
2419         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
2420         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
2421         * iconv/Makefile (test-iconvconfig): Likewise.
2422         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
2423         ($(objpfx)iconv-test.out): Likewise.
2424         ($(objpfx)tst-tables.out): Likewise.
2425         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
2426         ($(objpfx)tst-gettext.out): Likewise.
2427         ($(objpfx)tst-translit.out): Likewise.
2428         ($(objpfx)tst-gettext2.out): Likewise.
2429         ($(objpfx)tst-gettext4.out): Likewise.
2430         ($(objpfx)tst-gettext6.out): Likewise.
2431         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
2432         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
2433         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
2434         ($(objpfx)tst-fopenloc-mem.out): Likewise.
2435         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
2436         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
2437         * posix/Makefile ($(objpfx)globtest.out): Likewise.
2438         ($(objpfx)wordexp-tst.out): Likewise.
2439         ($(objpfx)annexc.out): Likewise.
2440         ($(objpfx)tst-fnmatch-mem): Likewise.
2441         ($(objpfx)bug-regex2-mem): Likewise.
2442         ($(objpfx)bug-regex14-mem): Likewise.
2443         ($(objpfx)bug-regex21-mem): Likewise.
2444         ($(objpfx)bug-regex31-mem): Likewise.
2445         ($(objpfx)tst-vfork3-mem): Likewise.
2446         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
2447         ($(objpfx)tst-pcre-mem): Likewise.
2448         ($(objpfx)tst-boost-mem): Likewise.
2449         ($(objpfx)tst-getconf.out): Likewise.
2450         ($(objpfx)bug-ga2-mem): Likewise.
2451         ($(objpfx)bug-glob2-mem): Likewise.
2452         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
2453         ($(objpfx)mtrace-tst-leaks2): Likewise.
2454         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
2455         ($(objpfx)tst-printf.out): Likewise.
2456         ($(objpfx)tst-setvbuf1.out): Likewise.
2457         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
2458         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
2459         ($(objpfx)tst-fmtmsg.out): Likewise.
2460         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
2461         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
2462
2463         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
2464         * bits/sigaction.h [__USE_MISC]: Likewise.
2465         * bits/waitstatus.h: Update #endif comments.
2466         * ctype/ctype.h: Likewise.
2467         * dirent/dirent.h: Likewise.
2468         [__USE_MISC]: Remove redundant conditionals.
2469         * grp/grp.h: Update #endif comments.
2470         [__USE_GNU]: Remove redundant conditionals.
2471         [__USE_MISC]: Likewise.
2472         * inet/netinet/in.h [__USE_GNU]: Likewise.
2473         * io/sys/stat.h [__USE_MISC]: Likewise.
2474         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
2475         * libio/bits/stdio.h: Update #endif comments.
2476         [__USE_MISC]: Remove redundant conditionals.
2477         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
2478         * libio/stdio.h: Update #endif comments.
2479         [__USE_MISC]: Remove redundant conditionals.
2480         * math/bits/math-finite.h [__USE_MISC]: Likewise.
2481         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
2482         * math/math.h: Update #else and #endif comments.
2483         [__USE_MISC]: Remove redundant conditionals.
2484         * misc/sys/uio.h: Update #endif comments.
2485         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
2486         * posix/glob.h [__USE_MISC]: Likewise.
2487         * posix/sys/types.h: Update #endif comments.
2488         [__USE_MISC]: Remove redundant conditionals.
2489         * posix/sys/wait.h: Update #endif comments.
2490         [__USE_MISC]: Remove redundant conditionals.
2491         * posix/unistd.h: Update #endif comments.
2492         [__USE_MISC]: Remove redundant conditionals.
2493         * pwd/pwd.h [__USE_GNU]: Likewise.
2494         [__USE_MISC]: Likewise.
2495         * resolv/netdb.h [__USE_GNU]: Likewise.
2496         * signal/signal.h: Update #endif comments.
2497         [__USE_MISC]: Remove redundant conditionals.
2498         * stdlib/stdlib.h: Update #else and #endif comments.
2499         [__USE_MISC]: Remove redundant conditionals.
2500         [__USE_GNU]: Likewise.
2501         * string/bits/string2.h [__USE_MISC]: Likewise.
2502         * string/string.h: Update #endif comments.
2503         [__USE_MISC]: Remove redundant conditionals.
2504         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
2505         Likewise.
2506         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
2507         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
2508         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
2509         Likewise.
2510         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
2511         Likewise.
2512         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
2513         comments.
2514         [__USE_MISC]: Remove redundant conditionals.
2515         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
2516         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
2517         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
2518         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
2519         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
2520         Likewise.
2521         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
2522         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
2523         Likewise.
2524         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
2525         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
2526         Likewise.
2527         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
2528         Likewise.
2529         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
2530         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
2531         Likewise.
2532         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
2533         Likewise.
2534         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
2535         * sysdeps/x86/bits/string.h: Update #endif comments.
2536         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
2537         conditionals.
2538         * time/sys/time.h: Update #endif comments.
2539         * time/time.h: Likewise.
2540         [__USE_MISC]: Remove redundant conditionals.
2541
2542 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
2543
2544         [BZ #16600]
2545         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
2546
2547 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
2548
2549         * Versions.def (librt): Add GLIBC_2.17.
2550
2551 2014-02-21  Adam Conrad  <adconrad@0c3.net>
2552
2553         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
2554         synonym for _SYS_AUXV_H to allow direct inclusion.
2555         * sysdeps/sparc/bits/hwcap.h: Likewise.
2556         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
2557         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
2558         * sysdeps/sparc/sysdep.h: Likewise.
2559
2560 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
2561
2562         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
2563
2564 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2565
2566         * benchtests/bench-strrchr.c: Print length instead of position.
2567
2568 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
2569
2570         [BZ #16611]
2571         * sysdeps/unix/sysv/linux/kernel-features.h
2572         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
2573         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
2574         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
2575         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
2576         Likewise.
2577         [__i386__ || __powerpc__ || __sh__ || __sparc__]
2578         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2579         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
2580         (__ASSUME_SENDMMSG): Define instead of using previous
2581         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
2582         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
2583         (__ASSUME_SENDMMSG_SYSCALL): Define.
2584         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
2585         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
2586         Likewise.
2587         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2588         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
2589         Likewise.
2590         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
2591         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
2592         Likewise.
2593         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
2594         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
2595         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
2596         [__ASSUME_SENDMMSG]: Change conditionals to
2597         [__ASSUME_SENDMMSG_SOCKETCALL].
2598         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
2599         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
2600         Define.
2601         * sysdeps/unix/sysv/linux/mips/kernel-features.h
2602         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
2603         Likewise.
2604         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
2605         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
2606         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
2607         [!__ASSUME_SENDMMSG]: Change conditional to
2608         [!__ASSUME_SENDMMSG_SOCKETCALL].
2609         * sysdeps/unix/sysv/linux/tile/kernel-features.h
2610         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
2611         Define.
2612
2613         [BZ #16610]
2614         * sysdeps/unix/sysv/linux/kernel-features.h
2615         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
2616         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
2617         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
2618         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
2619         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
2620         [__i386__ || __sparc__]
2621         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2622         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
2623         (__ASSUME_RECVMMSG): Define instead of using previous
2624         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
2625         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
2626         (__ASSUME_RECVMMSG_SYSCALL): Define.
2627         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
2628         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
2629         Likewise.
2630         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2631         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
2632         Likewise.
2633         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
2634         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
2635         Likewise.
2636         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
2637         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
2638         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
2639         [__ASSUME_RECVMMSG]: Change condition to
2640         [__ASSUME_RECVMMSG_SOCKETCALL].
2641         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
2642         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
2643         Define.
2644         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2645         * sysdeps/unix/sysv/linux/mips/kernel-features.h
2646         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
2647         Likewise.
2648         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
2649         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
2650         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
2651         [!__ASSUME_RECVMMSG]: Change condition to
2652         [!__ASSUME_RECVMMSG_SOCKETCALL].
2653         * sysdeps/unix/sysv/linux/tile/kernel-features.h
2654         (__ASSUME_RECVMMSG_SYSCALL): Define.
2655
2656         [BZ #16609]
2657         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
2658         __powerpc__ || __s390__ || __sh__ || __sparc__]
2659         (__ASSUME_SOCKETCALL): Define.
2660         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
2661         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
2662         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
2663         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
2664         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
2665         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
2666         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
2667         (__ASSUME_ACCEPT4): Define instead of using previous
2668         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
2669         __powerpc__ || __sparc__ || __s390__)] condition.
2670         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
2671         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
2672         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
2673         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
2674         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
2675         [!__ASSUME_ACCEPT4]: Change condition to
2676         [!__ASSUME_ACCEPT4_SOCKETCALL].
2677         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
2678         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
2679         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
2680         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2681         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
2682         __ASSUME_ACCEPT4_SYSCALL.
2683         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
2684         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
2685         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
2686         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
2687         __ASSUME_ACCEPT4_SYSCALL.
2688         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
2689         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
2690         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
2691         [__ASSUME_ACCEPT4]: Change condition to
2692         [__ASSUME_ACCEPT4_SOCKETCALL].
2693         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
2694         (__ASSUME_SOCKETCALL): Define.
2695         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
2696         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
2697         (__ASSUME_SOCKETCALL): Define.
2698         (__ASSUME_ACCEPT4): Remove.
2699         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
2700         Define.
2701         * sysdeps/unix/sysv/linux/mips/kernel-features.h
2702         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
2703         Likewise.
2704         * sysdeps/unix/sysv/linux/tile/kernel-features.h
2705         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
2706
2707         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
2708         macro.
2709         (HWCAP_ARM_LPAE): Likewise.
2710         (HWCAP_ARM_EVTSTRM): Likewise.
2711         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
2712         Add vpfd32, lpae and evtstrm.
2713         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
2714         Increase to 22.
2715
2716 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
2717
2718         * math/auto-libm-test-in: Add tests of clog10.
2719         * math/auto-libm-test-out: Regenerated.
2720         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
2721         * sysdeps/i386/fpu/libm-test-ulps: Update.
2722         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2723
2724 2014-02-18  Andreas Schwab  <schwab@suse.de>
2725
2726         [BZ #16574]
2727         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
2728         Store non-zero if the second buffer was newly allocated.
2729         (send_dg): Likewise.
2730         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
2731         to send_vc and send_dg.
2732         (res_nsend): Pass NULL for ansp2_malloced.
2733         * resolv/res_query.c (__libc_res_nquery): Add parameter
2734         answerp2_malloced and pass it down to __libc_res_nsend.
2735         (res_nquery): Pass additional NULL to __libc_res_nquery.
2736         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
2737         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
2738         second answer buffer if answerp2_malloced was set.
2739         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
2740         (__libc_res_nquerydomain): Add parameter
2741         answerp2_malloced and pass it down to __libc_res_nquery.
2742         (res_nquerydomain): Pass additional NULL to
2743         __libc_res_nquerydomain.
2744         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
2745         additional NULL to __libc_res_nsend and __libc_res_nquery.
2746         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
2747         additional NULL to __libc_res_nsearch.
2748         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
2749         parameter of __libc_res_nsearch to check for separately allocated
2750         second buffer.
2751         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
2752         __libc_res_nquery.
2753         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
2754         additional NULL to __libc_res_nquery.
2755         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
2756         __libc_res_nsearch.
2757         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
2758         * include/resolv.h: Update prototypes of __libc_res_nquery,
2759         __libc_res_nsearch, __libc_res_nsend.
2760
2761 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
2762
2763         * math/auto-libm-test-in: Add tests of fma.
2764         * math/auto-libm-test-out: Regenerated.
2765         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
2766         (fma_towardzero_test_data): Likewise.
2767         (fma_downward_test_data): Likewise.
2768         (fma_upward_test_data): Likewise.
2769         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
2770         mpc_mode.
2771         (rounding_modes): Add values for new field.
2772         (func_calc_method): Add value mpfr_fff_f.
2773         (func_calc_desc): Add mpfr_fff_f union field.
2774         (test_function): Add field exact_args.
2775         (FUNC): Add macro argument EXACT_ARGS.
2776         (FUNC_mpfr_f_f): Update call to FUNC.
2777         (FUNC_mpfr_f_f): Likewise.
2778         (FUNC_mpfr_ff_f): Likewise.
2779         (FUNC_mpfr_if_f): Likewise.
2780         (FUNC_mpc_c_f): Likewise.
2781         (FUNC_mpc_c_c): Likewise.
2782         (test_functions): Add fma.  Update calls to FUNC.
2783         (handle_input_arg): Add argument exact_args.
2784         (add_test): Update call to handle_input_arg.
2785         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
2786         (output_for_one_input_case): Update call to calc_generic_results.
2787         Recalculate exact zero results in each rounding mode.
2788
2789         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
2790         non-negative before setting low bit.
2791         * math/auto-libm-test-in: Mark one asin test possibly having
2792         spurious underflow.
2793         * math/auto-libm-test-out: Regenerated.
2794         * sysdeps/i386/fpu/libm-test-ulps: Update.
2795         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2796
2797 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
2798
2799         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
2800         * sysdeps/unix/sysv/linux/microblaze: Move directory from
2801         ports/sysdeps/unix/sysv/linux/microblaze.
2802         * README: Add missing listing for microblaze*-*-linux-gnu.
2803
2804 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
2805
2806         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
2807         * sysdeps/unix/sysv/linux/ia64: Move directory from
2808         ports/sysdeps/unix/sysv/linux/ia64.
2809         * README: Update listing for ia64-*-linux-gnu.
2810
2811 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
2812             Joseph Myers  <joseph@codesourcery.com>
2813
2814         * Makeconfig (test-name): New variable.
2815         (evaluate-test): Likewise.
2816         * Makerules (do-test-clean): Remove .test-result files.
2817         (common-mostlyclean): Likewise.
2818         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
2819         * scripts/evaluate-test.sh: New file.
2820
2821 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
2822
2823         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
2824         separate $(objpfx)tst-fopenloc-cmp.out and
2825         $(objpfx)tst-fopenloc-mem.out targets.
2826         (tests): Update dependencies.
2827         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
2828         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
2829         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
2830         (tst-rxspencer-no-utf8-ARGS): New variable.
2831         (tst-rxspencer-no-utf8-ENV): Likewise.
2832         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
2833         instead of $(objpfx)tst-rxspencer-mem.
2834         ($(objpfx)tst-rxspencer-mem): Change target to
2835         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
2836         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
2837         * posix/tst-rxspencer-no-utf8.c: New file.
2838
2839         * elf/Makefile ($(objpfx)order.out): Remove rule.
2840         [$(run-built-tests) = yes] (tests): Depend on
2841         $(objpfx)order-cmp.out.
2842         ($(objpfx)order-cmp.out): New rule.
2843         [$(run-built-tests) = yes] (tests): Depend on
2844         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
2845         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
2846         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
2847         $(objpfx)tst-array5-static-cmp.out.
2848         ($(objpfx)tst-array1.out): Remove rule.
2849         ($(objpfx)tst-array1-cmp.out): New rule.
2850         ($(objpfx)tst-array1-static.out): Remove rule.
2851         ($(objpfx)tst-array1-static-cmp.out): New rule.
2852         ($(objpfx)tst-array2.out): Remove rule.
2853         ($(objpfx)tst-array2-cmp.out): New rule.
2854         ($(objpfx)tst-array3.out): Remove rule.
2855         ($(objpfx)tst-array3-cmp.out): New rule.
2856         ($(objpfx)tst-array4.out): Remove rule.
2857         ($(objpfx)tst-array4-cmp.out): New rule.
2858         ($(objpfx)tst-array5.out): Remove rule.
2859         ($(objpfx)tst-array5-cmp.out): New rule.
2860         ($(objpfx)tst-array5-static.out): Remove rule.
2861         ($(objpfx)tst-array5-static-cmp.out): New rule.
2862         [$(run-built-tests) = yes] (tests): Depend on
2863         $(objpfx)order2-cmp.out.
2864         ($(objpfx)order2.out): Remove rule.
2865         ($(objpfx)order2-cmp.out): New rule.
2866         ($(objpfx)tst-initorder.out): Remove rule.
2867         [$(run-built-tests) = yes] (tests): Depend on
2868         $(objpfx)tst-initorder-cmp.out.
2869         ($(objpfx)tst-initorder-cmp.out): New rule.
2870         ($(objpfx)tst-initorder2.out): Remove rule.
2871         [$(run-built-tests) = yes] (tests): Depend on
2872         $(objpfx)tst-initorder2-cmp.out.
2873         ($(objpfx)tst-initorder2-cmp.out): New rule.
2874         [$(run-built-tests) = yes] (tests): Depend on
2875         $(objpfx)tst-unused-dep-cmp.out.
2876         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
2877         ($(objpfx)tst-unused-dep-cmp.out): New rule.
2878         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
2879         on $(objpfx)tst-setvbuf1-cmp.out.
2880         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
2881         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
2882         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
2883         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
2884         ($(objpfx)tst-svc.out): Remove rule.
2885         ($(objpfx)tst-svc-cmp.out): New rule.
2886
2887 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
2888
2889         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
2890         * ctype/ctype.h [__USE_MISC]: Likewise.
2891         * dirent/dirent.h [__USE_MISC]: Likewise.
2892         * grp/grp.h [__USE_MISC]: Likewise.
2893         * io/fcntl.h [__USE_MISC]: Likewise.
2894         * io/sys/stat.h [__USE_MISC]: Likewise.
2895         * libio/stdio.h [__USE_MISC]: Likewise.
2896         * posix/unistd.h [__USE_MISC]: Likewise.
2897         * pwd/pwd.h [__USE_MISC]: Likewise.
2898         * stdlib.h [__USE_MISC]: Likewise.
2899         * string/bits/string2.h [__USE_MISC]: Likewise.
2900         * string/string.h [__USE_MISC]: Likewise.
2901         * time/time.h [__USE_MISC]: Likewise.
2902
2903 2014-02-13  Andreas Schwab  <schwab@suse.de>
2904
2905         [BZ #16574]
2906         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
2907         second answer buffer if it was separately allocated.
2908
2909 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
2910
2911         * sysdeps/mips/math-tests.h: Include <features.h>.
2912         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
2913         (ROUNDING_TESTS_long_double): Do not define.
2914         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
2915         (EXCEPTION_TESTS_long_double): Likewise.
2916         * sysdeps/mips/mips64/libm-test-ulps: Update.
2917
2918         * include/features.h (__USE_BSD): Remove macro definitions.
2919         (__USE_SVID): Likewise.
2920         (_BSD_SOURCE): Likewise.
2921         (_SVID_SOURCE): Likewise.
2922         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
2923         from definition of _DEFAULT_SOURCE.
2924         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
2925         [_DEFAULT_SOURCE].
2926         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
2927         * bits/mman.h [__USE_BSD]: Likewise.
2928         * bits/termios.h [__USE_BSD]: Likewise.
2929         * bits/waitstatus.h [__USE_BSD]: Likewise.
2930         * ctype/ctype.h [__USE_SVID]: Likewise.
2931         * dirent/dirent.h [__USE_BSD]: Likewise.
2932         * grp/grp.h [__USE_SVID]: Likewise.
2933         [__USE_BSD]: Likewise.
2934         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
2935         * io/fcntl.h [__USE_BSD]: Likewise.
2936         * io/ftw.h [__USE_BSD]: Likewise.
2937         * io/sys/stat.h [__USE_BSD]: Likewise.
2938         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
2939         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
2940         * libio/stdio.h [__USE_SVID]: Likewise.
2941         [__USE_BSD]: Likewise.
2942         * math/math.h [__USE_SVID]: Likewise.
2943         [__USE_BSD]: Likewise.
2944         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
2945         * misc/bits/syslog.h [__USE_BSD]: Likewise.
2946         * misc/search.h [__USE_SVID]: Likewise.
2947         * misc/sys/mman.h [__USE_BSD]: Likewise.
2948         * misc/sys/syslog.h [__USE_BSD]: Likewise.
2949         * misc/sys/uio.h [__USE_BSD]: Likewise.
2950         * posix/bits/unistd.h [__USE_BSD]: Likewise.
2951         * posix/glob.h [__USE_BSD]: Likewise.
2952         * posix/regex.h [__USE_BSD]: Likewise.
2953         * posix/sys/types.h [__USE_BSD]: Likewise.
2954         [__USE_SVID]: Likewise.
2955         * posix/sys/utsname.h [__USE_SVID]: Likewise.
2956         * posix/sys/wait.h [__USE_BSD]: Likewise.
2957         [__USE_SVID]: Likewise.
2958         * posix/unistd.h [__USE_BSD]: Likewise.
2959         [__USE_SVID]: Likewise.
2960         * pwd/pwd.h [__USE_SVID]: Likewise.
2961         * resolv/netdb.h [__USE_BSD]: Likewise.
2962         * setjmp/setjmp.h [__USE_BSD]: Likewise.
2963         * signal/signal.h [__USE_BSD]: Likewise.
2964         [__USE_SVID]: Likewise.
2965         * socket/sys/socket.h [__USE_BSD]: Likewise.
2966         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
2967         * stdlib/stdlib.h [__USE_BSD]: Likewise.
2968         [__USE_SVID]: Likewise.
2969         * string/bits/string2.h [__USE_BSD]: Likewise.
2970         [__USE_SVID]: Likewise.
2971         * string/bits/string3.h [__USE_BSD]: Likewise.
2972         * string/endian.h [__USE_BSD]: Likewise.
2973         * string/string.h [__USE_SVID]: Likewise.
2974         [__USE_BSD]: Likewise.
2975         * string/strings.h [__USE_BSD]: Likewise.
2976         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
2977         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
2978         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
2979         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
2980         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
2981         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
2982         Likewise.
2983         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
2984         Likewise.
2985         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
2986         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
2987         Likewise.
2988         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
2989         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
2990         Likewise.
2991         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
2992         Likewise.
2993         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
2994         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
2995         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
2996         Likewise.
2997         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
2998         Likewise.
2999         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
3000         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
3001         * termios/termios.h [__USE_BSD]: Likewise.
3002         * time/sys/time.h [__USE_BSD]: Likewise.
3003         * time/time.h [__USE_BSD]: Likewise.
3004         [__USE_SVID]: Likewise.
3005
3006         * Makefile (subdir_targets): Remove subdir_lint.out.
3007
3008         * stdio-common/Makefile (do-tst-unbputc): Remove target.
3009         (do-tst-printf): Likewise.
3010         (tests): Depend directly on $(objpfx)tst-unbputc.out and
3011         $(objpfx)tst-printf.out.
3012
3013         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
3014
3015         * Makerules (check-abi-%): Change target to
3016         $(objpfx)check-abi-%.out.
3017         (check-abi target): Update dependencies.
3018         (check-abi-pattern variable): Redirect output of diff to $@.
3019         (check-abi variable): Likewise.
3020         * elf/Makefile (check-abi): Update dependencies.
3021
3022         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
3023         unused.
3024         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
3025         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
3026         subnormal range.
3027         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
3028         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
3029         value has largest subnormal exponent.
3030         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
3031         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
3032         * sysdeps/aarch64/soft-fp/sfp-machine.h
3033         (_FP_TININESS_AFTER_ROUNDING): New macro.
3034         * sysdeps/alpha/soft-fp/sfp-machine.h
3035         (_FP_TININESS_AFTER_ROUNDING): Likewise.
3036         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
3037         Likewise.
3038         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
3039         (_FP_TININESS_AFTER_ROUNDING): Likewise.
3040         * sysdeps/mips/soft-fp/sfp-machine.h
3041         (_FP_TININESS_AFTER_ROUNDING): Likewise.
3042         * sysdeps/powerpc/soft-fp/sfp-machine.h
3043         (_FP_TININESS_AFTER_ROUNDING): Likewise.
3044         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
3045         Likewise.
3046         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
3047         (_FP_TININESS_AFTER_ROUNDING): Likewise.
3048         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
3049         (_FP_TININESS_AFTER_ROUNDING): Likewise.
3050         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
3051         Likewise.
3052
3053 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
3054
3055         [BZ #16545]
3056         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
3057         model 1.
3058
3059 2014-02-12  Richard Henderson  <rth@redhat.com>
3060
3061         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
3062         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
3063         * sysdeps/unix/sysv/linux/alpha: Move directory from
3064         ports/sysdeps/unix/sysv/linux/alpha.
3065         * README: Update listing for alpha-*-linux-gnu.
3066
3067 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
3068
3069         * include/features.h: Update comment documenting feature test
3070         macros.
3071         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
3072         _DEFAULT_SOURCE.
3073         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
3074         (_SVID_SOURCE): Likewise.
3075         (_DEFAULT_SOURCE): Update description of default features.
3076         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
3077         with _GNU_SOURCE.
3078         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
3079         (S_ISVTX): Likewise.
3080         * manual/math.texi (Mathematical Constants): Likewise.
3081         * manual/signal.texi (Interrupted Primitives): Likewise.
3082         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
3083         * math/test-matherr.c (_SVID_SOURCE): Do not define.
3084         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
3085         Don't refer to _SVID_SOURCE in warning text.
3086
3087         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3088
3089         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
3090         already defined.
3091         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
3092         * sysdeps/mips/dl-lookup.c: Remove.
3093         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
3094
3095 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3096
3097         [BZ #16447]
3098         * math/auto-libm-test-in: Add testcase for expl.
3099         * math/auto-libm-test-out: Regenerate.
3100         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
3101         calculation of unsafe.
3102         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
3103
3104 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3105
3106         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
3107         * sysdeps/unix/sysv/linux/aarch64: Move directory from
3108         ports/sysdeps/unix/sysv/linux/aarch64.
3109         * README: Update listing for aarch64*-*-linux-gnu.
3110
3111 2014-02-11  Will Newton  <will.newton@linaro.org>
3112
3113         * manual/probes.texi (Mathematical Function Probes): Use
3114         "triggered" instead of "hit".
3115
3116 2014-02-11  Will Newton  <will.newton@linaro.org>
3117
3118         * manual/probes.texi (Internal Probes): Add documentation
3119         of setjmp, longjmp and longjmp_target probes.
3120
3121 2014-02-11  Will Newton  <will.newton@linaro.org>
3122
3123         * include/stap-probe.h: Add comment about probe argument
3124         format.
3125
3126 2014-02-11  Will Newton  <will.newton@linaro.org>
3127
3128         * malloc/mtrace.c (attribute_hidden): Remove unused macro
3129         definition.  (tr_where, tr_freehook, tr_mallochook,
3130         tr_reallochook, tr_memalignhook): Use ANSI protoype.
3131
3132 2014-02-11  David S. Miller  <davem@davemloft.net>
3133
3134         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
3135         processing int_tests.
3136
3137 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
3138
3139         * sysdeps/mips: Move directory from ports/sysdeps/mips.
3140         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
3141         * sysdeps/unix/sysv/linux/mips: Move directory from
3142         ports/sysdeps/unix/sysv/linux/mips.
3143         * README: Update listing for mips-*-linux-gnu and
3144         mips64-*-linux-gnu.
3145
3146 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
3147
3148         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
3149         * sysdeps/unix/sysv/linux/m68k: Move directory from
3150         ports/sysdeps/unix/sysv/linux/m68k.
3151         * README: Update listing for m68k-*-linux-gnu.
3152
3153 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
3154
3155         * sysdeps/tile: Move directory from ports/sysdeps/tile.
3156         * sysdeps/unix/sysv/linux/generic: Move directory from
3157         ports/sysdeps/unix/sysv/linux/generic.
3158         * sysdeps/unix/sysv/linux/tile: Move directory from
3159         ports/sysdeps/unix/sysv/linux/tile.
3160         * README: Update listing for tile*-*-linux-gnu.
3161
3162 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
3163
3164         * assert/assert.c (__assert_fail_base): Use glibc_likely instead __builtin_expect.
3165         * benchtests/bench-memmem.c (simple_memmem): Likewise.
3166         * catgets/open_catalog.c (__open_catalog): Likewise.
3167         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
3168         * debug/confstr_chk.c: Likewise.
3169         * debug/fread_chk.c (__fread_chk): Likewise.
3170         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
3171         * debug/getgroups_chk.c: Likewise.
3172         * debug/mbsnrtowcs_chk.c: Likewise.
3173         * debug/mbsrtowcs_chk.c: Likewise.
3174         * debug/mbstowcs_chk.c: Likewise.
3175         * debug/memcpy_chk.c: Likewise.
3176         * debug/memmove_chk.c: Likewise.
3177         * debug/mempcpy_chk.c: Likewise.
3178         * debug/memset_chk.c: Likewise.
3179         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
3180         * debug/strcat_chk.c (__strcat_chk): Likewise.
3181         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
3182         * debug/strncat_chk.c (__strncat_chk): Likewise.
3183         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
3184         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
3185         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
3186         * debug/wcpncpy_chk.c: Likewise.
3187         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
3188         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
3189         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
3190         * debug/wcsncpy_chk.c: Likewise.
3191         * debug/wcsnrtombs_chk.c: Likewise.
3192         * debug/wcsrtombs_chk.c: Likewise.
3193         * debug/wcstombs_chk.c: Likewise.
3194         * debug/wmemcpy_chk.c: Likewise.
3195         * debug/wmemmove_chk.c: Likewise.
3196         * debug/wmempcpy_chk.c: Likewise.
3197         * debug/wmemset_chk.c: Likewise.
3198         * dirent/scandirat.c (SCANDIRAT): Likewise.
3199         * dlfcn/dladdr1.c (dladdr1): Likewise.
3200         * dlfcn/dladdr.c (dladdr): Likewise.
3201         * dlfcn/dlclose.c (dlclose_doit): Likewise.
3202         * dlfcn/dlerror.c (__dlerror): Likewise.
3203         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
3204         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
3205         * dlfcn/dlopen.c (dlopen_doit): Likewise.
3206         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
3207         * dlfcn/dlsym.c (dlsym_doit): Likewise.
3208         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
3209         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
3210         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
3211         Likewise.
3212         * elf/dl-conflict.c: Likewise.
3213         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
3214         * elf/dl-dst.h: Likewise.
3215         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
3216         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
3217         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
3218         * elf/dl-init.c (call_init, _dl_init): Likewise.
3219         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
3220         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths,
3221         _dl_map_object_from_fd, open_verify, open_path,
3222         _dl_map_object): Likewise.
3223         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
3224         Likewise.
3225         * elf/dl-minimal.c (__libc_memalign): Likewise.
3226         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
3227         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
3228         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
3229         * elf/dl-sym.c (do_sym): Likewise.
3230         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr, __tls_get_addr,
3231         _dl_tls_get_addr_soft): Likewise.
3232         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
3233         * elf/dl-writev.h (_dl_writev): Likewise.
3234         * elf/ldconfig.c (search_dir): Likewise.
3235         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload,
3236         dl_main): Likewise.
3237         * elf/setup-vdso.h (setup_vdso): Likewise.
3238         * grp/compat-initgroups.c (compat_call): Likewise.
3239         * grp/fgetgrent.c (fgetgrent): Likewise.
3240         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
3241         * grp/putgrent.c (putgrent): Likewise.
3242         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
3243         Likewise.
3244         * hurd/hurdinit.c: Likewise.
3245         * iconvdata/8bit-gap.c (struct): Likewise.
3246         * iconvdata/ansi_x3.110.c : Likewise.
3247         * iconvdata/big5.c : Likewise.
3248         * iconvdata/big5hkscs.c : Likewise.
3249         * iconvdata/cp1255.c: Likewise.
3250         * iconvdata/cp1258.c : Likewise.
3251         * iconvdata/cp932.c : Likewise.
3252         * iconvdata/euc-cn.c: Likewise.
3253         * iconvdata/euc-jisx0213.c : Likewise.
3254         * iconvdata/euc-jp.c: Likewise.
3255         * iconvdata/euc-jp-ms.c : Likewise.
3256         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
3257         * iconvdata/gb18030.c : Likewise.
3258         * iconvdata/gbbig5.c (const): Likewise.
3259         * iconvdata/gbgbk.c: Likewise.
3260         * iconvdata/gbk.c : Likewise.
3261         * iconvdata/ibm1364.c : Likewise.
3262         * iconvdata/ibm930.c : Likewise.
3263         * iconvdata/ibm932.c: Likewise.
3264         * iconvdata/ibm933.c : Likewise.
3265         * iconvdata/ibm935.c : Likewise.
3266         * iconvdata/ibm937.c : Likewise.
3267         * iconvdata/ibm939.c : Likewise.
3268         * iconvdata/ibm943.c: Likewise.
3269         * iconvdata/iso_11548-1.c: Likewise.
3270         * iconvdata/iso-2022-cn.c : Likewise.
3271         * iconvdata/iso-2022-cn-ext.c : Likewise.
3272         * iconvdata/iso-2022-jp-3.c: Likewise.
3273         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
3274         * iconvdata/iso-2022-kr.c : Likewise.
3275         * iconvdata/iso646.c (gconv_end): Likewise.
3276         * iconvdata/iso_6937-2.c : Likewise.
3277         * iconvdata/iso_6937.c : Likewise.
3278         * iconvdata/iso8859-1.c: Likewise.
3279         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
3280         * iconvdata/shift_jisx0213.c : Likewise.
3281         * iconvdata/sjis.c : Likewise.
3282         * iconvdata/t.61.c : Likewise.
3283         * iconvdata/tcvn5712-1.c : Likewise.
3284         * iconvdata/tscii.c: Likewise.
3285         * iconvdata/uhc.c : Likewise.
3286         * iconvdata/unicode.c (gconv_end): Likewise.
3287         * iconvdata/utf-16.c (gconv_end): Likewise.
3288         * iconvdata/utf-32.c (gconv_end): Likewise.
3289         * iconvdata/utf-7.c (base64): Likewise.
3290         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
3291         * iconv/gconv_close.c (__gconv_close): Likewise.
3292         * iconv/gconv_open.c (__gconv_open): Likewise.
3293         * iconv/gconv_simple.c (internal_ucs4_loop_single, ucs4_internal_loop,
3294         ucs4_internal_loop_unaligned, ucs4_internal_loop_single,
3295         internal_ucs4le_loop_single, ucs4le_internal_loop,
3296         ucs4le_internal_loop_unaligned, ucs4le_internal_loop_single): Likewise.
3297         * iconv/iconv.c (iconv): Likewise.
3298         * iconv/iconv_close.c: Likewise.
3299         * iconv/loop.c (SINGLE): Likewise.
3300         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
3301         * include/atomic.h: Likewise.
3302         * inet/inet6_option.c (option_alloc): Likewise.
3303         * intl/bindtextdom.c (set_binding_values): Likewise.
3304         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
3305         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
3306         * intl/localealias.c (read_alias_file): Likewise.
3307         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
3308         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap,
3309         _IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
3310         * libio/fmemopen.c (fmemopen): Likewise.
3311         * libio/iofgets.c (_IO_fgets): Likewise.
3312         * libio/iofgets_u.c (fgets_unlocked): Likewise.
3313         * libio/iofgetws.c (fgetws): Likewise.
3314         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
3315         * libio/iogetdelim.c (_IO_getdelim): Likewise.
3316         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap,
3317         adjust_wide_data, _IO_wfile_seekoff): Likewise.
3318         * locale/findlocale.c (_nl_find_locale): Likewise.
3319         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
3320         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
3321         Likewise.
3322         * locale/setlocale.c (setlocale): Likewise.
3323         * login/programs/pt_chown.c (main): Likewise.
3324         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
3325         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
3326         * malloc/memusage.c (update_data, malloc, realloc, calloc, free,
3327         mmap, mmap64, mremap, munmap): Likewise.
3328         * math/e_exp2l.c: Likewise.
3329         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
3330         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
3331         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
3332         * math/s_catan.c (__catan): Likewise.
3333         * math/s_catanf.c (__catanf): Likewise.
3334         * math/s_catanh.c (__catanh): Likewise.
3335         * math/s_catanhf.c (__catanhf): Likewise.
3336         * math/s_catanhl.c (__catanhl): Likewise.
3337         * math/s_catanl.c (__catanl): Likewise.
3338         * math/s_ccosh.c (__ccosh): Likewise.
3339         * math/s_ccoshf.c (__ccoshf): Likewise.
3340         * math/s_ccoshl.c (__ccoshl): Likewise.
3341         * math/s_cexp.c (__cexp): Likewise.
3342         * math/s_cexpf.c (__cexpf): Likewise.
3343         * math/s_cexpl.c (__cexpl): Likewise.
3344         * math/s_clog10.c (__clog10): Likewise.
3345         * math/s_clog10f.c (__clog10f): Likewise.
3346         * math/s_clog10l.c (__clog10l): Likewise.
3347         * math/s_clog.c (__clog): Likewise.
3348         * math/s_clogf.c (__clogf): Likewise.
3349         * math/s_clogl.c (__clogl): Likewise.
3350         * math/s_csin.c (__csin): Likewise.
3351         * math/s_csinf.c (__csinf): Likewise.
3352         * math/s_csinh.c (__csinh): Likewise.
3353         * math/s_csinhf.c (__csinhf): Likewise.
3354         * math/s_csinhl.c (__csinhl): Likewise.
3355         * math/s_csinl.c (__csinl): Likewise.
3356         * math/s_csqrt.c (__csqrt): Likewise.
3357         * math/s_csqrtf.c (__csqrtf): Likewise.
3358         * math/s_csqrtl.c (__csqrtl): Likewise.
3359         * math/s_ctan.c (__ctan): Likewise.
3360         * math/s_ctanf.c (__ctanf): Likewise.
3361         * math/s_ctanh.c (__ctanh): Likewise.
3362         * math/s_ctanhf.c (__ctanhf): Likewise.
3363         * math/s_ctanhl.c (__ctanhl): Likewise.
3364         * math/s_ctanl.c (__ctanl): Likewise.
3365         * math/w_pow.c: Likewise.
3366         * math/w_powf.c: Likewise.
3367         * math/w_powl.c: Likewise.
3368         * math/w_scalb.c (sysv_scalb): Likewise.
3369         * math/w_scalbf.c (sysv_scalbf): Likewise.
3370         * math/w_scalbl.c (sysv_scalbl): Likewise.
3371         * misc/error.c (error_tail): Likewise.
3372         * misc/pselect.c (__pselect): Likewise.
3373         * nis/nis_callback.c (__nis_create_callback): Likewise.
3374         * nis/nis_call.c (__nisfind_server): Likewise.
3375         * nis/nis_creategroup.c (nis_creategroup): Likewise.
3376         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
3377         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
3378         * nis/nis_getservlist.c (nis_getservlist): Likewise.
3379         * nis/nis_lookup.c (nis_lookup): Likewise.
3380         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
3381         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry,
3382         nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
3383         * nis/nis_xdr.c (xdr_endpoint): Likewise.
3384         * nis/nss_compat/compat-grp.c (getgrent_next_file, internal_getgrnam_r,
3385         internal_getgrgid_r): Likewise.
3386         * nis/nss_compat/compat-initgroups.c (add_group, internal_getgrent_r):
3387         Likewise.
3388         * nis/nss_compat/compat-pwd.c (getpwent_next_file, internal_getpwnam_r,
3389         internal_getpwuid_r): Likewise.
3390         * nis/nss_compat/compat-spwd.c (getspent_next_file,
3391         internal_getspnam_r): Likewise.
3392         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r,
3393         _nss_nis_getaliasbyname_r): Likewise.
3394         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r,
3395         _nss_nis_getntohost_r): Likewise.
3396         * nis/nss_nis/nis-grp.c (internal_nis_setgrent,
3397         internal_nis_getgrent_r, _nss_nis_getgrnam_r, _nss_nis_getgrgid_r):
3398         Likewise.
3399         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent,
3400         internal_nis_gethostent_r, internal_gethostbyname2_r,
3401         _nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r,
3402         _nss_nis_gethostbyname4_r): Likewise.
3403         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r,
3404         initgroups_netid): Likewise.
3405         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
3406         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r,
3407         _nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
3408         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r,
3409         _nss_nis_getprotobynumber_r): Likewise.
3410         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey,
3411         _nss_nis_getsecretkey): Likewise.
3412         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent,
3413         internal_nis_getpwent_r, _nss_nis_getpwnam_r, _nss_nis_getpwuid_r):
3414         Likewise.
3415         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r,
3416         _nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
3417         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r,
3418         _nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
3419         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent, internal_nis_getspent_r,
3420         _nss_nis_getspnam_r): Likewise.
3421         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
3422         Likewise.
3423         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
3424         _nss_nisplus_getntohost_r): Likewise.
3425         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r,
3426         _nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
3427         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r,
3428         _nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r): Likewise.
3429         * nis/nss_nisplus/nisplus-initgroups.c (_nss_nisplus_initgroups_dyn):
3430         Likewise.
3431         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
3432         _nss_nisplus_getnetbyaddr_r): Likewise.
3433         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r,
3434         _nss_nisplus_getprotobynumber_r): Likewise.
3435         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r,
3436         _nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
3437         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
3438         Likewise.
3439         * nis/nss_nisplus/nisplus-service.c (internal_nisplus_getservent_r,
3440         _nss_nisplus_getservbyname_r, _nss_nisplus_getservbyport_r): Likewise.
3441         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r,
3442         _nss_nisplus_getspnam_r): Likewise.
3443         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist): Likewise.
3444         * nscd/aicache.c (addhstaiX): Likewise.
3445         * nscd/cache.c (cache_search, prune_cache): Likewise.
3446         * nscd/connections.c (register_traced_file, send_ro_fd, handle_request,
3447         nscd_run_prune, nscd_run_worker, fd_ready, main_loop_epoll): Likewise.
3448         * nscd/grpcache.c (addgrbyX): Likewise.
3449         * nscd/hstcache.c (addhstbyX): Likewise.
3450         * nscd/initgrcache.c (addinitgroupsX): Likewise.
3451         * nscd/mem.c (gc, mempool_alloc): Likewise.
3452         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX, addinnetgrX):
3453         Likewise.
3454         * nscd/nscd-client.h (__nscd_acquire_maplock, __nscd_drop_map_ref):
3455         Likewise.
3456         * nscd/nscd_getai.c (__nscd_getai): Likewise.
3457         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
3458         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
3459         Likewise.
3460         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
3461         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
3462         * nscd/nscd_helper.c (__readvall, open_socket,
3463         __nscd_get_mapping, __nscd_get_map_ref): Likewise.
3464         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
3465         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr): Likewise.
3466         * nscd/pwdcache.c (addpwbyX): Likewise.
3467         * nscd/selinux.c (preserve_capabilities): Likewise.
3468         * nscd/servicescache.c (addservbyX): Likewise.
3469         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
3470         * posix/fnmatch.c (fnmatch): Likewise.
3471         * posix/getopt.c (_getopt_internal_r): Likewise.
3472         * posix/glob.c (glob, glob_in_dir): Likewise.
3473         * posix/wordexp.c (exec_comm_child): Likewise.
3474         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r, getanswer_r,
3475         gaih_getanswer_slice): Likewise.
3476         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
3477         * resolv/res_init.c: Likewise.
3478         * resolv/res_mkquery.c (res_nmkquery): Likewise.
3479         * resolv/res_query.c (__libc_res_nquery): Likewise.
3480         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
3481         Likewise.
3482         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
3483         * stdio-common/perror.c (perror): Likewise.
3484         * stdio-common/printf_fp.c (___printf_fp): Likewise.
3485         * stdio-common/tmpnam.c (tmpnam): Likewise.
3486         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
3487         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
3488         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl): Likewise.
3489         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
3490         * stdlib/putenv.c (putenv): Likewise.
3491         * stdlib/setenv.c (__add_to_environ): Likewise.
3492         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
3493         * stdlib/strtol_l.c (INTERNAL): Likewise.
3494         * string/memmem.c (memmem): Likewise.
3495         * string/strerror.c (strerror): Likewise.
3496         * string/strnlen.c (__strnlen): Likewise.
3497         * string/test-memmem.c (simple_memmem): Likewise.
3498         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
3499         * sunrpc/pm_getport.c (__get_socket): Likewise.
3500         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
3501         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
3502         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup,
3503         elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
3504         Likewise.
3505         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
3506         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
3507         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
3508         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
3509         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
3510         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1): Likewise.
3511         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn): Likewise.
3512         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
3513         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
3514         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
3515         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
3516         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
3517         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
3518         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
3519         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
3520         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
3521         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
3522         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
3523         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
3524         Likewise.
3525         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
3526         Likewise.
3527         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
3528         Likewise.
3529         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
3530         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
3531         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
3532         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
3533         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
3534         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
3535         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
3536         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
3537         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
3538         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
3539         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
3540         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
3541         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
3542         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
3543         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
3544         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r): Likewise.
3545         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
3546         Likewise.
3547         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
3548         Likewise.
3549         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
3550         Likewise.
3551         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
3552         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
3553         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
3554         Likewise.
3555         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
3556         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
3557         * sysdeps/posix/opendir.c (__opendirat): Likewise.
3558         * sysdeps/posix/sleep.c: Likewise.
3559         * sysdeps/posix/tempname.c: Likewise.
3560         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
3561         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
3562         Likewise.
3563         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_runtime_setup,
3564         elf_machine_rela): Likewise.
3565         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
3566         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
3567         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
3568         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
3569         Likewise.
3570         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
3571         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup,
3572         elf_machine_rela, elf_machine_lazy_rel): Likewise.
3573         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup,
3574         elf_machine_rela, elf_machine_lazy_rel): Likewise.
3575         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
3576         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
3577         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
3578         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
3579         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
3580         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
3581         elf_machine_lazy_rel): Likewise.
3582         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
3583         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
3584         elf_machine_lazy_rel): Likewise.
3585         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
3586         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
3587         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
3588         * sysdeps/unix/grantpt.c (grantpt): Likewise.
3589         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
3590         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
3591         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
3592         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
3593         Likewise.
3594         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
3595         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
3596         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
3597         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
3598         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
3599         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
3600         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
3601         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
3602         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
3603         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
3604         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
3605         Likewise.
3606         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
3607         (__posix_fallocate64_l64): Likewise.
3608         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
3609         (posix_fallocate): Likewise.
3610         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64): Likewise.
3611         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3612         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request,
3613         getifaddrs_internal): Likewise.
3614         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
3615         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
3616         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
3617         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
3618         * sysdeps/unix/sysv/linux/posix_fallocate64.c
3619         (__posix_fallocate64_l64): Likewise.
3620         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
3621         Likewise.
3622         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
3623         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
3624         Likewise.
3625         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
3626         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
3627         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
3628         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3629         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3630         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
3631         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
3632         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
3633         Likewise.
3634         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
3635         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
3636         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
3637         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
3638         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
3639         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
3640         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
3641         Likewise.
3642         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
3643         (posix_fallocate): Likewise.
3644         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3645         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
3646         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
3647         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup,
3648         elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
3649         Likewise.
3650         * time/asctime.c (asctime_internal): Likewise.
3651         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
3652         * time/tzset.c (__tzset_parse_tz): Likewise.
3653         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
3654         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3655         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
3656         * wcsmbs/wcsmbsload.h: Likewise.
3657
3658 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
3659
3660         [BZ #15894]
3661         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
3662
3663 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
3664
3665         * malloc/arena.c (grow_heap, get_free_list, reused_arena,
3666         arena_get2): Remove THREAD_STATS conditionals.
3667         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free,
3668         __malloc_stats, int): Likewise.
3669
3670 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
3671
3672         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
3673         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
3674
3675 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
3676
3677         * manual/setjmp.texi: Fix typos/grammar errors.
3678
3679 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
3680
3681         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
3682         Only return early when n is <= 0.  Delete unused return statement.
3683
3684 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
3685
3686         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
3687         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
3688         * debug/tst-longjmp_chk3.c: New file.
3689
3690 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
3691
3692         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
3693         (test_main): Replace code with set_fortify_handler call.
3694         * debug/test-strcpy_chk.c: Likewise.
3695         * debug/tst-chk1.c: Likewise.
3696         * debug/tst-longjmp_chk.c: Likewise.
3697         * test-skeleton.c: Include fcntl.h & paths.h
3698         (set_fortify_handler): Define.
3699
3700 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
3701
3702         * debug/tst-longjmp_chk.c: Add header comment and include
3703         ../test-skeleton.c.
3704         (do_test): Mark static.
3705         (TEST_FUNCTION): Define.
3706
3707 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
3708
3709         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
3710         (IP_PMTUDISC_INTERFACE): Likewise.
3711         (IP_MULTICAST_IF): Likewise.
3712         (IP_MULTICAST_TTL): Likewise.
3713         (IP_MULTICAST_LOOP): Likewise.
3714         (IP_ADD_MEMBERSHIP): Likewise.
3715         (IP_DROP_MEMBERSHIP): Likewise.
3716         (IP_UNBLOCK_SOURCE): Likewise.
3717         (IP_BLOCK_SOURCE): Likewise.
3718         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
3719         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
3720         (IP_MSFILTER): Likewise.
3721         (MCAST_JOIN_GROUP): Likewise.
3722         (MCAST_BLOCK_SOURCE): Likewise.
3723         (MCAST_UNBLOCK_SOURCE): Likewise.
3724         (MCAST_LEAVE_GROUP): Likewise.
3725         (MCAST_JOIN_SOURCE_GROUP): Likewise.
3726         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
3727         (MCAST_MSFILTER): Likewise.
3728         (IP_MULTICAST_ALL): Likewise.
3729         (IP_UNICAST_IF): Likewise.
3730
3731 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
3732
3733         * timezone/Makefile: Delete $(have-ksh) check.
3734         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
3735         * timezone/tzselect.ksh: Add +x mode bits.
3736
3737 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
3738
3739         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
3740         (ANON_INODE_FS_MAGIC): Likewise.
3741         (BDEVFS_MAGIC): Likewise.
3742         (BINFMTFS_MAGIC): Likewise.
3743         (BTRFS_TEST_MAGIC): Likewise.
3744         (CRAMFS_MAGIC_WEND): Likewise.
3745         (DEBUGFS_MAGIC): Likewise.
3746         (ECRYPTFS_SUPER_MAGIC): Likewise.
3747         (EXT3_SUPER_MAGIC): Likewise.
3748         (EXT4_SUPER_MAGIC): Likewise.
3749         (FUTEXFS_SUPER_MAGIC): Likewise.
3750         (HOSTFS_SUPER_MAGIC): Likewise.
3751         (HUGETLBFS_MAGIC): Likewise.
3752         (MINIX3_SUPER_MAGIC): Likewise.
3753         (MTD_INODE_FS_MAGIC): Likewise.
3754         (NILFS_SUPER_MAGIC): Likewise.
3755         (OPENPROM_SUPER_MAGIC): Likewise.
3756         (PIPEFS_MAGIC): Likewise.
3757         (PSTOREFS_MAGIC): Likewise.
3758         (QNX6_SUPER_MAGIC): Likewise.
3759         (RAMFS_MAGIC): Likewise.
3760         (REISERFS_SUPER_MAGIC_STRING): Likewise.
3761         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
3762         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
3763         (SECURITYFS_MAGIC): Likewise.
3764         (SELINUX_MAGIC): Likewise.
3765         (SMACK_MAGIC): Likewise.
3766         (SOCKFS_MAGIC): Likewise.
3767         (SQUASHFS_MAGIC): Likewise.
3768         (STACK_END_MAGIC): Likewise.
3769         (TMPFS_MAGIC): Likewise.
3770         (USBDEVICE_SUPER_MAGIC): Likewise.
3771         (V9FS_MAGIC): Likewise.
3772         (XENFS_SUPER_MAGIC): Likewise.
3773         (CRAMFS_MAGIC): Fix typo in comment.
3774         (EXT2_SUPER_MAGIC): Update comment.
3775         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
3776
3777 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
3778
3779         * sysdeps/arm: Move directory from ports/sysdeps/arm.
3780         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
3781         * sysdeps/unix/sysv/linux/arm: Move directory from
3782         ports/sysdeps/unix/sysv/linux/arm.
3783         * README: Update listing for arm-*-linux-gnueabi.
3784
3785         * README: Remove mention of am33.
3786
3787 2014-02-07  Roland McGrath  <roland@hack.frob.com>
3788
3789         * bits/sigset.h (__sigemptyset): Use a statement expression rather
3790         than the comma operator, to avoid "rhs of comma has no effect"
3791         compiler warnings.
3792         (__sigfillset, __sigandset, __sigorset): Likewise.
3793         * include/signal.h (__sigemptyset): Likewise.
3794         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
3795
3796 2014-02-07  Allan McRae  <allan@archlinux.org>
3797
3798         * version.h (RELEASE): Set to "development".
3799         (VERSION): Set to "2.19.90"
3800         * NEWS: Add 2.20 section.
3801
3802 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
3803
3804         [BZ #16529]
3805         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
3806
3807 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
3808
3809         * manual/contrib.texi: Update entry for Carlos O'Donell,
3810         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
3811
3812 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
3813
3814         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
3815
3816         * sysdeps/unix/sysv/linux/kernel-features.h
3817         [__LINUX_KERNEL_VERSION >= 0x020621]
3818         (__ASSUME_PROC_PID_TASK_COMM): Define.
3819
3820 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
3821
3822         [BZ #16398]
3823         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
3824         conversion when destination buffer does not have enough space.
3825         * libio/tst-ftell-partial-wide.c: New test case.
3826         * libio/Makefile (tests): Add tst-ftell-partial-wide.
3827
3828         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
3829         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
3830         Leonard and Allan McRae.
3831
3832 2014-02-04  David S. Miller  <davem@davemloft.net>
3833
3834         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
3835         32-bit.
3836
3837 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3838
3839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist: New
3840         file
3841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
3842         New file
3843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist: New
3844         file.
3845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist: New
3846         file.
3847         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
3848         New file.
3849         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist: New
3850         file.
3851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist: New
3852         file.
3853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
3854         New file.
3855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
3856         New file.
3857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
3858         New file.
3859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
3860         New file.
3861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
3862         New file.
3863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
3864         New file.
3865
3866 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3867
3868         * nptl/shlib-versions: Change powerpc*le start to 2.17.
3869         * shlib-versions: Likewise.
3870
3871 2014-02-04  Roland McGrath  <roland@hack.frob.com>
3872             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3873
3874         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
3875         (abilist-pattern): New variable, set to %-le.abilist.
3876
3877         * Makerules (abilist-pattern): New variable.
3878         (vpath): Use $(abilist-pattern) in place of %.abilist.
3879         (check-abi-% pattern rule): Likewise.
3880         (check-abi, update-abi): Likewise.
3881
3882 2014-02-04  Eric Wong  <normalperson@yhbt.net>
3883
3884         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3885
3886 2014-02-04  Eric Wong  <normalperson@yhbt.net>
3887
3888         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3889
3890 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
3891
3892         * manual/startup.texi: Add next, previous, and top entries for
3893         the `Program Arguments' and `Environment Variables' nodes.
3894
3895 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
3896
3897         * manual/macros.texi: Add comments before MTASC-safety macros.
3898
3899         * manual/users.texi: Document MTASC-safety properties.
3900
3901         * manual/threads.texi (pthread_key_create, pthread_key_delete,
3902         pthread_getspecific, pthread_setspecific): Format with
3903         @deftypefun, and add @safety note.
3904         * manual/signal.texi: Move comments that analyze the above
3905         functions to their home place.
3906
3907 2014-02-03  Allan McRae  <allan@archlinux.org>
3908
3909         * po/sl.po: Update Slovenian translation from translation project.
3910
3911 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
3912
3913         * manual/time.texi (timegm): Add missing blank after @c.
3914         Reported by Joseph Myers <joseph@codesourcery.com>.
3915
3916 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
3917
3918         * manual/check-safety.sh: New.
3919         * manual/Makefile ($(objpfx)stamp-summary): Run it.
3920
3921         * manual/terminal.texi: Document MTASC-safety properties.
3922
3923         * manual/filesys.texi: Document MTASC-safety properties.
3924
3925         * manual/errno.texi: Document MTASC-safety properties.
3926
3927         * manual/intro.texi: Document safety identifiers and
3928         conditionals.
3929
3930         * manual/string.texi (wcstok): Fix prototype.
3931         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
3932
3933         * manual/time.texi: Document MTASC-safety properties.
3934
3935         * manual/string.texi: Document MTASC-safety properties.
3936
3937         * manual/threads.texi: Document MTASC-safety properties.
3938
3939         * manual/stdio.texi: Document MTASC-safety properties.
3940
3941         * manual/syslog.texi: Document MTASC-safety properties.
3942
3943         * manual/sysinfo.texi: Document MTASC-safety properties.
3944
3945         * manual/startup.texi: Document MTASC-safety properties.
3946
3947         * manual/socket.texi: Document MTASC-safety properties.
3948
3949         * manual/signal.texi: Document MTASC-safety properties.
3950
3951 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
3952
3953         * manual/setjmp.texi: Document MTASC-safety properties.
3954
3955         * manual/search.texi: Document MTASC-safety properties.
3956
3957         * manual/resource.texi: Document MTASC-safety properties.
3958
3959         * manual/process.texi: Document MTASC-safety properties.
3960
3961         * manual/platform.texi: Document MTASC-safety properties.
3962
3963         * manual/pipe.texi: Document MTASC-safety properties.
3964
3965         * manual/pattern.texi: Document MTASC-safety properties.
3966
3967         * manual/message.texi: Document MTASC-safety properties.
3968
3969         [BZ #12751]
3970         * manual/memory.texi: Document MTASC-safety properties.
3971
3972         * manual/math.texi: Document MTASC-safety properties.
3973
3974         * manual/locale.texi: Document MTASC-safety properties.
3975
3976         * manual/llio.texi: Document MTASC-safety properties.
3977
3978         * manual/libdl.texi: New.
3979
3980         * manual/lang.texi: Document MTASC-safety properties.
3981
3982         * manual/job.texi: Document MTASC-safety properties.
3983
3984         * manual/getopt.texi: Document MTASC-safety properties.
3985
3986         * manual/ctype.texi: Document MTASC-safety properties.
3987
3988 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
3989
3990         [BZ #16046]
3991         * csu/libc-tls.c (static_map): Remove variable.
3992         (__libc_setup_tls): Use main executable's link map for TLS data.
3993         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
3994         casing for LM_ID_BASE and GL(dl_nns).
3995         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
3996         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
3997         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
3998         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
3999         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
4000         member.
4001         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
4002         l_phnum members.
4003
4004 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
4005
4006         * manual/debug.texi: Document MTASC-safety properties.
4007
4008 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
4009
4010         [BZ #16510]
4011         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
4012         of __x86_64__ when disabling x87 inline functions.
4013
4014 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
4015
4016         * manual/charset.texi: Document MTASC-safety properties.
4017
4018         * manual/crypt.texi: Document MTASC-safety properties.
4019
4020         * manual/conf.texi: Document MTASC-safety properties.
4021
4022         * manual/arith.texi: Document MTASC-safety properties.
4023
4024         * manual/argp.texi: Document MTASC-safety properties.
4025
4026         * manual/macros.texi: Introduce macros to document multi
4027         thread, asynchronous signal and asynchronous cancellation
4028         safety properties.
4029         * manual/intro.texi: Introduce the properties themselves.
4030
4031 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4032
4033         * sysdeps/sh/sh4/Makefile: New file.
4034
4035 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
4036
4037         * math/gen-libm-test.pl ($srcdir): New variable.
4038         ($auto_input): Use it.
4039
4040 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4041
4042         [BZ #16506]
4043         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
4044         access beyond array bounds when parsing netgroups file.
4045
4046         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
4047         the old buffer before realloc.
4048
4049 2014-01-27  Allan McRae  <allan@archlinux.org>
4050
4051         * po/fr.po: Update French translation from translation project.
4052
4053 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4054
4055         * sysdeps/sh/libm-test-ulps: Regenerate.
4056
4057 2014-01-24  David S. Miller  <davem@davemloft.net>
4058
4059         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
4060
4061 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4062
4063         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
4064         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
4065
4066 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4067
4068         [BZ #16474]
4069         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
4070         string pointers after reallocation.
4071
4072 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4073
4074         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
4075         __SH4A__ instead of __SH_FPU_ANY__.
4076
4077 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4078
4079         * sysdeps/sh/fpu_control.h: New file.
4080         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
4081         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
4082         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
4083         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
4084         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
4085         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
4086         * sysdeps/sh/sys/ucontext.h: Remove.
4087         * sysdeps/sh/sys: Remove directory.
4088
4089 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4090
4091         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
4092         s390/sys/ucontext.h.
4093         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
4094         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
4095
4096 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
4097
4098         [BZ #15605]
4099         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
4100
4101 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4102
4103         [BZ#16431]
4104         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
4105         Adjust the vDSO correctly for internal calls.
4106         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
4107
4108 2014-01-20  Allan McRae  <allan@archlinux.org>
4109
4110         * po/ca.po: Update Catalan translation from translation project.
4111
4112 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
4113
4114         * sysdeps/s390/sotruss-lib.c: New file.
4115
4116 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4117
4118         [BZ#16430]
4119         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
4120         (__GI___gettimeofday): Alias for a different internal symbol to avoid
4121         local calls issues by not having a PLT stub required for IFUNC calls.
4122         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
4123
4124 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
4125
4126         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
4127         * math/test-fpucw-static.c: Likewise.
4128
4129 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4130
4131         [BZ #16453]
4132         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
4133
4134 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4135
4136         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
4137         implementation for powerpc.
4138
4139 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
4140
4141         [BZ #14782]
4142         * sysdeps/posix/system.c (__libc_system): Do not enable
4143         asynchronous cancellation.
4144
4145 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4146
4147         [BZ #16427]
4148         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
4149         handling only for numbers special also in the IEEE case.
4150
4151 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4152
4153         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
4154
4155 2014-01-11  Allan McRae  <allan@archlinux.org>
4156
4157         * po/bg.po: Update Bulgarian translation from translation project.
4158
4159         * po/de.po: Update German translation from translation project.
4160
4161 2014-01-10  Roland McGrath  <roland@hack.frob.com>
4162
4163         * sysdeps/generic/gcc-compat.h: New file.
4164
4165 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4166
4167         * benchtests/asin-inputs: Correct slow inputs.
4168         * benchtests/acos-inputs: Likewise.
4169
4170 2014-01-10  Allan McRae  <allan@archlinux.org>
4171
4172         * po:sv.po: Update Swedish translation from translation project.
4173
4174         * po/vi.po: Update Vietnamese translation from translation project.
4175
4176         * po/eo.po: Update Esperanto translation from translation project.
4177
4178         * po/cs.po: Update Czech translation from translation project.
4179
4180         * po/nl.po: Update Dutch translation from translation project.
4181
4182         * po/pl.po: Update Polish translation from translation project.
4183
4184         * po/ru.po: Update Russian translation from translation project.
4185
4186         * po/uk.po: Update Ukrainian translation from translation project.
4187
4188 2014-01-08  Brooks Moses  <bmoses@google.com>
4189
4190         * elf/dl-load.c: Fix comment typo.
4191
4192 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
4193
4194         * po/header.pot: Rename to...
4195         * po/pot.header: ... this.
4196         * po/Makefile: Use pot.header.
4197
4198 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
4199             Maxim Kuvyrkov  <maxim@kugelworks.com>
4200
4201         [BZ #16394]
4202         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
4203         SRC and DEST against LEN.
4204
4205 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4206
4207         [BZ #16414]
4208         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
4209         implementation.
4210         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
4211
4212 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4213
4214         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4215
4216 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
4217
4218         [BZ #16408]
4219         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
4220         for large positive arguments.
4221
4222 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
4223
4224         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
4225
4226         * math/auto-libm-test-in: Mark various tests with
4227         xfail-rounding:ldbl-128ibm.
4228         * math/auto-libm-test-out: Regenerated.
4229
4230         [BZ #16407]
4231         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
4232         Increase overflow threshold.
4233
4234 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
4235
4236         [BZ #14286]
4237         * stdio-common/vfprintf.c: Check for integer overflow.
4238
4239 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4240
4241         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
4242         the first argument and return value of __tls_get_addr_internal.
4243
4244 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4245
4246         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
4247         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
4248
4249 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4250
4251         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
4252         * sysdeps/s390/rtld-global-offsets.sym: New file.
4253         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
4254         GLIBC_2.19 symbol.
4255         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
4256         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
4257         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4258         ... this.
4259         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
4260         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
4261         ... this.
4262         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
4263         Regenerate.
4264         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
4265         Regenerate.
4266         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
4267         halfs of GPRs for high_gprs contexts.
4268         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
4269         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
4270         field.
4271         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
4272         uc_flags field.
4273         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
4274         64 bit versions:
4275         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
4276         for high GPRs (uc_high_gprs) and for future extensions
4277         (__reserved).
4278         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
4279         for future extensions (__reserved).
4280         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
4281         64 bit versions:
4282         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
4283         SC_HIGHGPRS offset definition.
4284         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
4285         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
4286
4287 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4288
4289         * Versions.def: Add GLIBC_2.19 for libpthread.
4290         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
4291         siglongjmp for libpthread with GLIBC_2.19 symver.
4292         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
4293         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
4294         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
4295         * sysdeps/s390/__longjmp.c: New file.
4296         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
4297         * sysdeps/s390/longjmp.c: New file.
4298         * sysdeps/s390/setjmp.S: New file.
4299         * sysdeps/s390/sigjmp.S: New file.
4300         * sysdeps/s390/v1-longjmp.c: New file.
4301         * sysdeps/s390/v1-setjmp.h: New file.
4302         * sysdeps/s390/v1-sigjmp.c: New file.
4303         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
4304         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
4305         GLIBC_2.19 version.
4306         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
4307         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
4308         versioned symbols for ____longjmp_chk.
4309         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
4310         Likewise.
4311         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
4312         Regenerate.
4313         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
4314         Regenerate.
4315         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
4316         Regenerate.
4317         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
4318         Regenerate.
4319         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
4320         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
4321         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
4322         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
4323         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
4324         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
4325         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
4326         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
4327         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
4328         * sysdeps/s390/rtld-__longjmp.c: New file.
4329         * sysdeps/s390/rtld-setjmp.S: New file.
4330
4331 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
4332
4333         [BZ #16400]
4334         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
4335         Return -__logl (x) for small positive arguments without evaluating
4336         a polynomial.
4337
4338 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
4339
4340         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
4341         Rename to ...
4342         (__ptrace_peeksiginfo_args): ... this.
4343         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
4344         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
4345         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
4346
4347 2014-01-06  Allan McRae  <allan@archlinux.org>
4348
4349         * inet/netinet/in.h: Fix typo in comment.
4350
4351 2014-01-05  Andreas Jaeger  <aj@suse.de>
4352
4353         * sysdeps/i386/fpu/libm-test-ulps: Update.
4354
4355 2014-01-05  Allan McRae  <allan@archlinux.org>
4356
4357         * po/libc.pot: Regenerated.
4358
4359         * malloc/memusagestat.c: Fix gettext call formatting.
4360
4361 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
4362
4363         * nscd/nscd.c: Improve usage() output.
4364
4365 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
4366
4367         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
4368         * sysdeps/unix/sysv/linux/configure: Regenerated.
4369         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
4370         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
4371
4372 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
4373
4374         [BZ #16390]
4375         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
4376         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
4377
4378 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4379
4380         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
4381         extra tokens at end of #undef directive.
4382         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
4383         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
4384         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
4385
4386 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
4387
4388         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
4389
4390         * math/auto-libm-test-in: Mark various tests with
4391         xfail-rounding:ldbl-128ibm.
4392         * math/auto-libm-test-out: Regenerated.
4393
4394 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
4395
4396         [BZ #16386]
4397         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
4398         numbers with subnormal high part when calculating exponent.
4399
4400         [BZ #16385]
4401         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
4402         fabs.
4403
4404         [BZ #16384]
4405         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
4406         M_LN2l.
4407         (__ieee754_acoshl): Use __log1pl not __log1p.
4408
4409 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
4410
4411         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all,
4412         ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry,
4413         __failing_morecore, ptmalloc_init, dump_heap, new_heap, grow_heap,
4414         heap_trim, _int_new_arena, get_free_list, reused_arena, arena_get2):
4415         Convert to GNU style.
4416         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init,
4417         mem2mem_check, mem2chunk_check, top_check, realloc_check,
4418         memalign_check, __malloc_set_state): Likewise.
4419         * malloc/mallocbug.c (main): Likewise.
4420         * malloc/malloc.c (__malloc_assert, malloc_init_state, free_perturb,
4421         do_check_malloced_chunk, do_check_malloc_state, sysmalloc, systrim,
4422         mremap_chunk, __libc_malloc, __libc_free, __libc_realloc, _mid_memalign,
4423         _int_malloc, malloc_consolidate, _int_realloc, _int_memalign, mtrim,
4424         musable, __libc_mallopt, __posix_memalign, malloc_info): Likewise.
4425         * malloc/malloc.h: Likewise.
4426         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook, mallochook,
4427         memalignhook, reallochook, mabort): Likewise.
4428         * malloc/mcheck.h: Likewise.
4429         * malloc/memusage.c (update_data, me, malloc, realloc, calloc, free, mmap,
4430         mmap64, mremap, munmap, dest): Likewise.
4431         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
4432         * malloc/morecore.c (__default_morecore): Likewise.
4433         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
4434         * malloc/obstack.c (_obstack_begin, _obstack_newchunk,
4435         _obstack_allocated_p, obstack_free, _obstack_memory_used,
4436         print_and_abort): Likewise.
4437         * malloc/obstack.h: Likewise.
4438         * malloc/set-freeres.c (__libc_freeres): Likewise.
4439         * malloc/tst-mallocstate.c (main): Likewise.
4440         * malloc/tst-mtrace.c (main): Likewise.
4441         * malloc/tst-realloc.c (do_test): Likewise.
4442
4443 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
4444
4445         [BZ #16366]
4446         * nscd/netgroupcache.c (do_notfound): New function.
4447         (addgetnetgrentX): Use it.
4448
4449         [BZ # 16365]
4450         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
4451         NSS_STATUS_NOTFOUND.
4452
4453 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
4454
4455         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
4456         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4457
4458 2014-01-01  Allan McRae  <allan@archlinux.org>
4459
4460         * scripts/update-copyrights: Update configure input file suffix.
4461
4462         * NEWS: Update copyright year.
4463         * catgets/gencat.c: Likewise.
4464         * csu/version.c: Likewise.
4465         * debug/catchsegv.sh: Likewise.
4466         * debug/pcprofiledump.c: Likewise.
4467         * debug/xtrace.sh: Likewise.
4468         * elf/ldconfig.c: Likewise.
4469         * elf/ldd.bash.in: Likewise.
4470         * elf/pldd.c: Likewise.
4471         * elf/sotruss.ksh: Likewise.
4472         * elf/sprof.c: Likewise.
4473         * iconv/iconv_prog.c: Likewise.
4474         * iconv/iconvconfig.c: Likewise.
4475         * locale/programs/locale.c: Likewise.
4476         * locale/programs/localedef.c: Likewise.
4477         * login/programs/pt_chown.c: Likewise.
4478         * malloc/memusage.sh: Likewise.
4479         * malloc/memusagestat.c: Likewise.
4480         * malloc/mtrace.pl: Likewise.
4481         * manual/libc.texinfo: Likewise.
4482         * nscd/nscd.c: Likewise.
4483         * nss/getent.c: Likewise.
4484         * nss/makedb.c: Likewise.
4485         * posix/getconf.c: Likewise.
4486         * scripts/test-installation.pl: Likewise.
4487
4488         * All files with FSF copyright notices: Update copyright dates
4489         using scripts/update-copyrights.
4490         * intl/plural.c: Regenerated.
4491         * locale/programs/charmap-kw.h: Likewise.
4492         * locale/programs/locfile-kw.h: Likewise.
4493
4494 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
4495
4496         * sysdeps/unix/sysv/linux/configure: Regenerated.
4497         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
4498         the linux/fanotify.h header.
4499         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
4500         HAVE_LINUX_FANOTIFY_H is defined.
4501
4502 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
4503
4504         * benchtests/cos-inputs: New inputs.
4505         * benchtests/sin-inputs: Likewise.
4506
4507         * benchtests/atan-inputs: New inputs. Fix name of multiple
4508         precision fallback inputs.
4509
4510         * benchtests/atanh-inputs: New inputs.
4511         * benchtests/tanh-inputs: Likewise.
4512
4513         * benchtests/acosh-inputs: New inputs.
4514         * benchtests/asinh-inputs: Likewise.
4515
4516         * benchtests/cosh-inputs: New inputs.
4517         * benchtests/sinh-inputs: Likewise.
4518
4519         * benchtests/acos-inputs: Add more inputs.
4520         * benchtests/asin-inputs: Likewise.
4521
4522 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
4523
4524         [BZ #16375]
4525         * manual/arith.texi: Fix spelling.
4526         * manual/charset.texi: Likewise.
4527         * manual/errno.texi: Likewise.
4528         * manual/filesys.texi: Likewise.
4529         * manual/lang.texi: Likewise.
4530         * manual/llio.texi: Likewise.
4531         * manual/locale.texi: Likewise.
4532         * manual/message.texi: Likewise.
4533         * manual/resource.texi: Likewise.
4534         * manual/search.texi: Likewise.
4535         * manual/setjmp.texi: Likewise.
4536         * manual/stdio.texi: Likewise.
4537         * manual/string.texi: Likewise.
4538         * manual/sysinfo.texi: Likewise.
4539         * manual/time.texi: Likewise.
4540
4541 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
4542
4543         * po/sl.po: New file.
4544
4545 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
4546
4547         * .gitignore: Add core/.gdbinit/.gdb_history.
4548
4549 2013-12-27  Allan McRae  <allan@archlinux.org>
4550
4551         [BZ #16369]
4552         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
4553         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
4554
4555 2013-12-24  Brooks Moses  <bmoses@google.com>
4556
4557         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
4558         all compilers that claim C++98 compliance, not just GCC.
4559         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
4560         Likewise.
4561
4562 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
4563
4564         * NEWS: Restore accidentally deleted bug-fix entries.
4565
4566 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
4567             Ondřej Bílka  <neleai@seznam.cz>
4568
4569         [BZ #15073]
4570         * malloc/malloc.c (_int_free): Perform sanity check only if we
4571         have_lock.
4572
4573 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
4574
4575         [BZ #12986]
4576         * manual/stdio.texi (String Input Conversions): Clarify that character
4577         classes are not supported.
4578
4579 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4580
4581         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4582
4583 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
4584
4585         [BZ #16337]
4586         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
4587         Calculate results for small negative arguments directly rather
4588         than using reflection formula with special underflow handling.
4589
4590         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
4591         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
4592         sysdeps/unix/bsd/bsd4.4/syscalls.list.
4593         (fchflags): Likewise.
4594         (revoke): Likewise.
4595         (setlogin): Likewise.
4596         (sigaltstack): Likewise.
4597         (wait4): Likewise.
4598         (sigblock): Remove.
4599         (sigsetmask): Likewise.
4600         (wait3): Likewise.
4601         (waitpid): Likewise.
4602         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
4603         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
4604         file.
4605         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
4606         * sysdeps/unix/bsd/Makefile: ... here.
4607         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
4608         * sysdeps/unix/bsd/Versions: ... here.
4609         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
4610         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
4611         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
4612         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
4613         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
4614         * sysdeps/unix/bsd/sigblock.c: ... here.
4615         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
4616         * sysdeps/unix/bsd/sigsetmask.c: ... here.
4617         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
4618         * sysdeps/unix/bsd/sigvec.c: ... here.
4619         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
4620         * sysdeps/unix/bsd/tcdrain.c: ... here.
4621         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
4622         * sysdeps/unix/bsd/tcgetattr.c: ... here.
4623         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
4624         * sysdeps/unix/bsd/tcsetattr.c: ... here.
4625         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
4626         * sysdeps/unix/bsd/wait.c: ... here.
4627         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
4628         * sysdeps/unix/bsd/wait3.c: ... here.
4629         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
4630         * sysdeps/unix/bsd/waitpid.c: ... here.
4631
4632 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
4633
4634         [BZ #16356]
4635         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
4636         round-to-nearest for [!USE_AS_EXPM1L].
4637         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
4638         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
4639         more tests of exp and exp10.  Expect some exp10 tests to miss
4640         exceptions or fail in directed rounding modes.
4641         * math/auto-libm-test-out: Regenerated.
4642         * math/libm-test.inc (exp10_tonearest_test_data): New array.
4643         (exp10_test_tonearest): New function.
4644         (exp10_towardzero_test_data): New array.
4645         (exp10_test_towardzero): New function.
4646         (exp10_downward_test_data): New array.
4647         (exp10_test_downward): New function.
4648         (exp10_upward_test_data): New array.
4649         (exp10_test_upward): New function.
4650         (main): Call the new functions.
4651         * sysdeps/i386/fpu/libm-test-ulps: Update.
4652         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4653
4654 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
4655
4656         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
4657         asinh, atan, atan2, atanh, cbrt, cos and cosh.
4658         * math/auto-libm-test-out: Regenerated.
4659         * math/libm-test.inc (acosh_test_data): Add more tests.
4660         (atanh_test_data): Likewise.
4661         (ceil_test_data): Likewise.
4662         (copysign_test_data): Likewise.
4663         * sysdeps/i386/fpu/libm-test-ulps: Update.
4664         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4665
4666         * timezone/checktab.awk: Update from tzcode 2013i.
4667         * timezone/private.h: Likewise.
4668         * timezone/scheck.c: Likewise.
4669         * timezone/tzfile.h: Likewise.
4670         * timezone/tzselect.ksh: Likewise.
4671         * timezone/zdump.c: Likewise.
4672         * timezone/zic.c: Likewise.
4673
4674         * math/auto-libm-test-in: Add tests of cpow.
4675         * math/auto-libm-test-out: Regenerated.
4676         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
4677         * * math/gen-auto-libm-tests.c (func_calc_method): Add value
4678         mpc_cc_c.
4679         (func_calc_desc): Add mpc_cc_c union field.
4680         (test_functions): Add cpow.
4681         (special_fill_2pi): New function.
4682         (special_real_inputs): Add 2pi.
4683         (calc_generic_results): Handle mpc_cc_c.
4684         * sysdeps/i386/fpu/libm-test-ulps: Update.
4685         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4686
4687         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
4688         csqrt, ctan and ctanh.
4689         * math/auto-libm-test-out: Regenerated.
4690         * math/libm-test.inc (TEST_COND_x86_64): New macro.
4691         (TEST_COND_x86): Likewise.
4692         (ccos_test_data): Use AUTO_TESTS_c_c.
4693         (ccosh_test_data): Likewise.
4694         (cexp_test_data): Likewise.
4695         (clog_test_data): Likewise.
4696         (csqrt_test_data): Likewise.
4697         (ctan_test_data): Likewise.
4698         (ctan_tonearest_test_data): Likewise.
4699         (ctan_towardzero_test_data): Likewise.
4700         (ctan_downward_test_data): Likewise.
4701         (ctan_upward_test_data): Likewise.
4702         (ctanh_test_data): Likewise.
4703         (ctanh_tonearest_test_data): Likewise.
4704         (ctanh_towardzero_test_data): Likewise.
4705         (ctanh_downward_test_data): Likewise.
4706         (ctanh_upward_test_data): Likewise.
4707         * math/gen-auto-libm-tests.c (func_calc_method): Add value
4708         mpc_c_c.
4709         (func_calc_desc): Add mpc_c_c union field.
4710         (FUNC_mpc_c_c): New macro.
4711         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
4712         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
4713         ctanh.
4714         (special_fill_min_subnorm_p120): New function.
4715         (special_real_inputs): Add min_subnorm_p120.
4716         (calc_generic_results): Handle mpc_c_c.
4717         * sysdeps/i386/fpu/libm-test-ulps: Update.
4718         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4719
4720 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
4721
4722         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin,
4723         do_sin_slow): New functions.
4724         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2,
4725         cslow2, csloww1, csloww2): Use the new functions.
4726
4727         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
4728         Use M to change sign of result instead of X.  Assume X is
4729         positive.
4730         (csloww1): Likewise.
4731         (__sin): Adjust.
4732         (__cos): Adjust.
4733
4734         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
4735         arguments A and DA.
4736         (__sin): Adjust.
4737         (__cos): Likewise.
4738
4739         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
4740         (__cos): Likewise.
4741         (sloww1): Don't adjust sign of DX.
4742         (csloww1): Likewise.
4743         (sloww2): Use X directly and don't adjust sign of DX.
4744         (csloww2): Likewise.
4745
4746 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
4747
4748         * math/auto-libm-test-in: Add tests of cabs and carg.
4749         * math/auto-libm-test-out: Regenerated.
4750         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
4751         (carg_test_data): Likewise.
4752         * math/gen-auto-libm-tests.c (func_calc_method): Add value
4753         mpc_c_f.
4754         (func_calc_desc): Add mpc_c_f union field.
4755         (test_functions): Add cabs and carg.
4756         (calc_generic_results): Handle mpc_c_f.
4757
4758         * sysdeps/powerpc/powerpc32/libgcc-compat.S
4759         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
4760         as a macro and a compat symbol.
4761         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
4762         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
4763         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
4764         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
4765         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
4766         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
4767         not use .hidden.
4768         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
4769         Likewise.
4770         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
4771         Likewise.
4772         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
4773         Likewise.
4774         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
4775         Likewise.
4776         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
4777         Likewise.
4778         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
4779         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
4780         from GLIBC_2.3.2.
4781
4782 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4783
4784         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4785
4786 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
4787
4788         * manual/texinfo.tex: Update to version 2013-11-26.10 with
4789         trailing whitespace removed.
4790         * scripts/config.guess: Update to version 2013-11-29.
4791         * scripts/config.sub: Update to version 2013-10-01.
4792
4793         * math/auto-libm-test-in: Add tests of sincos.
4794         * math/auto-libm-test-out: Regenerated.
4795         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
4796         * math/gen-auto-libm-tests.c (func_calc_method): Add value
4797         mpfr_f_11.
4798         (func_calc_desc): Add mpfr_f_11 union field.
4799         (test_functions): Add sincos.
4800         (calc_generic_results): Handle mpfr_f_11.
4801         * sysdeps/i386/fpu/libm-test-ulps: Update.
4802         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4803
4804 2013-12-19  Andreas Schwab  <schwab@suse.de>
4805
4806         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
4807         CALL_MCOUNT.
4808         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
4809         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
4810         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
4811
4812 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
4813
4814         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
4815         * sysdeps/i386/fpu/libm-test-ulps: Update.
4816         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4817
4818         [BZ #16293]
4819         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
4820         round-to-nearest mode when using frndint.
4821         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
4822         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
4823         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
4824         Likewise.
4825         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
4826         sinh test to fail.
4827         * math/auto-libm-test-out: Regenerated.
4828         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
4829         (TEST_COND_x86): Likewise.
4830         (expm1_tonearest_test_data): New array.
4831         (expm1_test_tonearest): New function.
4832         (expm1_towardzero_test_data): New array.
4833         (expm1_test_towardzero): New function.
4834         (expm1_downward_test_data): New array.
4835         (expm1_test_downward): New function.
4836         (expm1_upward_test_data): New array.
4837         (expm1_test_upward): New function.
4838         (main): Run the new test functions.
4839         * sysdeps/i386/fpu/libm-test-ulps: Update.
4840         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4841
4842         * include/features.h: Update comment documenting feature test
4843         macros.  Mention _DEFAULT_SOURCE in comment.
4844         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
4845         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
4846         _BSD_SOURCE and _SVID_SOURCE.
4847         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
4848         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
4849         !_SVID_SOURCE]: Likewise.
4850         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
4851         (__USE_POSIX_IMPLICITLY): Define.
4852         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
4853         (_POSIX_SOURCE): Undefine and redefine.
4854         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
4855         (_POSIX_C_SOURCE): Likewise.
4856         * manual/creature.texi (_DEFAULT_SOURCE): Document.
4857         (Feature Test Macros): Update documentation of default features.
4858
4859 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
4860
4861         * benchtests/Makefile: Add bench-strtok.
4862         * benchtests/bench-strtok.c: New file: strtok benchtest.
4863
4864 2013-12-19  Allan McRae  <allan@archlinux.org>
4865
4866         * manual/install.texi: Suppress menu for plain text output.
4867         * INSTALL: Regenerated.
4868
4869 2013-12-18  Brooks Moses  <bmoses@google.com>
4870
4871         [BZ #15846]
4872         * misc/getauxval.c: Include errno.h.
4873         (__getauxval): Set errno to ENOENT if the requested type is not
4874         found.
4875         * misc/sys/auxv.h (getauxval): Document that it may set errno;
4876         don't declare with __attribute_const__.
4877         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
4878         * manual/startup.texi: Document that getauxval sets errno.
4879
4880 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
4881
4882         * math/auto-libm-test-in: Add tests of jn and yn.
4883         * math/auto-libm-test-out: Regenerated.
4884         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
4885         (yn_test_data): Likewise.
4886         * math/gen-auto-libm-tests.c (func_calc_method): Add value
4887         mpfr_if_f.
4888         (func_calc_desc): Add mpfr_if_f union field.
4889         (FUNC_mpfr_if_f): New macro.
4890         (test_functions): Add jn and yn.
4891         (calc_generic_results): Assert type of second input for
4892         mpfr_ff_f.  Handle mpfr_if_f.
4893         (output_for_one_input_case): Disable all checking for arguments
4894         fitting floating-point types in case of an integer argument.
4895         * sysdeps/i386/fpu/libm-test-ulps: Update.
4896         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4897
4898         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
4899         Don't expect fegetround reference in libm.so.
4900
4901 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
4902
4903         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
4904         $(config-cflags-nofma).
4905
4906 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
4907
4908         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
4909         * math/auto-libm-test-out: Regenerated.
4910
4911         [BZ #16338]
4912         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
4913         to determine exponent and adjust argument to have exponent of -1.
4914         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
4915         log2.
4916         * math/auto-libm-test-out: Regenerated.
4917         * sysdeps/i386/fpu/libm-test-ulps: Update.
4918         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4919
4920 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
4921
4922         * manual/probes.texi: Remove cases when per-thread arenas are
4923         disabled.
4924
4925 2013-12-18  Andreas Schwab  <schwab@suse.de>
4926
4927         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
4928         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
4929         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
4930         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
4931         * sysdeps/i386/i686/multiarch/Makefile: Update.
4932         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
4933
4934 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
4935
4936         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
4937         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
4938
4939 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
4940
4941         [BZ #15968]
4942         Support TZ transition times < 00:00:00.
4943         This is needed for version-3 tz-format files; it supports time
4944         stamps past 2037 for America/Godthab (the only entry in the tz
4945         database for which this change is relevant).
4946         * manual/time.texi (TZ Variable): Document transition times
4947         from -167:59:59 through -00:00:01.
4948         * time/tzset.c (tz_rule): Time of day is now signed.
4949         (__tzset_parse_tz): Parse negative time of day.
4950
4951         Document TZ transition times >= 25:00:00.
4952         * manual/time.texi (TZ Variable): Document transition times from
4953         25:00:00 through 167:59:59.  These are already supported, and this
4954         support will help with version-3 tz-format files.
4955
4956         * manual/time.texi (TZ Variable): Modernize North America example
4957         to reflect current (i.e., 2007-and-later) daylight saving rules.
4958
4959         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
4960
4961 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
4962
4963         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
4964         * sysdeps/unix/bsd/bits/stat.h: Likewise.
4965         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
4966         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
4967         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
4968         * sysdeps/unix/bsd/bsdstat.h: Likewise.
4969         * sysdeps/unix/bsd/clock.c: Likewise.
4970         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
4971         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
4972         * sysdeps/unix/bsd/init-posix.c: Likewise.
4973         * sysdeps/unix/bsd/poll.c: Likewise.
4974         * sysdeps/unix/bsd/ptsname.c: Likewise.
4975         * sysdeps/unix/bsd/seekdir.c: Likewise.
4976         * sysdeps/unix/bsd/setegid.c: Likewise.
4977         * sysdeps/unix/bsd/seteuid.c: Likewise.
4978         * sysdeps/unix/bsd/setgid.c: Likewise.
4979         * sysdeps/unix/bsd/setrgid.c: Likewise.
4980         * sysdeps/unix/bsd/setruid.c: Likewise.
4981         * sysdeps/unix/bsd/setsid.c: Likewise.
4982         * sysdeps/unix/bsd/setuid.c: Likewise.
4983         * sysdeps/unix/bsd/sigaction.c: Likewise.
4984         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
4985         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
4986         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
4987         * sysdeps/unix/bsd/telldir.c: Likewise.
4988         * sysdeps/unix/bsd/times.c: Likewise.
4989         * sysdeps/unix/bsd/usleep.c: Likewise.
4990
4991         * misc/Makefile (install-lib): Remove libbsd-compat.a.
4992         ($(objpfx)libbsd-compat.a): Remove rule.
4993
4994         * include/features.h (__FAVOR_BSD): Do not define.
4995         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
4996         features conflicting with POSIX.
4997         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
4998         (_BSD_SOURCE): Remove description of not being a subset of other
4999         feature test macros.
5000         * manual/job.texi (getpgrp): Do not document BSD version.
5001         (getpgid): Do not document by reference to BSD getpgrp.
5002         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
5003         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
5004         * signal/signal.h [__FAVOR_BSD]: Likewise.
5005         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
5006         instead of making contents conditional on [__FAVOR_BSD].
5007         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
5008
5009 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5010
5011         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5012
5013 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
5014
5015         [BZ #16314]
5016         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
5017         values below 2**-450, not 2**-500.
5018         * math/auto-libm-test-in: Don't allow spurious underflow from
5019         hypot.
5020         * math/auto-libm-test-out: Regenerated.
5021
5022         [BZ #16316]
5023         [BZ #16330]
5024         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
5025         values of ha and hb and sort them after adjusting subnormal
5026         arguments.
5027         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
5028         Likewise.
5029         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
5030         values of ea and eb and sort them after adjusting subnormal
5031         arguments.
5032         * math/auto-libm-test-in: Do not expect some hypot tests of
5033         subnormals to fail.  Add more hypot tests.
5034         * math/auto-libm-test-out: Regenerated.
5035
5036 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5037
5038         [BZ #13304]
5039         * sysdeps/sh/s_fma.c: New file.
5040         * sysdeps/sh/s_fmaf.c: New file.
5041         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
5042         version.
5043         * sysdeps/sh/Implies: Add sh/soft-fp.
5044
5045 2013-12-16  Roland McGrath  <roland@hack.frob.com>
5046
5047         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
5048         level of indirection to members `objname', `errstring', `malloced'.
5049         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
5050         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
5051         it as the __longjmp argument (just pass 1 instead).
5052         (_dl_catch_error): Initialize C with argument pointers and address of
5053         volatile local ERRCODE rather than copying values out of C at return.
5054
5055 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
5056
5057         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
5058         * math/auto-libm-test-out: Regenerated.
5059         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
5060         (hypot_test_data): Likewise.
5061         (pow_test_data): Likewise.
5062         (pow_tonearest_test_data): Likewise.
5063         * math/gen-auto-libm-tests.c (func_calc_method): Add value
5064         mpfr_ff_f.
5065         (func_calc_desc): Add mpfr_ff_f union field.
5066         (FUNC_mpfr_ff_f): New macro.
5067         (test_functions): Add atan2, hypot and pow.
5068         (special_fill_min): New function.
5069         (special_fill_minus_min): Likewise.
5070         (special_fill_min_subnorm): Likewise.
5071         (special_fill_minus_min_subnorm): Likewise.
5072         (special_real_inputs): Add min, -min, min_subnorm and
5073         -min_subnorm.
5074         (calc_generic_results): Handle mpfr_ff_f.
5075         * sysdeps/i386/fpu/libm-test-ulps: Update.
5076         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5077
5078 2013-12-16  Will Newton  <will.newton@linaro.org>
5079
5080         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
5081         (Aligned Memory Blocks): Add documentation for aligned_alloc
5082         and suggest it as an alternative to posix_memalign.
5083         (Hooks for Malloc): Document __memalign_hook is also called
5084         for aligned_alloc.  (Summary of Malloc): Add summary for
5085         aligned alloc.  Document __memalign_hook is also called
5086         for aligned_alloc.
5087
5088 2013-12-16  Will Newton  <will.newton@linaro.org>
5089
5090         * manual/memory.texi (Malloc Examples): Clarify default
5091         alignment documentation.  Suggest posix_memalign rather
5092         than memalign or valloc.
5093         (Aligned Memory Blocks): Remove suggestion to use memalign
5094         or valloc.  Remove obsolete comment about BSD.
5095         Document memalign errno values and mark the function obsolete.
5096         Document posix_memalign returned error codes.  Mark valloc
5097         as obsolete.  (Hooks for Malloc): __memalign_hook is also
5098         called for posix_memalign and valloc.
5099         (Summary of Malloc): Add posix_memalign to function summary.
5100         __memalign_hook is also called for posix_memalign and valloc.
5101
5102 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
5103
5104         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
5105         TAYLOR_SIN.
5106         (__sin): Adjust.
5107         (__cos): Likewise.
5108         (sloww): Use mynumber union.  Expand ternary operator into
5109         if-else statements.
5110         (cslow): use mynumber union.
5111
5112 2013-12-16  Allan McRae  <allan@archlinux.org>
5113
5114         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
5115         * configure: Regenerated.
5116
5117         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
5118
5119         [BZ #14120]
5120         * configure.ac: Added --enable-maintainer-mode. Check for
5121         autoconf when enabled.
5122         * configure: Regenerated.
5123
5124         * nscd/nscd.service: New file.
5125         * nscd/nscd.tmpfiles: New file.
5126
5127 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
5128
5129         [BZ #12100]
5130         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
5131         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
5132         * sysdeps/x86_64/multiarch/strstr.c: ... here.
5133         (strstr): Add __strstr_sse2_unaligned ifunc.
5134         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
5135         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
5136         (strcasestr): Remove __strcasestr_sse42 ifunc.
5137         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
5138         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
5139         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
5140
5141 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5142
5143         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
5144         * sysdeps/sh/bits/fenv.h: ... here.
5145         * sysdeps/sh/sh4/fpu/bits: Remove directory.
5146
5147 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5148
5149         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
5150
5151 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5152
5153         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
5154         hypotf multiarch implementations.
5155         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
5156         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
5157         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
5158         multiarch hypot for PPC64.
5159         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
5160         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
5161         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
5162         multiarch hypotf for PPC64.
5163
5164 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5165
5166         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
5167         modff multiarch implementations.
5168         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
5169         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
5170         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
5171         multiarch modf for PPC64.
5172         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
5173         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
5174         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
5175         multiarch modff for PPC64.
5176
5177 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5178
5179         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
5180         and logl multiarch implementations.
5181         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
5182         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
5183         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
5184         multiarch logb for PPC64.
5185         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
5186         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
5187         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
5188         multiarch logb for PPC64.
5189         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
5190         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
5191         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
5192         multiarch logb for PPC64.
5193
5194 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5195
5196         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
5197         isinff multiarch implementation.
5198         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
5199         file.
5200         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
5201         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
5202         multiarch isinf for PPC64.
5203         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
5204         file.
5205         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
5206         multiarch isinff for PPC64.
5207
5208 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5209
5210         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
5211         finitef multiarch implementation.
5212         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
5213         file.
5214         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
5215         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
5216         multiarch finite for PPC64.
5217         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
5218         file.
5219         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
5220         multiarch finitef for PPC64.
5221
5222 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5223
5224         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
5225         lrint multiarch implementation.
5226         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
5227         file.
5228         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
5229         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
5230         multiarch llrint for PPC64.
5231         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
5232         multiarch lrint for PPC64.
5233
5234 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5235
5236         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
5237         copysignf multiarch implementation.
5238         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
5239         file.
5240         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
5241         file.
5242         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
5243         multiarch copysign for PPC64.
5244         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
5245         multiarch copysignf for PPC64.
5246
5247 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5248
5249         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
5250         multiarch implementation.
5251         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
5252         file.
5253         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
5254         file.
5255         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
5256         file.
5257         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
5258         file.
5259         multiarch llround for PPC64.
5260         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
5261         multiarch trunc for PPC64.
5262         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
5263         multiarch truncf for PPC64.
5264
5265 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5266
5267         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
5268         multiarch implementation.
5269         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
5270         file.
5271         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
5272         file.
5273         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
5274         file.
5275         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
5276         file.
5277         multiarch llround for PPC64.
5278         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
5279         multiarch round for PPC64.
5280         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
5281         multiarch roundf for PPC64.
5282
5283 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5284
5285         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
5286         multiarch implementation.
5287         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
5288         file.
5289         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
5290         file.
5291         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
5292         file.
5293         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
5294         file.
5295         multiarch llround for PPC64.
5296         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
5297         multiarch floor for PPC64.
5298         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
5299         multiarch floorf for PPC64.
5300
5301 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5302
5303         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
5304         multiarch implementation.
5305         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
5306         file.
5307         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
5308         file.
5309         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
5310         file.
5311         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
5312         file.
5313         multiarch llround for PPC64.
5314         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
5315         multiarch ceil for PPC64.
5316         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
5317         multiarch ceilf for PPC64.
5318
5319 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5320
5321         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
5322         multiarch implementation.
5323         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
5324         file.
5325         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
5326         file.
5327         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
5328         file.
5329         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
5330         multiarch llround for PPC64.
5331         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
5332         multiarch lround for PPC64.
5333
5334 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5335
5336         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
5337         multiarch implementation.
5338         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
5339         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
5340         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
5341         file.
5342         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
5343         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
5344         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
5345         multiarch isnan for PPC64.
5346         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
5347         multiarch isnanf for PPC64.
5348
5349 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5350
5351         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
5352         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
5353         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
5354         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
5355         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
5356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
5357
5358 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5359
5360         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
5361         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
5362         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
5363         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
5364
5365 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5366
5367         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
5368         multiarch implementations.
5369         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5370         (__libc_ifunc_impl_list): Likewise.
5371         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
5372         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
5373         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
5374         multiarch stpcpy for PPC64.
5375
5376 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5377
5378         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
5379         multiarch implementations.
5380         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5381         (__libc_ifunc_impl_list): Likewise.
5382         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
5383         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
5384         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
5385         multiarch strcpy for PPC64.
5386
5387 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5388
5389         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
5390         redefine function name.
5391         (_wordcopy_fwd_dest_aligned): Likewise.
5392         (_wordcopy_bwd_aligned): Likewise.
5393         (_wordcopy_bwd_dest_aligned): Likewise.
5394         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
5395         multiarch implementations.
5396         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5397         (__libc_ifunc_impl_list): Likewise.
5398         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
5399         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
5400         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
5401         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
5402         multiarch wcscpy for PPC64.
5403
5404 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5405
5406         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
5407         multiarch implementations.
5408         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5409         (__libc_ifunc_impl_list): Likewise.
5410         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
5411         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
5412         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
5413         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
5414         multiarch wcscpy for PPC64.
5415
5416 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5417
5418         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
5419         multiarch implementations.
5420         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5421         (__libc_ifunc_impl_list): Likewise.
5422         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
5423         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
5424         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
5425         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
5426         multiarch wcsrchr for PPC64.
5427
5428 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5429
5430         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
5431         multiarch implementations.
5432         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5433         (__libc_ifunc_impl_list): Likewise.
5434         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
5435         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
5436         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
5437         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
5438         multiarch wcschr for PPC64.
5439
5440 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5441
5442         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
5443         multiarch implementations.
5444         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5445         (__libc_ifunc_impl_list): Likewise.
5446         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
5447         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
5448         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
5449         multiarch strchrnul for PPC64.
5450
5451 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5452
5453         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
5454         implementations.
5455         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5456         (__libc_ifunc_impl_list): Likewise.
5457         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
5458         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
5459         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
5460         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
5461         strchr for PPC64.
5462
5463 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5464
5465         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
5466         implementations.
5467         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5468         (__libc_ifunc_impl_list): Likewise.
5469         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
5470         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
5471         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
5472         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
5473         strncmp for PPC64.
5474
5475 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5476
5477         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
5478         multiarch implementations.
5479         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5480         (__libc_ifunc_impl_list): Likewise.
5481         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
5482         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
5483         strncasecmp for PPC64.
5484         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
5485         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
5486         multiarch strncasecmp_l for PPC64.
5487
5488 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5489
5490         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
5491         multiarch implementations.
5492         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5493         (__libc_ifunc_impl_list): Likewise.
5494         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
5495         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
5496         multiarch strcasecmp for PPC64.
5497         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
5498         file.
5499         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
5500         multiarch strcasecmp_l for PPC64.
5501
5502 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5503
5504         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
5505         implementations.
5506         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5507         (__libc_ifunc_impl_list): Likewise.
5508         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
5509         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
5510         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
5511         strnlen for PPC64.
5512
5513 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5514
5515         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
5516         implementations.
5517         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5518         (__libc_ifunc_impl_list): Likewise.
5519         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
5520         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
5521         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
5522         strlen for PPC64.
5523
5524 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5525
5526         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
5527         implementations.
5528         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5529         (__libc_ifunc_impl_list): Likewise.
5530         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
5531         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
5532         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
5533         rawmemrchr for PPC64.
5534
5535 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5536
5537         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
5538         implementation.
5539         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5540         (__libc_ifunc_impl_list): Likewise.
5541         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
5542         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
5543         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
5544         memrchr for PPC64.
5545
5546 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5547
5548         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
5549         implementation.
5550         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5551         (__libc_ifunc_impl_list): Likewise.
5552         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
5553         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
5554         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
5555         memchr for PPC64.
5556
5557 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5558
5559         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
5560         implementation.
5561         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5562         (__libc_ifunc_impl_list): Likewise.
5563         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
5564         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
5565         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
5566         mempcpy for PPC64.
5567
5568 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5569
5570         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
5571         avoid cretion of __bzero symbol.
5572         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
5573         Likewise.
5574         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
5575         Likewise.
5576         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
5577         Likewise.
5578         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
5579         multiarch implementations.
5580         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5581         (__libc_ifunc_impl_list): Likewise.
5582         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
5583         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
5584         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
5585         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
5586         bzero for PPC32.
5587         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
5588         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
5589         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
5590         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
5591         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
5592         memset for PPC64.
5593         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
5594
5595 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5596
5597         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
5598         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
5599         implementations.
5600         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5601         (__libc_ifunc_impl_list): Likewise.
5602         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
5603         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
5604         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
5605         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
5606         memcmp for PPC64.
5607
5608 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5609
5610         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
5611         multiarch for POWER/PPC64.
5612         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
5613         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
5614         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
5615         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
5616         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
5617         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
5618         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
5619         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
5620         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
5621         memcpy for PPC64.
5622
5623 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5624
5625         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
5626         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
5627         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
5628         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
5629         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
5630         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
5631         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
5632         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
5633         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
5634         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
5635         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
5636         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
5637         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
5638         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
5639         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
5640         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
5641         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
5642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
5643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
5644         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
5645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
5646         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
5647
5648 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5649
5650         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
5651
5652 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
5653
5654         * benchtests/Makefile (bench): Add exp2 and log2.
5655         (LDLIBS-bench-exp2): Add -lm.
5656         (LDLIBS-bench-log2): Likewise.
5657         * benchtests/exp2-inputs: New inputs file.
5658         * benchtests/log2-inputs: New inputs file.
5659         * benchtests/log-inputs: Add new inputs.
5660         * benchtests/tan-inputs: Likewise.
5661
5662 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
5663
5664         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
5665         definition...
5666         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2,
5667         csloww1, csloww2): ... from here.
5668
5669         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
5670         instead of structures.
5671         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
5672         (POLYNOMIAL): Likewise.
5673         (TAYLOR_SLOW): Likewise.
5674         (__sin): Likewise.
5675         (__cos): Likewise.
5676         (slow1): Likewise.
5677         (slow2): Likewise.
5678         (sloww): Likewise.
5679         (sloww1); Likewise.
5680         (sloww2): Likewise.
5681         (bsloww1): Likewise.
5682         (bsloww2): Likewise.
5683         (cslow2): Likewise.
5684         (csloww): Likewise.
5685         (csloww1): Likewise.
5686         (csloww2): Likewise.
5687
5688 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
5689
5690         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
5691         (__malloc_assert, __libc_realloc, __libc_calloc,
5692         _int_realloc): Expand MALLOC_COPY and MALLOC_ZERO to
5693         memcpy and memset.
5694         * malloc/hooks.c (realloc_check): Likewise.
5695
5696 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
5697
5698         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
5699         * malloc/arena.c: Remove PER_THREAD conditional.
5700         [!PER_THREAD]: Remove code.
5701         (ptmalloc_unlock_all2): Likewise.
5702         (ptmalloc_init): Likewise.
5703         (_int_new_arena): Likewise.
5704         (arena_get2): Likewise.
5705         * malloc/hooks.c (__malloc_get_state): Likewise.
5706         (__malloc_set_state): Likewise.
5707         * malloc/malloc.c: Likewise.
5708         (struct malloc_state): Likewise.
5709         (struct malloc_par): Likewise.
5710         (__libc_realloc): Likewise.
5711         (__libc_mallopt): Likewise.
5712
5713 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5714
5715         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
5716
5717 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
5718
5719         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
5720         macro to a function.  Check for zero perturb_byte.
5721         (_int_malloc, _int_free): Remove zero perturb_byte checks.
5722
5723 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
5724
5725         * malloc/malloc.c: (force_reg): Remove.
5726         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc,
5727         _mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
5728         force_reg by atomic_forced_read.
5729         * malloc/arena.c (ptmalloc_init): Likewise.
5730         * malloc/hooks.c (top_check): Likewise.
5731
5732 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5733
5734         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5735
5736 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
5737
5738         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
5739
5740 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
5741
5742         * math/auto-libm-test-in: Add tests of lgamma.
5743         * math/auto-libm-test-out: Regenerated.
5744         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
5745         (M_LOG_2_SQRT_PIl): Likewise.
5746         (lgamma_test_data): Use AUTO_TESTS_f_f1.
5747         * math/gen-auto-libm-tests.c (func_calc_method): Add value
5748         mpfr_f_f1.
5749         (func_calc_desc): Add mpfr_f_f1 union field.
5750         (ARGS1): New macro.
5751         (ARGS2): Likewise.
5752         (ARGS3): Likewise.
5753         (ARGS4): Likewise.
5754         (RET1): Likewise.
5755         (RET2): Likewise.
5756         (CALC): Likewise.
5757         (FUNC): Likewise.
5758         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
5759         (test_functions): Add lgamma.
5760         (calc_generic_results): Handle mpfr_f_f1.
5761         * sysdeps/i386/fpu/libm-test-ulps: Update.
5762         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5763
5764 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5765
5766         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
5767         __mpn_add_n for PowerPC64/POWER7.
5768         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
5769         __mpn_sub_n for PowerPC64/POWER7.
5770
5771 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5772
5773         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
5774         __mpn_addmul_1 for PowerPC64.
5775         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
5776         __mpn_submul_1 for PowerPC64.
5777         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
5778         for PowerPC64.
5779         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
5780         for PowerPC64.
5781
5782 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
5783
5784         [BZ #15089]
5785         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
5786
5787 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5788
5789         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
5790
5791 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5792
5793         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
5794         add multiarch folders.
5795         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
5796         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
5797         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
5798         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
5799         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
5800         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
5801         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
5802         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
5803         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
5804         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
5805         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
5806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
5807         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
5808         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
5809         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
5810         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
5811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
5812
5813 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5814
5815         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
5816         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
5817         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
5818         New file.
5819         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
5820         New file.
5821         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
5822         multiarch __ieee754_hypot for PowerPC32.
5823         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
5824         New file.
5825         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
5826         New file.
5827         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
5828         multiarch __ieee754_hypotf for PowerPC32.
5829
5830 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5831
5832         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
5833         long_double_symbol only if __logbl is defined.
5834         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
5835         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
5836         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
5837         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
5838         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
5839         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
5840         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
5841         path for implementation.
5842         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
5843         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
5844         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
5845         logb, and logbl multiarch implementations for PowerPC32.
5846         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
5847         file.
5848         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
5849         file.
5850         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
5851         multiarch logb for PowerPC32.
5852         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
5853         file.
5854         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
5855         file.
5856         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
5857         multiarch logbf for PowerPC32.
5858         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
5859         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
5860         file.
5861         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
5862         multiarch logbl implementation for PowerPC32.
5863
5864 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5865
5866         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
5867         and modff multiarch implementations.
5868         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
5869         New file.
5870         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
5871         New file.
5872         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
5873         multiarch modf for PowerPC32.
5874         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
5875         New file.
5876         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
5877         New file.
5878         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
5879         multiarch modff for PowerPC32.
5880
5881 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5882
5883         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
5884         and lrintf multiarch implementations.
5885         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
5886         New file.
5887         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
5888         New file.
5889         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
5890         multiarch lrint for PowerPC32.
5891         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
5892         file: multiarch lrintf for PowerPC32.
5893
5894 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5895
5896         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
5897         and lroundf multiarch implementations.
5898         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
5899         New file.
5900         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
5901         New file.
5902         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
5903         New file.
5904         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
5905         multiarch lround for PowerPC32.
5906         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
5907         file: multiarch lroundf for PowerPC32.
5908
5909 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5910
5911         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
5912         copysign and copysignf multiarch implementations.
5913         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
5914         New file.
5915         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
5916         New file.
5917         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
5918         file: multiarch copysign for PowerPC32.
5919         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
5920         file: multiarch copysignf for PowerPC32.
5921
5922 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5923
5924         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
5925         and truncf multiarch implementations.
5926         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
5927         New file.
5928         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
5929         file.
5930         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
5931         multiarch trunc for PowerPC32.
5932         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
5933         New file.
5934         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
5935         New file.
5936         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
5937         multiarch truncf for PowerPC32.
5938
5939 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5940
5941         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
5942         and roundf multiarch implementations.
5943         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
5944         New file.
5945         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
5946         file.
5947         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
5948         multiarch round for PowerPC32.
5949         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
5950         New file.
5951         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
5952         New file.
5953         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
5954         multiarch roundf for PowerPC32.
5955
5956 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5957
5958         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
5959         and floorf multiarch implementations.
5960         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
5961         New file.
5962         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
5963         file.
5964         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
5965         multiarch floor for PowerPC32.
5966         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
5967         New file.
5968         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
5969         New file.
5970         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
5971         multiarch floorf for PowerPC32.
5972
5973 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5974
5975         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
5976         and ceilf multiarch implementations.
5977         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
5978         New file.
5979         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
5980         file.
5981         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
5982         multiarch ceil for PowerPC32.
5983         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
5984         New file.
5985         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
5986         file.
5987         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
5988         multiarch ceilf for PowerPC32.
5989
5990 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5991
5992         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
5993         is defined.
5994         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
5995         FINITEF is defined.
5996         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
5997         and finitef multiarch implementations.
5998         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
5999         New file.
6000         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
6001         file.
6002         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
6003         multiarch finite for PowerPC32.
6004         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
6005         New file.
6006         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
6007         file: multiarch finitef for PowerPC32.
6008
6009 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6010
6011         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
6012         and isinff multiarch implementations.
6013         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
6014         file.
6015         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
6016         file.
6017         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
6018         multiarch isinf for PowerPC32.
6019         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
6020         New file.
6021         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
6022         multiarch isinff for PowerPC32.
6023
6024 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6025
6026         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
6027         alias when __isnan is defined.
6028         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
6029         and isnanf multiarch implementations.
6030         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
6031         file.
6032         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
6033         file.
6034         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
6035         file.
6036         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
6037         file.
6038         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
6039         multiarch isnan for PowerPC32.
6040         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
6041         New file.
6042         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
6043         New file.
6044         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
6045         multiarch isnanf for PowerPC32.
6046
6047 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6048
6049         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
6050         and sqrtf multiarch implementations.
6051         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
6052         file.
6053         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
6054         file.
6055         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
6056         multiarch sqrt for PowerPC32.
6057         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
6058         file.
6059         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
6060         file.
6061         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
6062         multiarch sqrtf for PowerPC32.
6063
6064 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6065
6066         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
6067         and llroundf multiarch implementations.
6068         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
6069         New file.
6070         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
6071         New file.
6072         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
6073         New file.
6074         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
6075         file: multiarch llround for PowerPC32.
6076         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
6077         file: multiarch llroundf for PowerPC32.
6078
6079 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6080
6081         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
6082         multiarch PowerPC32 fpu implementations.
6083         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
6084         New file.
6085         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
6086         New file.
6087         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
6088         multiarch llrint for PowerPC32.
6089         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
6090         New file.
6091         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
6092         New file.
6093         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
6094         file.
6095
6096 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6097
6098         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
6099
6100 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6101
6102         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
6103         file.
6104         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
6105         file.
6106         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
6107         file.
6108         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
6109         multiarch wordcopy for PPC32.
6110         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
6111         wordcopy objects.
6112         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
6113         (__libc_ifunc_impl_list): Likewise.
6114         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
6115         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
6116         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
6117         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
6118         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
6119         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
6120
6121 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6122
6123         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
6124         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
6125         file.
6126         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
6127         file.
6128         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
6129         file.
6130         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
6131         multiarch wcscpy for PPC32.
6132         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
6133         multiarch objects.
6134         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
6135         (__libc_ifunc_impl_list): Likewise.
6136         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
6137         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
6138         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
6139         sysdeps/powerpc/power6/wcscpy.c.
6140
6141 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6142
6143         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
6144         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
6145         file.
6146         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
6147         file.
6148         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
6149         file.
6150         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
6151         multiarch wcsrchr for PPC32.
6152         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
6153         multiarch objects.
6154         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
6155         (__libc_ifunc_impl_list): Likewise.
6156         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
6157         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
6158         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
6159         sysdeps/powerpc/power6/wcsrchr.c.
6160
6161 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6162
6163         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
6164         file.
6165         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
6166         file.
6167         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
6168         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
6169         multiarch wcschr for PPc32.
6170         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
6171         multiarch objects.
6172         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
6173         (__libc_ifunc_impl_list): Likewise.
6174         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
6175         * sysdeps/powerpc/power6/wcschr.c: ... to here.
6176         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
6177         sysdeps/powerpc/power6/wcschr.c.
6178
6179 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6180
6181         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
6182         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
6183         file.
6184         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
6185         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
6186         file: multiarch strchr for PPC32.
6187         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
6188         multiarch objects.
6189         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
6190         (__libc_ifunc_impl_list): Likewise.
6191
6192 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6193
6194         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
6195         name.
6196         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
6197         file.
6198         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
6199         file.
6200         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
6201         multiarch strchrnul for PPC32.
6202         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
6203         multiarch objects.
6204         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
6205         (__libc_ifunc_impl_list): Likewise.
6206
6207 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6208
6209         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
6210         file.
6211         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
6212         multiarch strncasecmp for PPC32.
6213         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
6214         file.
6215         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
6216         multiarch strncasecmp_l for PPC32.
6217         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
6218         strncasecmp multiarch objects.
6219         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
6220         (__libc_ifunc_impl_list): Likewise.
6221
6222 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6223
6224         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
6225         file.
6226         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
6227         multiarch strncasecmp for PPC32.
6228         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
6229         New file.
6230         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
6231         multiarch strcasecmp_l for PPC32.
6232         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
6233         multiarch objects.
6234         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
6235         (__libc_ifunc_impl_list): Likewise.
6236
6237 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6238
6239         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
6240         file.
6241         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
6242         file.
6243         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
6244         multiarch strncmp for PPC32.
6245         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
6246         multiarch objects.
6247         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
6248         (__libc_ifunc_impl_list): Likewise.
6249
6250 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6251
6252         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
6253         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
6254         file.
6255         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
6256         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
6257         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
6258         multiarch objects.
6259         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
6260         (__libc_ifunc_impl_list): Likewise.
6261
6262 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6263
6264         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
6265         file.
6266         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
6267         file.
6268         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
6269         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
6270         multiarch objects.
6271         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
6272         (__libc_ifunc_impl_list): Likewise.
6273
6274 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6275
6276         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
6277         file.
6278         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
6279         file.
6280         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
6281         multiarch rawmemchr for PPC32.
6282         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
6283         multiarch objects.
6284         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
6285         (__libc_ifunc_impl_list): Likewise.
6286
6287 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6288
6289         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
6290         file.
6291         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
6292         file.
6293         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
6294         file: memrchr multiarch for PPC32.
6295         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
6296         multiarch objects.
6297         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
6298         (__libc_ifunc_impl_list): Likewise.
6299
6300 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6301
6302         * string/memchr.c (__memchr): Using macro to redefine symbol name.
6303         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
6304         file.
6305         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
6306         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
6307         multiarch memchr for PPC32.
6308         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
6309         multiarch objects.
6310         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
6311         (__libc_ifunc_impl_list): Likewise.
6312
6313 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6314
6315         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
6316         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
6317         file.
6318         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
6319         file.
6320         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
6321         file: multiarch mempcpy for PPC32.
6322         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
6323         multiarch objects.
6324         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
6325         (__libc_ifunc_impl_list): Likewise.
6326
6327 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6328
6329         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
6330         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
6331         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
6332         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
6333         multiarch bzero for PPC32.
6334         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
6335         file.
6336         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
6337         file.
6338         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
6339         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
6340         file: multiarch memset for PPC32.
6341         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
6342         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
6343         memset multiarch objects.
6344         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
6345         (__libc_ifunc_impl_list): Likewise.
6346
6347 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6348
6349         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
6350         file.
6351         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
6352         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
6353         memcmp for PPC32.
6354         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
6355         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
6356         multiarch objects.
6357         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
6358         (__libc_ifunc_impl_list): Likewise.
6359
6360 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6361
6362         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
6363         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
6364         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
6365         file.
6366         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
6367         file.
6368         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
6369         file.
6370         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
6371         multiarch memcpy for PPC32.
6372         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
6373         multiarch objects.
6374         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
6375         (__libc_ifunc_impl_list): Likewise.
6376
6377 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6378
6379         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
6380         support multiarch for POWER/PPC32.
6381         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
6382         Likewise.
6383         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
6384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
6385         Implies file to make multiarch folder appers before the fpu and
6386         default folder for power4 configuration.
6387
6388 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
6389
6390         * scripts/bench.pl: Append volatile keyword to type.
6391
6392 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6393
6394         * sysdeps/sh/sotruss-lib.c: New file.
6395         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
6396
6397 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6398
6399         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6400
6401 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
6402
6403         [BZ #6810]
6404         * math/w_tgamma.c: Include <errno.h>.
6405         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
6406         * math/w_tgammaf.c: Include <errno.h>.
6407         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
6408         * math/w_tgammal.c: Include <errno.h>.
6409         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
6410         * math/auto-libm-test-in: Do not allow missing errno on tgamma
6411         underflow.  Add more tgamma tests.
6412         * math/auto-libm-test-out: Regenerated.
6413         * sysdeps/i386/fpu/libm-test-ulps: Update.
6414         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6415
6416         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
6417         sin, sinh, tan, tanh, tgamma, y0 and y1.
6418         * math/auto-libm-test-out: Regenerated.
6419         * math/libm-test.inc (TEST_COND_x86_64): New macro.
6420         (TEST_COND_x86): Likewise.
6421         (M_E2l): Remove macro.
6422         (M_E3l): Likewise.
6423         (M_2_SQRT_PIl): Likewise.
6424         (M_SQRT_PIl): Likewise.
6425         (M_1_DIV_El): Likewise.
6426         (log_test_data): Use AUTO_TESTS_f_f.
6427         (log10_test_data): Likewise.
6428         (log1p_test_data): Likewise.
6429         (log2_test_data): Likewise.
6430         (sin_test_data): Likewise.
6431         (sin_tonearest_test_data): Likewise.
6432         (sin_towardzero_test_data): Likewise.
6433         (sin_downward_test_data): Likewise.
6434         (sin_upward_test_data): Likewise.
6435         (sinh_test_data): Likewise.
6436         (sinh_tonearest_test_data): Likewise.
6437         (sinh_towardzero_test_data): Likewise.
6438         (sinh_downward_test_data): Likewise.
6439         (sinh_upward_test_data): Likewise.
6440         (tan_test_data): Likewise.
6441         (tan_tonearest_test_data): Likewise.
6442         (tan_towardzero_test_data): Likewise.
6443         (tan_downward_test_data): Likewise.
6444         (tan_upward_test_data): Likewise.
6445         (tanh_test_data): Likewise.
6446         (tgamma_test_data): Likewise.
6447         (y0_test_data): Likewise.
6448         (y1_test_data): Likewise.
6449         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
6450         (special_real_inputs): Add pi/4.
6451         * sysdeps/i386/fpu/libm-test-ulps: Update.
6452         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6453
6454 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6455
6456         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
6457         "longjmp_target" static probes.
6458         (__longjmp): Rename to __longjmp_symbol.
6459         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
6460         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
6461         on which longjmp to generate.
6462         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
6463         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
6464         probe.
6465         (__sigsetjmp): Rename to __sigsetjmp_symbol.
6466         (__sigjmp_save): Rename to __sigjmp_save_symbol.
6467         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
6468         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
6469         and __sigjmp_save_symbol based on which sigsetjmp to generated.
6470         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
6471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
6472         __longjmp_symbol based on which __longjmp to generate.
6473         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
6474         probe.
6475         (setjmp): Rename to setjmp_symbol.
6476         (__sigsetjmp): Rename to __sigsetjmp_symbol.
6477         (_setjmp): Rename to _setjmp_symbol.
6478         (__sigsetjmp): Rename to __sigsetjmp_symbol.
6479         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
6480         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
6481         which setjmp to generate.
6482         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
6483         "longjmp_target" static probes.
6484
6485 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
6486
6487         * benchtests/README: Add note about output arguments.
6488         * benchtests/bench-sincos.c: Remove file.
6489         * benchtests/sincos-inputs: New file.
6490         * scripts/bench.pl: Identify output arguments and define
6491         static variables for them.
6492
6493         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
6494
6495         [BZ #15941]
6496         * Makefile (INSTALL): Add install-plain.texi as the primary
6497         dependency.
6498         * manual/install-plain.texi: New file.
6499         * manual/install.texi: Include node directive only for
6500         non-plaintext output.
6501
6502 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
6503
6504         * stdlib/longlong.h: Update from GCC.
6505
6506         [BZ #6807]
6507         [BZ #15901]
6508         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
6509         * math/w_j0f.c (y0f): Likewise.
6510         * math/w_j0l.c (__y0l): Likewise.
6511         * math/w_j1.c (y1): Likewise.
6512         * math/w_j1f.c (y1f): Likewise.
6513         * math/w_j1l.c (__y1l): Likewise
6514         * math/w_jn.c (yn): Likewise.
6515         * math/w_jnf.c (ynf): Likewise.
6516         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
6517         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
6518         value for Bessel function domain errors outside _SVID_ mode.
6519         Adjust sign of return value for yn (negative integer, 0).
6520         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
6521         by zero in return for negative x and set sign appropriately for
6522         negative n.
6523         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
6524         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
6525         * math/libm-test.inc (y0_test_data): Add more tests and adjust
6526         expectations in error cases.
6527         (y1_test_data): Likewise.
6528         (yn_test_data): Likewise.
6529         * sysdeps/i386/fpu/libm-test-ulps: Update.
6530         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6531
6532 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6533
6534         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
6535         "64" to "64-v1".  Add "64-v2".
6536         (abi-64-options): Rename to ...
6537         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
6538         (abi-64-condition): Rename to ...
6539         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
6540         (abi-64-ld-soname): Rename to ...
6541         (abi-64-v1-ld-soname): ... this.
6542         (abi-64-v2-options): Define.
6543         (abi-64-v2-condition): Likewise.
6544         (abi-64-v2-ld-soname): Likewise.
6545         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
6546         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
6547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
6548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
6549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
6550
6551 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6552             Alan Modra  <amodra@gmail.com>
6553
6554         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
6555         New versions for use with the ELFv2 ABI.
6556         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
6557         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
6558         declaration.
6559         (struct La_ppc64v2_retval): Likewise.
6560         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
6561         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
6562         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
6563         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
6564         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
6565         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
6566         Do not save or restore CR.
6567         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
6568         (_dl_profile_resolve): Do no save or restore CR.  Support extended
6569         return values for ELFv2 ABI.  Fix location of FPR return registers.
6570         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
6571         updated values for _CALL_ELF == 2.
6572         (La_regs, La_retval, int_retval): Likewise.
6573
6574 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6575
6576         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
6577         (FRAME_MIN_SIZE_PARM): Likewise.
6578         (FRAME_BACKCHAIN): Likewise.
6579         (FRAME_CR_SAVE): Likewise.
6580         (FRAME_LR_SAVE): Likewise.
6581         (FRAME_TOC_SAVE): Likewise.
6582         (FRAME_PARM_SAVE): Likewise.
6583         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
6584         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
6585         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
6586         (call_mcount_parm_offset): New macro.
6587         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
6588         (PROF): Use symbolic stack frame offsets.
6589         (TAIL_CALL_SYSCALL_ERROR): Likewise.
6590         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
6591         Redefine in terms of FRAME_MIN_SIZE.
6592         (_dl_runtime_resolve): Use symbolic stack frame offsets.
6593         (_dl_profile_resolve): Likewise.  Update comment.
6594         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
6595         symbols stack frame offsets.
6596         (__sigsetjmp): Likewise.
6597         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
6598         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
6599         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
6600         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
6601
6602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
6603         (FRAME_BACKCHAIN): Remove.
6604         (FRAME_CR_SAVE): Likewise.
6605         (FRAME_LR_SAVE): Likewise.
6606         (FRAME_COMPILER_DW): Likewise.
6607         (FRAME_LINKER_DW): Likewise.
6608         (FRAME_TOC_SAVE): Likewise.
6609         (FRAME_PARM_SAVE): Likewise.
6610         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
6611         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
6612         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
6613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
6614         (CHECK_SP): Use symbolic stack frame offsets.
6615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
6616         zone" instead of caller's parameter save area for temp storage.
6617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
6618         Likewise.  Also, use symbolic stack frame offsets.
6619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
6620         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
6621         our own stack frame instead of the caller's.
6622         (__socket): Use symbolic stack frame offsets.
6623
6624 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6625             Alan Modra  <amodra@gmail.com>
6626
6627         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
6628         Define.
6629         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK,
6630         PPC64_LOCAL_ENTRY_OFFSET): Define.
6631         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
6632         New function.
6633         (elf_machine_fixup_plt): Call it.
6634         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
6635         reloc arguments.
6636         (elf_machine_rela): Update call to elf_machine_plt_conflict.
6637         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve,
6638         _dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
6639         r2 before calling target.
6640
6641 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6642             Alan Modra  <amodra@gmail.com>
6643
6644         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
6645         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
6646         versions of macros to support ELFv2 ABI.
6647         (LOCALENTRY): New macro.
6648         (ENTRY, EALIGN): Use it.
6649         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
6650         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
6651         fall through into ENTRY entry point.
6652         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
6653         Only define if _CALL_ELF != 2.
6654
6655         (elf_machine_matches_host): Verify ABI version matches.
6656         (RTLD_START): Use LOCALENTRY.
6657         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
6658         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
6659         (PLT_ENTRY_WORDS): New macro.
6660         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
6661         (elf_machine_runtime_setup): Support ELFv2 ABI.
6662         (elf_machine_fixup_plt): Likewise.
6663         (elf_machine_plt_conflict): Likewise.
6664         (resolve_ifunc): Likewise.
6665         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
6666         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
6667         Likewise.
6668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
6669         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
6670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
6671         (makecontext): Support ELFv2 ABI.
6672         * elf/elf.h (EF_PPC64_ABI): Define.
6673
6674 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6675
6676         * sysdeps/powerpc/powerpc64/sysdep.h [ASSEMBLER] (PPC64_LOAD_FUNCPTR):
6677         New assembler macro.
6678         [ASSEMBLER] (ENTRY_1): Do not switch to .text section here ...
6679         [ASSEMBLER] (ENTRY): ... but instead here ...
6680         [ASSEMBLER] (EALIGN): ... and here.
6681         [!ASSEMBLER] (PPC64_LOAD_FUNCPTR): New macro.
6682         [!ASSEMBLER] (ENTRY_1): New macro; set up .opd entry.
6683         [!ASSEMBLER] (ENTRY_2): Use it.
6684         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
6685         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
6686         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve,
6687         _dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
6688         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
6689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
6690         Use PPC64_LOAD_FUNCPTR.
6691
6692 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6693
6694         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
6695
6696 2013-12-04  Alan Modra  <amodra@gmail.com>
6697
6698         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
6699         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
6700         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
6701         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
6702
6703         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
6704         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
6705         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
6706         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
6707         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
6708         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
6709
6710 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6711
6712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
6713         (__makecontext): Fix incorrect CFI when backtracing out of
6714         context created via makecontext.
6715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
6716         (__setcontext): Fix incorrect CFI during switch to new context.
6717         (__novec_setcontext): Likewise.
6718
6719 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
6720
6721         [BZ #4772]
6722         * time/strptime_l.c (__strptime_internal): Allow modifiers
6723         in strptime.
6724         * time/tst-strptime.c (day_tests): Add testcase.
6725
6726
6727 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
6728
6729         * scripts/bench.pl: Skip over blank lines.
6730
6731 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
6732
6733         [BZ #926]
6734         * manual/time.texi (Calendar Time): Clarify what timezone functions
6735         use.
6736
6737 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6738
6739         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6740
6741 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
6742
6743         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
6744         implementation.
6745         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
6746         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
6747         * debug/memset_chk.c (__memset_chk): Likewise.
6748         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
6749         * debug/strncpy_chk.c: Likewise.
6750
6751 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
6752
6753         [BZ #15268]
6754         [BZ #15425]
6755         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
6756         (__ieee754_exp): For possibly underflowing results, check size of
6757         result and force underflow exception if required.
6758         * math/auto-libm-test-in: Add more tests of exp.
6759         * math/auto-libm-test-out: Regenerated.
6760         * sysdeps/i386/fpu/libm-test-ulps: Update.
6761         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6762
6763         [BZ #16283]
6764         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
6765         * math/w_exp2f.c (__exp2f): Likewise.
6766         * math/w_exp2l.c (__exp2l): Likewise.
6767         * math/auto-libm-test-in: Do not allow missing errno on exp2
6768         underflow.
6769         * math/auto-libm-test-out: Regenerated.
6770
6771 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
6772
6773         [BZ #16274]
6774         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
6775         handle filename validation.
6776         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
6777         (do_open): Delete.
6778
6779 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
6780
6781         [BZ #6786]
6782         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
6783         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
6784         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
6785         <float.h>.
6786         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
6787         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
6788         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
6789         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
6790         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
6791         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
6792         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
6793         * math/auto-libm-test-in: Don't allow missing errno from erfc.
6794         Add more erfc tests.
6795         * math/auto-libm-test-out: Regenerated.
6796         * sysdeps/i386/fpu/libm-test-ulps: Update.
6797         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6798
6799         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
6800         exp2, expm1, j0 and j1.
6801         * math/auto-libm-test-out: Regenerated.
6802         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
6803         (erfc_test_data): Likewise.
6804         (exp_test_data): Likewise.
6805         (exp_tonearest_test_data): Likewise.
6806         (exp_towardzero_test_data): Likewise.
6807         (exp_downward_test_data): Likewise.
6808         (exp_upward_test_data): Likewise.
6809         (exp10_test_data): Likewise.
6810         (exp2_test_data): Likewise.
6811         (expm1_test_data): Likewise.
6812         (j0_test_data): Likewise.
6813         (j1_test_data): Likewise.
6814         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
6815         (input_flag_type): Add flag_xfail_rounding.
6816         (input_flags): Add xfail-rounding.
6817         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
6818         (output_for_one_input_case): Handle flag_xfail_rounding.
6819         * sysdeps/i386/fpu/libm-test-ulps: Update.
6820         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6821
6822 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
6823
6824         [BZ #16289]
6825         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
6826         division by 0.
6827
6828 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
6829
6830         [BZ #16195]
6831         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
6832         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
6833         (STAP_PROBE0): New macro.
6834         (STAP_PROBE1): Likewise.
6835         (STAP_PROBE2): Likewise.
6836         (STAP_PROBE3): Likewise.
6837         (STAP_PROBE4): Likewise.
6838
6839 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
6840
6841         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
6842
6843 2013-12-02  Steve Ellcey  <sellcey@mips.com>
6844
6845         * benchtests/Makefile (bench): Add sqrt.
6846         (LDLIBS-bench-sqrt): New.
6847         * benchtests/sqrt-input: New.
6848
6849 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
6850
6851         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
6852         (GAIH_EAI): Likewise.
6853         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
6854         (gaih_inet): Likewise.
6855         (getaddrinfo): Don't use GAIH_EAI.
6856
6857         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
6858         (struct gaih): Remove definition.
6859
6860 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6861
6862         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
6863         Use HERRNOP directly.
6864
6865 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6866
6867         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6868
6869 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
6870
6871         * math/gen-auto-libm-tests.c (test_functions): Add more
6872         single-argument functions.
6873         (special_fill_pi_2): New function.
6874         (special_fill_minus_pi_2): Likewise.
6875         (special_fill_pi_6): Likewise.
6876         (special_fill_minus_pi_6): Likewise.
6877         (special_fill_pi_3): Likewise.
6878         (special_fill_2pi_3): Likewise.
6879         (special_fill_e): Likewise.
6880         (special_fill_1_e): Likewise.
6881         (special_fill_e_minus_1): Likewise.
6882         (special_real_inputs): Add more special inputs.
6883         (output_for_one_input_case): Do not require ERANGE on underflow to
6884         zero if round-to-nearest result does not underflow to zero, unless
6885         exact results required.
6886         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
6887         atan, atanh, cbrt, cos and cosh.
6888         * math/auto-libm-test-out: Regenerated.
6889         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
6890         (acos_tonearest_test_data): Likewise.
6891         (acos_towardzero_test_data): Likewise.
6892         (acos_downward_test_data): Likewise.
6893         (acos_upward_test_data): Likewise.
6894         (acosh_test_data): Likewise.
6895         (asin_test_data): Likewise.
6896         (asin_tonearest_test_data): Likewise.
6897         (asin_towardzero_test_data): Likewise.
6898         (asin_upward_test_data): Likewise.
6899         (asinh_test_data): Likewise.
6900         (atan_test_data): Likewise.
6901         (atanh_test_data): Likewise.
6902         (cbrt_test_data): Likewise.
6903         (cos_test_data): Likewise.
6904         (cos_tonearest_test_data): Likewise.
6905         (cos_towardzero_test_data): Likewise.
6906         (cos_downward_test_data): Likewise.
6907         (cos_upward_test_data): Likewise.
6908         (cosh_test_data): Likewise.
6909         (cosh_tonearest_test_data): Likewise.
6910         (cosh_towardzero_test_data): Likewise.
6911         (cosh_downward_test_data): Likewise.
6912         (cosh_upward_test_data): Likewise.
6913         * sysdeps/i386/fpu/libm-test-ulps: Update.
6914         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6915
6916 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
6917
6918         [BZ #6787]
6919         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
6920         * math/w_exp10f.c (__exp10f): Likewise.
6921         * math/w_exp10l.c (__exp10l): Likewise.
6922         * math/libm-test.inc (exp10_test_data): Add more tests and expect
6923         errno settings in existing tests.
6924
6925         [BZ #14032]
6926         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
6927         precision control set to double precision.
6928         * sysdeps/i386/fpu/w_sqrt.c: New file.
6929         * math/auto-libm-test-in: Add more tests.
6930         * math/auto-libm-test-out: Update.
6931
6932         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
6933         (sqrt_test_tonearest): New function.
6934         (sqrt_towardzero_test_data): New variable.
6935         (sqrt_test_towardzero): New function.
6936         (sqrt_downward_test_data): New variable.
6937         (sqrt_test_downward): New function.
6938         (sqrt_upward_test_data): New variable.
6939         (sqrt_test_upward): New function.
6940         (main): Call the new functions.
6941
6942         * math/gen-auto-libm-tests.c: New file.
6943         * math/auto-libm-test-in: Likewise.
6944         * math/auto-libm-test-out: New generated file.
6945         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
6946         variables.
6947         (%beautify): Add generated representations of zero.
6948         (top level): Set $auto_input and call parse_auto_input.
6949         (beautify): Remove trailing "f" from hex float constants.
6950         (parse_args): Handle XFAIL_TEST.
6951         (convert_condition): New function.
6952         (or_value): Likewise.
6953         (or_cond_value): Likewise.
6954         (generate_testfile): Handle AUTO_TESTS_* lines.
6955         (parse_auto_input): New function.
6956         * math/libm-test.inc (XFAIL_TEST): New macro.
6957         (ERRNO_UNCHANGED): Update value.
6958         (ERRNO_EDOM): Likewise.
6959         (ERRNO_ERANGE): Likewise.
6960         (IGNORE_RESULT): Likewise.
6961         (TEST_COND_flt_32): New macro.
6962         (TEST_COND_dbl_64): Likewise.
6963         (TEST_COND_ldbl_96_intel): Likewise.
6964         (TEST_COND_ldbl_96_m68k): Likewise.
6965         (TEST_COND_ldbl_128): Likewise.
6966         (TEST_COND_ldbl_128ibm): Likewise.
6967         (TEST_COND_long32): Likewise.
6968         (TEST_COND_long64): Likewise.
6969         (TEST_COND_before_rounding): Likewise.
6970         (TEST_COND_after_rounding): Likewise.
6971         (enable_test): Handle XFAIL_TEST flag.
6972         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
6973         with finite results.
6974         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
6975         auto-libm-test-out.
6976
6977 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
6978             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6979
6980         [BZ #16214]
6981         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
6982         __tls_get_addr_internal instead of __tls_get_offset in order to
6983         avoid GOT pointer dependency.  Make rtld export
6984         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
6985         __tls_get_addr since we are a __tls_get_offset platform.
6986         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
6987         GOT pointer being set up before.
6988         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
6989
6990 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
6991
6992         * manual/math.texi (Errors in Math Functions): Document accuracy
6993         goals.
6994
6995         [BZ #15004]
6996         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
6997         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
6998         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
6999         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
7000         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
7001         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
7002         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
7003         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
7004         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
7005         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
7006         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
7007         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
7008         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
7009         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
7010         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
7011         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
7012
7013         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
7014         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
7015         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
7016         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
7017         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
7018         Likewise.
7019         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
7020         Likewise.
7021         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
7022         Likewise.
7023         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
7024         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
7025         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
7026         atomic-feupdateenv and flt-rounds.
7027         * sysdeps/powerpc/nofpu/Versions (libc): Add
7028         __atomic_feholdexcept, __atomic_feclearexcept,
7029         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
7030         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
7031         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
7032         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
7033         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
7034         here.
7035         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7036         Update.
7037
7038         * manual/arith.texi (FP Exceptions): Document that exceptions may
7039         not be raised when matherr is used.
7040         (Math Error Reporting): Document overflow in directed rounding
7041         modes.  Document that errno may not be set when finite values are
7042         returned on overflow.  Document intent to set errno on underflow
7043         only for underflow to zero.
7044
7045         [BZ #16271]
7046         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
7047         round-to-nearest then adjust result for other rounding modes.
7048         * include/fenv.h (fegetround): Use libm_hidden_proto.
7049         * math/fegetround.c (fegetround): Use libm_hidden_def.
7050         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
7051         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
7052         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
7053         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
7054         Likewise.
7055         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
7056         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
7057         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
7058         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
7059
7060 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
7061
7062         [BZ #16077]
7063         * nss/Versions (libnss_files): Add
7064         _nss_files_gethostbyname3_r.
7065         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
7066         New function.
7067         (HOST_DB_LOOKUP): Remove macro.
7068         (_nss_files_gethostbyname_r): Implement function without the
7069         HOST_DB_LOOKUP macro.
7070         (_nss_files_gethostbyname2_r): Likewise.
7071
7072 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
7073
7074         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
7075
7076 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
7077
7078         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
7079         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
7080         warning.
7081
7082 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7083
7084         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
7085         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
7086         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
7087         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
7088         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
7089         __fe_nomask_env_priv and attribute_hidden.
7090         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
7091         (libc_feupdateenv_test_ppc): Likewise.
7092         (libc_feresetround_ppc): Likewise.
7093         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
7094         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
7095         compat_symbol macro.
7096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
7097         (__fe_nomask_env): Likewise.
7098         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
7099
7100 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
7101
7102         * string/Makefile: Remove ifunc tests.
7103         * string/test-string.h: Define TEST_IFUNC.
7104         * string/test-bcopy-ifunc.c: Remove.
7105         * string/test-bzero-ifunc.c: Likewise.
7106         * string/test-memccpy-ifunc.c: Likewise.
7107         * string/test-memchr-ifunc.c: Likewise.
7108         * string/test-memcmp-ifunc.c: Likewise.
7109         * string/test-memcpy-ifunc.c: Likewise.
7110         * string/test-memmem-ifunc.c: Likewise.
7111         * string/test-memmove-ifunc.c: Likewise.
7112         * string/test-mempcpy-ifunc.c: Likewise.
7113         * string/test-memrchr-ifunc.c: Likewise.
7114         * string/test-memset-ifunc.c: Likewise.
7115         * string/test-rawmemchr-ifunc.c: Likewise.
7116         * string/test-stpcpy-ifunc.c: Likewise.
7117         * string/test-stpncpy-ifunc.c: Likewise.
7118         * string/test-strcasecmp-ifunc.c: Likewise.
7119         * string/test-strcasestr-ifunc.c: Likewise.
7120         * string/test-strcat-ifunc.c: Likewise.
7121         * string/test-strchr-ifunc.c: Likewise.
7122         * string/test-strchrnul-ifunc.c: Likewise.
7123         * string/test-strcmp-ifunc.c: Likewise.
7124         * string/test-strcpy-ifunc.c: Likewise.
7125         * string/test-strcspn-ifunc.c: Likewise.
7126         * string/test-strlen-ifunc.c: Likewise.
7127         * string/test-strncasecmp-ifunc.c: Likewise.
7128         * string/test-strncat-ifunc.c: Likewise.
7129         * string/test-strncmp-ifunc.c: Likewise.
7130         * string/test-strncpy-ifunc.c: Likewise.
7131         * string/test-strnlen-ifunc.c: Likewise.
7132         * string/test-strpbrk-ifunc.c: Likewise.
7133         * string/test-strrchr-ifunc.c: Likewise.
7134         * string/test-strspn-ifunc.c: Likewise.
7135         * string/test-strstr-ifunc.c: Likewise.
7136
7137 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
7138
7139         * benchtests/Makefile: Remove ifunc tests.
7140         * benchtests/bench-string.h: Define TEST_IFUNC.
7141         * benchtests/bench-bcopy-ifunc.c: Remove.
7142         * benchtests/bench-bzero-ifunc.c: Likewise.
7143         * benchtests/bench-memccpy-ifunc.c: Likewise.
7144         * benchtests/bench-memchr-ifunc.c: Likewise.
7145         * benchtests/bench-memcmp-ifunc.c: Likewise.
7146         * benchtests/bench-memcpy-ifunc.c: Likewise.
7147         * benchtests/bench-memmem-ifunc.c: Likewise.
7148         * benchtests/bench-memmove-ifunc.c: Likewise.
7149         * benchtests/bench-mempcpy-ifunc.c: Likewise.
7150         * benchtests/bench-memrchr-ifunc.c: Likewise.
7151         * benchtests/bench-memset-ifunc.c: Likewise.
7152         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
7153         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
7154         * benchtests/bench-stpcpy-ifunc.c: Likewise.
7155         * benchtests/bench-stpncpy-ifunc.c: Likewise.
7156         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
7157         * benchtests/bench-strcasestr-ifunc.c: Likewise.
7158         * benchtests/bench-strcat-ifunc.c: Likewise.
7159         * benchtests/bench-strchr-ifunc.c: Likewise.
7160         * benchtests/bench-strchrnul-ifunc.c: Likewise.
7161         * benchtests/bench-strcmp-ifunc.c: Likewise.
7162         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
7163         * benchtests/bench-strcpy-ifunc.c: Likewise.
7164         * benchtests/bench-strcspn-ifunc.c: Likewise.
7165         * benchtests/bench-strlen-ifunc.c: Likewise.
7166         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
7167         * benchtests/bench-strncat-ifunc.c: Likewise.
7168         * benchtests/bench-strncmp-ifunc.c: Likewise.
7169         * benchtests/bench-strncpy-ifunc.c: Likewise.
7170         * benchtests/bench-strnlen-ifunc.c: Likewise.
7171         * benchtests/bench-strpbrk-ifunc.c: Likewise.
7172         * benchtests/bench-strrchr-ifunc.c: Likewise.
7173         * benchtests/bench-strsep-ifunc.c: Likewise.
7174         * benchtests/bench-strspn-ifunc.c: Likewise.
7175         * benchtests/bench-strstr-ifunc.c: Likewise.
7176
7177 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
7178
7179         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
7180
7181 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
7182
7183         * resolv/netdb.h: Use __glibc_reserved instead __unused.
7184         * rt/aio.h: Likewise.
7185         * sysdeps/gnu/bits/utmp.h: Likewise.
7186         * sysdeps/gnu/bits/utmpx.h: Likewise.
7187         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
7188         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
7189         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
7190         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
7191         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
7192         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
7193         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
7194         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
7195         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
7196         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
7197         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
7198         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
7199         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
7200         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
7201         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
7202         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
7203         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
7204         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
7205         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
7206         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
7207         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
7208         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
7209         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
7210         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
7211         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
7212         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
7213         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
7214         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
7215         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
7216         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
7217         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
7218         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
7219         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
7220         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
7221         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
7222         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
7223         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
7224         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
7225         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
7226         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
7227         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
7228         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
7229
7230 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
7231
7232         [BZ #16245]
7233         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
7234         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
7235
7236 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
7237
7238         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
7239         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
7240         Likewise.
7241
7242 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7243
7244         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
7245         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
7246         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
7247         (__fesetround): Remove define.
7248         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
7249         rounding and exceptions handling.
7250         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
7251         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
7252         (__fe_nomask_env): Likewise.
7253         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
7254         __fegetround instead of fegetround.
7255         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
7256         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
7257
7258 2013-11-21  Roland McGrath  <roland@hack.frob.com>
7259
7260         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
7261         it's there.
7262
7263         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
7264
7265 2013-11-21  Meador Inge  <meadori@codesourcery.com>
7266
7267         [BZ #11157]
7268         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
7269         (encrypt_r): Likewise.
7270         * malloc/obstack.h (obstack_free): Likewise.
7271         * posix/unistd.h (encrypt): Likewise.
7272
7273 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
7274
7275         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
7276         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
7277         DL_CALL_DT_FINI() that call the functions directly.
7278         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
7279         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
7280         * elf/dl-fini.c: Likewise.
7281
7282 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
7283
7284         * malloc/hooks.c (memalign_check): Add alignment rounding.
7285         * malloc/malloc.c (_mid_memalign): New function.
7286         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
7287         Implement by calling _mid_memalign.
7288         * manual/probes.texi (Memory Allocation Probes): Remove
7289         memory_valloc_retry and memory_pvalloc_retry.
7290
7291 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
7292
7293         * locale/programs/locarchive.c (open_archive): Add const
7294         qualifier to ARCHIVEFNAME and copy default fname to
7295         DEFAULT_FNAME.
7296
7297         [BZ #15601]
7298         * libio/tst-widetext.input: Rename Oriya to Odia.
7299         * locale/iso-639.def: Likewise.
7300
7301         * manual/probes.texi (Mathematical Function Probes): Add
7302         documentation for sin, cos, asin and acos probes.
7303         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
7304         (__sin32): Add slowasin probe.
7305         (__cos32): Add slowacos probe.
7306         (__mpsin): Add slowsin probe.
7307         (__mpcos): Add slowcos probe.
7308
7309 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
7310
7311         [BZ #15483]
7312         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
7313         thread-local __sim_exceptions_thread and global
7314         __sim_exceptions_global.
7315         (__sim_disabled_exceptions): Change to thread-local
7316         __sim_disabled_exceptions_thread and global
7317         __sim_disabled_exceptions_global.
7318         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
7319         and global __sim_round_mode_global.
7320         (__simulate_exceptions): Use thread-local floating-point state and
7321         set global state from it as needed.
7322         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
7323         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
7324         __sim_round_mode_thread.
7325         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
7326         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
7327         and global __sim_exceptions_global.
7328         (__sim_disabled_exceptions): Change to thread-local
7329         __sim_disabled_exceptions_thread and global
7330         __sim_disabled_exceptions_global.
7331         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
7332         and global __sim_round_mode_global.
7333         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
7334         (SIM_SET_GLOBAL): Likewise.
7335         * sysdeps/powerpc/soft-fp/sfp-machine.h
7336         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
7337         __sim_round_mode_thread.
7338         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
7339         __sim_disabled_exceptions_thread.
7340         (__sim_exceptions): Change to __sim_exceptions_thread.
7341         (__sim_disabled_exceptions): Change to
7342         __sim_disabled_exceptions_thread.
7343         (__sim_round_mode): Change to __sim_round_mode_thread.
7344         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
7345         thread-local floating-point state and set global state from it as
7346         needed.
7347         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
7348         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
7349         (__sim_disabled_exceptions): Remove extern declaration.
7350         (feenableexcept): Use thread-local floating-point state and set
7351         global state from it as needed.
7352         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
7353         extern declaration.
7354         (__sim_disabled_exceptions): Likewise.
7355         (__sim_round_mode): Likewise.
7356         (__fegetenv): Use thread-local floating-point state.
7357         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
7358         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
7359         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
7360         floating-point state and set global state from it as needed.
7361         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
7362         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
7363         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
7364         Likewise.
7365         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
7366         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
7367         Likewise.
7368         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
7369         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
7370         Use __sim_round_mode_thread.
7371         * math/test-fenv-tls.c: New file.
7372         * math/Makefile (tests): Add test-fenv-tls.
7373         ($(objpfx)test-fenv-tls): Depend on
7374         $(common-objpfx)nptl/libpthread.so.
7375
7376 2013-11-19  Andreas Schwab  <schwab@suse.de>
7377
7378         * locale/programs/locale.c (show_info): Decode wordarray elements.
7379         * locale/categories.def (LC_MONETARY): Add element for
7380         _NL_MONETARY_CRNCYSTR.
7381         * locale/C-monetary.c (conversion_rate): New variable.
7382         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
7383         element.
7384
7385 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
7386
7387         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
7388         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
7389
7390 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
7391
7392         * elf/Makefile (tst-auxv): New test.
7393         * elf/tst-auxv.c: New
7394         * elf/rtld.c (dl_main): Adjust AT_EXECFN
7395
7396 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
7397
7398         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
7399         (hidden_proto): Caller changed.
7400         (hidden_tls_proto): New macro.
7401         (libc_hidden_tls_proto): Likewise.
7402         (rtld_hidden_tls_proto): Likewise.
7403         (libm_hidden_tls_proto): Likewise.
7404         (libresolv_hidden_tls_proto): Likewise.
7405         (librt_hidden_tls_proto): Likewise.
7406         (libdl_hidden_tls_proto): Likewise.
7407         (libnss_files_hidden_tls_proto): Likewise.
7408         (libnsl_hidden_tls_proto): Likewise.
7409         (libnss_nisplus_hidden_tls_proto): Likewise.
7410         (libutil_hidden_tls_proto): Likewise.
7411
7412 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
7413
7414         [BZ #10253]
7415         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
7416         (decompose_rpath): Defer expansion to fillin_rpath.
7417         (_dl_init_paths): Pass linkmap to fillin_rpath.
7418
7419 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
7420
7421         * benchtests/Makefile: Add strsep.
7422         * benchtests/bench-strsep.c: New file: strsep benchtest.
7423         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
7424
7425 2013-11-18  Andreas Schwab  <schwab@suse.de>
7426
7427         * locale/programs/locale.c (show_info) [case byte]: Check for
7428         '\377' instead of '\177'.
7429         * locale/C-monetary.c (not_available): Always use "\377".
7430         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
7431         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
7432         detect unavailable sign_posn locale elements.
7433         * locale/localeconv.c (__localeconv): For grouping and
7434         mon_grouping handle "\177" and "\377" like no grouping.
7435         (INT_ELEM): New macro.  Use it to set all numeric members.
7436         * locale/programs/ld-monetary.c (monetary_read)
7437         <tok_mon_grouping>: Normalize single -1 to the empty string.
7438         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
7439         Likewise.
7440
7441 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
7442
7443         [BZ #16055]
7444         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
7445         when we match (nil).
7446         * stdio-common/tst-sscanf.c (struct test): Add testcase.
7447
7448 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
7449
7450         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
7451         (NO_TEST_INLINE): Update value.
7452         (ERRNO_UNCHANGED): Likewise.
7453         (ERRNO_EDOM): Likewise.
7454         (ERRNO_ERANGE): Likewise.
7455         (IGNORE_RESULT): Likewise.
7456         (check_float_internal): Check signs of NaN results if
7457         TEST_NAN_SIGN used.
7458         (check_complex): Pass TEST_NAN_SIGN flag through to second
7459         check_float_internal call.
7460         (copysign_test_data): Add tests with quiet NaNs as second
7461         argument.  Use TEST_NAN_SIGN.
7462         (fabs_test_data): Add test of negative quiet NaN argument.  Use
7463         TEST_NAN_SIGN.
7464         (signbit_test_data): Add tests of quiet NaN argument.
7465         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
7466
7467         * math/gen-libm-test.pl (show_exceptions): Take extra argument
7468         $ignore_result.
7469         (parse_args): Handle function results specified as IGNORE.
7470         * math/libm-test.inc (IGNORE_RESULT): New macro.
7471         (check_float_internal): Do not check numerical result if flag
7472         IGNORE_RESULT set.
7473         (check_complex): Pass through IGNORE_RESULT to second
7474         check_float_internal call.
7475         (check_int): Do not check numerical result if flag IGNORE_RESULT
7476         set.
7477         (check_long): Likewise.
7478         (check_bool): Likewise.
7479         (check_longlong): Likewise.
7480         (lrint_test_data): Add tests of infinite and NaN arguments.
7481         (lrint_tonearest_test_data): Likewise.
7482         (lrint_towardzero_test_data): Likewise.
7483         (lrint_downward_test_data): Likewise.
7484         (lrint_upward_test_data): Likewise.
7485         (llrint_test_data): Likewise.
7486         (llrint_tonearest_test_data): Likewise.
7487         (llrint_towardzero_test_data): Likewise.
7488         (llrint_downward_test_data): Likewise.
7489         (llrint_upward_test_data): Likewise.
7490         (lround_test_data): Likewise.
7491         (llround_test_data): Likewise.
7492
7493         * math/libm-test.inc (NO_TEST_INLINE): New macro.
7494         (ERRNO_UNCHANGED): Update value.
7495         (ERRNO_EDOM): Likewise.
7496         (ERRNO_ERANGE): Likewise.
7497         (NO_TEST_INLINE_FLOAT): New macro.
7498         (NO_TEST_INLINE_DOUBLE): Likewise.
7499         (enable_test): New function.
7500         (RUN_TEST_f_f): Check enable_test before running test.
7501         (RUN_TEST_2_f): Likewise.
7502         (RUN_TEST_fff_f): Likewise.
7503         (RUN_TEST_c_f): Likewise.
7504         (RUN_TEST_f_f1): Likewise.
7505         (RUN_TEST_fF_f1): Likewise.
7506         (RUN_TEST_fI_f1): Likewise.
7507         (RUN_TEST_ffI_f1): Likewise.
7508         (RUN_TEST_c_c): Likewise.
7509         (RUN_TEST_cc_c): Likewise.
7510         (RUN_TEST_f_i): Likewise.
7511         (RUN_TEST_f_i_tg): Likewise.
7512         (RUN_TEST_ff_i_tg): Likewise.
7513         (RUN_TEST_f_b): Likewise.
7514         (RUN_TEST_f_b_tg): Likewise.
7515         (RUN_TEST_f_l): Likewise.
7516         (RUN_TEST_f_L): Likewise.
7517         (RUN_TEST_fFF_11): Likewise.
7518         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
7519         conditionals.
7520         (cosh_test_data): Likewise.
7521         (exp_test_data): Likewise.
7522         (expm1_test_data): Likewise.
7523         (hypot_test_data): Likewise.
7524         (pow_test_data): Likewise.
7525         (sinh_test_data): Likewise.
7526         (tanh_test_data): Likewise.
7527         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
7528         flags argument.
7529
7530         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
7531         tests with quiet NaN input and output.
7532         (acosh_test_data): Likewise.
7533         (asin_test_data): Likewise.
7534         (asinh_test_data): Likewise.
7535         (atan_test_data): Likewise.
7536         (atanh_test_data): Likewise.
7537         (atan2_test_data): Likewise.
7538         (cbrt_test_data): Likewise.
7539         (cos_test_data): Likewise.
7540         (cosh_test_data): Likewise.
7541         (erf_test_data): Likewise.
7542         (erfc_test_data): Likewise.
7543         (exp_test_data): Likewise.
7544         (exp10_test_data): Likewise.
7545         (exp2_test_data): Likewise.
7546         (expm1_test_data): Likewise.
7547         (hypot_test_data): Likewise.
7548         (j0_test_data): Likewise.
7549         (j1_test_data): Likewise.
7550         (jn_test_data): Likewise.
7551         (lgamma_test_data): Likewise.
7552         (log_test_data): Likewise.
7553         (log10_test_data): Likewise.
7554         (log1p_test_data): Likewise.
7555         (log2_test_data): Likewise.
7556         (pow_test_data): Likewise.
7557         (scalb_test_data): Likewise.
7558         (sin_test_data): Likewise.
7559         (sincos_test_data): Likewise.
7560         (sinh_test_data): Likewise.
7561         (tan_test_data): Likewise.
7562         (tanh_test_data): Likewise.
7563         (tgamma_test_data): Likewise.
7564         (y0_test_data): Likewise.
7565         (y1_test_data): Likewise.
7566         (yn_test_data): Likewise.
7567
7568         [BZ #16167]
7569         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
7570         argument being NaN and avoid computations with second argument in
7571         that case.
7572         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7573         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7574         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
7575
7576 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
7577
7578         * locale/iso-639.def: Add Chitwani Tharu (the).
7579
7580 2013-11-14  Andreas Schwab  <schwab@suse.de>
7581
7582         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
7583         word instead of empty string.
7584
7585 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7586
7587         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
7588         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
7589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
7590         (__fe_nomask_env): Likewise.
7591
7592 2013-11-13  Steve Ellcey  <sellcey@mips.com>
7593
7594         * benchtests/bench-timing.h: Include time.h.
7595
7596 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
7597
7598         [BZ #15997]
7599         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
7600         to 3.4.0 for x32.
7601         * sysdeps/unix/sysv/linux/configure: Regenerated.
7602
7603 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
7604
7605         [BZ #16151]
7606         * stdlib/strtod_l.c (round_and_return): Do not consider
7607         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
7608         exponent one less than half the least subnormal exponent.
7609         * stdlib/test-strtod-round-data: Add more tests.
7610         * stdlib/tst-strtod-round.c (tests): Regenerated.
7611
7612 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7613
7614         [BZ #14143]
7615         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
7616         (__fe_mask_env): Likewise.
7617         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
7618         libm_hidden_proto and add function prototype.
7619         (__fe_mask_env): Add function prototype.
7620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
7621         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
7622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
7623         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
7624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
7625         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
7626
7627 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
7628
7629         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
7630         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
7631
7632 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
7633
7634         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
7635         of htab_find_slot().
7636
7637 2013-11-11  David S. Miller  <davem@davemloft.net>
7638
7639         [BZ #16150]
7640         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
7641         symbol in the non-vis3 case in static builds.
7642         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
7643         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
7644         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
7645         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
7646
7647 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7648
7649         [BZ #387]
7650         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
7651         it is empty.
7652
7653 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7654
7655         * benchtests/Makefile: Add bench-strtod.
7656         * benchtests/bench-strtod.c: New file: strtod benchtest
7657
7658 2013-11-11  Andreas Schwab  <schwab@suse.de>
7659
7660         [BZ #16153]
7661         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
7662         terminating NUL in key length.
7663
7664 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7665
7666         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
7667         Add artificial ODP entry for vDSO symbol for PPC64.
7668         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
7669         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
7670
7671 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
7672
7673         [BZ #15374]
7674         * nss/getent.c (services_keys): Recognize services starting with digit.
7675
7676 2013-11-06  David S. Miller  <davem@davemloft.net>
7677
7678         [BZ #15985]
7679         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
7680         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
7681
7682 2013-11-06  Will Newton  <will.newton@linaro.org>
7683
7684         * manual/memory.texi (Malloc Examples): Remove register
7685         keyword from examples.
7686
7687 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
7688
7689         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
7690
7691 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
7692
7693         [BZ #6981]
7694         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
7695         depending on [__GCC_IEC_559 > 0].
7696         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
7697         depending on [__GCC_IEC_559_COMPLEX > 0].
7698
7699 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
7700
7701         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
7702         to iso-639.def.
7703
7704 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
7705
7706         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
7707
7708 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
7709
7710         [BZ #16112]
7711         * malloc/malloc (malloc_info): Do not handle first bin as
7712         special case.
7713
7714 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
7715
7716         * locale/iso-639.def: Add Central Nahuatl (nhn).
7717
7718 2013-11-01  Bruno Haible  <bruno@clisp.org>
7719
7720         [BZ #7003]
7721         * manual/math.texi (BSD Random): Specify range upper bound as
7722         in POSIX.
7723
7724 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
7725
7726         * locale/iso-639.def: Add Meadow Mari (mhr).
7727
7728 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
7729
7730         [BZ #14752], [BZ #15763]
7731         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
7732         Validate name.
7733         * rt/tst_shm.c: Add test for escaping directory.
7734
7735 2013-10-31  Andreas Schwab  <schwab@suse.de>
7736
7737         [BZ #15917]
7738         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
7739         followed by 'x' as part of digit sequence.
7740         * stdio-common/tst-sscanf.c (double_tests2): New tests.
7741
7742 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
7743
7744         [BZ #16037]
7745         * configure.ac: allow GNU Make 4.0 and greater.
7746         * configure: Regenerated.
7747
7748 2013-10-30  Will Newton  <will.newton@linaro.org>
7749
7750         [BZ #16038]
7751         * malloc/hooks.c (memalign_check): Limit alignment to the
7752         maximum representable power of two.
7753         * malloc/malloc.c (__libc_memalign): Likewise.
7754         * malloc/tst-memalign.c (do_test): Add test for very
7755         large alignment values.
7756         * malloc/tst-posix_memalign.c (do_test): Likewise.
7757
7758 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
7759
7760         [BZ #11087]
7761         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
7762         (munmap_chunk): Likewise.
7763         (mremap_chunk): Likewise.
7764
7765 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
7766
7767         [BZ #15799]
7768         * stdlib/div.c (div): Remove obsolete code.
7769         * stdlib/ldiv.c (ldiv): Likewise.
7770         * stdlib/lldiv.c (lldiv): Likewise.
7771
7772 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
7773
7774         [BZ #16071]
7775         * nss/nss_files/files-XXX.c (get_contents_ret): New
7776         enumerator.
7777         (get_contents): New function.
7778         (internal_getent): Use it.  Expand size of LINEBUFLEN.
7779
7780 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
7781
7782         * configure.in: Moved to ...
7783         * configure.ac: ... here. Change reference to configure.in
7784         to configure.ac.
7785         * sysdeps/arm/preconfigure.ac: ... here.
7786         configure.in to configure.ac.
7787         * sysdeps/gnu/configure.in: Moved to ...
7788         * sysdeps/gnu/configure.ac: ... here.
7789         * sysdeps/i386/configure.in: Moved to ...
7790         * sysdeps/i386/configure.ac: ... here.
7791         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
7792         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
7793         * sysdeps/mach/configure.in: Moved to ...
7794         * sysdeps/mach/configure.ac: ... here.
7795         * sysdeps/mach/hurd/configure.in: Moved to ...
7796         * sysdeps/mach/hurd/configure.ac: ... here.
7797         * sysdeps/powerpc/configure.in: Moved to ...
7798         * sysdeps/powerpc/configure.ac: ... here.
7799         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
7800         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
7801         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
7802         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
7803         * sysdeps/s390/s390-32/configure.in: Moved to ...
7804         * sysdeps/s390/s390-32/configure.ac: ... here.
7805         * sysdeps/s390/s390-64/configure.in: Moved to ...
7806         * sysdeps/s390/s390-64/configure.ac: ... here.
7807         * sysdeps/sh/configure.in: Moved to ...
7808         * sysdeps/sh/configure.ac: ... here.
7809         * sysdeps/sparc/configure.in: Moved to ...
7810         * sysdeps/sparc/configure.ac: ... here.
7811         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
7812         * sysdeps/unix/sysv/linux/configure.ac: ... here.
7813         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
7814         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
7815         * sysdeps/x86_64/configure.in: Moved to ...
7816         * sysdeps/x86_64/configure.ac: ... here.
7817         * sysdeps/x86_64/preconfigure.in: Moved to ...
7818         * sysdeps/x86_64/preconfigure.ac: ... here.
7819         * aclocal.m4: Change reference to configure.in to configure.ac.
7820         * config.h.in: Likewise.
7821         * manual/install.texi: Likewise.
7822         * manual/maint.texi: Likewise.
7823         * Makefile: Likewise.
7824         * malloc/Makefile: Likewise.
7825         * nscd/Makefile: Likewise.
7826         * Makeconfig: Change reference to configure.in and
7827         preconfigure.in to configure.ac and preconfigure.ac
7828         respectively.
7829         * INSTALL: Regenerated.
7830         * configure: Likewise.
7831         * sysdeps/gnu/configure: Likewise.
7832         * sysdeps/i386/configure: Likewise.
7833         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
7834         * sysdeps/mach/configure: Likewise.
7835         * sysdeps/mach/hurd/configure: Likewise.
7836         * sysdeps/powerpc/configure: Likewise.
7837         * sysdeps/powerpc/powerpc32/configure: Likewise.
7838         * sysdeps/powerpc/powerpc64/configure: Likewise.
7839         * sysdeps/s390/s390-32/configure: Likewise.
7840         * sysdeps/s390/s390-64/configure: Likewise.
7841         * sysdeps/sh/configure: Likewise.
7842         * sysdeps/sparc/configure: Likewise.
7843         * sysdeps/unix/sysv/linux/configure: Likewise.
7844         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
7845         * sysdeps/x86_64/configure: Likewise.
7846         * sysdeps/x86_64/preconfigure: Likewise.
7847
7848 2013-10-29  Andreas Schwab  <schwab@suse.de>
7849
7850         * stdio-common/Makefile (tst-swscanf-ENV): Define.
7851
7852 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
7853
7854         * benchtests/pow-inputs: Add new inputs.
7855
7856         * benchtests/exp-inputs: Add new inputs.
7857
7858         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
7859         conditional check for return value.
7860         (__cos32): Likewise.
7861
7862 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7863
7864         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
7865         to provide a boost for large inputs with word alignment.
7866         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
7867         implementation based on optimized PPC64 strcpy.
7868         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
7869         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
7870         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
7871         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
7872
7873 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
7874
7875         [BZ #2801]
7876         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
7877
7878 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
7879
7880         [BZ #14876]
7881         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
7882         * time/tst-strptime.c (day_tests): Add testcase.
7883
7884 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
7885
7886         [BZ #14029]
7887         * manual/pattern.texi: Acknowledge that fnmatch can fail.
7888
7889 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
7890
7891         [BZ #16074]
7892         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
7893         MAP_FAILED on error.
7894
7895 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
7896
7897         [BZ #16072]
7898         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
7899         heap for large requests.
7900
7901 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
7902
7903         [BZ #9954]
7904         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
7905         result if the result has no associated interface.
7906         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
7907         interface for all 127.X.Y.Z addresses.
7908
7909 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
7910
7911         * locale/iso-639.def: Add Ligurian (lij)
7912
7913 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
7914
7915         [BZ #15825]
7916         * sunrpc/rpc_main.c: Document rpcgen -5.
7917
7918 2013-10-19  Michael Stahl  <mstahl@redhat.com>
7919
7920         * elf/rtld.c (do_preload): Print the reason why preloading failed.
7921
7922 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
7923
7924         [BZ #10278]
7925         * posix/glob.c: Match only directories when trailing slash is present.
7926         * posix/tst-gnuglob.c (my_opendir): Do not open files.
7927         (main): Add testcase.
7928
7929 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
7930
7931         [BZ #15670]
7932         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
7933
7934 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
7935
7936         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
7937         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
7938         AUTH_DES and cindex for FIPS 140-2.
7939         (DES Encryption): Add cindex FIPS 46-3.
7940
7941         * locale/locarchive.h (struct locarhandle): Add fname.
7942         * locale/programs/localedef.c (main): Pass ARGV[remaining]
7943         if an optional argument was specified to --list-archive,
7944         otherwise NULL.
7945         * locale/programs/locarchive.c (show_archive_content): Take new
7946         argument fname and pass it via ah.fname to open_archive.
7947         * locale/programs/localedef.h: Update decl.
7948         (open_archive): If AH->fname is non-null, open that file
7949         rather than the default file name, and don't ignore ENOENT.
7950         (create_archive): Set AH.fname to NULL.
7951         (delete_locales_from_archive): Likewise.
7952         (add_locales_to_archive): Likewise.
7953         * locale/programs/locfile.c (write_all_categories): Likewise.
7954
7955 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
7956             Aldy Hernandez  <aldyh@redhat.com>
7957
7958         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
7959         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
7960         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
7961         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
7962         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
7963         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
7964         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
7965         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
7966         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
7967         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
7968         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
7969         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
7970         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
7971         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
7972         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
7973         Likewise.
7974         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
7975         Likewise.
7976         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
7977         Likewise.
7978         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
7979         Likewise.
7980         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
7981         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
7982         Likewise.
7983         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
7984         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
7985         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
7986         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
7987         Likewise.
7988         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
7989         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
7990         * sysdeps/powerpc/preconfigure: Likewise.
7991         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
7992         Likewise.
7993         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
7994         Replace contents of file by #include of <fenv_libc.h>.
7995         * sysdeps/powerpc/soft-fp/sfp-machine.h
7996         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
7997         and <sys/prctl.h>.
7998         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
7999         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
8000         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
8001         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
8002         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
8003         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
8004         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
8005         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
8006         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
8007         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
8008         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
8009         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
8010         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
8011         Allow copysignl PLT reference to be missing.
8012
8013 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
8014             Joseph Myers  <joseph@codesourcery.com
8015
8016         [BZ #15948]
8017         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
8018         single character.
8019         (add_to_tablewc): Assert sequence of wide characters is nonempty.
8020
8021 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
8022
8023         * elf/tst-tls-dlinfo.c: Don't include tls.h.
8024         * elf/tst-tls1.c: Likewise.
8025         * elf/tst-tls10.h: Likewise.
8026         * elf/tst-tls14.c: Likewise.
8027         * elf/tst-tls2.c: Likewise.
8028         * elf/tst-tls3.c: Likewise.
8029         * elf/tst-tls4.c: Likewise.
8030         * elf/tst-tls5.c: Likewise.
8031         * elf/tst-tls6.c: Likewise.
8032         * elf/tst-tls7.c: Likewise.
8033         * elf/tst-tls8.c: Likewise.
8034         * elf/tst-tls9.c: Likewise.
8035         * elf/tst-tlsmod1.c: Likewise.
8036         * elf/tst-tlsmod13.c: Likewise.
8037         * elf/tst-tlsmod13a.c: Likewise.
8038         * elf/tst-tlsmod14a.c: Likewise.
8039         * elf/tst-tlsmod16a.c: Likewise.
8040         * elf/tst-tlsmod16b.c: Likewise.
8041         * elf/tst-tlsmod2.c: Likewise.
8042         * elf/tst-tlsmod3.c: Likewise.
8043         * elf/tst-tlsmod4.c: Likewise.
8044         * elf/tst-tlsmod5.c: Likewise.
8045         * elf/tst-tlsmod6.c: Likewise.
8046
8047 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
8048
8049         [BZ #12486]
8050         * malloc/malloc.c: remove checks for statistics.
8051
8052 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
8053
8054         [BZ #15277]
8055         * inet/inet_net.c (inet_network): Detect additional invalid strings.
8056         * inet/tst-network.c: Add testcase.
8057
8058 2013-10-17  Andreas Schwab  <schwab@suse.de>
8059
8060         [BZ #15218]
8061         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
8062         to determine canonical name.
8063
8064 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
8065
8066         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
8067         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
8068         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
8069         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
8070         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
8071         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
8072         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
8073         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
8074         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
8075         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
8076         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
8077         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
8078         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
8079         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
8080         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
8081         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
8082         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
8083         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
8084         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
8085         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
8086         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
8087         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
8088         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
8089         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
8090         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
8091         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
8092         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
8093         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
8094         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
8095         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
8096         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
8097         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
8098         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
8099         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
8100         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
8101         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
8102         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
8103         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
8104         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
8105         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
8106         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
8107         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
8108         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
8109         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
8110         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
8111         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
8112         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
8113         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
8114         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
8115         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
8116         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
8117         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
8118         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
8119         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
8120         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
8121         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
8122         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
8123         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
8124
8125 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
8126
8127         [BZ #16041]
8128         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
8129         make result into a quiet NaN.
8130
8131 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
8132
8133         * soft-fp/adddf3.c: Fix horizontal whitespace.
8134         * soft-fp/addsf3.c: Likewise.
8135         * soft-fp/addtf3.c: Likewise.
8136         * soft-fp/divdf3.c: Likewise.
8137         * soft-fp/divsf3.c: Likewise.
8138         * soft-fp/divtf3.c: Likewise.
8139         * soft-fp/double.h: Likewise.
8140         * soft-fp/eqdf2.c: Likewise.
8141         * soft-fp/eqsf2.c: Likewise.
8142         * soft-fp/eqtf2.c: Likewise.
8143         * soft-fp/extenddftf2.c: Likewise.
8144         * soft-fp/extended.h: Likewise.
8145         * soft-fp/extendsfdf2.c: Likewise.
8146         * soft-fp/extendsftf2.c: Likewise.
8147         * soft-fp/extendxftf2.c: Likewise.
8148         * soft-fp/fixdfdi.c: Likewise.
8149         * soft-fp/fixdfsi.c: Likewise.
8150         * soft-fp/fixdfti.c: Likewise.
8151         * soft-fp/fixsfdi.c: Likewise.
8152         * soft-fp/fixsfsi.c: Likewise.
8153         * soft-fp/fixsfti.c: Likewise.
8154         * soft-fp/fixtfdi.c: Likewise.
8155         * soft-fp/fixtfsi.c: Likewise.
8156         * soft-fp/fixtfti.c: Likewise.
8157         * soft-fp/fixunsdfdi.c: Likewise.
8158         * soft-fp/fixunsdfsi.c: Likewise.
8159         * soft-fp/fixunsdfti.c: Likewise.
8160         * soft-fp/fixunssfdi.c: Likewise.
8161         * soft-fp/fixunssfsi.c: Likewise.
8162         * soft-fp/fixunssfti.c: Likewise.
8163         * soft-fp/fixunstfdi.c: Likewise.
8164         * soft-fp/fixunstfsi.c: Likewise.
8165         * soft-fp/fixunstfti.c: Likewise.
8166         * soft-fp/floatdidf.c: Likewise.
8167         * soft-fp/floatdisf.c: Likewise.
8168         * soft-fp/floatditf.c: Likewise.
8169         * soft-fp/floatsidf.c: Likewise.
8170         * soft-fp/floatsisf.c: Likewise.
8171         * soft-fp/floatsitf.c: Likewise.
8172         * soft-fp/floattidf.c: Likewise.
8173         * soft-fp/floattisf.c: Likewise.
8174         * soft-fp/floattitf.c: Likewise.
8175         * soft-fp/floatundidf.c: Likewise.
8176         * soft-fp/floatundisf.c: Likewise.
8177         * soft-fp/floatunditf.c: Likewise.
8178         * soft-fp/floatunsidf.c: Likewise.
8179         * soft-fp/floatunsisf.c: Likewise.
8180         * soft-fp/floatunsitf.c: Likewise.
8181         * soft-fp/floatuntidf.c: Likewise.
8182         * soft-fp/floatuntisf.c: Likewise.
8183         * soft-fp/floatuntitf.c: Likewise.
8184         * soft-fp/fmadf4.c: Likewise.
8185         * soft-fp/fmasf4.c: Likewise.
8186         * soft-fp/fmatf4.c: Likewise.
8187         * soft-fp/gedf2.c: Likewise.
8188         * soft-fp/gesf2.c: Likewise.
8189         * soft-fp/getf2.c: Likewise.
8190         * soft-fp/ledf2.c: Likewise.
8191         * soft-fp/lesf2.c: Likewise.
8192         * soft-fp/letf2.c: Likewise.
8193         * soft-fp/muldf3.c: Likewise.
8194         * soft-fp/mulsf3.c: Likewise.
8195         * soft-fp/multf3.c: Likewise.
8196         * soft-fp/negdf2.c: Likewise.
8197         * soft-fp/negsf2.c: Likewise.
8198         * soft-fp/negtf2.c: Likewise.
8199         * soft-fp/op-1.h: Likewise.
8200         * soft-fp/op-2.h: Likewise.
8201         * soft-fp/op-4.h: Likewise.
8202         * soft-fp/op-8.h: Likewise.
8203         * soft-fp/op-common.h: Likewise.
8204         * soft-fp/quad.h: Likewise.
8205         * soft-fp/single.h: Likewise.
8206         * soft-fp/soft-fp.h: Likewise.
8207         * soft-fp/sqrtdf2.c: Likewise.
8208         * soft-fp/sqrtsf2.c: Likewise.
8209         * soft-fp/sqrttf2.c: Likewise.
8210         * soft-fp/subdf3.c: Likewise.
8211         * soft-fp/subsf3.c: Likewise.
8212         * soft-fp/subtf3.c: Likewise.
8213         * soft-fp/truncdfsf2.c: Likewise.
8214         * soft-fp/trunctfdf2.c: Likewise.
8215         * soft-fp/trunctfsf2.c: Likewise.
8216         * soft-fp/trunctfxf2.c: Likewise.
8217         * soft-fp/unorddf2.c: Likewise.
8218         * soft-fp/unordsf2.c: Likewise.
8219         * soft-fp/unordtf2.c: Likewise.
8220
8221 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
8222
8223         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
8224         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
8225
8226 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
8227
8228         * elf/dl-libc.c: Clear initfini list after freeing.
8229
8230 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
8231
8232         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
8233         * soft-fp/addsf3.c: Likewise.
8234         * soft-fp/addtf3.c: Likewise.
8235         * soft-fp/divdf3.c: Likewise.
8236         * soft-fp/divsf3.c: Likewise.
8237         * soft-fp/divtf3.c: Likewise.
8238         * soft-fp/double.h: Likewise.
8239         * soft-fp/eqdf2.c: Likewise.
8240         * soft-fp/eqsf2.c: Likewise.
8241         * soft-fp/eqtf2.c: Likewise.
8242         * soft-fp/extenddftf2.c: Likewise.
8243         * soft-fp/extended.h: Likewise.
8244         * soft-fp/extendsfdf2.c: Likewise.
8245         * soft-fp/extendsftf2.c: Likewise.
8246         * soft-fp/extendxftf2.c: Likewise.
8247         * soft-fp/fixdfdi.c: Likewise.
8248         * soft-fp/fixdfsi.c: Likewise.
8249         * soft-fp/fixdfti.c: Likewise.
8250         * soft-fp/fixsfdi.c: Likewise.
8251         * soft-fp/fixsfsi.c: Likewise.
8252         * soft-fp/fixsfti.c: Likewise.
8253         * soft-fp/fixtfdi.c: Likewise.
8254         * soft-fp/fixtfsi.c: Likewise.
8255         * soft-fp/fixtfti.c: Likewise.
8256         * soft-fp/fixunsdfdi.c: Likewise.
8257         * soft-fp/fixunsdfsi.c: Likewise.
8258         * soft-fp/fixunsdfti.c: Likewise.
8259         * soft-fp/fixunssfdi.c: Likewise.
8260         * soft-fp/fixunssfsi.c: Likewise.
8261         * soft-fp/fixunssfti.c: Likewise.
8262         * soft-fp/fixunstfdi.c: Likewise.
8263         * soft-fp/fixunstfsi.c: Likewise.
8264         * soft-fp/fixunstfti.c: Likewise.
8265         * soft-fp/floatdidf.c: Likewise.
8266         * soft-fp/floatdisf.c: Likewise.
8267         * soft-fp/floatditf.c: Likewise.
8268         * soft-fp/floatsidf.c: Likewise.
8269         * soft-fp/floatsisf.c: Likewise.
8270         * soft-fp/floatsitf.c: Likewise.
8271         * soft-fp/floattidf.c: Likewise.
8272         * soft-fp/floattisf.c: Likewise.
8273         * soft-fp/floattitf.c: Likewise.
8274         * soft-fp/floatundidf.c: Likewise.
8275         * soft-fp/floatundisf.c: Likewise.
8276         * soft-fp/floatunsidf.c: Likewise.
8277         * soft-fp/floatunsisf.c: Likewise.
8278         * soft-fp/floatuntidf.c: Likewise.
8279         * soft-fp/floatuntisf.c: Likewise.
8280         * soft-fp/floatuntitf.c: Likewise.
8281         * soft-fp/fmadf4.c: Likewise.
8282         * soft-fp/fmasf4.c: Likewise.
8283         * soft-fp/fmatf4.c: Likewise.
8284         * soft-fp/gedf2.c: Likewise.
8285         * soft-fp/gesf2.c: Likewise.
8286         * soft-fp/getf2.c: Likewise.
8287         * soft-fp/ledf2.c: Likewise.
8288         * soft-fp/lesf2.c: Likewise.
8289         * soft-fp/letf2.c: Likewise.
8290         * soft-fp/muldf3.c: Likewise.
8291         * soft-fp/mulsf3.c: Likewise.
8292         * soft-fp/multf3.c: Likewise.
8293         * soft-fp/negdf2.c: Likewise.
8294         * soft-fp/negsf2.c: Likewise.
8295         * soft-fp/negtf2.c: Likewise.
8296         * soft-fp/op-1.h: Likewise.
8297         * soft-fp/op-2.h: Likewise.
8298         * soft-fp/op-4.h: Likewise.
8299         * soft-fp/op-8.h: Likewise.
8300         * soft-fp/op-common.h: Likewise.
8301         * soft-fp/quad.h: Likewise.
8302         * soft-fp/single.h: Likewise.
8303         * soft-fp/soft-fp.h: Likewise.
8304         * soft-fp/sqrtdf2.c: Likewise.
8305         * soft-fp/sqrtsf2.c: Likewise.
8306         * soft-fp/sqrttf2.c: Likewise.
8307         * soft-fp/subdf3.c: Likewise.
8308         * soft-fp/subsf3.c: Likewise.
8309         * soft-fp/subtf3.c: Likewise.
8310         * soft-fp/truncdfsf2.c: Likewise.
8311         * soft-fp/trunctfdf2.c: Likewise.
8312         * soft-fp/trunctfsf2.c: Likewise.
8313         * soft-fp/trunctfxf2.c: Likewise.
8314         * soft-fp/unorddf2.c: Likewise.
8315         * soft-fp/unordsf2.c: Likewise.
8316         * soft-fp/unordtf2.c: Likewise.
8317
8318 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
8319
8320         [BZ #15672]
8321         * misc/error.c (error_tail): Fix possible buffer overflow.
8322
8323 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
8324
8325         [BZ #13028]
8326         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
8327         address.
8328
8329 2013-10-14  P. J. McDermott  <pj@pehjota.net>
8330
8331         [BZ #832]
8332         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
8333         testing pipefail option.
8334
8335 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
8336
8337         * soft-fp/double.h: Indent preprocessor directives inside #if.
8338         * soft-fp/extended.h: Likewise.
8339         * soft-fp/op-2.h: Likewise.
8340         * soft-fp/op-4.h: Likewise.
8341         * soft-fp/op-common.h: Likewise.
8342         * soft-fp/quad.h: Likewise.
8343         * soft-fp/single.h: Likewise.
8344         * soft-fp/soft-fp.h: Likewise.
8345
8346 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
8347
8348         * iconv/iconv_prog.c: Fix typos.
8349         * stdio-common/psiginfo-data.h: Likewise.
8350
8351 2013-10-12   Reuben Thomas <rrt@sc3d.org>
8352
8353         [BZ #15764]
8354         * locale/setlocale.c: Fix typo.
8355
8356 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
8357
8358         [BZ #16036]
8359         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
8360         signaling NaN arguments.
8361         * soft-fp/unordsf2.c (__unordsf2): Likewise.
8362         * soft-fp/unordtf2.c (__unordtf2): Likewise.
8363
8364         [BZ #14910]
8365         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
8366         unordered operands.
8367         * soft-fp/gesf2.c (__gesf2): Likewise.
8368         * soft-fp/getf2.c (__getf2): Likewise.
8369         * soft-fp/ledf2.c (__ledf2): Likewise.
8370         * soft-fp/lesf2.c (__lesf2): Likewise.
8371         * soft-fp/letf2.c (__letf2): Likewise.
8372
8373         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
8374         * soft-fp/eqsf2.c (__eqsf2): Likewise.
8375         * soft-fp/eqtf2.c (__eqtf2): Likewise.
8376         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
8377         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
8378         * soft-fp/fixdfti.c (__fixdfti): Likewise.
8379         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
8380         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
8381         * soft-fp/fixsfti.c (__fixsfti): Likewise.
8382         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
8383         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
8384         * soft-fp/fixtfti.c (__fixtfti): Likewise.
8385         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
8386         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
8387         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
8388         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
8389         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
8390         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
8391         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
8392         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
8393         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
8394         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
8395         * soft-fp/floatdisf.c (__floatdisf): Likewise.
8396         * soft-fp/floatsisf.c (__floatsisf): Likewise.
8397         * soft-fp/floattidf.c (__floattidf): Likewise.
8398         * soft-fp/floattisf.c (__floattisf): Likewise.
8399         * soft-fp/floattitf.c (__floattitf): Likewise.
8400         * soft-fp/floatundidf.c (__floatundidf): Likewise.
8401         * soft-fp/floatundisf.c (__floatundisf): Likewise.
8402         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
8403         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
8404         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
8405         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
8406         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
8407         * soft-fp/gesf2.c (__gesf2): Likewise.
8408         * soft-fp/getf2.c (__getf2): Likewise.
8409         * soft-fp/ledf2.c (__ledf2): Likewise.
8410         * soft-fp/lesf2.c (__lesf2): Likewise.
8411         * soft-fp/letf2.c (__letf2): Likewise.
8412
8413         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
8414         Undefine and redefine.
8415         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
8416         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
8417         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
8418         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
8419         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
8420         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
8421         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
8422         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
8423         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
8424         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
8425         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
8426         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
8427         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
8428         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
8429         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
8430
8431         [BZ #16032]
8432         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
8433         without decrementing exponent if mantissa >= that for the
8434         denominator, not >.
8435         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
8436         denominator, not >.  Decrement exponent in < case instead of
8437         incrementing in >= case.
8438         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
8439         without decrementing exponent if mantissa >= that for the
8440         denominator, not >.
8441
8442         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
8443         computing saturated result for unsigned overflow.
8444
8445 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8446             Jeff Law  <law@redhat.com>
8447
8448         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
8449         (atan2Mp): Add systemtap probe marker.
8450         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
8451         (__ieee754_log): Add systemtap probe marker.
8452         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
8453         (atanMp): Add systemtap probe marker.
8454         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
8455         (tanMp): Add systemtap probe marker.
8456         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
8457         (__slowexp): Add systemtap probe marker.
8458         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
8459         (__slowpow): Add systemtap probe marker.
8460         * manual/probes.texi: Document probes.
8461
8462 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
8463
8464         [BZ #15362]
8465         * libio/fileops.c (_IO_new_file_write): Return count of bytes
8466         written.
8467         (_IO_new_file_xsputn): Don't return EOF if nothing has been
8468         written.
8469         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
8470         written to buffer but not flushed.
8471         * libio/iofwrite_u.c:  Likewise.
8472         * libio/iopadn.c:  Return bytes returned even if EOF was
8473         encountered.
8474         * libio/iowpadn.c:  Likewise.
8475         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
8476         if _IO_padn does not write the whole buffer.
8477         [!COMPILE_WPRINTF] (PAD): Likewise.
8478
8479 2013-10-10  David S. Miller  <davem@davemloft.net>
8480
8481         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
8482         directory block.
8483
8484 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
8485
8486         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
8487         instead of FSF address.
8488         * soft-fp/fixdfti.c: Likewise.
8489         * soft-fp/fixsfti.c: Likewise.
8490         * soft-fp/fixtfti.c: Likewise.
8491         * soft-fp/fixunsdfti.c: Likewise.
8492         * soft-fp/fixunssfti.c: Likewise.
8493         * soft-fp/fixunstfti.c: Likewise.
8494         * soft-fp/floattidf.c: Likewise.
8495         * soft-fp/floattisf.c: Likewise.
8496         * soft-fp/floattitf.c: Likewise.
8497         * soft-fp/floatuntidf.c: Likewise.
8498         * soft-fp/floatuntisf.c: Likewise.
8499         * soft-fp/floatuntitf.c: Likewise.
8500         * soft-fp/trunctfxf2.c: Likewise.
8501
8502         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
8503         * soft-fp/fixdfti.c: Likewise.
8504         * soft-fp/fixsfti.c: Likewise.
8505         * soft-fp/fixtfti.c: Likewise.
8506         * soft-fp/fixunsdfti.c: Likewise.
8507         * soft-fp/fixunssfti.c: Likewise.
8508         * soft-fp/fixunstfti.c: Likewise.
8509         * soft-fp/floattidf.c: Likewise.
8510         * soft-fp/floattisf.c: Likewise.
8511         * soft-fp/floattitf.c: Likewise.
8512         * soft-fp/floatuntidf.c: Likewise.
8513         * soft-fp/floatuntisf.c: Likewise.
8514         * soft-fp/floatuntitf.c: Likewise.
8515         * soft-fp/trunctfxf2.c: Likewise.
8516
8517 2013-10-10  David S. Miller  <davem@davemloft.net>
8518
8519         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8520
8521 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
8522
8523         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
8524         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
8525         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
8526         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
8527         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
8528         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
8529         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
8530
8531         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
8532         for NaNs before doing comparisons on argument.
8533         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
8534         Likewise.
8535
8536 2013-10-10  Will Newton  <will.newton@linaro.org>
8537
8538         * malloc/hooks.c (memalign_check): Ensure the value of bytes
8539         passed to _int_memalign does not overflow.
8540
8541 2013-10-10  Torvald Riegel  <triegel@redhat.com>
8542
8543         * scripts/bench.pl: Add include-sources directive.
8544         * benchtests/README: Update documentation.
8545
8546 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
8547
8548         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
8549         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
8550         instead of FP_INIT_ROUNDMODE.
8551         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
8552         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
8553
8554         [BZ #16034]
8555         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
8556         copy class of input value.
8557         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
8558         not handle exceptions.
8559         * soft-fp/negsf2.c (__negsf2): Likewise.
8560         * soft-fp/negtf2.c (__negtf2): Likewise.
8561         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
8562
8563 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
8564
8565         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
8566         semicolon.  From Linux kernel.
8567
8568 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
8569
8570         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
8571
8572 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
8573
8574         [BZ #156]
8575         * manual/socket.texi: Added statement about buffer
8576         for gethostbyname2_r.
8577
8578 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
8579
8580         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
8581         Use .p2align directive instead, throughout.
8582         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
8583         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
8584         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
8585         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
8586         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
8587         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
8588         * sysdeps/x86_64/strchr.S: Likewise.
8589         * sysdeps/x86_64/strrchr.S: Likewise.
8590
8591 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8592
8593         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
8594
8595         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
8596
8597         * sysdeps/generic/math_private.h (__mpsin1): Remove
8598         declaration.
8599         (__mpcos1): Likewise.
8600         (__mpsin): New argument __range_reduce.
8601         (__mpcos): Likewise.
8602         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
8603         (slow): Use __mpsin and __mpcos.
8604         (slow1): Likewise.
8605         (slow2): Likewise.
8606         (sloww): Likewise.
8607         (sloww1): Likewise.
8608         (sloww2): Likewise.
8609         (bsloww): Likewise.
8610         (bsloww1): Likewise.
8611         (bsloww2): Likewise.
8612         (cslow2): Likewise.
8613         (csloww): Likewise.
8614         (csloww1): Likewise.
8615         (csloww2): Likewise.
8616         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
8617         range_reduce.  Merge in __mpsin1.
8618         (__mpcos): Likewise.
8619         (__mpsin1): Remove.
8620         (__mpcos1): Likewise.
8621
8622 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
8623
8624         * locale/loadlocale.c (_nl_intern_locale_data): Use
8625         LOCFILE_ALIGNED_P.
8626         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
8627         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
8628         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
8629         obstack data is appropriately aligned.
8630         (obstack_int32_grow_fast): Likewise.
8631         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
8632         * locale/programs/locfile.c (add_locale_uint32): Likewise.
8633         (add_locale_uint32_array): Likewise.
8634
8635 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
8636
8637         * benchtests/Makefile: Remove ARGLIST and RET variables.
8638         ($(objpfx)bench-%.c): Pass only function name to the script.
8639         * benchtests/README: Update documentation.
8640         * benchtests/acos-inputs: Add new directives.
8641         * benchtests/acosh-inputs: Likewise.
8642         * benchtests/asin-inputs: Likewise.
8643         * benchtests/asinh-inputs: Likewise.
8644         * benchtests/atan-inputs: Likewise.
8645         * benchtests/atanh-inputs: Likewise.
8646         * benchtests/cos-inputs: Likewise.
8647         * benchtests/cosh-inputs: Likewise.
8648         * benchtests/exp-inputs: Likewise.
8649         * benchtests/log-inputs: Likewise.
8650         * benchtests/pow-inputs: Likewise.
8651         * benchtests/rint-inputs: Likewise.
8652         * benchtests/sin-inputs: Likewise.
8653         * benchtests/sinh-inputs: Likewise.
8654         * benchtests/tan-inputs: Likewise.
8655         * benchtests/tanh-inputs: Likewise.
8656         * scripts/bench.pl: Add support for new directives.
8657
8658 2013-10-07  Alan Modra  <amodra@gmail.com>
8659
8660         * README: Fix careless merge.
8661
8662 2013-10-05  Alan Modra  <amodra@gmail.com>
8663
8664         * NEWS: Mention powerpc64le support and bugs fixed.
8665         * README: Both big-endian and little-endian powerpc64 supported.
8666
8667 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8668
8669         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook,
8670         _hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
8671         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
8672         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
8673
8674 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
8675
8676         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
8677         match prototype.
8678
8679 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
8680
8681         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
8682         Move -mhard-float appending from
8683         ports/sysdeps/powerpc/powerpc32/Makefile.
8684         [$(with-fp) = yes] (ASFLAGS): Likewise.
8685         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
8686         * sysdeps/powerpc/nofpu: Move directory from
8687         ports/sysdeps/powerpc/nofpu.
8688         * sysdeps/powerpc/soft-fp: Move directory from
8689         ports/sysdeps/powerpc/soft-fp.
8690         * sysdeps/powerpc/powerpc32/405: Move directory from
8691         ports/sysdeps/powerpc/powerpc32/405.
8692         * sysdeps/powerpc/powerpc32/440: Move directory from
8693         ports/sysdeps/powerpc/powerpc32/440.
8694         * sysdeps/powerpc/powerpc32/464: Move directory from
8695         ports/sysdeps/powerpc/powerpc32/464.
8696         * sysdeps/powerpc/powerpc32/476: Move directory from
8697         ports/sysdeps/powerpc/powerpc32/476.
8698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
8699         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
8700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
8701         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
8702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
8703         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
8704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
8705         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
8706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
8707         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
8708         * README: Update for powerpc-*-linux-gnu software floating point
8709         support in libc.
8710
8711         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
8712         case to powerpc/powerpc32*.
8713         * sysdeps/unix/sysv/linux/configure: Regenerated.
8714
8715         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
8716         (_FPU_MASK_OM): Define as 0x04.
8717         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
8718         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
8719         0x00c10080.
8720         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
8721         0x0000003c.
8722         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
8723
8724         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
8725         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
8726         getcontext_e500.
8727         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
8728         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
8729         setcontext_e500.
8730         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
8731         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
8732         and setcontext_e500.
8733
8734 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
8735
8736         * locale/iso-3166.def: Update iso-1366.def and related occurrences
8737
8738 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
8739
8740         * manual/threads.texi (Default Thread Attributes): Fix typo.
8741
8742 2013-10-04  Will Newton  <will.newton@linaro.org>
8743
8744         * malloc/Makefile: Add tst-memalign.
8745         * malloc/tst-memalign.c: New file.
8746
8747         * malloc/tst-posix_memalign.c: Add comments.
8748         (do_test): Add comments and call free on all potentially
8749         allocated pointers. Add space after cast.
8750
8751         * malloc/tst-pvalloc.c: Add comments.
8752         (do_test): Add comments and call free on all potentially
8753         allocated pointers. Remove duplicate check for NULL pointer.
8754         Add space after cast.
8755
8756         * malloc/tst-valloc.c: Add comments.
8757         (do_test): Add comments and call free on all potentially
8758         allocated pointers. Remove duplicate check for NULL pointer.
8759         Add space after cast.
8760
8761 2013-10-04  Alan Modra  <amodra@gmail.com>
8762
8763         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
8764         Use stdint types in rather than __attribute__((mode())).
8765         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
8766
8767 2013-10-04  Alan Modra  <amodra@gmail.com>
8768
8769         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
8770         Correct handling of unaligned relocs for little-endian.
8771         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
8772
8773 2013-10-04  Alan Modra  <amodra@gmail.com>
8774
8775         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
8776         * configure: Regenerate.
8777         * nptl/shlib-versions: Powerpc*le starts at 2.18.
8778         * shlib-versions: Likewise.
8779
8780 2013-10-04  Alan Modra  <amodra@gmail.com>
8781
8782         * string/tester.c (test_memrchr): Increment reported test cycle.
8783
8784 2013-10-04  Alan Modra  <amodra@gmail.com>
8785
8786         * string/test-memcpy.c (do_one_test): When reporting errors, print
8787         string address and don't overrun end of string.
8788
8789 2013-10-04  Alan Modra  <amodra@gmail.com>
8790
8791         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
8792         insrdi.  Make better use of reg selection to speed exit slightly.
8793         Schedule entry path a little better.  Remove useless "are we done"
8794         checks on entry to main loop.  Handle wrapping around zero address.
8795         Correct main loop count.  Handle single left-over word from main
8796         loop inline rather than by using loop_small.  Remove extra word
8797         case in loop_small caused by wrong loop count.  Add little-endian
8798         support.
8799         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
8800         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
8801         cache hint.
8802         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
8803         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
8804         support.  Avoid rlwimi.
8805         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
8806
8807 2013-10-04  Alan Modra  <amodra@gmail.com>
8808
8809         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
8810         insrdi.  Formatting.
8811         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
8812         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
8813         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
8814         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
8815         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
8816         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
8817
8818 2013-10-04  Alan Modra  <amodra@gmail.com>
8819
8820         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
8821         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
8822         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
8823         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
8824         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
8825         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
8826         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
8827         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
8828         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
8829         use of regs.  Use power7 mtocrf.  Tidy function tails.
8830
8831 2013-10-04  Alan Modra  <amodra@gmail.com>
8832
8833         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
8834         Formatting.  Consistently use rXXX register defines or rN defines.
8835         Use early exit labels that avoid restoring unused non-volatile regs.
8836         Make cr field use more consistent with rWORDn compares.  Rename
8837         regs used as shift registers for unaligned loop, using rN defines
8838         for short lifetime/multiple use regs.
8839         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
8840         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
8841         addi 1,1,64 to pop stack frame.  Simplify return value code.
8842         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
8843
8844 2013-10-04  Alan Modra  <amodra@gmail.com>
8845
8846         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
8847         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
8848         rather than rlwimi.
8849         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
8850         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
8851         little-endian support.  Correct typos.
8852         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
8853         rather than rlwimi.
8854         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
8855         in loop and entry code to keep "and." results.
8856         (strchr): Add little-endian support.  Comment.  Move cntlzd
8857         earlier in tail.
8858         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
8859
8860 2013-10-04  Alan Modra  <amodra@gmail.com>
8861
8862         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
8863         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
8864         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
8865         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
8866
8867 2013-10-04  Alan Modra  <amodra@gmail.com>
8868
8869         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
8870         (rTMP): Define as r11.
8871         (strcmp): Add little-endian support.  Optimise tail.
8872         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
8873         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
8874         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
8875         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
8876         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
8877         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
8878         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
8879
8880 2013-10-04  Alan Modra  <amodra@gmail.com>
8881
8882         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
8883         little-endian support.  Remove unnecessary "are we done" tests.
8884         Handle "s" wrapping around zero and extremely large "size".
8885         Correct main loop count.  Handle single left-over word from main
8886         loop inline rather than by using small_loop.  Correct comments.
8887         Delete "zero" tail, use "end_max" instead.
8888         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
8889
8890 2013-10-04  Alan Modra  <amodra@gmail.com>
8891
8892         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
8893         support.  Don't branch over align.
8894         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
8895         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
8896         support.  Rearrange tmp reg use to suit.  Comment.
8897         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
8898
8899 2013-10-04  Alan Modra  <amodra@gmail.com>
8900
8901         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
8902
8903 2013-10-04  Alan Modra  <amodra@gmail.com>
8904
8905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
8906         conditional form of branch and link when obtaining pc.
8907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
8908
8909 2013-10-04  Alan Modra  <amodra@gmail.com>
8910
8911         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
8912         HIWORD/LOWORD.
8913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
8914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
8915
8916 2013-10-04  Alan Modra  <amodra@gmail.com>
8917
8918         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
8919         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
8920         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
8921         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
8922         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
8923         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
8924         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
8925         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
8926         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
8927         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
8928
8929 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
8930             Alistair Popple <alistair@ozlabs.au.ibm.com>
8931             Alan Modra <amodra@gmail.com>
8932
8933         [BZ #15723]
8934         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
8935         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
8936         _dl_hwcap access for little-endian.
8937         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
8938         destroy vmx regs when saving unaligned.
8939         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
8940         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
8941         destroy vmx regs when saving unaligned.
8942
8943 2013-10-04  Alan Modra  <amodra@gmail.com>
8944
8945         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
8946         Don't use a union to pack hi/low value.
8947
8948 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
8949
8950         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
8951         for little-endian.
8952         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
8953         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
8954         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
8955         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
8956         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
8957
8958 2013-10-04  Alan Modra  <amodra@gmail.com>
8959
8960         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
8961         constants to usual value for .cst8 section, and remove redundant
8962         high address load.
8963         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
8964         constant for 0x1p52.  Load little-endian words of double from
8965         correct stack offsets.
8966
8967 2013-10-04  Alan Modra  <amodra@gmail.com>
8968
8969         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
8970         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
8971         words of double from correct stack offsets.
8972         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
8973         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
8974         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
8975         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
8976         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
8977         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
8978         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
8979         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
8980         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
8981         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
8982         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
8983         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
8984         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
8985         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
8986         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
8987         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
8988         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
8989
8990 2013-10-04  Alan Modra  <amodra@gmail.com>
8991
8992         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
8993         64-bit int/double union.
8994         (_FPU_SETCW): Likewise.
8995         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
8996         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
8997
8998 2013-10-04  Alan Modra  <amodra@gmail.com>
8999
9000         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
9001         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
9002
9003 2013-10-04  Alan Modra  <amodra@gmail.com>
9004
9005         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
9006         use vector int constants.
9007         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
9008
9009 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
9010
9011         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
9012         array with long long.
9013         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
9014         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
9015         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
9016         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
9017         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
9018         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
9019         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
9020         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
9021         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
9022         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
9023         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
9024         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
9025         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
9026
9027 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
9028
9029         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
9030         (__signbit): Likewise.  Correct for little-endian.
9031         (__signbitl): Call __signbit.
9032         (lrint): Correct for little-endian.
9033         (lrintf): Call lrint.
9034
9035 2013-10-04  Alan Modra  <amodra@gmail.com>
9036
9037         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
9038         union 32-bit int array member with 64-bit int array.
9039         (t515, tm256): Double rather than long double.
9040         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
9041
9042 2013-10-04  Alan Modra  <amodra@gmail.com>
9043
9044         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
9045         Delete.
9046         (IEEE854_LONG_DOUBLE_BIAS): Delete.
9047         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
9048         version of math_ldbl.h.
9049
9050 2013-10-04  Alan Modra  <amodra@gmail.com>
9051
9052         [BZ #15734], [BZ #15735]
9053         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
9054         all uses of ieee875 long double macros and unions.  Simplify test
9055         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
9056         ldbl_extract_mantissa value for ix,iy exponents.  Properly
9057         normalize after ldbl_extract_mantissa, and don't add hidden bit
9058         already handled.  Don't treat low word of ieee854 mantissa like
9059         low word of IBM long double and mask off bit when testing for
9060         zero.
9061         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
9062         all uses of ieee875 long double macros and unions.  Simplify tests
9063         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
9064         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
9065         two1022, instead use their values.  Recognise that tests for large
9066         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
9067         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
9068         Rewrite all uses of ieee875 long double macros and unions.  Simplify
9069         test for 0.0L and nan.  Correct negation.
9070         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
9071         ieee875 long double macros and unions.  Correct output for large
9072         magnitude x.  Correct absolute value calculation.
9073         (__erfcl): Likewise.
9074         * math/libm-test.inc: Add tests for errors discovered in IBM long
9075         double versions of fmodl, remainderl, erfl and erfcl.
9076
9077 2013-10-04  Alan Modra  <amodra@gmail.com>
9078
9079         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
9080         all uses of ieee854 long double macros and unions.  Simplify tests
9081         for long doubles that are fully specified by the high double.
9082         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
9083         Likewise.
9084         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
9085         Remove dead code too.
9086         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
9087         (__ieee754_ynl): Likewise.
9088         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
9089         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
9090         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
9091         Remove dead code too.
9092         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
9093         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
9094         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
9095         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
9096         Simplify.
9097         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
9098         Simplify.
9099         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
9100         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
9101         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
9102         Comment on variable precision.
9103         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
9104         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
9105         Likewise.
9106         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
9107         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
9108         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
9109         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
9110         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
9111
9112 2013-10-04  Alan Modra  <amodra@gmail.com>
9113
9114         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
9115         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
9116         all uses of ieee854 long double macros and unions.
9117         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
9118         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
9119         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
9120         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
9121         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
9122         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
9123         Likewise.
9124         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
9125         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
9126         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
9127         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
9128         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
9129         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
9130         Simplify sign and nan test too.
9131         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
9132         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
9133         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
9134         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
9135         Likewise.
9136         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
9137         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
9138         Likewise.
9139         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
9140         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
9141         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
9142         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
9143         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
9144         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
9145
9146 2013-10-04  Alan Modra  <amodra@gmail.com>
9147
9148         * stdio-common/printf_size.c (__printf_size): Don't use
9149         union ieee854_long_double in fpnum union.
9150         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
9151         signbit macro to retrieve sign from long double.
9152         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
9153         retrieve sign from long double.
9154         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
9155         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
9156         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
9157         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
9158         * math/test-misc.c (main): Don't use union ieee854_long_double.
9159
9160 2013-10-04  Alan Modra  <amodra@gmail.com>
9161
9162         [BZ #15680]
9163         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
9164         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
9165         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
9166         calculation.  Remove unnecessary test for denormal exponent.
9167         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
9168         Correct handling of denormals.  Avoid undefined shift behaviour.
9169         Correct normalisation of low mantissa when low double is denormal.
9170         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
9171         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
9172         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
9173         Correct normalisation of low mantissa.  Test for overflow of high
9174         mantissa and normalise.
9175         (ldbl_nearbyint): Use more readable constant for two52.
9176         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
9177         (__mpn_construct_long_double): Fix test for overflow of high
9178         mantissa and correct normalisation.  Avoid undefined shift.
9179
9180 2013-10-04  Alan Modra  <amodra@gmail.com>
9181
9182         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
9183         (union ibm_extended_long_double): Define as an array of ieee754_double.
9184         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
9185         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
9186         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
9187         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
9188         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
9189         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
9190         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
9191         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
9192         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
9193         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
9194         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
9195
9196 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
9197
9198         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
9199         page size instead of calling getpagesize.
9200
9201         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
9202         (LOCFILE_ALIGN_MASK): Likewise.
9203         (LOCFILE_ALIGN_UP): Likewise.
9204         (LOCFILE_ALIGNED_P): Likewise.
9205         * locale/programs/ld-collate.c (collate_output): Use the new
9206         macros instead of __alignof__ (int32_t).
9207         * locale/weight.h (findidx): Likewise.
9208
9209 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
9210
9211         [BZ #431]
9212         * manual/string.texi: Fix strncat and wcsncat.
9213
9214 2013-10-03  Brooks Moses  <bmoses@google.com>
9215
9216         [BZ #15915]
9217         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
9218         * Makerules: ...here, and adjust associated comments.
9219
9220 2013-10-02  Will Newton  <will.newton@linaro.org>
9221
9222         * malloc/Makefile: Add tst-pvalloc.
9223         * malloc/tst-pvalloc.c: New file.
9224
9225 2013-10-02  Will Newton  <will.newton@linaro.org>
9226
9227         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
9228         improve test coverage.
9229
9230 2013-10-02  Will Newton  <will.newton@linaro.org>
9231
9232         * malloc/Makefile: Add tst-posix_memalign.
9233         * malloc/tst-posix_memalign.c: New file.
9234
9235 2013-10-01  Eric Blake  <eblake@redhat.com>
9236
9237         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
9238         Use __THROWNL rather than __THROW on static functions.
9239
9240 2013-09-30  Petr Machata  <pmachata@redhat.com>
9241
9242         * elf/elf.h (R_AARCH64_ABS16): New macro.
9243         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
9244         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
9245         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
9246         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
9247         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
9248         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
9249         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
9250         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
9251         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
9252         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
9253         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
9254         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
9255         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
9256         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
9257         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
9258         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
9259         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
9260         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
9261         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
9262         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
9263         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
9264         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
9265         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
9266         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
9267         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
9268         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
9269         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
9270         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
9271         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
9272         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
9273         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
9274         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
9275         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
9276         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
9277         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
9278         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
9279         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
9280         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
9281         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
9282         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
9283         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
9284         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
9285         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
9286         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
9287         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
9288         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
9289         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
9290         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
9291         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
9292         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
9293         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
9294         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
9295         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
9296         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
9297         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
9298         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
9299         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
9300         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
9301         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
9302         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
9303         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
9304         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
9305         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
9306         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
9307         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
9308         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
9309         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
9310         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
9311         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
9312         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
9313         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
9314         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
9315         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
9316         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
9317         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
9318         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
9319         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
9320         (R_AARCH64_TLSDESC_LDR): Likewise.
9321         (R_AARCH64_TLSDESC_ADD): Likewise.
9322         (R_AARCH64_TLSDESC_CALL): Likewise.
9323
9324 2013-09-30  Andreas Schwab  <schwab@suse.de>
9325
9326         [BZ #15048]
9327         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
9328         the nss database lookup.
9329         * nscd/initgrcache.c (addinitgroupsX): Likewise.
9330         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
9331
9332 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
9333
9334         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
9335
9336 2013-09-28  P. J. McDermott  <pj@pehjota.net>
9337
9338         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
9339         ${Bash-specific parameter/pattern/string} parameter expansion.
9340         * sysdeps/unix/make-syscalls.sh: Likewise.
9341
9342 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
9343
9344         * sysdeps/sh/stackguard-macros.h: New file.
9345
9346 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
9347
9348         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
9349         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
9350         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
9351         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
9352         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
9353         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
9354
9355 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9356
9357         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
9358         Fix thread ID register.
9359
9360 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
9361
9362         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
9363         [POSIX || UNIX98]: Require rather than permitting all symbols from
9364         <time.h>.
9365         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
9366         element of struct sched_param.
9367         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
9368         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
9369         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
9370         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
9371         constant.
9372
9373 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
9374
9375         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
9376         argument calculation.
9377
9378 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
9379
9380         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
9381         Expect macro.
9382         [POSIX] (pthread_attr_t): Do not require type.
9383         [POSIX] (pthread_cond_t): Likewise.
9384         [POSIX] (pthread_condattr_t): Likewise.
9385         [POSIX] (pthread_key_t): Likewise.
9386         [POSIX] (pthread_mutex_t): Likewise.
9387         [POSIX] (pthread_mutexattr_t): Likewise.
9388         [POSIX] (pthread_once_t): Likewise.
9389         [POSIX] (pthread_t): Likewise.
9390         [POSIX-based standards] (pthread_atfork): Expect function.
9391
9392 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
9393             Richard Sandiford  <richard@codesourcery.com>
9394
9395         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
9396         (swap_endianness_p): New extern variable.
9397         (set_big_endian): New inline function.
9398         (maybe_swap_uint32): Likewise.
9399         (maybe_swap_uint32_array): Likewise.
9400         (maybe_swap_uint32_obstack): Likewise.
9401         * locale/programs/locfile.c: Include <stdbool.h>.
9402         (swap_endianness_p): New variable.
9403         (add_locale_uint32): Call maybe_swap_uint32.
9404         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
9405         (write_locale_data): Call maybe_swap_uint32_array.
9406         * locale/programs/ld-collate.c (obstack_int32_grow): Call
9407         maybe_swap_uint32.
9408         (obstack_int32_grow_fast): Likewise.
9409         (output_weightwc): Call maybe_swap_uint32_obstack.
9410         (collate_output): Likewise.
9411         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
9412         (OPT_LITTLE_ENDIAN): Likewise.
9413         (options): Add --little-endian and --big-endian options.
9414         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
9415         * locale/programs/locarchive.c: Include "locfile.h".
9416         (GET): New macro.
9417         (SET): Likewise.
9418         (INC): Likewise.
9419         (create_archive): Use the new macros to access fields of
9420         structures directly mapped from or written to locale archives.
9421         (oldlocrecentcmp): Likewise.
9422         (enlarge_archive): Likewise.
9423         (insert_name): Likewise.
9424         (add_alias): Likewise.
9425         (add_locale): Likewise.
9426         (delete_locales_from_archive): Likewise.
9427         (show_archive_content): Likewise.
9428         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
9429         locale data.
9430
9431 2013-09-24  Roland McGrath  <roland@hack.frob.com>
9432
9433         * manual/freemanuals.texi: Updated from (newly) canonical copy at
9434         http://www.gnu.org/doc/freemanuals.texi.
9435         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
9436
9437 2013-09-24  Will Newton  <will.newton@linaro.org>
9438
9439         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
9440         macro.
9441
9442 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
9443
9444         * locale/hashval.h (compute_hashval): Interpret bytes of key as
9445         unsigned char.
9446
9447 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
9448
9449         * manual/threads.texi (POSIX Threads): Fix a typo.
9450
9451 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
9452
9453         [BZ #14547]
9454         * string/tst-strcoll-overflow.c: New test case.
9455         * string/Makefile (xtests): Add tst-strcoll-overflow.
9456         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
9457         cache if string sizes may cause integer overflow.
9458
9459         [BZ #14547]
9460         * string/strcoll_l.c (coll_seq): New members rule, idx,
9461         save_idx and back_us.
9462         (get_next_seq_nocache): New function.
9463         (do_compare_nocache): New function.
9464         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
9465         when malloc fails.
9466
9467 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
9468
9469         [BZ #15754]
9470         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
9471         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
9472         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
9473
9474         [BZ #15754]
9475         * elf/Makefile (tests): Add tst-ptrguard1.
9476         (tests-static): Add tst-ptrguard1-static.
9477         (tst-ptrguard1-ARGS): Define.
9478         (tst-ptrguard1-static-ARGS): Define.
9479         * elf/tst-ptrguard1.c: New file.
9480         * elf/tst-ptrguard1-static.c: New file.
9481         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
9482         * sysdeps/i386/stackguard-macros.h: Likewise.
9483         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
9484         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
9485         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
9486         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
9487         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
9488         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
9489
9490 2013-09-23  Hector Marco  <hecmargi@upv.es>
9491             Ismael Ripoll  <iripoll@disca.upv.es>
9492             Carlos O'Donell  <carlos@redhat.com>
9493
9494         [BZ #15754]
9495         * sysdeps/generic/stackguard-macros.h: Define
9496         __pointer_chk_guard_local and POINTER_CHK_GUARD.
9497         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
9498         Define __pointer_chk_guard_local.
9499         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
9500         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
9501
9502 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
9503
9504         [BZ #15859]
9505         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
9506
9507 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
9508
9509         * include/string.h (__ffs): Declare as hidden.
9510         * string/ffs.c (__ffs): Define as hidden.
9511         * sysdeps/i386/ffs.c (__ffs): Likewise.
9512         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
9513         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
9514         * sysdeps/s390/ffs.c (__ffs): Likewise.
9515         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
9516
9517 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
9518
9519         * NEWS: Mention malloc probes.
9520
9521         * malloc/arena.c (new_heap): New memory_heap_new probe.
9522         (grow_heap): New memory_heap_more probe.
9523         (shrink_heap): New memory_heap_less probe.
9524         (heap_trim): New memory_heap_free probe.
9525         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
9526         (systrim): New memory_sbrk_less probe.
9527         * manual/probes.texi: Document them.
9528
9529         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
9530         * manual/probes.texi: Document it.
9531
9532         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
9533         (__libc_realloc): Add memory_realloc_retry probe.
9534         (__libc_memalign): Add memory_memalign_retry probe.
9535         (__libc_valloc): Add memory_valloc_retry probe.
9536         (__libc_pvalloc): Add memory_pvalloc_retry probe.
9537         (__libc_calloc): Add memory_calloc_retry probe.
9538         * manual/probes.texi: Document them.
9539
9540         * malloc/arena.c (get_free_list): Add probe
9541         memory_arena_reuse_free_list.
9542         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
9543         and memory_arena_reuse.
9544         (arena_get2) [!PER_THREAD]: Likewise.
9545         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
9546         memory_arena_reuse_realloc.
9547         * manual/probes.texi: Document them.
9548
9549         * malloc/malloc.c (__libc_free): Add
9550         memory_mallopt_free_dyn_thresholds probe.
9551         (__libc_mallopt): Add multiple memory_mallopt probes.
9552         * manual/probes.texi: Document them.
9553
9554         * malloc/malloc.c: Include stap-probe.h.
9555         (__libc_mallopt): Add memory_mallopt probe.
9556         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
9557         * manual/probes.texi: New.
9558         * manual/Makefile (chapters): Add probes.
9559         * manual/threads.texi: Set next node.
9560
9561 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
9562
9563         [BZ #15963, #13985]
9564         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
9565         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
9566         Add `Chinese' to `nan' entry name.
9567
9568 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
9569
9570         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
9571         (POLYNOMIAL): Likewise.
9572         (TAYLOR_SINCOS): Likewise.
9573         (TAYLOR_SLOW): Likewise.
9574         (__sin): Use TAYLOR_SINCOS.
9575         (__cos): Likewise.
9576         (slow): Use TAYLOR_SLOW.
9577         (sloww): Likewise.
9578         (bsloww): Likewise.
9579         (csloww): Likewise.
9580
9581 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
9582
9583         * stdlib/strtod_l.c: Fix buffer overrun.
9584
9585 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
9586
9587         * benchtests/Makefile (bench): Add sincos.
9588         * benchtests/bench-sincos.c: New file.
9589
9590         * math/libm-test.inc (cos_test_data): New test inputs.
9591         (sin_test_data): Likewise.
9592
9593         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
9594         macro.
9595         (__sin): Use it.
9596         (__cos): Likewise.
9597         (slow1): Likewise.
9598         (slow2): Likewise.
9599         (sloww1): Likewise.
9600         (sloww2): Likewise.
9601         (bsloww1): Likewise.
9602         (bsloww2): Likewise.
9603         (cslow2): Likewise.
9604         (csloww1): Likewise.
9605         (csloww2): Likewise.
9606
9607         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
9608         function.
9609         (__sin): Use it.
9610         (__cos): Likewise.
9611
9612         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
9613         gotos.
9614         (__cos): Likewise.
9615
9616 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
9617
9618         * config.h.in (HAVE_MIPS_NAN2008): New macro.
9619         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
9620         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
9621         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
9622         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
9623         * elf/cache.c (print_entry): Handle the new cache flags.
9624
9625 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
9626             Aldy Hernandez  <aldyh@redhat.com>
9627
9628         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
9629         Change condition to [_SOFT_FLOAT].
9630         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
9631         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
9632         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
9633         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
9634         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
9635         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
9636         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
9637         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
9638         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
9639         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
9640         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
9641         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
9642         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
9643         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
9644         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
9645         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
9646         declaration.
9647
9648 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
9649
9650         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
9651         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
9652         (__longjmp): Use LOAD_GP to load saved GPRs.
9653         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
9654         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
9655         (__sigsetjmp): Use SAVE_GP to save GPRs.
9656
9657         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
9658         Do not append -msoft-float.
9659         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
9660
9661 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
9662
9663         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
9664
9665 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
9666
9667         [BZ #15966]
9668         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
9669         (_FPU_GETCW): Use initial "__" on variable and field names but not
9670         on macro parameter name.
9671         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
9672         parentheses around reference to macro parameter.
9673
9674 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
9675
9676         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
9677         prototype.
9678         (ctype_startup): Use uint32_t in cast and sizeof for
9679         ctype->charnames.
9680
9681 2013-09-11  Jia Liu  <proljc@gmail.com>
9682
9683         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
9684         __daddr_t_defined.
9685         [__FreeBSD__]: Likewise.
9686
9687 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
9688
9689         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
9690         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
9691         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
9692         (strchr): Remove __strchr_sse42 ifunc selection.
9693         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
9694         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
9695
9696 2013-09-11  Will Newton  <will.newton@linaro.org>
9697
9698         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
9699         parameter to RES. Remove hardcoded 1000 value.
9700         * benchtests/bench-skeleton.c (main): Pass RES parameter
9701         to TIMING_INIT and multiply result by 1000.
9702
9703 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9704
9705         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9706
9707 2013-09-11  Andreas Schwab  <schwab@suse.de>
9708
9709         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
9710         if not defined.
9711         (O_TMPFILE) [__USE_GNU]: Define.
9712         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
9713         Define.
9714
9715 2013-09-11  Will Newton  <will.newton@linaro.org>
9716
9717         [BZ #15857]
9718         * malloc/malloc.c (__libc_memalign): Check the value of bytes
9719         does not overflow.
9720
9721 2013-09-11  Will Newton  <will.newton@linaro.org>
9722
9723         [BZ #15856]
9724         * malloc/malloc.c (__libc_valloc): Check the value of bytes
9725         does not overflow.
9726
9727 2013-09-11  Will Newton  <will.newton@linaro.org>
9728
9729         [BZ #15855]
9730         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
9731         does not overflow.
9732
9733 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
9734
9735         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
9736         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
9737         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
9738         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
9739         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
9740
9741 2013-09-10  Allan McRae  <allan@archlinux.org>
9742
9743         [BZ #15748]
9744         * manual/arith.texi (Parsing of Floats): Clarify
9745         cross-reference.
9746
9747         [BZ #15849]
9748         * manual/install.texi (Running make install): Mention
9749         --enable-pt-chown.
9750         * INSTALL: Regenerated.
9751
9752 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
9753
9754         * csu/init-first.c (_init): Remove the !SHARED condition around
9755         FPU control word initialization.
9756         * elf/dl-support.c (_dl_fpu_control): New variable.
9757         (_dl_aux_init) <AT_FPUCW>: Initialize it.
9758         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
9759         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
9760         * math/test-fpucw-static.c: New file.
9761         * math/test-fpucw-ieee.c: New file.
9762         * math/test-fpucw-ieee-static.c: New file.
9763         * math/Makefile (tests): Add `test-fpucw-ieee' and
9764         `$(tests-static)'.
9765         (tests-static): New variable.
9766         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
9767         dependency to...
9768         [($(build-shared),yes)]
9769         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9770         ... this.
9771         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
9772         New dependency.
9773
9774 2013-09-09  Allan McRae  <allan@archlinux.org>
9775
9776         [BZ #15939]
9777         * manual/string.texi (Collation Functions): Fix typo in
9778         strcoll example.
9779         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
9780
9781         [BZ #15893]
9782         * stdlib/isomac.c (get_null_defines): Fix memory leak.
9783
9784         [BZ #15892]
9785         * libio/memstream.c (open_memstream): Fix memory leak.
9786         * libio/wmemstream.c (open_wmemstream): Likewise.
9787
9788         [BZ #15895]
9789         * nscd/netgroupcache.c: Fix nesting of ifdefs.
9790
9791 2013-09-09  Will Newton  <will.newton@linaro.org>
9792
9793         * malloc/Makefile: Add tst-realloc to tests.
9794         * malloc/tst-realloc.c: New file.
9795
9796 2013-09-09  Allan McRae  <allan@archlinux.org>
9797
9798         [BZ #15844]
9799         * COPYING: Update from GNU website to fix FSF address.
9800         * COPYING.LIB: Likewise.
9801
9802 2013-09-06  David S. Miller  <davem@davemloft.net>
9803
9804         * po/zh_TW.po: Update Chinese (traditional) translation from
9805         translation project.
9806
9807 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
9808             Joseph Myers  <joseph@codesourcery.com>
9809
9810         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
9811         "localeinfo.h".
9812         (obstack_chunk_alloc): New macro.
9813         (obstack_chunk_free): Likewise.
9814         (record_offset): New function.
9815         (init_locale_data): Likewise.
9816         (align_locale_data): Likewise.
9817         (add_locale_empty): Likewise.
9818         (add_locale_raw_data): Likewise.
9819         (add_locale_raw_obstack): Likewise.
9820         (add_locale_string): Likewise.
9821         (add_locale_wstring): Likewise.
9822         (add_locale_uint32): Likewise.
9823         (add_locale_uint32_array): Likewise.
9824         (add_locale_char): Likewise.
9825         (start_locale_structure): Likewise.
9826         (end_locale_structure): Likewise.
9827         (start_locale_prelude): Likewise.
9828         (end_locale_prelude): Likewise.
9829         (write_locale_data): Take locale_file structure rather than an
9830         iovec.
9831         * locale/programs/locfile.h: Include "obstack.h".
9832         (struct locale_file): Change to store locale file contents instead
9833         of header.
9834         (init_locale_data): New prototype.
9835         (align_locale_data): Likewise.
9836         (add_locale_empty): Likewise.
9837         (add_locale_raw_data): Likewise.
9838         (add_locale_raw_obstack): Likewise.
9839         (add_locale_string): Likewise.
9840         (add_locale_wstring): Likewise.
9841         (add_locale_uint32): Likewise.
9842         (add_locale_uint32_array): Likewise.
9843         (add_locale_char): Likewise.
9844         (start_locale_structure): Likewise.
9845         (end_locale_structure): Likewise.
9846         (start_locale_prelude): Likewise.
9847         (end_locale_prelude): Likewise.
9848         (write_locale_data): Update prototype.
9849         * locale/programs/3level.h (struct TABLE): Remove result field.
9850         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
9851         Use new locale_file interface.
9852         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
9853         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
9854         * locale/programs/ld-address.c (address_output): Use new
9855         locale_file interface.
9856         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
9857         NO_ADD_LOCALE.
9858         (collate_finish): Don't call collseq_table_finalize.
9859         (collate_output): Use new locale_file interface.
9860         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
9861         in file.
9862         (NO_FINALIZE): Change to NO_ADD_LOCALE.
9863         (TABLE): Move defines earlier in file.
9864         (ELEMENT): Likewise.
9865         (DEFAULT): Likewise.
9866         (wctrans_table_add): Move macro and inline function earlier in
9867         file.
9868         (struct wctype_table): Move type earlier in file.
9869         (add_locale_wctype_table): New static prototype.
9870         (struct locale_ctype_t): Use logical types instead of struct iovec
9871         pointers for members.
9872         (ctype_output): Use new locale_file interface.
9873         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
9874         new locale_file interface.
9875         (allocate_arrays): Update for use of new locale_file interface.
9876         * locale/programs/ld-identification.c (identification_output): Use
9877         new locale_file interface.
9878         * locale/programs/ld-measurement.c (measurement_output): Likewise.
9879         * locale/programs/ld-messages.c (messages_output): Likewise.
9880         * locale/programs/ld-monetary.c (monetary_output): Likewise.
9881         * locale/programs/ld-name.c (name_output): Likewise.
9882         * locale/programs/ld-numeric.c (numeric_output): Likewise.
9883         * locale/programs/ld-paper.c (paper_output): Likewise.
9884         * locale/programs/ld-telephone.c (telephone_output): Likewise.
9885         * locale/programs/ld-time.c (time_output): Likewise.
9886
9887 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9888
9889         * benchtests/Makefile: Add memrchr benchmark.
9890         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
9891         benchmark as memrchr.
9892         * benchtests/bench-memrchr-ifunc.c: New file.
9893         * benchtests/bench-memrchr.c: New file.
9894
9895 2013-09-06   Will Newton  <will.newton@linaro.org>
9896
9897         * benchtests/Makefile (string-bench): Add memcpy.
9898
9899 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
9900             Cong Wang  <amwang@redhat.com>
9901
9902         [BZ #15850]
9903         * sysdeps/unix/sysv/linux/bits/in.h
9904         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
9905         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
9906         before __USE_KERNEL_IPV6_DEFS uses.
9907         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
9908         IPPROTO_BEETPH.
9909         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
9910         sockaddr_in6, or ipv6_mreq.
9911
9912 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9913
9914         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
9915         memory access for final bytes in some large inputs.
9916         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
9917
9918 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9919
9920         * string/test-memrchr.c: New file.
9921         * string/test-memrchr-ifunc.c: New file.
9922         * string/Makefile: Add new memrchr testcase.
9923
9924 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
9925
9926         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
9927         fanotify_init returns EPERM.
9928
9929 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
9930
9931         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
9932         errors.
9933         (top level): Treat second token from macro or constant entries for
9934         allowed headers as allowed.
9935         * include/complex.h: Condition internal declarations on
9936         [!_ISOMAC].
9937         * include/fenv.h: Condition include of <stdbool.h> and internal
9938         declarations on [!_ISOMAC].
9939
9940 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
9941
9942         [BZ #15923]
9943         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
9944
9945 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
9946
9947         * configure.in (--enable-versioning): Remove configure option.
9948         (libc_cv_asm_symver_directive): Remove configure test.
9949         (libc_cv_ld_version_script_option): Likewise.
9950         (VERSIONING): Remove variable and AC_SUBST.
9951         (DO_VERSIONING): Remove AC_DEFINE.
9952         * configure: Regenerated.
9953         * config.h.in (DO_VERSIONING): Remove macro.
9954         * Makerules [$(versioning) = yes]: Change conditionals to
9955         [$(build-shared) = yes].
9956         * config.make.in (versioning): Remove variable.
9957         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
9958         [$(build-shared) = yes].
9959         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
9960         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
9961         * elf/Makefile [$(versioning) = yes]: Change conditionals to
9962         [$(build-shared) = yes].
9963         * extra-lib.mk [$(versioning) = yes]: Likewise.
9964         * hurd/Makefile [$(versioning) = yes]: Likewise.
9965         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
9966         [SHARED].
9967         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
9968         [SHARED].
9969         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
9970         [SHARED && !NO_HIDDEN].
9971         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
9972         [SHARED].
9973         [SHARED && DO_VERSIONING]: Likewise..
9974         * libio/Makefile [$(versioning) = yes]: Change conditionals to
9975         [$(build-shared) = yes].
9976         * manual/install.texi (--disable-versioning): Remove
9977         documentation.
9978         * INSTALL: Regenerated.
9979         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
9980         to [SHARED].
9981         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
9982         [$(build-shared) = yes].
9983         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
9984         * sysdeps/i386/i686/multiarch/strstr-c.c
9985         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
9986         [SHARED && !NO_HIDDEN].
9987         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
9988         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
9989         * sysdeps/powerpc/powerpc32/dl-machine.c
9990         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
9991         * sysdeps/powerpc/powerpc32/sysdep.h
9992         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
9993         to [SHARED && PIC && !NO_HIDDEN].
9994         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
9995         conditional to [SHARED].
9996
9997 2013-09-04   Will Newton  <will.newton@linaro.org>
9998
9999         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
10000         * benchtests/bench-string.h: Include bench-timing.h instead
10001         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
10002         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
10003         call to HP_TIMING_DIFF_INIT.
10004         * benchtests/bench-memccpy.c: Use bench-timing.h macros
10005         instead of hp-timing.h macros.
10006         * benchtests/bench-memchr.c: Likewise.
10007         * benchtests/bench-memcmp.c: Likewise.
10008         * benchtests/bench-memcpy.c: Likewise.
10009         * benchtests/bench-memmem.c: Likewise.
10010         * benchtests/bench-memmove.c: Likewise.
10011         * benchtests/bench-memset.c: Likewise.
10012         * benchtests/bench-rawmemchr.c: Likewise.
10013         * benchtests/bench-strcasecmp.c: Likewise.
10014         * benchtests/bench-strcasestr.c: Likewise.
10015         * benchtests/bench-strcat.c: Likewise.
10016         * benchtests/bench-strchr.c: Likewise.
10017         * benchtests/bench-strcmp.c: Likewise.
10018         * benchtests/bench-strcpy.c: Likewise.
10019         * benchtests/bench-strcpy_chk.c: Likewise.
10020         * benchtests/bench-strlen.c: Likewise.
10021         * benchtests/bench-strncasecmp.c: Likewise.
10022         * benchtests/bench-strncat.c: Likewise.
10023         * benchtests/bench-strncmp.c: Likewise.
10024         * benchtests/bench-strncpy.c: Likewise.
10025         * benchtests/bench-strnlen.c: Likewise.
10026         * benchtests/bench-strpbrk.c: Likewise.
10027         * benchtests/bench-strrchr.c: Likewise.
10028         * benchtests/bench-strspn.c: Likewise.
10029         * benchtests/bench-strstr.c: Likewise.
10030
10031 2013-09-04  Will Newton  <will.newton@linaro.org>
10032
10033         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
10034
10035 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
10036
10037         [BZ #15427]
10038         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
10039         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
10040         * math/libm-test.inc (lgamma_test_data): Add more tests.
10041         * sysdeps/i386/fpu/libm-test-ulps: Update.
10042         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10043
10044 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
10045
10046         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
10047         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
10048         Add ifunc.
10049         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
10050         Add strcmp-sse2-unaligned
10051         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
10052
10053 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
10054
10055         * Versions.def (libc): Add GLIBC_2.19.
10056
10057 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
10058
10059         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
10060         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
10061
10062 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
10063
10064         [BZ #14155]
10065         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
10066         intermediate calculations in recurrence.
10067         (__ieee754_ynf): Likewise.
10068         * math/libm-test.inc (jn_test_data): Do not allow spurious
10069         underflow exception.  Add more tests.
10070         (yn_test_data): Add more tests.
10071         * sysdeps/i386/fpu/libm-test-ulps: Update.
10072         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10073
10074 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
10075
10076         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
10077
10078 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
10079
10080         * csu/init-first.c: Fix then/than typos.
10081         * locale/programs/ld-collate.c: Likewise.
10082         * locale/programs/linereader.h: Likewise.
10083         * manual/charset.texi: Likewise.
10084         * manual/filesys.texi: Likewise.
10085         * manual/stdio.texi: Likewise.
10086         * manual/string.texi: Likewise.
10087         * stdlib/fmtmsg.c: Likewise.
10088         * sysdeps/i386/stpncpy.S: Likewise.
10089         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
10090         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
10091         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
10092         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
10093
10094 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
10095
10096         * elf/dl-open.c: Fix typos.
10097         * iconvdata/gbbig5.c: Likewise.
10098         * iconvdata/iso-2022-jp.c: Likewise.
10099         * iconv/gconv_int.h: Likewise.
10100         * iconv/loop.c: Likewise.
10101         * nis/rpcsvc/nis.h: Likewise.
10102         * resolv/ns_name.c: Likewise.
10103         * stdio-common/vfscanf.c: Likewise.
10104         * streams/stropts.h: Likewise.
10105         * sunrpc/rpc_thread.c: Likewise.
10106         * sysdeps/i386/strpbrk.S: Likewise.
10107         * sysdeps/ieee754/k_standard.c: Likewise.
10108         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
10109         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
10110         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
10111         * sysdeps/mach/hurd/profil.c: Likewise.
10112         * sysdeps/s390/dl-procinfo.h: Likewise.
10113         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
10114         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
10115         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
10116         * sysdeps/x86_64/dl-trampoline.S: Likewise.
10117         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
10118
10119 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
10120
10121         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
10122         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
10123
10124 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
10125
10126         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
10127         aix specific files.
10128         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
10129         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
10130         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
10131         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
10132         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
10133         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
10134         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
10135         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
10136
10137 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
10138             Roland McGrath  <roland@hack.frob.com>
10139
10140         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
10141         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
10142
10143 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10144
10145         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
10146         __executable_start symbol instead of _start.
10147
10148 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
10149
10150         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
10151         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
10152         Move macros to...
10153         * sysdeps/gnu/ldsodefs.h: ... this new file.
10154
10155         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
10156         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
10157         instead of ELFOSABI_LINUX.
10158
10159         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
10160         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
10161         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
10162         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
10163         Likewise.
10164         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
10165         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
10166         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
10167         Likewise.
10168         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
10169         (ibm_extended_long_double): Add ieee_nan member.
10170         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
10171         (do_test): New function.
10172
10173         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
10174         TEST_TRUNC.
10175         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
10176         functions, renamed from truncdfsf_test, trunctfsf_test,
10177         trunctfdf_test.
10178         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
10179         functions.
10180         (do_test): Run all these.
10181
10182 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
10183
10184         * argp/argp-help.c: Fix typos.
10185         * argp/argp-parse.c: Likewise.
10186         * debug/backtracesyms.c: Likewise.
10187         * elf/elf.h: Likewise.
10188         * malloc/malloc.c: Likewise.
10189         * nis/nis_print.c: Likewise.
10190         * resolv/res_comp.c: Likewise.
10191         * stdlib/stdlib.h: Likewise.
10192         * sunrpc/clnt_tcp.c: Likewise.
10193         * sunrpc/clnt_udp.c: Likewise.
10194         * sunrpc/clnt_unix.c: Likewise.
10195         * sysdeps/unix/bsd/ptsname.c: Likewise.
10196         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
10197         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
10198         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
10199         Likewise.
10200         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
10201         Likewise.
10202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
10203         Likewise.
10204         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
10205
10206 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
10207
10208         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
10209         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
10210
10211 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
10212
10213         [BZ #15897]
10214         * dlfcn/Makefile (tests): Add bug-dl-leaf.
10215         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
10216         ($(objpfx)bug-dl-leaf): New rule.
10217         ($(objpfx)bug-dl-leaf.so): Likewise.
10218         ($(objpfx)bug-dl-leaf.out): Likewise.
10219         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
10220         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
10221         * dlfcn/bug-dl-leaf.c: New test.
10222         * dlfcn/bug-dl-leaf-lib.c: Likewise.
10223         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
10224         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
10225         (dlclose): Likewise.
10226         (dlmopen): Likewise.
10227
10228 2013-08-27  Roland McGrath  <roland@hack.frob.com>
10229
10230         * include/netdb.h [!_ISOMAC]:
10231         Don't include <tls.h>.
10232         (h_errno, __libc_h_errno): Move declaration and macros out of
10233         [_LIBC_REENTRANT].
10234
10235         * include/resolv.h [_RESOLV_H_]:
10236         Don't include <tls.h>.
10237         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
10238         * resolv/res_libc.c: Don't include <tls.h>.
10239         (_res): Use __attribute__ ((nocommon)) in place of
10240         __attribute__ ((section (".bss"))).
10241
10242         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
10243         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
10244
10245         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
10246
10247         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
10248         only under [SIOCGIFCONF && SIOCGIFNETMASK].
10249
10250         * resolv/res_mkquery.c: Include <sys/time.h>.
10251
10252         * inet/ifreq.c: Moved to ...
10253         * sysdeps/unix/ifreq.c: ... here.
10254         * inet/ifreq.c: New file, true stub version.
10255
10256         * socket/sa_len.c: New file.
10257         * socket/Makefile (aux): Add it.
10258         * sysdeps/unix/sysv/linux/Makefile
10259         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
10260         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
10261         and #include <socket/sa_len.c>.
10262         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
10263         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
10264
10265         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
10266         * bits/socket.h: ... here.
10267
10268         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
10269         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
10270         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
10271
10272 2013-08-27  Andreas Schwab  <schwab@suse.de>
10273
10274         [BZ #15736]
10275         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
10276         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
10277         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
10278         * string/test-strcasecmp.c (test_main): Run tests in several
10279         locales.
10280         * string/test-strncasecmp.c (test_main): Likewise.
10281
10282         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
10283         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
10284         to __strcasecmp_nonascii and __strncasecmp_nonascii.
10285         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
10286         (__strncasecmp_ssse3) [PIC]: Likewise.
10287
10288 2013-08-26  Roland McGrath  <roland@hack.frob.com>
10289
10290         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
10291
10292         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
10293         instead of explicitly declaring xdecrypt.
10294         * nis/nss_nis/nis-publickey.c: Likewise.
10295
10296 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10297
10298         [BZ #15890]
10299         * nscd/aicache.c: Include res_hconf.h.
10300         (addhstaiX): Initialize res_hconf.
10301
10302 2013-08-26  Andreas Schwab  <schwab@suse.de>
10303
10304         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
10305         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
10306
10307 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10308
10309         * nscd/aicache.c (addhstaiX): Fix indentation.
10310
10311 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
10312
10313         * configure.ac: Quote $build_pt_chown test.
10314         * configure: Regenerated.
10315
10316 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
10317
10318         [BZ #15532]
10319         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
10320         * math/s_cexpf.c (__cexpf): Likewise.
10321         * math/s_cexpl.c (__cexpl): Likewise.
10322         * math/libm-test.inc (cexp_test_data): Correct expected return
10323         value for NaN + i0.  Add another test.
10324
10325 2013-08-22  David S. Miller  <davem@davemloft.net>
10326
10327         * po/ca.po: Update Catalan translation from translation project.
10328         * po/uk.po: Add Ukrainian translations from translation project.
10329
10330 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
10331
10332         [BZ #15797]
10333         * math/s_fdim.c (__fdim): Check for infinite arguments if result
10334         is infinite, not alongside NaN test.
10335         * math/s_fdimf.c (__fdimf): Likewise.
10336         * math/s_fdiml.c (__fdiml): Likewise.
10337         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
10338         errno is unchanged.
10339
10340 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
10341
10342         * argp/argp-help.c: Fix typos.
10343         * crypt/speeds.c: Likewise.
10344         * csu/check_fds.c: Likewise.
10345         * elf/dl-load.c: Likewise.
10346         * elf/dl-open.c: Likewise.
10347         * elf/reldep3.c: Likewise.
10348         * elf/reldep.c: Likewise.
10349         * elf/sprof.c: Likewise.
10350         * iconv/iconv_charmap.c: Likewise.
10351         * iconv/skeleton.c: Likewise.
10352         * iconv/strtab.c: Likewise.
10353         * io/lockf64.c: Likewise.
10354         * libio/libioP.h: Likewise.
10355         * resolv/gai_notify.c: Likewise.
10356         * resolv/ns_name.c: Likewise.
10357         * resolv/ns_samedomain.c: Likewise.
10358         * resolv/res_send.c: Likewise.
10359         * stdlib/random.c: Likewise.
10360         * sunrpc/rpc/xdr.h: Likewise.
10361         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
10362         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
10363         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
10364         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
10365         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
10366         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
10367         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
10368         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
10369         * sysdeps/mach/hurd/check_fds.c: Likewise.
10370         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
10371         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
10372         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
10373         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
10374         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
10375         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
10376         * sysdeps/pthread/aio_notify.c: Likewise.
10377         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
10378         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
10379         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
10380         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
10381         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
10382
10383 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
10384
10385         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
10386         version if bit_Slow_SSE4_2 is set.
10387         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
10388         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
10389
10390 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10391
10392         [BZ #15867]
10393         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
10394         trampoline stack frame information.
10395         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
10396         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
10397         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
10398         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
10399         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
10400         * sysdeps/unix/sysv/linux/powerpc/init-first.c
10401         (_libc_vdso_platform_setup): Initialize the signal trampolines.
10402         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
10403         sa_flags value.
10404         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
10405         interrupting a syscall and set with option SA_SIGINFO.
10406
10407 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
10408
10409         [BZ #15531]
10410         * math/s_cproj.c (__cproj): Only return an infinity if one part of
10411         argument is infinite.
10412         * math/s_cprojf.c (__cprojf): Likewise.
10413         * math/s_cprojl.c (__cprojl): Likewise.
10414         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
10415         * math/libm-test.inc (cproj_test_data): Add more tests.
10416
10417         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
10418
10419         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
10420         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
10421         size.  Use __ffs to determine corresponding shift.
10422
10423 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
10424             Roland McGrath  <roland@hack.frob.com>
10425
10426         * Makefile (INSTALL): Remove trailing blank lines from output of
10427         makeinfo.
10428
10429 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10430
10431         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
10432         Align 32 bit compat elf_greg to 8 bytes.
10433
10434 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10435
10436         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
10437
10438 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
10439
10440         * string/strcoll_l.c (coll_seq): New structure.
10441         (get_next_seq_cached): New function.
10442         (get_next_seq): New function.
10443         (do_compare): New function.
10444         (STRCOLL): Use GNU style definition.  Simplify implementation
10445         by using get_next_seq, get_next_seq_cached and do_compare.
10446
10447 2013-08-16  Florian Weimer  <fweimer@redhat.com>
10448
10449         [BZ #14699]
10450         CVE-2013-4237
10451         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
10452         member.
10453         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
10454         member.
10455         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
10456         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
10457         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
10458         conditional.
10459         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
10460         GETDENTS_64BIT_ALIGNED.
10461         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
10462         * manual/filesys.texi (Reading/Closing Directory): Document
10463         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
10464         strongly.
10465         * manual/conf.texi (Limits for Files): Add portability note to
10466         NAME_MAX, PATH_MAX.
10467         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
10468
10469 2013-08-13  Andreas Schwab  <schwab@suse.de>
10470
10471         [BZ #15749]
10472         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
10473         of fabs.
10474         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
10475         LDBL_MAX_EXP >= 16384]: Add tests for it.
10476
10477 2013-08-12  David S. Miller  <davem@davemloft.net>
10478
10479         * version.h (RELEASE): Set to "development".
10480         (VERSION): Set to "2.18.90".
10481         * NEWS: Add 2.19 section.
10482
10483 2013-08-03  David S. Miller  <davem@davemloft.net>
10484
10485         * po/ko.po: Update Korean translation from translation project.
10486
10487 2013-08-01  David S. Miller  <davem@davemloft.net>
10488
10489         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
10490         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
10491         Bilka.
10492
10493 2013-07-30  David S. Miller  <davem@davemloft.net>
10494
10495         * po/fr.po: Update French translation from translation project.
10496
10497 2013-07-28  David S. Miller  <davem@davemloft.net>
10498
10499         * po/cs.po: Update Czech translation from translation project.
10500
10501         * po/sv.po: Update Swedish translation from translation project.
10502
10503 2013-07-27  David S. Miller  <davem@davemloft.net>
10504
10505         * po/eo.po: Update Esperanto translation from translation project.
10506
10507         * po/vi.po: Update Vietnamese translation from translation project.
10508
10509         * po/de.po: Update German translation from translation project.
10510
10511 2013-07-26  David S. Miller  <davem@davemloft.net>
10512
10513         * po/bg.po: Update Bulgarian translation from translation project.
10514
10515         * po/nl.po: Update Dutch translation from translation project.
10516         * po/pl.po: Update Polish translation from translation project.
10517         * po/ru.po: Update Russian translation from translation project.
10518
10519 2013-07-24  David S. Miller  <davem@davemloft.net>
10520
10521         * po/libc.pot: Update.
10522
10523 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10524
10525         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
10526         variable page size.
10527         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
10528         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
10529         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
10530
10531 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10532
10533         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
10534
10535 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
10536             Andreas Schwab  <schwab@suse.de>
10537             Roland McGrath  <roland@hack.frob.com>
10538             Joseph Myers  <joseph@codesourcery.com>
10539             Carlos O'Donell  <carlos@redhat.com>
10540
10541         [BZ #15755]
10542         * config.h.in: Define HAVE_PT_CHOWN.
10543         * config.make.in (build-pt-chown): New variable.
10544         * configure.in (--enable-pt_chown): New configure option.
10545         * configure: Regenerate.
10546         * login/Makefile: Include Makeconfig.  Build pt_chown only if
10547         build-pt-chown is enabled.
10548         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
10549         pt_chown to fix pty ownership.
10550         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
10551         CLOSE_ALL_FDS.
10552         * manual/install.texi (Configuring and compiling): Mention
10553         --enable-pt_chown. Add @findex for grantpt.
10554         * INSTALL: Regenerate.
10555
10556 2013-07-20  David S. Miller  <davem@davemloft.net>
10557
10558         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
10559         difference between 32-bit and 64-bit.
10560
10561 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
10562
10563         [BZ #15711]
10564         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
10565         Avoid system header dependency with -ffreestanding.
10566         ($(objpfx)bits/syscall%d): Likewise.
10567
10568 2013-07-13  David S. Miller  <davem@davemloft.net>
10569
10570         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
10571         underflows from atanl/atan2l due to bug 15319.
10572         (casinh_test_data): Likewise.
10573
10574 2013-07-07  David S. Miller  <davem@davemloft.net>
10575
10576         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
10577
10578 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
10579
10580         * sysdeps/i386/fpu/libm-test-ulps: Update.
10581         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10582
10583 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
10584
10585         * configure.in (--enable-lock-elision): Fix message text.
10586         * INSTALL: Regenerate.
10587         * configure: Regenerate.
10588
10589 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10590
10591         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10592
10593 2013-07-03  Andreas Jaeger  <aj@suse.de>
10594
10595         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
10596         define.
10597         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
10598         (ptrace_peeksiginfo_args): Add.
10599         (__ptrace_peeksiginfo_flags): Add.
10600         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
10601         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
10602         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
10603
10604 2013-07-03  Allan McRae  <allan@archlinux.org>
10605
10606         * sysdeps/i386/fpu/libm-test-ulps: Update.
10607
10608 2013-07-02  David S. Miller  <davem@davemloft.net>
10609
10610         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10611
10612 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
10613
10614         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10615
10616 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
10617
10618         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
10619         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10620
10621 2013-07-02  Andi Kleen <ak@linux.intel.com>
10622
10623         * config.h.in (ENABLE_LOCK_ELISION): Add.
10624         * configure.in (--enable-lock-elision): Add option.
10625         * manual/install.texi: Document --enable lock elision.
10626         * configure: Regenerate
10627         * INSTALL: Regenerate.
10628
10629 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
10630
10631         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
10632         SSE4.2 strcasecmp for libc.a.
10633         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
10634
10635 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
10636
10637         [BZ #13304]
10638         * soft-fp/op-common.h (_FP_FMA): New macro.
10639         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
10640         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
10641         (_FP_MUL_MEAT_1_imm): ... here.
10642         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
10643         (_FP_MUL_MEAT_1_wide): ... here.
10644         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
10645         (_FP_MUL_MEAT_1_hard): ... here.
10646         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
10647         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
10648         (_FP_MUL_MEAT_2_wide): ... here.
10649         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
10650         (_FP_MUL_MEAT_2_wide_3mul): ... here.
10651         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
10652         (_FP_MUL_MEAT_2_gmp): ... here.
10653         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
10654         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
10655         (_FP_MUL_MEAT_4_wide): ... here.
10656         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
10657         (_FP_MUL_MEAT_4_gmp): ... here.
10658         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
10659         (_FP_WFRACBITS_DW_S): Likewise.
10660         (_FP_WFRACXBITS_DW_S): Likewise.
10661         (_FP_HIGHBIT_DW_S): Likewise.
10662         (FP_FMA_S): Likewise.
10663         (_FP_FRAC_HIGH_DW_S): Likewise.
10664         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
10665         (_FP_WFRACBITS_DW_D): Likewise.
10666         (_FP_WFRACXBITS_DW_D): Likewise.
10667         (_FP_HIGHBIT_DW_D): Likewise.
10668         (FP_FMA_D): Likewise.
10669         (_FP_FRAC_HIGH_DW_D): Likewise.
10670         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
10671         (_FP_WFRACBITS_DW_E): Likewise.
10672         (_FP_WFRACXBITS_DW_E): Likewise.
10673         (_FP_HIGHBIT_DW_E): Likewise.
10674         (FP_FMA_E): Likewise.
10675         (_FP_FRAC_HIGH_DW_E): Likewise.
10676         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
10677         (_FP_WFRACBITS_DW_Q): Likewise.
10678         (_FP_WFRACXBITS_DW_Q): Likewise.
10679         (_FP_HIGHBIT_DW_Q): Likewise.
10680         (FP_FMA_Q): Likewise.
10681         (_FP_FRAC_HIGH_DW_Q): Likewise.
10682         * soft-fp/fmasf4.c: New file.
10683         * soft-fp/fmadf4.c: Likewise.
10684         * soft-fp/fmatf4.c: Likewise.
10685
10686 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
10687
10688         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
10689         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
10690         Silvermont.
10691         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
10692         macro.
10693         (index_Slow_SSE4_2): Likewise.
10694         (index_Prefer_PMINUB_for_stringop): Likewise.
10695         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
10696         bit_Slow_SSE4_2 is set.
10697         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
10698         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
10699
10700 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
10701
10702         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
10703         rtld_global._dl_hwcap2.
10704         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
10705         POWER8.
10706         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
10707         POWER8 feature descriptions defined in _dl_hwcap2.
10708         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
10709         string handling for POWER8 feature bits.
10710         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
10711         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
10712         _dl_powerpc_cap_flags.
10713         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
10714         * sysdeps/powerpc/rtld-global-offsets.sym
10715         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
10716         _dl_hwcap2 in the rtld_global_ro structure.
10717
10718 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
10719
10720         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
10721         hardware capabilities in support of AT_HWCAP2.
10722         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
10723         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
10724         GLRO(dl_hwcap2).
10725         (_dl_show_auxv): Add support for calling _dl_procinfo to display
10726         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
10727         explicitly the unknown a_type display mechanism is used.
10728         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
10729         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
10730         struct member.
10731         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
10732         to macro prototype for AT_HWCAP2 support.
10733         * sysdeps/i386/dl-procinfo.h: Likewise.
10734         * sysdeps/s390/dl-procinfo.h: Likewise.
10735         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
10736         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
10737         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
10738         return -1 for unknown a_type display fallback.
10739         * sysdeps/sparc/dl-procinfo.h: Likewise.
10740         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
10741         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
10742
10743 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
10744
10745         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
10746         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
10747
10748 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
10749
10750         [BZ #12492]
10751         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
10752         mprotect making __stack_prot writable.
10753
10754 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
10755             Joseph Myers  <joseph@codesourcery.com>
10756
10757         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
10758         as being properly aligned.
10759
10760 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
10761
10762         * dlfcn/modstatic5.c: New file.
10763         * dlfcn/tststatic5.c: New file.
10764         * dlfcn/Makefile (tests): Add tststatic5.
10765         (tests-static): Likewise.
10766         (modules-names): Add modstatic5.
10767         (tststatic5-ENV): New variable.
10768         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
10769
10770         [BZ #15022]
10771         * elf/dl-support.c (_dl_main_map): New variable.
10772         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
10773         (_dl_nns, _dl_load_adds): Set to 1.
10774         (_dl_initial_searchlist): Refer to _dl_main_map.
10775         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
10776         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
10777         call to _dl_get_origin.
10778         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
10779         around call_map.
10780         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
10781         * dlfcn/modstatic3.c: New file.
10782         * dlfcn/tststatic3.c: New file.
10783         * dlfcn/tststatic4.c: New file.
10784         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
10785         (tests-static): Likewise.
10786         (modules-names): Add modstatic3.
10787         (tststatic3-ENV, tststatic4-ENV): New variables.
10788         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
10789         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
10790
10791 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
10792
10793         * configure.in (CC): Require GCC version 4.4 or later.
10794         * configure: Regenerated.
10795         * manual/install.texi (Tools for Compilation): Update GCC version
10796         requirement.
10797         * INSTALL: Regenerated.
10798
10799 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
10800
10801         [BZ #15674]
10802         * string/test-memcmp.c (check2): New.
10803         (main): Call check2.
10804
10805         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
10806
10807 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
10808
10809         [BZ #15022]
10810         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
10811         over to...
10812         (dl_open_worker) [!SHARED]: ... here.
10813
10814 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
10815
10816         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
10817
10818 2013-06-25  Richard Henderson  <rth@redhat.com>
10819
10820         * locale/programs/locarchive.c: Include <libc-internal.h>
10821
10822 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
10823
10824         * manual/texinfo.tex: Update to version 2013-06-21.17, with
10825         trailing whitespace removed.
10826
10827 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
10828
10829         [BZ #10283]
10830         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
10831         * locale/programs/locarchive.c: Include libc-mmap.h.
10832         (prepare_address_space): Take two new outputs (the mmap base and len).
10833         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
10834         values.
10835         (create_archive): Declare new mmap base and len values for
10836         prepare_address_space, and store the result in ah.
10837         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
10838         (enlarge_archive): If ah->mmap_base is not NULL, use that and
10839         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
10840         Declare new mmap base and len values for
10841         prepare_address_space, and store the result in new_ah.
10842         (open_archive): Declare new mmap base and len values for
10843         prepare_address_space, and store the result in ah.
10844         (close_archive): If ah->mmap_base is not NULL, use that and
10845         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
10846         * sysdeps/generic/libc-mmap.h: New file.
10847
10848 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
10849
10850         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
10851         (ALIGN_UP): Likewise.
10852         (PTR_ALIGN_DOWN): Likewise.
10853         (PTR_ALIGN_UP): Likewise.
10854
10855 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
10856
10857         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
10858         entry mapped to PPC_PLATFORM_POWER8.
10859         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
10860         POWER8.
10861         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
10862         (_dl_string_platform): Add case for exporting platform position for
10863         POWER8.
10864         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
10865         search path to sysdeps/powerpc/powerpc32/power8 directory.
10866         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
10867         search path to sysdeps/powerpc/powerpc64/power8 directory.
10868         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
10869         power7 directories.
10870         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
10871         power7 directories.
10872
10873 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10874
10875         * INSTALL: Regenerate.
10876
10877         * nscd/connections.c (nscd_init): Fix comment.
10878
10879 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
10880
10881         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
10882
10883         [BZ #15667]
10884         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
10885         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
10886
10887 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
10888
10889         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
10890         DL_DST_REQ_STATIC.
10891         (DL_DST_REQ_STATIC): Remove macro.
10892
10893 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
10894
10895         [BZ #7006]
10896         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
10897         with a shift of 0 bits.
10898
10899 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
10900
10901         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
10902         $(tststatic-ENV).
10903
10904 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10905
10906         [BZ #15655]
10907         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
10908
10909 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10910
10911         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
10912         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
10913         accepts -fno-tree-loop-distribute-patterns.
10914         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
10915         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
10916         recursive call.
10917         * string/memset.c (memset): Likewise.
10918         * string/test-memmove.c (simple_memmove): Disable loop transformation
10919         to library calls.
10920         * string/test-memset.c (simple_memset): Likewise.
10921         * benchtests/bench-memmove.c (simple_memmove): Likewise.
10922         * benchtests/bench-memset.c (simple_memset): Likewise.
10923         * configure: Regenerated.
10924
10925 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
10926
10927         * math/test-misc.c (main): Ignore fesetround failure when failures
10928         of subsequent rounding tests would be ignored.
10929
10930         [BZ #15654]
10931         * math/fedisblxcpt.c (fedisableexcept): Return 0.
10932         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
10933         * math/fegetenv.c (__fegetenv): Return 0.
10934         * math/fegetexcept.c (fegetexcept): Return 0.
10935         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
10936         FE_TONEAREST.
10937         * math/feholdexcpt.c (feholdexcept): Return 0.
10938         * math/fesetenv.c (__fesetenv): Return 0.
10939         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
10940         argument FE_TONEAREST.
10941         * math/feupdateenv.c (__feupdateenv): Return 0.
10942         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
10943
10944 2013-06-18  Roland McGrath  <roland@hack.frob.com>
10945
10946         * elf/rtld-Rules (rtld-compile-command.S): New variable.
10947         (rtld-compile-command.s, rtld-compile-command.c): New variables.
10948         ($(objpfx)rtld-%.os rules): Use them.
10949
10950 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10951
10952         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
10953         fields.
10954
10955 2013-06-17  Roland McGrath  <roland@hack.frob.com>
10956
10957         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
10958         length of target pattern, then descending length of dependency pattern.
10959         * configure.in (AWK): Require gawk 3.1.2 or newer.
10960         * manual/install.texi (Tools for Compilation): Say that we do.
10961         * configure: Regenerated.
10962
10963         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
10964         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
10965         * scripts/sysd-rules.awk: ... this new script.
10966         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
10967         than a glob-style pattern.
10968
10969 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
10970
10971         * math/test-misc.c (main): Do not treat incorrectly rounded
10972         conversions as failure unless ROUNDING_TESTS passes.
10973
10974 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
10975
10976         [BZ #15631]
10977         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
10978         restore exception state around main square root computation, then
10979         check for inexactness explicitly.
10980
10981         * math/libm-test.inc (fma_test_data): Add another test.
10982
10983 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10984
10985         * manual/threads.texi (Non-POSIX Extensions): New document
10986         node.  Document pthread_getattr_default_np and
10987         pthread_setattr_default_np.
10988
10989         * Versions.def (libpthread): Add GLIBC_2.18.
10990         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
10991         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
10992         Likewise.
10993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
10994         Likewise.
10995         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10996         Likewise.
10997         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10998         Likewise.
10999         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
11000         Likewise.
11001         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
11002         Likewise.
11003         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
11004         Likewise.
11005         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
11006         Likewise.
11007         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
11008         Likewise.
11009
11010 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
11011
11012         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11013         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
11014
11015 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
11016             H.J. Lu  <hjl.tools@gmail.com>
11017
11018         [BZ #15627]
11019         * sysdeps/x86_64/rtld-memset.c: Remove file.
11020         * sysdeps/x86_64/rtld-memset.S: New file.
11021
11022 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
11023
11024         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
11025         (test_in_one_mode): Take arguments for whether the rounding mode
11026         is supported for each floating-point type.
11027         (do_test): Pass new arguments to test_in_one_mode using
11028         ROUNDING_TESTS.
11029
11030 2013-06-13  Roland McGrath  <roland@hack.frob.com>
11031
11032         * posix/tst-waitid.c (do_test): Distinguish different instances of
11033         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
11034         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
11035         before entering the kernel for waitpid.
11036
11037 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
11038
11039         * NEWS: Fix note on clock function precision.  Text by Roland
11040         McGrath.
11041
11042 2013-06-13  Roland McGrath  <roland@hack.frob.com>
11043
11044         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
11045         it into place only when and if the sanity check passes.
11046
11047 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
11048
11049         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
11050         output for whether conversion result is exact.  Take argument
11051         indicating whether type is IBM long double.
11052         (round_for_all): Change need_exact field to ibm_ld.
11053         * stdlib/tst-strtod-round.c (struct exactness): New type.
11054         (struct test): Change bool ld_ok field to struct exactness exact.
11055         (TEST): Update all definitions for change to field.
11056         (tests): Regenerate array contents.
11057         (test_in_one_mode): Take pointer to new field instead of old ld_ok
11058         field value.  Check for IBM long double here.
11059         (do_test): Update calls to test_in_one_mode.
11060
11061 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
11062
11063         [BZ #12515]
11064         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
11065         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
11066
11067 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11068
11069         [BZ #15605]
11070         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
11071         generated by the compiler on loop optimizations.
11072         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
11073         general definitions.
11074
11075 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
11076
11077         * math/bug-nextafter.c: Include <math-tests.h>.
11078         (main): Only test for exceptions if EXCEPTION_TESTS is true for
11079         the relevant type.
11080         * math/bug-nexttoward.c: Include <math-tests.h>.
11081         (main): Only test for exceptions if EXCEPTION_TESTS is true for
11082         the relevant type.
11083         * math/test-misc.c: Include <math-tests.h>.
11084         (main): Only test for exceptions if EXCEPTION_TESTS is true for
11085         the relevant type.
11086
11087 2013-06-12  Andreas Jaeger  <aj@suse.de>
11088
11089         * po/ia.po: Update Interlingua translation from translation
11090         project.
11091
11092 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
11093
11094         * include/fenv.h: Include stdbool.h.
11095         (struct rm_ctx): New structure.
11096         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
11097         Define macro.
11098         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
11099         (SET_RESTORE_ROUNDF): Likewise.
11100         (SET_RESTORE_ROUNDL): Likewise.
11101         (SET_RESTORE_ROUND_NOEX): Likewise.
11102         (SET_RESTORE_ROUND_NOEXF): Likewise.
11103         (SET_RESTORE_ROUND_NOEXL): Likewise.
11104         (SET_RESTORE_ROUND_53BIT): Likewise.
11105         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
11106         (libc_feresetround_noexf_ctx): Likewise.
11107         (libc_feresetround_noexl_ctx): Likewise.
11108         (libc_feholdsetround_53bit_ctx): Likewise.
11109         (libc_feresetround_53bit_ctx): Likewise.
11110         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
11111         (libc_feholdexcept_setround_sse_ctx): New function.
11112         (libc_fesetenv_sse_ctx): Likewise.
11113         (libc_feupdateenv_sse_ctx): Likewise.
11114         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
11115         (libc_feholdexcept_setround_387_ctx): Likewise.
11116         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
11117         (libc_feholdsetround_387_prec_ctx): Likewise.
11118         (libc_feholdsetround_387_ctx): Likewise.
11119         (libc_feholdsetround_387_53bit_ctx): Likewise.
11120         (libc_feholdsetround_sse_ctx): Likewise.
11121         (libc_feresetround_sse_ctx): Likewise.
11122         (libc_feresetround_387_ctx): Likewise.
11123         (libc_feupdateenv_387_ctx): Likewise.
11124         (libc_feholdexcept_setroundf_ctx): Define macro.
11125         (libc_fesetenvf_ctx): Likewise.
11126         (libc_feupdateenvf_ctx): Likewise.
11127         (libc_feholdsetroundf_ctx): Likewise.
11128         (libc_feresetroundf_ctx): Likewise.
11129         (libc_feholdexcept_setround_ctx): Likewise.
11130         (libc_fesetenv_ctx): Likewise.
11131         (libc_feupdateenv_ctx): Likewise.
11132         (libc_feholdsetround_ctx): Likewise.
11133         (libc_feresetround_ctx): Likewise.
11134         (libc_feholdexcept_setroundl_ctx): Likewise.
11135         (libc_feupdateenvl_ctx): Likewise.
11136         (libc_feholdsetroundl_ctx): Likewise.
11137         (libc_feresetroundl_ctx): Likewise.
11138         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
11139         (libc_feresetround_53bit_ctx): Likewise.
11140
11141 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
11142
11143         * locale/iso-639.def: Convert to UTF-8.
11144
11145 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
11146
11147         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
11148         (EXCEPTION_TESTS_double): Likewise.
11149         (EXCEPTION_TESTS_long_double): Likewise.
11150         (EXCEPTION_TESTS): Likewise.
11151         * math/libm-test.inc (test_exceptions): Only test exceptions if
11152         EXCEPTION_TESTS (FLOAT).
11153
11154 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
11155
11156         * benchtests/Makefile (string-bench): Add strcpy_chk and
11157         stpcpy_chk.
11158         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
11159         * benchtests/bench-stpcpy_chk.c: New file.
11160         * benchtests/bench-strcpy_chk-ifunc.c: New file.
11161         * benchtests/bench-strcpy_chk.c: New file.
11162         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
11163         code.
11164         (do_test): Likewise.
11165
11166 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
11167
11168         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
11169         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
11170         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
11171         with tabs where appropriate.
11172         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
11173         dl-procinfo.h.
11174         [PPC_PLATFORM_PPC440]: Likewise.
11175         [PPC_PLATFORM_PPC464]: Likewise.
11176         [PPC_PLATFORM_PPC476]: Likewise.
11177         (_dl_string_platform): Add support for detecting ppc405, ppc440,
11178         ppc464, and ppc476 platform strings merging from ports/
11179         dl-procinfo.h.
11180
11181 2013-06-11  Andreas Schwab  <schwab@suse.de>
11182
11183         [BZ #14991]
11184         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
11185         (from_ucs4_idx): Regenerate.
11186         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
11187         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
11188         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
11189         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
11190         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
11191         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
11192         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
11193         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
11194         from FROM_LOOP and TO_LOOP specific macros.
11195         (BODY): Handle combining characters.
11196         * iconvdata/BIG5HKSCS.irreversible: Update.
11197         * iconvdata/BIG5HKSCS.precomposed: New file.
11198         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
11199         characters.
11200         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
11201
11202 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
11203
11204         * include/sys/time.h: Fix indentation and add copyright header.
11205
11206         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
11207         (do_test): Likewise.
11208         * string/test-memchr.c (do_one_test): Likewise.
11209         (do_test): Likewise.
11210         * string/test-memcmp.c (do_one_test): Likewise.
11211         (do_test): Likewise.
11212         * string/test-memcpy.c (do_one_test): Likewise.
11213         (do_test): Likewise.
11214         * string/test-memmem.c (do_one_test): Likewise.
11215         (do_test): Likewise.
11216         (do_random_tests): Likewise.
11217         * string/test-memmove.c (do_one_test): Likewise.
11218         (do_test): Likewise.
11219         * string/test-memset.c (do_one_test): Likewise.
11220         (do_test): Likewise.
11221         * string/test-rawmemchr.c (do_one_test): Likewise.
11222         (do_test): Likewise.
11223         * string/test-strcasecmp.c (do_one_test): Likewise.
11224         (do_test): Likewise.
11225         * string/test-strcasestr.c (do_one_test): Likewise.
11226         (do_test): Likewise.
11227         * string/test-strcat.c (do_one_test): Likewise.
11228         (do_test): Likewise.
11229         * string/test-strchr.c (do_one_test): Likewise.
11230         (do_test): Likewise.
11231         * string/test-strcmp.c (do_one_test): Likewise.
11232         (do_test): Likewise.
11233         * string/test-strcpy.c (do_one_test): Likewise.
11234         (do_test): Likewise.
11235         * string/test-string.h: Likewise.
11236         (test_init): Likewise.
11237         * string/test-strlen.c (do_one_test): Likewise.
11238         (do_test): Likewise.
11239         * string/test-strncasecmp.c (do_one_test): Likewise.
11240         (do_test): Likewise.
11241         * string/test-strncat.c (do_one_test): Likewise.
11242         (do_test): Likewise.
11243         * string/test-strncmp.c (do_one_test): Likewise.
11244         (do_test_limit): Likewise.
11245         (do_test): Likewise.
11246         * string/test-strncpy.c (do_one_test): Likewise.
11247         (do_test): Likewise.
11248         * string/test-strnlen.c (do_one_test): Likewise.
11249         (do_test): Likewise.
11250         * string/test-strpbrk.c (do_one_test): Likewise.
11251         (do_test): Likewise.
11252         * string/test-strrchr.c (do_one_test): Likewise.
11253         (do_test): Likewise.
11254         * string/test-strspn.c (do_one_test): Likewise.
11255         (do_test): Likewise.
11256         * string/test-strstr.c (do_one_test): Likewise.
11257         (do_test): Likewise.
11258
11259         * benchtests/Makefile (string-bench): Add string benchmarks.
11260         * benchtests/bench-bcopy-ifunc.c: New file.
11261         * benchtests/bench-bcopy.c: New file.
11262         * benchtests/bench-bzero-ifunc.c: New file.
11263         * benchtests/bench-bzero.c: New file.
11264         * benchtests/bench-memccpy-ifunc.c: New file.
11265         * benchtests/bench-memccpy.c: New file.
11266         * benchtests/bench-memchr-ifunc.c: New file.
11267         * benchtests/bench-memchr.c: New file.
11268         * benchtests/bench-memcmp-ifunc.c: New file.
11269         * benchtests/bench-memcmp.c: New file.
11270         * benchtests/bench-memmem-ifunc.c: New file.
11271         * benchtests/bench-memmem.c: New file.
11272         * benchtests/bench-memmove-ifunc.c: New file.
11273         * benchtests/bench-memmove.c: New file.
11274         * benchtests/bench-mempcpy-ifunc.c: New file.
11275         * benchtests/bench-mempcpy.c: New file.
11276         * benchtests/bench-memset-ifunc.c: New file.
11277         * benchtests/bench-memset.c: New file.
11278         * benchtests/bench-rawmemchr-ifunc.c: New file.
11279         * benchtests/bench-rawmemchr.c: New file.
11280         * benchtests/bench-stpcpy-ifunc.c: New file.
11281         * benchtests/bench-stpcpy.c: New file.
11282         * benchtests/bench-stpncpy-ifunc.c: New file.
11283         * benchtests/bench-stpncpy.c: New file.
11284         * benchtests/bench-strcasecmp-ifunc.c: New file.
11285         * benchtests/bench-strcasecmp.c: New file.
11286         * benchtests/bench-strcasestr-ifunc.c: New file.
11287         * benchtests/bench-strcasestr.c: New file.
11288         * benchtests/bench-strcat-ifunc.c: New file.
11289         * benchtests/bench-strcat.c: New file.
11290         * benchtests/bench-strchr-ifunc.c: New file.
11291         * benchtests/bench-strchr.c: New file.
11292         * benchtests/bench-strchrnul-ifunc.c: New file.
11293         * benchtests/bench-strchrnul.c: New file.
11294         * benchtests/bench-strcmp-ifunc.c: New file.
11295         * benchtests/bench-strcmp.c: New file.
11296         * benchtests/bench-strcpy-ifunc.c: New file.
11297         * benchtests/bench-strcpy.c: New file.
11298         * benchtests/bench-strcspn-ifunc.c: New file.
11299         * benchtests/bench-strcspn.c: New file.
11300         * benchtests/bench-strlen-ifunc.c: New file.
11301         * benchtests/bench-strlen.c: New file.
11302         * benchtests/bench-strncasecmp-ifunc.c: New file.
11303         * benchtests/bench-strncasecmp.c: New file.
11304         * benchtests/bench-strncat-ifunc.c: New file.
11305         * benchtests/bench-strncat.c: New file.
11306         * benchtests/bench-strncmp-ifunc.c: New file.
11307         * benchtests/bench-strncmp.c: New file.
11308         * benchtests/bench-strncpy-ifunc.c: New file.
11309         * benchtests/bench-strncpy.c: New file.
11310         * benchtests/bench-strnlen-ifunc.c: New file.
11311         * benchtests/bench-strnlen.c: New file.
11312         * benchtests/bench-strpbrk-ifunc.c: New file.
11313         * benchtests/bench-strpbrk.c: New file.
11314         * benchtests/bench-strrchr-ifunc.c: New file.
11315         * benchtests/bench-strrchr.c: New file.
11316         * benchtests/bench-strspn-ifunc.c: New file.
11317         * benchtests/bench-strspn.c: New file.
11318         * benchtests/bench-strstr-ifunc.c: New file.
11319         * benchtests/bench-strstr.c: New file.
11320
11321         * benchtests/Makefile: Disable parallel execution of targets.
11322         (string-bench): Add memcpy.
11323         (benchset): New variable to store a list of benchmark sets.
11324         (bench-func): Renamed from bench.
11325         (bench-set): New target.
11326         (bench): Depend on bench-func and bench-set.
11327         * benchtests/README: Add section on benchmark sets.
11328         * benchtests/bench-memcpy-ifunc.c: New file.
11329         * benchtests/bench-memcpy.c: New file.
11330         * benchtests/bench-string.h: New file.
11331
11332 2013-06-11  Andreas Schwab  <schwab@suse.de>
11333
11334         [BZ #15577]
11335         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
11336         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
11337         values in the triple.
11338         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
11339         terminator in the group key.
11340
11341 2013-06-11  Andreas Jaeger  <aj@suse.de>
11342
11343         * po/zh_TW.po: Update Chinese (traditional) translation from
11344         translation project.
11345
11346 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
11347
11348         * include/time.h (__clock_gettime): Add libc_hidden_proto.
11349         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
11350         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
11351         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
11352         (clock_getcpuclockid): Likewise.
11353         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
11354         Add weak_alias and libc_hidden_def.
11355         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
11356         * rt/clock_gettime.c (clock_gettime): Rename to
11357         __clock_gettime.  Add weak_alias and libc_hidden_def.
11358         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
11359         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
11360         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
11361         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
11362         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
11363         Likewise.
11364         * rt/clock_settime.c (clock_settime): Rename to
11365         __clock_settime.  Add weak_alias and libc_hidden_def.
11366         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
11367
11368 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
11369
11370         * mach/err_boot.sub: Remove trailing whitespace.
11371         * mach/err_ipc.sub: Likewise.
11372         * mach/err_mach.sub: Likewise.
11373
11374         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
11375         (ROUNDING_TESTS_double): Likewise.
11376         (ROUNDING_TESTS_long_double): Likewise.
11377         (ROUNDING_TESTS): Likewise.
11378         * math/libm-test.inc: Include <math-tests.h>.
11379         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
11380         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
11381         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
11382         (IF_ROUND_INIT_FE_UPWARD): Likewise.
11383
11384 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
11385
11386         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
11387         of assigning.
11388
11389 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
11390
11391         * sysdeps/gnu/errlist.awk: Do not generate space at end of
11392         otherwise empty TRANS lines.
11393         * sysdeps/gnu/errlist.c: Regenerated.
11394
11395         * catgets/gencat.c (error_print): Use (void) in function
11396         definition.
11397         * crypt/crypt_util.c (__init_des): Likewise.
11398         * crypt/speeds.c (Stop): Likewise.
11399         (main): Likewise.
11400         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
11401         * inet/ruserpass.c (token): Likewise.
11402         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
11403         * intl/localealias.c (extend_alias_table): Likewise.
11404         * intl/plural-exp.c (init_germanic_plural): Likewise.
11405         * libio/fcloseall.c (__fcloseall): Likewise.
11406         * libio/genops.c (_IO_flush_all): Likewise.
11407         (_IO_flush_all_linebuffered): Likewise.
11408         (_IO_cleanup): Likewise.
11409         (_IO_iter_begin): Likewise.
11410         (_IO_iter_end): Likewise.
11411         (_IO_list_lock): Likewise.
11412         (_IO_list_unlock): Likewise.
11413         (_IO_list_resetlock): Likewise.
11414         * libio/getchar.c (getchar): Likewise.
11415         * libio/getchar_u.c (getchar_unlocked): Likewise.
11416         * libio/getwchar.c (getwchar): Likewise.
11417         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
11418         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
11419         * login/getpt.c (__getpt): Likewise.
11420         * login/tst-utmp.c (main): Likewise.
11421         * malloc/hooks.c (__malloc_check_init): Likewise.
11422         * malloc/malloc.c (__malloc_stats): Likewise.
11423         * malloc/mtrace.c (tr_break): Likewise.
11424         (mtrace): Likewise.
11425         (muntrace): Likewise.
11426         * misc/fstab.c (endfsent): Likewise.
11427         * misc/getclktck.c (__getclktck): Likewise.
11428         * misc/getdtsz.c (__getdtablesize): Likewise.
11429         * misc/gethostid.c (gethostid): Likewise.
11430         * misc/getpagesize.c (__getpagesize): Likewise.
11431         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
11432         (__get_nprocs): Likewise.
11433         (__get_phys_pages): Likewise.
11434         (__get_avphys_pages): Likewise.
11435         * misc/getttyent.c (getttyent): Likewise.
11436         (setttyent): Likewise.
11437         (endttyent): Likewise.
11438         * misc/getusershell.c (getusershell): Likewise.
11439         (endusershell): Likewise.
11440         (setusershell): Likewise.
11441         (initshells): Likewise.
11442         * misc/hsearch.c (__hdestroy): Likewise.
11443         * misc/sync.c (sync): Likewise.
11444         * misc/syslog.c (closelog_internal): Likewise.
11445         (closelog): Likewise.
11446         * misc/ttyslot.c (ttyslot): Likewise.
11447         * misc/vhangup.c (vhangup): Likewise.
11448         * posix/fork.c (__fork): Likewise.
11449         * posix/getegid.c (__getegid): Likewise.
11450         * posix/geteuid.c (__geteuid): Likewise.
11451         * posix/getgid.c (__getgid): Likewise.
11452         * posix/getpid.c (__getpid): Likewise.
11453         * posix/getppid.c (__getppid): Likewise.
11454         * posix/getuid.c (__getuid): Likewise.
11455         * posix/pause.c (pause): Likewise.
11456         * posix/setpgrp.c (setpgrp): Likewise.
11457         * posix/setsid.c (__setsid): Likewise.
11458         * posix/test-vfork.c (noop): Likewise.
11459         * resolv/gethnamaddr.c (_endhtent): Likewise.
11460         (_gethtent): Likewise.
11461         (ht_endhostent): Likewise.
11462         (gethostent): Likewise.
11463         (dns_service): Likewise.
11464         * stdlib/drand48.c (drand48): Likewise.
11465         * stdlib/lrand48.c (lrand48): Likewise.
11466         * stdlib/mrand48.c (mrand48): Likewise.
11467         * stdlib/rand.c (rand): Likewise.
11468         * stdlib/random.c (__random): Likewise.
11469         * stdlib/setenv.c (clearenv): Likewise.
11470         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
11471         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
11472         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
11473         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
11474         (__get_nprocs): Likewise.
11475         (__get_phys_pages): Likewise.
11476         (__get_avphys_pages): Likewise.
11477         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
11478         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
11479         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
11480         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
11481         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
11482         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
11483         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
11484         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
11485         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
11486         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
11487         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
11488         * sysdeps/mach/hurd/sync.c (sync): Likewise.
11489         * sysdeps/posix/clock.c (clock): Likewise.
11490         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
11491         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
11492         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
11493         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
11494         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
11495         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
11496         (__get_nprocs_conf): Likewise.
11497         (__get_phys_pages): Likewise.
11498         (__get_avphys_pages): Likewise.
11499         * time/clock.c (clock): Likewise.
11500         * time/tzset.c (__tzname_max): Likewise.
11501
11502 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
11503
11504         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
11505         (__bswap_32): Do not use "register".
11506         * crypt/crypt.c (_ufc_doit_r): Likewise.
11507         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
11508         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
11509         * gmon/gmon.c (__monstartup): Likewise.
11510         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
11511         * hurd/hurdmalloc.c (more_memory): Likewise.
11512         (malloc): Likewise.
11513         (free): Likewise.
11514         (realloc): Likewise.
11515         (malloc_fork_prepare): Likewise.
11516         (malloc_fork_parent): Likewise.
11517         (malloc_fork_child): Likewise.
11518         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
11519         (_svcauth_des): Likewise.
11520         * inet/inet_lnaof.c (inet_lnaof): Likewise.
11521         * inet/inet_net.c (inet_network): Likewise.
11522         * inet/inet_netof.c (inet_netof): Likewise.
11523         * inet/rcmd.c (__validuser2_sa): Likewise.
11524         * io/fts.c (fts_open): Likewise.
11525         (fts_load): Likewise.
11526         (fts_close): Likewise.
11527         (fts_read): Likewise.
11528         (fts_children): Likewise.
11529         (fts_build): Likewise.
11530         (fts_stat): Likewise.
11531         (fts_sort): Likewise.
11532         (fts_alloc): Likewise.
11533         (fts_lfree): Likewise.
11534         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
11535         (_IO_file_xsgetn): Likewise.
11536         (_IO_file_xsgetn_mmap): Likewise.
11537         * libio/iofopncook.c (_IO_cookie_read): Likewise.
11538         (_IO_cookie_write): Likewise.
11539         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
11540         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
11541         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
11542         * malloc/obstack.c (_obstack_begin): Likewise.
11543         (_obstack_begin_1): Likewise.
11544         (_obstack_newchunk): Likewise.
11545         (_obstack_allocated_p): Likewise.
11546         (obstack_free): Likewise.
11547         (_obstack_memory_used): Likewise.
11548         * misc/getttyent.c (getttynam): Likewise.
11549         (getttyent): Likewise.
11550         (skip): Likewise.
11551         (value): Likewise.
11552         * misc/getusershell.c (initshells): Likewise.
11553         * misc/syslog.c (__vsyslog_chk): Likewise.
11554         * misc/ttyslot.c (ttyslot): Likewise.
11555         * nis/nis_hash.c (__nis_hash): Likewise.
11556         * posix/fnmatch_loop.c (FCT): Likewise.
11557         * posix/getconf.c (print_all): Likewise.
11558         (main): Likewise.
11559         * posix/getopt.c (exchange): Likewise.
11560         * posix/glob.c (globfree): Likewise.
11561         (prefix_array): Likewise.
11562         (__glob_pattern_type): Likewise.
11563         * resolv/arpa/nameser.h (NS_GET16): Likewise.
11564         (NS_GET32): Likewise.
11565         (NS_PUT16): Likewise.
11566         (NS_PUT32): Likewise.
11567         * resolv/gethnamaddr.c (getanswer): Likewise.
11568         (gethostbyname2): Likewise.
11569         (gethostbyaddr): Likewise.
11570         (_gethtent): Likewise.
11571         (_gethtbyname2): Likewise.
11572         (_gethtbyaddr): Likewise.
11573         * resolv/ns_print.c (dst_s_get_int16): Likewise.
11574         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
11575         * resolv/res_init.c (__res_vinit): Likewise.
11576         (net_mask): Likewise.
11577         * resolv/res_mkquery.c (outchar): Likewise.
11578         (PRINT): Likewise.
11579         * stdio-common/printf_fp.c (outchar): Likewise.
11580         (PRINT): Likewise.
11581         * stdio-common/printf_fphex.c (outchar): Likewise.
11582         (PRINT): Likewise.
11583         * stdio-common/printf_size.c (outchar): Likewise.
11584         (PRINT): Likewise.
11585         * stdio-common/test_rdwr.c (main): Likewise.
11586         * stdio-common/tfformat.c (matches): Likewise.
11587         * stdio-common/vfprintf.c (outchar): Likewise.
11588         (printf_unknown): Likewise.
11589         (buffered_vfprintf): Likewise.
11590         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
11591         * stdio-common/xbug.c (AppendToBuffer): Likewise.
11592         (ReadFile): Likewise.
11593         * stdlib/qsort.c (SWAP): Likewise.
11594         (_quicksort): Likewise.
11595         * stdlib/setenv.c (__add_to_environ): Likewise.
11596         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
11597         * stdlib/strtol_l.c (__strtol_l): Likewise.
11598         * stdlib/tst-strtod.c (main): Likewise.
11599         * stdlib/tst-strtol.c (main): Likewise.
11600         * stdlib/tst-strtoll.c (main): Likewise.
11601         * string/bits/string2.h (__strcmp_cc): Likewise.
11602         (__strcmp_cg): Likewise.
11603         (__strcspn_c1): Likewise.
11604         (__strcspn_c2): Likewise.
11605         (__strcspn_c3): Likewise.
11606         (__strspn_c1): Likewise.
11607         (__strspn_c2): Likewise.
11608         (__strspn_c3): Likewise.
11609         (__strsep_1c): Likewise.
11610         (__strsep_2c): Likewise.
11611         (__strsep_3c): Likewise.
11612         * string/memccpy.c (__memccpy): Likewise.
11613         * string/stpcpy.c (__stpcpy): Likewise.
11614         * string/strcmp.c (strcmp): Likewise.
11615         * string/strrchr.c (strrchr): Likewise.
11616         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
11617         Likewise.
11618         * sysdeps/mach/hurd/getcwd.c
11619         (_hurd_canonicalize_directory_name_internal): Likewise.
11620         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
11621         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
11622         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
11623         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
11624         Likewise, in both definitions.
11625         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
11626         definitions.
11627         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
11628         64] (__bswap_64): Likewise.
11629         * time/test_time.c (main): Likewise.
11630         * time/tzfile.c (__tzfile_read): Likewise.
11631         (__tzfile_compute): Likewise.
11632         * time/tzset.c (__tzset_parse_tz): Likewise.
11633         (tzset_internal): Likewise.
11634         (compute_change): Likewise.
11635         * wcsmbs/wcscat.c (__wcscat): Likewise.
11636         * wcsmbs/wcschr.c (wcschr): Likewise.
11637         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
11638         * wcsmbs/wcscspn.c (wcscspn): Likewise.
11639         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
11640         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
11641         * wcsmbs/wcsspn.c (wcsspn): Likewise.
11642         * wcsmbs/wcsstr.c (wcsstr): Likewise.
11643         * wcsmbs/wmemchr.c (wmemchr): Likewise.
11644         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
11645         * wcsmbs/wmemset.c (wmemset): Likewise.
11646
11647 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
11648
11649         * scripts/config.guess: Update to version 2013-05-16.
11650         * scripts/config.sub: Update to version 2013-04-24.
11651         * scripts/install-sh: Update to version 2011-11-20.07.
11652         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
11653         * scripts/move-if-change: Update to version 2012-01-06 07:23.
11654
11655 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
11656
11657         * debug/fgetws_u_chk.c: Fix leading whitespaces.
11658         * elf/sln.c: Likewise.
11659         * hurd/hurd/ioctl.h: Likewise.
11660         * hurd/hurdmalloc.c: Likewise.
11661         * hurd/xattr.c: Likewise.
11662         * include/shlib-compat.h: Likewise.
11663         * inet/ruserpass.c: Likewise.
11664         * libio/iofgets_u.c: Likewise.
11665         * libio/iofgetws_u.c: Likewise.
11666         * locale/programs/ld-identification.c: Likewise.
11667         * locale/programs/ld-time.c: Likewise.
11668         * mach/msg-destroy.c: Likewise.
11669         * nss/nss_files/files-netgrp.c: Likewise.
11670         * resolv/res_data.c: Likewise.
11671         * soft-fp/op-1.h: Likewise.
11672         * soft-fp/op-2.h: Likewise.
11673         * soft-fp/op-4.h: Likewise.
11674         * soft-fp/op-common.h: Likewise.
11675         * stdio-common/printf_fphex.c: Likewise.
11676         * stdlib/strtod_l.c: Likewise.
11677         * sunrpc/rpc/clnt.h: Likewise.
11678         * sysdeps/generic/framestate.c: Likewise.
11679         * sysdeps/i386/bsd-_setjmp.S: Likewise.
11680         * sysdeps/i386/bsd-setjmp.S: Likewise.
11681         * sysdeps/i386/__longjmp.S: Likewise.
11682         * sysdeps/i386/setjmp.S: Likewise.
11683         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
11684         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
11685         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
11686         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
11687         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
11688         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
11689         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
11690         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
11691         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
11692         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
11693         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
11694         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
11695         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
11696         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
11697         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
11698         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
11699         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
11700         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
11701         * sysdeps/ieee754/support.c: Likewise.
11702         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
11703         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
11704         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
11705         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
11706         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
11707         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
11708         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
11709         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
11710         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
11711         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
11712         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
11713         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
11714         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
11715         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
11716         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
11717         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
11718         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
11719         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
11720
11721 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
11722
11723         * posix/transbug.c: Remove executable mode.
11724
11725 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
11726
11727         * crypt/speeds.c: Remove trailing whitespace.
11728         * dlfcn/default.c: Likewise.
11729         * elf/ifuncdep2.c: Likewise.
11730         * elf/ifuncmain1.c: Likewise.
11731         * elf/ifuncmain1vis.c: Likewise.
11732         * elf/testobj.h: Likewise.
11733         * elf/tst-stackguard1.c: Likewise.
11734         * gmon/sys/gmon.h: Likewise.
11735         * hurd/hurdmsg.c: Likewise.
11736         * hurd/new-fd.c: Likewise.
11737         * hurd/ports-get.c: Likewise.
11738         * iconvdata/ibm1008_420.c: Likewise.
11739         * inet/tst-getni1.c: Likewise.
11740         * inet/tst-getni2.c: Likewise.
11741         * libio/ioungetc.c: Likewise.
11742         * libio/wfiledoalloc.c: Likewise.
11743         * manual/libm-err-tab.pl: Likewise.
11744         * math/w_dremf.c: Likewise.
11745         * misc/ftruncate.c: Likewise.
11746         * posix/bug-glob2.c: Likewise.
11747         * posix/tst-pcre.c: Likewise.
11748         * posix/wait4.c: Likewise.
11749         * resolv/README: Likewise.
11750         * resolv/res_debug.h: Likewise.
11751         * resolv/tst-inet_ntop.c: Likewise.
11752         * setjmp/bug269-setjmp.c: Likewise.
11753         * soft-fp/extended.h: Likewise.
11754         * soft-fp/op-1.h: Likewise.
11755         * soft-fp/op-2.h: Likewise.
11756         * soft-fp/op-4.h: Likewise.
11757         * soft-fp/op-8.h: Likewise.
11758         * soft-fp/testit.c: Likewise.
11759         * stdio-common/bug16.c: Likewise.
11760         * stdlib/random.c: Likewise.
11761         * sunrpc/rpcsvc/rquota.x: Likewise.
11762         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
11763         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
11764         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
11765         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
11766         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
11767         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
11768         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
11769         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
11770         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
11771         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
11772         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
11773         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
11774         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
11775         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
11776         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
11777         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
11778         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
11779         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
11780         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
11781         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
11782         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
11783         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
11784         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
11785         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
11786         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
11787         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
11788         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
11789         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
11790         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
11791         * sysdeps/ieee754/s_lib_version.c: Likewise.
11792         * sysdeps/mach/hurd/check_fds.c: Likewise.
11793         * sysdeps/mach/hurd/getsockname.c: Likewise.
11794         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
11795         * sysdeps/mach/hurd/recvfrom.c: Likewise.
11796         * sysdeps/powerpc/bits/link.h: Likewise.
11797         * sysdeps/powerpc/dl-procinfo.c: Likewise.
11798         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
11799         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
11800         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
11801         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
11802         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
11803         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
11804         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
11805         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
11806         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
11807         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
11808         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
11809         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
11810         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
11811         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
11812         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
11813         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
11814         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
11815         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
11816         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
11817         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
11818         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
11819         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
11820         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
11821         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
11822         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
11823         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
11824         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
11825         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
11826         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
11827         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
11828         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
11829         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
11830         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
11831         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
11832         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
11833         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
11834         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
11835         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
11836         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
11837         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
11838         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
11839         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
11840         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
11841         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
11842         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
11843         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
11844         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
11845         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
11846         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
11847         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
11848         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
11849         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
11850         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
11851         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
11852         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
11853         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
11854         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
11855         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
11856         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
11857         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
11858         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
11859         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
11860         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
11861         * sysdeps/powerpc/sysdep.h: Likewise.
11862         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
11863         * sysdeps/s390/s390-64/sub_n.S: Likewise.
11864         * sysdeps/sh/dl-trampoline.S: Likewise.
11865         * sysdeps/sh/memset.S: Likewise.
11866         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
11867         * sysdeps/sh/strlen.S: Likewise.
11868         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
11869         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
11870         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
11871         * sysdeps/sparc/sparc32/rem.S: Likewise.
11872         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
11873         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
11874         * sysdeps/sparc/sparc32/strchr.S: Likewise.
11875         * sysdeps/sparc/sparc32/udiv.S: Likewise.
11876         * sysdeps/sparc/sparc32/urem.S: Likewise.
11877         * sysdeps/sparc/sparc64/add_n.S: Likewise.
11878         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
11879         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
11880         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
11881         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
11882         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
11883         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
11884         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
11885         * sysdeps/unix/bsd/times.c: Likewise.
11886         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
11887         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
11888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
11889         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
11890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
11891         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
11892         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
11893         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
11894         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
11895         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
11896         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
11897         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
11898         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
11899         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
11900         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
11901         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
11902         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
11903         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
11904         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
11905         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
11906         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
11907         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
11908         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
11909         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
11910         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
11911         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
11912         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
11913         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
11914         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
11915         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
11916         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
11917         * sysdeps/x86_64/strcspn.S: Likewise.
11918
11919 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
11920
11921         * locale/C-translit.h: Revert #include <stdint.h> because this is a
11922         generated file.  Regenerate properly from gen-translit.pl.
11923         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
11924         locale/C-translit.h.
11925
11926 2013-06-05  Andreas Schwab  <schwab@suse.de>
11927
11928         [BZ #15100]
11929         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
11930         week as 6 instead of -1.
11931         * time/tst-strptime.c (day_tests): Add test case.
11932
11933 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11934
11935         * sysdeps/generic/math_private.h
11936         (libc_feholdexcept_setround_53bit): Replace with
11937         libc_feholdsetround_53bit.
11938         (libc_feupdateenv_53bit): Replace with
11939         libc_feresetround_53bit.
11940         (SET_RESTORE_ROUND_53BIT): Adjust.
11941
11942 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
11943
11944         * string/test-strchrnul.c: Add copyright header.
11945
11946         * posix/tst-getaddrinfo4.c: Increase test timeout.
11947
11948 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
11949
11950         [BZ #15536]
11951         * math/libm-test.inc (MAX_EXP): Remove
11952         (MIN_EXP): Define.
11953         (ulp): Use MIN_EXP - MANT_DIG.
11954         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
11955
11956 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
11957
11958         * po/be.po: Revert last change.
11959         * po/zh_CN.po: Likewise.
11960         * po/header.pot: Likewise.
11961
11962 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
11963
11964         * Makefile ($(common-objpfx)linkobj/libc.so): Define
11965         link-libc-deps to empty as target-specific variable.
11966         * Makerules (link-libc-args): New variable.
11967         (libc-for-link): Likewise.
11968         (link-libc-deps): Likewise.
11969         (lib%.so): Depend on $(link-libc-deps).  Link with
11970         $(link-libc-args).
11971         (build-module): Link with $(link-libc-args).
11972         (build-module-asneeded): Likewise.
11973         (build-module-helper-objlist): Filter out $(link-libc-deps) from
11974         list of objects.
11975         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
11976         target-specific variable.
11977         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
11978         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
11979         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
11980         libc.
11981         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
11982         libc and ld.so.
11983         ($(objpfx)libpcprofile.so): Likewise.
11984         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
11985         libc_nonshared.a.
11986         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
11987         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
11988         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
11989         $(link-libc-deps).
11990         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
11991         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
11992         * login/Makefile ($(objpfx)libutil.so): Likewise.
11993         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
11994         * math/Makefile ($(objpfx)libm.so): Likewise.
11995         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
11996         $(objpfx)libnsl.so): Define libc-for-link as target-specific
11997         variable instead of depending directly on libc.
11998         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
11999         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
12000         $(link-libc-deps).
12001         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
12002         libc.
12003         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
12004         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
12005         ($(objpfx)libanl.so): Likewise.
12006         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
12007         ld.so.
12008         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
12009         $(link-libc-deps).
12010         * sysdeps/i386/fpu/Makefile: Remove file.
12011         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
12012         ($(objpfx)libm.so): Remove dependency on ld.so.
12013
12014 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
12015
12016         [BZ # 15553]
12017         * nis/yp_xdr.c (XDRMAXNAME): Define.
12018         (XDRMAXRECORD): Define.
12019         (xdr_domainname): Use XDRMAXNAME.
12020         (xdr_mapname): Likewise.
12021         (xdr_peername): Likewise.
12022         (xdr_keydat): Use XDRMAXRECORD.
12023         (xdr_valdat): Likewise.
12024
12025 2013-05-30  Jeff Law  <law@redhat.com>
12026
12027         [BZ #14256]
12028         * manual/errno.texi (ESTALE): Update to account for more than
12029         just NFS file systems.
12030         * sysdeps/gnu/errlist.c: Regenerated.
12031
12032 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
12033
12034         [BZ #15465]
12035         * elf/Makefile (tests): Add tst-null-argv.
12036         (modules-names):  Add tst-null-argv-lib.
12037         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
12038         (tst-null-argv-ENV): Set environment for tst-null-argv.
12039         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
12040         (RTLD_PROGNAME): New macro.
12041         * elf/tst-null-argv.c: New test case.
12042         * elf/tst-null-argv-lib.c: Library for test case.
12043         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
12044         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
12045         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
12046         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
12047         * elf/dl-init.c (call_init): Likewise.
12048         (_dl_init): Likewise.
12049         * elf/dl-load.c (print_search_path): Likewise.
12050         (_dl_map_object): Likewise.
12051         * elf/dl-lookup.c (do_lookup_x): Likewise.
12052         (add_dependency): Likewise.
12053         (_dl_lookup_symbol_x): Likewise.
12054         (_dl_debug_bindings): Likewise.
12055         * elf/dl-open.c (_dl_show_scope): Likewise.
12056         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
12057         * elf/dl-version.c (match_symbol): Likewise.
12058         (_dl_check_map_versions): Likewise.
12059         * elf/rtld.c (dl_main): Likewise.
12060         (print_unresolved): Use RTLD_PROGNAME.
12061         (print_missing_version): Likewise.
12062         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
12063         (elf_machine_rela): Likewise.
12064         * sysdeps/powerpc/powerpc32/dl-machine.c
12065         (__process_machine_rela): Likewise.
12066         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
12067         Likewise.
12068         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
12069         Likewise.
12070         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
12071         Likewise.
12072         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
12073         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
12074         Likewise.
12075         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
12076         Likewise.
12077         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
12078
12079 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
12080
12081         * po/be.po: Add descriptive title.
12082         * po/zh_CN.po: Likewise.
12083         * po/header.pot: Likewise.
12084
12085 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
12086
12087         * locale/programs/locarchive.c (create_archive): Inlucde fname in
12088         error message.
12089         (enlarge_archive): Likewise.
12090
12091 2013-05-28  Ben North  <ben@redfrontdoor.org>
12092
12093         * manual/arith.texi (frexp): It is the magnitude of the return
12094         value which lies in [0.5, 1), not the return value itself.
12095
12096 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12097
12098         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12099
12100 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
12101
12102         * stdio-common/bug26.c (main): Correct fscanf template.
12103
12104         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
12105         declare _dl_skip_args.
12106
12107         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
12108         Don't declare.
12109
12110         * manual/platform.texi: Add missing @end deftypefun.
12111
12112 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
12113
12114         [BZ #15529]
12115         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
12116         bit of mantissa of 2^16382.
12117         * math/libm-test.inc (hypot_test_data): Add more tests.
12118
12119         * math/libm-test.inc: Add drem and pow10 to list of tested
12120         functions.
12121         (pow10_test): New function.
12122         (drem_test): Likewise.
12123         (drem_test_tonearest): Likewise.
12124         (drem_test_towardzero): Likewise.
12125         (drem_test_downward): Likewise.
12126         (drem_test_upward): Likewise.
12127         (main): Call the new functions.
12128
12129         * math/libm-test.inc (finite_test_data): Remove.
12130         (finite_test): Run tests from isfinite_test_data.
12131         (gamma_test_data): Remove.
12132         (gamma_test): Run tests from lgamma_test_data.
12133         * sysdeps/i386/fpu/libm-test-ulps: Update.
12134         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12135
12136 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12137
12138         * manual/platform.texi: Add PowerPC PPR function set documentation.
12139         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
12140         implementation.
12141
12142 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
12143
12144         * math/libm-test.inc (MAX_EXP): Define.
12145         (ULPDIFF): Define.
12146         (ulp): New function.
12147         (check_float_internal): Use ULPDIFF.
12148         (cpow_test): Disable failing test.
12149         (check_ulp): Test ulp() implemetnation.
12150         (main): Call check_ulp before starting tests.
12151
12152 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
12153
12154         * math/gen-libm-test.pl (generate_testfile): Do not handle
12155         START_DATA and END_DATA.
12156         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
12157         END_DATA.
12158         (acos_tonearest_test_data): Likewise.
12159         (acos_towardzero_test_data): Likewise.
12160         (acos_downward_test_data): Likewise.
12161         (acos_upward_test_data): Likewise.
12162         (acosh_test_data): Likewise.
12163         (asin_test_data): Likewise.
12164         (asin_tonearest_test_data): Likewise.
12165         (asin_towardzero_test_data): Likewise.
12166         (asin_downward_test_data): Likewise.
12167         (asin_upward_test_data): Likewise.
12168         (asinh_test_data): Likewise.
12169         (atan_test_data): Likewise.
12170         (atanh_test_data): Likewise.
12171         (atan2_test_data): Likewise.
12172         (cabs_test_data): Likewise.
12173         (cacos_test_data): Likewise.
12174         (cacosh_test_data): Likewise.
12175         (carg_test_data): Likewise.
12176         (casin_test_data): Likewise.
12177         (casinh_test_data): Likewise.
12178         (catan_test_data): Likewise.
12179         (catanh_test_data): Likewise.
12180         (cbrt_test_data): Likewise.
12181         (ccos_test_data): Likewise.
12182         (ccosh_test_data): Likewise.
12183         (ceil_test_data): Likewise.
12184         (cexp_test_data): Likewise.
12185         (cimag_test_data): Likewise.
12186         (clog_test_data): Likewise.
12187         (clog10_test_data): Likewise.
12188         (conj_test_data): Likewise.
12189         (copysign_test_data): Likewise.
12190         (cos_test_data): Likewise.
12191         (cos_tonearest_test_data): Likewise.
12192         (cos_towardzero_test_data): Likewise.
12193         (cos_downward_test_data): Likewise.
12194         (cos_upward_test_data): Likewise.
12195         (cosh_test_data): Likewise.
12196         (cosh_tonearest_test_data): Likewise.
12197         (cosh_towardzero_test_data): Likewise.
12198         (cosh_downward_test_data): Likewise.
12199         (cosh_upward_test_data): Likewise.
12200         (cpow_test_data): Likewise.
12201         (cproj_test_data): Likewise.
12202         (creal_test_data): Likewise.
12203         (csin_test_data): Likewise.
12204         (csinh_test_data): Likewise.
12205         (csqrt_test_data): Likewise.
12206         (ctan_test_data): Likewise.
12207         (ctan_tonearest_test_data): Likewise.
12208         (ctan_towardzero_test_data): Likewise.
12209         (ctan_downward_test_data): Likewise.
12210         (ctan_upward_test_data): Likewise.
12211         (ctanh_test_data): Likewise.
12212         (ctanh_tonearest_test_data): Likewise.
12213         (ctanh_towardzero_test_data): Likewise.
12214         (ctanh_downward_test_data): Likewise.
12215         (ctanh_upward_test_data): Likewise.
12216         (erf_test_data): Likewise.
12217         (erfc_test_data): Likewise.
12218         (exp_test_data): Likewise.
12219         (exp_tonearest_test_data): Likewise.
12220         (exp_towardzero_test_data): Likewise.
12221         (exp_downward_test_data): Likewise.
12222         (exp_upward_test_data): Likewise.
12223         (exp10_test_data): Likewise.
12224         (exp2_test_data): Likewise.
12225         (expm1_test_data): Likewise.
12226         (fabs_test_data): Likewise.
12227         (fdim_test_data): Likewise.
12228         (finite_test_data): Likewise.
12229         (floor_test_data): Likewise.
12230         (fma_test_data): Likewise.
12231         (fma_towardzero_test_data): Likewise.
12232         (fma_downward_test_data): Likewise.
12233         (fma_upward_test_data): Likewise.
12234         (fmax_test_data): Likewise.
12235         (fmin_test_data): Likewise.
12236         (fmod_test_data): Likewise.
12237         (fpclassify_test_data): Likewise.
12238         (frexp_test_data): Likewise.
12239         (gamma_test_data): Likewise.
12240         (hypot_test_data): Likewise.
12241         (ilogb_test_data): Likewise.
12242         (isfinite_test_data): Likewise.
12243         (isgreater_test_data): Likewise.
12244         (isgreaterequal_test_data): Likewise.
12245         (isinf_test_data): Likewise.
12246         (isless_test_data): Likewise.
12247         (islessequal_test_data): Likewise.
12248         (islessgreater_test_data): Likewise.
12249         (isnan_test_data): Likewise.
12250         (isnormal_test_data): Likewise.
12251         (issignaling_test_data): Likewise.
12252         (isunordered_test_data): Likewise.
12253         (j0_test_data): Likewise.
12254         (j1_test_data): Likewise.
12255         (jn_test_data): Likewise.
12256         (ldexp_test_data): Likewise.
12257         (lgamma_test_data): Likewise.
12258         (lrint_test_data): Likewise.
12259         (lrint_tonearest_test_data): Likewise.
12260         (lrint_towardzero_test_data): Likewise.
12261         (lrint_downward_test_data): Likewise.
12262         (lrint_upward_test_data): Likewise.
12263         (llrint_test_data): Likewise.
12264         (llrint_tonearest_test_data): Likewise.
12265         (llrint_towardzero_test_data): Likewise.
12266         (llrint_downward_test_data): Likewise.
12267         (llrint_upward_test_data): Likewise.
12268         (log_test_data): Likewise.
12269         (log10_test_data): Likewise.
12270         (log1p_test_data): Likewise.
12271         (log2_test_data): Likewise.
12272         (logb_test_data): Likewise.
12273         (logb_downward_test_data): Likewise.
12274         (lround_test_data): Likewise.
12275         (llround_test_data): Likewise.
12276         (modf_test_data): Likewise.
12277         (nearbyint_test_data): Likewise.
12278         (nextafter_test_data): Likewise.
12279         (nexttoward_test_data): Likewise.
12280         (pow_test_data): Likewise.
12281         (pow_tonearest_test_data): Likewise.
12282         (pow_towardzero_test_data): Likewise.
12283         (pow_downward_test_data): Likewise.
12284         (pow_upward_test_data): Likewise.
12285         (remainder_test_data): Likewise.
12286         (remainder_tonearest_test_data): Likewise.
12287         (remainder_towardzero_test_data): Likewise.
12288         (remainder_downward_test_data): Likewise.
12289         (remainder_upward_test_data): Likewise.
12290         (remquo_test_data): Likewise.
12291         (rint_test_data): Likewise.
12292         (rint_tonearest_test_data): Likewise.
12293         (rint_towardzero_test_data): Likewise.
12294         (rint_downward_test_data): Likewise.
12295         (rint_upward_test_data): Likewise.
12296         (round_test_data): Likewise.
12297         (scalb_test_data): Likewise.
12298         (scalbn_test_data): Likewise.
12299         (scalbln_test_data): Likewise.
12300         (signbit_test_data): Likewise.
12301         (sin_test_data): Likewise.
12302         (sin_tonearest_test_data): Likewise.
12303         (sin_towardzero_test_data): Likewise.
12304         (sin_downward_test_data): Likewise.
12305         (sin_upward_test_data): Likewise.
12306         (sincos_test_data): Likewise.
12307         (sinh_test_data): Likewise.
12308         (sinh_tonearest_test_data): Likewise.
12309         (sinh_towardzero_test_data): Likewise.
12310         (sinh_downward_test_data): Likewise.
12311         (sinh_upward_test_data): Likewise.
12312         (sqrt_test_data): Likewise.
12313         (tan_test_data): Likewise.
12314         (tan_tonearest_test_data): Likewise.
12315         (tan_towardzero_test_data): Likewise.
12316         (tan_downward_test_data): Likewise.
12317         (tan_upward_test_data): Likewise.
12318         (tanh_test_data): Likewise.
12319         (tgamma_test_data): Likewise.
12320         (trunc_test_data): Likewise.
12321         (y0_test_data): Likewise.
12322         (y1_test_data): Likewise.
12323         (yn_test_data): Likewise.
12324         (significand_test_data): Likewise.
12325
12326         * math/gen-libm-test.pl (@functions): Remove variable.
12327         (generate_testfile): Don't handle START and END lines.
12328         * math/libm-test.inc (START): New macro.
12329         (END): Likewise.
12330         (END_COMPLEX): Likewise.
12331         (acos_test): Use END macro without arguments.
12332         (acos_test_tonearest): Likewise.
12333         (acos_test_towardzero): Likewise.
12334         (acos_test_downward): Likewise.
12335         (acos_test_upward): Likewise.
12336         (acosh_test): Likewise.
12337         (asin_test): Likewise.
12338         (asin_test_tonearest): Likewise.
12339         (asin_test_towardzero): Likewise.
12340         (asin_test_downward): Likewise.
12341         (asin_test_upward): Likewise.
12342         (asinh_test): Likewise.
12343         (atan_test): Likewise.
12344         (atanh_test): Likewise.
12345         (atan2_test): Likewise.
12346         (cabs_test): Likewise.
12347         (cacos_test): Use END_COMPLEX macro without arguments.
12348         (cacosh_test): Likewise.
12349         (carg_test): Use END macro without arguments.
12350         (casin_test): Use END_COMPLEX macro without arguments.
12351         (casinh_test): Likewise.
12352         (catan_test): Likewise.
12353         (catanh_test): Likewise.
12354         (cbrt_test): Use END macro without arguments.
12355         (ccos_test): Use END_COMPLEX macro without arguments.
12356         (ccosh_test): Likewise.
12357         (ceil_test): Use END macro without arguments.
12358         (cexp_test): Use END_COMPLEX macro without arguments.
12359         (cimag_test): Use END macro without arguments.
12360         (clog_test): Use END_COMPLEX macro without arguments.
12361         (clog10_test): Likewise.
12362         (conj_test): Likewise.
12363         (copysign_test): Use END macro without arguments.
12364         (cos_test): Likewise.
12365         (cos_test_tonearest): Likewise.
12366         (cos_test_towardzero): Likewise.
12367         (cos_test_downward): Likewise.
12368         (cos_test_upward): Likewise.
12369         (cosh_test): Likewise.
12370         (cosh_test_tonearest): Likewise.
12371         (cosh_test_towardzero): Likewise.
12372         (cosh_test_downward): Likewise.
12373         (cosh_test_upward): Likewise.
12374         (cpow_test): Use END_COMPLEX macro without arguments.
12375         (cproj_test): Likewise.
12376         (creal_test): Use END macro without arguments.
12377         (csin_test): Use END_COMPLEX macro without arguments.
12378         (csinh_test): Likewise.
12379         (csqrt_test): Likewise.
12380         (ctan_test): Likewise.
12381         (ctan_test_tonearest): Likewise.
12382         (ctan_test_towardzero): Likewise.
12383         (ctan_test_downward): Likewise.
12384         (ctan_test_upward): Likewise.
12385         (ctanh_test): Likewise.
12386         (ctanh_test_tonearest): Likewise.
12387         (ctanh_test_towardzero): Likewise.
12388         (ctanh_test_downward): Likewise.
12389         (ctanh_test_upward): Likewise.
12390         (erf_test): Use END macro without arguments.
12391         (erfc_test): Likewise.
12392         (exp_test): Likewise.
12393         (exp_test_tonearest): Likewise.
12394         (exp_test_towardzero): Likewise.
12395         (exp_test_downward): Likewise.
12396         (exp_test_upward): Likewise.
12397         (exp10_test): Likewise.
12398         (exp2_test): Likewise.
12399         (expm1_test): Likewise.
12400         (fabs_test): Likewise.
12401         (fdim_test): Likewise.
12402         (finite_test): Likewise.
12403         (floor_test): Likewise.
12404         (fma_test): Likewise.
12405         (fma_test_towardzero): Likewise.
12406         (fma_test_downward): Likewise.
12407         (fma_test_upward): Likewise.
12408         (fmax_test): Likewise.
12409         (fmin_test): Likewise.
12410         (fmod_test): Likewise.
12411         (fpclassify_test): Likewise.
12412         (frexp_test): Likewise.
12413         (gamma_test): Likewise.
12414         (hypot_test): Likewise.
12415         (ilogb_test): Likewise.
12416         (isfinite_test): Likewise.
12417         (isgreater_test): Likewise.
12418         (isgreaterequal_test): Likewise.
12419         (isinf_test): Likewise.
12420         (isless_test): Likewise.
12421         (islessequal_test): Likewise.
12422         (islessgreater_test): Likewise.
12423         (isnan_test): Likewise.
12424         (isnormal_test): Likewise.
12425         (issignaling_test): Likewise.
12426         (isunordered_test): Likewise.
12427         (j0_test): Likewise.
12428         (j1_test): Likewise.
12429         (jn_test): Likewise.
12430         (ldexp_test): Likewise.
12431         (lgamma_test): Likewise.
12432         (lrint_test): Likewise.
12433         (lrint_test_tonearest): Likewise.
12434         (lrint_test_towardzero): Likewise.
12435         (lrint_test_downward): Likewise.
12436         (lrint_test_upward): Likewise.
12437         (llrint_test): Likewise.
12438         (llrint_test_tonearest): Likewise.
12439         (llrint_test_towardzero): Likewise.
12440         (llrint_test_downward): Likewise.
12441         (llrint_test_upward): Likewise.
12442         (log_test): Likewise.
12443         (log10_test): Likewise.
12444         (log1p_test): Likewise.
12445         (log2_test): Likewise.
12446         (logb_test): Likewise.
12447         (logb_test_downward): Likewise.
12448         (lround_test): Likewise.
12449         (llround_test): Likewise.
12450         (modf_test): Likewise.
12451         (nearbyint_test): Likewise.
12452         (nextafter_test): Likewise.
12453         (nexttoward_test): Likewise.
12454         (pow_test): Likewise.
12455         (pow_test_tonearest): Likewise.
12456         (pow_test_towardzero): Likewise.
12457         (pow_test_downward): Likewise.
12458         (pow_test_upward): Likewise.
12459         (remainder_test): Likewise.
12460         (remainder_test_tonearest): Likewise.
12461         (remainder_test_towardzero): Likewise.
12462         (remainder_test_downward): Likewise.
12463         (remainder_test_upward): Likewise.
12464         (remquo_test): Likewise.
12465         (rint_test): Likewise.
12466         (rint_test_tonearest): Likewise.
12467         (rint_test_towardzero): Likewise.
12468         (rint_test_downward): Likewise.
12469         (rint_test_upward): Likewise.
12470         (round_test): Likewise.
12471         (scalb_test): Likewise.
12472         (scalbn_test): Likewise.
12473         (scalbln_test): Likewise.
12474         (signbit_test): Likewise.
12475         (sin_test): Likewise.
12476         (sin_test_tonearest): Likewise.
12477         (sin_test_towardzero): Likewise.
12478         (sin_test_downward): Likewise.
12479         (sin_test_upward): Likewise.
12480         (sincos_test): Likewise.
12481         (sinh_test): Likewise.
12482         (sinh_test_tonearest): Likewise.
12483         (sinh_test_towardzero): Likewise.
12484         (sinh_test_downward): Likewise.
12485         (sinh_test_upward): Likewise.
12486         (sqrt_test): Likewise.
12487         (tan_test): Likewise.
12488         (tan_test_tonearest): Likewise.
12489         (tan_test_towardzero): Likewise.
12490         (tan_test_downward): Likewise.
12491         (tan_test_upward): Likewise.
12492         (tanh_test): Likewise.
12493         (tgamma_test): Likewise.
12494         (trunc_test): Likewise.
12495         (y0_test): Likewise.
12496         (y1_test): Likewise.
12497         (yn_test): Likewise.
12498         (significand_test): Likewise.
12499
12500 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
12501
12502         [BZ #15381]
12503         * libio/genops.c (_IO_no_init): Initialize wide struct info.
12504
12505 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
12506
12507         [BZ #14894]
12508         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
12509         __ppc_mdoio and __ppc_mdoom.
12510         * manual/platform.texi: Document new functions __ppc_yield,
12511         __ppc_mdoio and __ppc_mdoom.
12512
12513 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
12514
12515         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
12516         (main): Mention "tls" pseudo-hwcap is legacy.
12517         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
12518
12519 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
12520
12521         * math/gen-libm-test.pl (parse_args): Output only string of
12522         arguments as text for test name, not full call or descriptions of
12523         tests for extra outputs.
12524         (generate_testfile): Do not pass function name to parse_args.
12525         Generate this_func variable from START.
12526         * math/libm-test.inc (struct test_f_f_data): Rename test_name
12527         field to arg_str.
12528         (struct test_ff_f_data): Likewise.
12529         (test_ff_f_data_nexttoward): Likewise.
12530         (struct test_fi_f_data): Likewise.
12531         (struct test_fl_f_data): Likewise.
12532         (struct test_if_f_data): Likewise.
12533         (struct test_fff_f_data): Likewise.
12534         (struct test_c_f_data): Likewise.
12535         (struct test_f_f1_data): Likewise.  Remove field extra_name.
12536         (struct test_fF_f1_data): Likewise.
12537         (struct test_ffI_f1_data): Likewise.
12538         (struct test_c_c_data): Rename test_name field to arg_str.
12539         (struct test_cc_c_data): Likewise.
12540         (struct test_f_i_data): Likewise.
12541         (struct test_ff_i_data): Likewise.
12542         (struct test_f_l_data): Likewise.
12543         (struct test_f_L_data): Likewise.
12544         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
12545         and extra2_name.
12546         (COMMON_TEST_SETUP): New macro.
12547         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
12548         (COMMON_TEST_CLEANUP): Likewise.
12549         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
12550         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
12551         macros.
12552         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
12553         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
12554         macros.
12555         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
12556         (RUN_TEST_fff_f): Take argument string.  Call new setup and
12557         cleanup macros.
12558         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
12559         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
12560         macros.
12561         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
12562         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
12563         macros.
12564         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
12565         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
12566         cleanup macros.
12567         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
12568         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
12569         cleanup macros.
12570         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
12571         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
12572         cleanup macros.
12573         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
12574         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
12575         macros.
12576         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
12577         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
12578         macros.
12579         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
12580         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
12581         macros.
12582         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
12583         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
12584         cleanup macros.
12585         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
12586         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
12587         cleanup macros.
12588         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
12589         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
12590         macros.
12591         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
12592         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
12593         cleanup macros.
12594         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
12595         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
12596         macros.
12597         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
12598         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
12599         macros.
12600         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
12601         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
12602         cleanup macros.
12603         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
12604
12605 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
12606
12607         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
12608         to _sifields.sigfault.
12609         (si_addr_lsb): Define new macro.
12610         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
12611         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
12612         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
12613
12614 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
12615
12616         [BZ #15441]
12617         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
12618         returns -1.
12619         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
12620         null return -1.
12621         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
12622         loading the domain.
12623
12624 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
12625
12626         * math/gen-libm-test.pl (parse_args): Do not include expected
12627         result in test name.
12628         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
12629         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
12630         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
12631         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
12632         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
12633         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12634
12635 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
12636
12637         * benchtests/Makefile: Sort function entries.
12638
12639         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
12640         tanh, asinh, acosh, atanh.
12641         * benchtests/acos-inputs: New file.
12642         * benchtests/acosh-inputs: New file.
12643         * benchtests/asin-inputs: New file.
12644         * benchtests/asinh-inputs: New file.
12645         * benchtests/atanh-inputs: New file.
12646         * benchtests/cosh-inputs: New file.
12647         * benchtests/log-inputs: New file.
12648         * benchtests/sinh-inputs: New file.
12649         * benchtests/tanh-inputs: New file.
12650
12651 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
12652
12653         [BZ #15339]
12654         * posix/tst-getaddrinfo4.c: New test.
12655         * posix/Makefile (tests): Add it.
12656
12657 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12658
12659         [BZ #15339]
12660         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
12661         when no services were used.
12662         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
12663         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
12664
12665 2013-05-21  Andreas Schwab  <schwab@suse.de>
12666
12667         [BZ #15014]
12668         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
12669         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
12670         successful.
12671         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
12672         redundant variable declarations and reallocation of buffer when
12673         parsing as IPv6 address.  Always set NSS status when called from
12674         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
12675         buffer too small.  Correct computation of needed size.
12676         * nss/Makefile (tests): Add test-digits-dots.
12677         * nss/test-digits-dots.c: New test.
12678
12679 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12680
12681         * benchtests/Makefile: Remove instructions for adding
12682         benchmark tests.
12683         * benchtests/README: New file to explain how to execute and
12684         enhance the benchmark tests.
12685
12686 2013-05-21  Andreas Schwab  <schwab@suse.de>
12687
12688         [BZ #15493]
12689         * setjmp/Makefile (tests): Add tst-sigsetjmp.
12690         * setjmp/tst-sigsetjmp.c: New test.
12691
12692 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
12693
12694         * sysdeps/x86_64/memset.S (memset): New implementation.
12695         (__bzero): Likewise.
12696         (__memset_tail): New function.
12697
12698 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
12699
12700         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
12701         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
12702         __memcpy_sse2_unaligned ifunc selection.
12703         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
12704         Add memcpy-sse2-unaligned.S.
12705         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
12706         Add: __memcpy_sse2_unaligned.
12707
12708 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
12709
12710         [BZ #15490]
12711         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
12712         math_force_eval before restoring floating-point envrionment.
12713         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
12714         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
12715         Likewise.
12716         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
12717         <math_private.h>.
12718         (__nearbyintl): Use math_force_eval before restoring
12719         floating-point environment.
12720         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
12721
12722         * math/gen-libm-test.pl (special_functions): Remove.
12723         (parse_args): Don't handle TEST_extra.  Handle functions with no
12724         return value.
12725         * math/libm-test.inc (struct test_sincos_data): Replace with
12726         struct test_fFF_11_data.
12727         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
12728         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
12729         (sincos_test_data): Change element type to struct
12730         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
12731         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
12732         RUN_TEST_LOOP_sincos.
12733         * math/README.libm-test: Don't mention special handling of
12734         individual functions.
12735         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
12736         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
12737         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
12738         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
12739         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
12740         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12741
12742         * math/gen-libm-test.pl (get_variable): Remove function.
12743         (parse_args): Don't show pointer parameters to call in test
12744         names.  Use "extra output N" in test names for extra outputs
12745         rather than naming variables.
12746
12747 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
12748
12749         [BZ #15488]
12750         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
12751         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
12752         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
12753         double tests.
12754         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
12755         disable.
12756         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
12757         check_long_double.
12758
12759         * math/gen-libm-test.pl (@tests): Remove variable.
12760         ($count): Likewise.
12761         (new_test): Remove function.
12762         (show_exceptions): New function.
12763         (special_functions): Use show_exceptions instead of new_test.
12764         (parse_args): Likewise.
12765         (generate_testfile): Pass only function name in generated call to
12766         print_max_error or print_complex_max_error.
12767         (get_ulps): Do not handle complex tests specially.
12768         (output_test): Rename to ...
12769         (get_all_ulps_for_test): ... this.  Return a string rather than
12770         printing to a file.  Require ulps to be present.
12771         (output_ulps): Generate arrays rather than #defines.
12772         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
12773         (struct ulp_data): New type.
12774         (BUILD_COMPLEX_ULP): Remove macro.
12775         (compare_ulp_data): New function.
12776         (find_ulps): Likewise.
12777         (find_test_ulps): Likewise.
12778         (find_function_ulps): Likewise.
12779         (find_complex_function_ulps): Likewise.
12780         (print_max_error): Determine allowed ulps using
12781         find_function_ulps.
12782         (print_complex_max_error): Determine allowed ulps using
12783         find_complex_function_ulps.
12784         (check_float_internal): Determine max ulps using find_test_ulps.
12785         (check_float): Do not take max_ulp parameter.  Update call to
12786         check_float_internal.
12787         (check_complex): Likewise.
12788         (check_int): Do not take max_ulp parameter.
12789         (check_long): Likewise.
12790         (check_bool): Likewise.
12791         (check_longlong): Likewise.
12792         (struct test_f_f_data): Remove max_ulp field.
12793         (struct test_ff_f_data): Likewise.
12794         (struct test_ff_f_data_nexttoward): Likewise.
12795         (struct test_fi_f_data): Likewise.
12796         (struct test_fl_f_data): Likewise.
12797         (struct test_if_f_data): Likewise.
12798         (struct test_fff_f_data): Likewise.
12799         (struct test_c_f_data): Likewise.
12800         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
12801         (struct test_fF_f1_data): Likewise.
12802         (struct test_ffI_f1_data): Likewise.
12803         (struct test_c_c_data): Remove max_ulp field.
12804         (struct test_cc_c_data): Likewise.
12805         (struct test_f_i_data): Likewise.
12806         (struct test_ff_i_data): Likewise.
12807         (struct test_f_l_data): Likewise.
12808         (struct test_f_L_data): Likewise.
12809         (struct test_sincos_data): Likewise.
12810         (RUN_TEST_f_f): Do not handle ulps.
12811         (RUN_TEST_LOOP_f_f): Likewise.
12812         (RUN_TEST_2_f): Likewise.
12813         (RUN_TEST_LOOP_2_f): Likewise.
12814         (RUN_TEST_fff_f): Likewise.
12815         (RUN_TEST_LOOP_fff_f): Likewise.
12816         (RUN_TEST_c_f): Likewise.
12817         (RUN_TEST_LOOP_c_f): Likewise.
12818         (RUN_TEST_f_f1): Likewise.
12819         (RUN_TEST_LOOP_f_f1): Likewise.
12820         (RUN_TEST_fF_f1): Likewise.
12821         (RUN_TEST_LOOP_fF_f1): Likewise.
12822         (RUN_TEST_fI_f1): Likewise.
12823         (RUN_TEST_LOOP_fI_f1): Likewise.
12824         (RUN_TEST_ffI_f1): Likewise.
12825         (RUN_TEST_LOOP_ffI_f1): Likewise.
12826         (RUN_TEST_c_c): Likewise.
12827         (RUN_TEST_LOOP_c_c): Likewise.
12828         (RUN_TEST_cc_c): Likewise.
12829         (RUN_TEST_LOOP_cc_c): Likewise.
12830         (RUN_TEST_f_i): Likewise.
12831         (RUN_TEST_LOOP_f_i): Likewise.
12832         (RUN_TEST_f_i_tg): Likewise.
12833         (RUN_TEST_LOOP_f_i_tg): Likewise.
12834         (RUN_TEST_ff_i_tg): Likewise.
12835         (RUN_TEST_LOOP_ff_i_tg): Likewise.
12836         (RUN_TEST_f_b): Likewise.
12837         (RUN_TEST_LOOP_f_b): Likewise.
12838         (RUN_TEST_f_b_tg): Likewise.
12839         (RUN_TEST_LOOP_f_b_tg): Likewise.
12840         (RUN_TEST_f_l): Likewise.
12841         (RUN_TEST_LOOP_f_l): Likewise.
12842         (RUN_TEST_f_L): Likewise.
12843         (RUN_TEST_LOOP_f_L): Likewise.
12844         (RUN_TEST_sincos): Likewise.
12845         (RUN_TEST_LOOP_sincos): Likewise.
12846
12847 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
12848
12849         [BZ #15480]
12850         [BZ #15485]
12851         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
12852         main case of finite arguments, set rounding mode to FE_TONEAREST
12853         and discard exceptions.
12854         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
12855         exceptions.
12856         (remainder_tonearest_test_data): New variable.
12857         (remainder_test_tonearest): New function.
12858         (remainder_towardzero_test_data): New variable.
12859         (remainder_test_towardzero): New function.
12860         (remainder_downward_test_data): New variable.
12861         (remainder_test_downward): New function.
12862         (remainder_upward_test_data): New variable.
12863         (remainder_test_upward): New function.
12864         (main): Call the new test functions.
12865
12866         * math/libm-test.inc (struct test_f_f1_data): Remove field
12867         extra_init.
12868         (struct test_fF_f1_data): Likewise.
12869         (struct test_ffI_f1_data): Likewise.
12870         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
12871         based on value of EXTRA_EXPECTED.
12872         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
12873         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
12874         EXTRA_VAR based on value of EXTRA_EXPECTED.
12875         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
12876         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
12877         EXTRA_VAR based on value of EXTRA_EXPECTED.
12878         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
12879         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
12880         EXTRA_VAR based on value of EXTRA_EXPECTED.
12881         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
12882         * math/gen-libm-test.pl (parse_args): Don't output initializers
12883         for extra output values.
12884
12885         * math/libm-test.inc (check_int): Expect result to be exactly
12886         equal to expected value and do not handle ulps.
12887         (check_long): Likewise.
12888         (check_longlong): Likewise.
12889
12890         * math/libm-test.inc (ceil_test_data): Test for "inexact"
12891         exceptions.
12892         (cimag_test_data): Likewise.
12893         (conj_test_data): Likewise.
12894         (copysign_test_data): Likewise.
12895         (cproj_test_data): Likewise.
12896         (creal_test_data): Likewise.
12897         (fabs_test_data): Likewise.
12898         (fdim_test_data): Likewise.
12899         (finite_test_data): Likewise.
12900         (floor_test_data): Likewise.
12901         (fmax_test_data): Likewise.
12902         (fmin_test_data): Likewise.
12903         (fmod_test_data): Likewise.
12904         (fpclassify_test_data): Likewise.
12905         (frexp_test_data): Likewise.
12906         (ilogb_test_data): Likewise.
12907         (isfinite_test_data): Likewise.
12908         (isgreater_test_data): Likewise.
12909         (isgreaterequal_test_data): Likewise.
12910         (isinf_test_data): Likewise.
12911         (isless_test_data): Likewise.
12912         (islessequal_test_data): Likewise.
12913         (islessgreater_test_data): Likewise.
12914         (isnan_test_data): Likewise.
12915         (isnormal_test_data): Likewise.
12916         (issignaling_test_data): Likewise.
12917         (isunordered_test_data): Likewise.
12918         (ldexp_test_data): Likewise.
12919         (lrint_test_data): Likewise.
12920         (lrint_test_data) [TEST_FLOAT]: Disable one test.
12921         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
12922         (lrint_tonearest_test_data): Test for "inexact" exceptions.
12923         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
12924         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
12925         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
12926         test input.
12927         (lrint_towardzero_test_data): Test for "inexact" exceptions.
12928         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
12929         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
12930         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
12931         that test input.
12932         (lrint_downward_test_data): Test for "inexact" exceptions.
12933         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
12934         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
12935         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
12936         test input.
12937         (lrint_upward_test_data): Test for "inexact" exceptions.
12938         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
12939         test input.
12940         (llrint_test_data): Test for "inexact" exceptions.
12941         (llrint_test_data) [TEST_FLOAT]: Disable one test.
12942         (llrint_tonearest_test_data): Test for "inexact" exceptions.
12943         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
12944         (llrint_towardzero_test_data): Test for "inexact" exceptions.
12945         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
12946         (llrint_downward_test_data): Test for "inexact" exceptions.
12947         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
12948         (llrint_upward_test_data): Test for "inexact" exceptions.
12949         (logb_test_data): Likewise.
12950         (logb_downward_test_data): Likewise.
12951         (nextafter_test_data): Likewise.
12952         (nexttoward_test_data): Likewise.
12953         (remainder_test_data): Likewise.
12954         (remquo_test_data): Likewise.
12955         (scalbn_test_data): Likewise.
12956         (scalbln_test_data): Likewise.
12957         (signbit_test_data): Likewise.
12958         (sqrt_test_data): Likewise.
12959         (significand_test_data): Likewise.
12960
12961 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12962
12963         [BZ #15424]
12964         * benchtests/bench-modf.c (struct args): Mark arg0 as
12965         volatile.
12966         * scripts/bench.pl: Mark members of struct args as volatile.
12967
12968 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12969
12970         [BZ # 15497]
12971         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
12972         negative infinity on POWER6 or lower.
12973         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
12974
12975 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
12976
12977         [BZ #15442]
12978         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
12979         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
12980         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
12981         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
12982         (_FP_SETQNAN): New macro.
12983         (_FP_SETQNAN_SEMIRAW): Likewise.
12984         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
12985         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
12986         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
12987         (FP_EXTEND): Use _FP_FRAC_SNANP.
12988         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
12989         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
12990         into account.
12991         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
12992         New macro.
12993         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
12994         Likewise.
12995
12996 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
12997
12998         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
12999         with DIVIDE_BY_ZERO_EXCEPTION.
13000         (gamma_test_data): Likewise.
13001         (lgamma_test_data): Likewise.
13002         (log_test_data): Likewise.
13003         (log10_test_data): Likewise.
13004         (log2_test_data): Likewise.
13005         (tgamma_test_data): Likewise.
13006
13007         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
13008         (acos_test_tonearest): Likewise.
13009         (acos_test_towardzero): Likewise.
13010         (acos_test_downward): Likewise.
13011         (acos_test_upward): Likewise.
13012         (acosh_test): Likewise.
13013         (asin_test): Likewise.
13014         (asin_test_tonearest): Likewise.
13015         (asin_test_towardzero): Likewise.
13016         (asin_test_downward): Likewise.
13017         (asin_test_upward): Likewise.
13018         (asinh_test): Likewise.
13019         (atan_test): Likewise.
13020         (atanh_test): Likewise.
13021         (atan2_test): Likewise.
13022         (cabs_test): Likewise.
13023         (cacos_test): Likewise.
13024         (cacosh_test): Likewise.
13025         (casin_test): Likewise.
13026         (casinh_test): Likewise.
13027         (catan_test): Likewise.
13028         (catanh_test): Likewise.
13029         (cbrt_test): Likewise.
13030         (ccos_test): Likewise.
13031         (ccosh_test): Likewise.
13032         (cexp_test): Likewise.
13033         (clog_test): Likewise.
13034         (clog10_test): Likewise.
13035         (cos_test): Likewise.
13036         (cos_test_tonearest): Likewise.
13037         (cos_test_towardzero): Likewise.
13038         (cos_test_downward): Likewise.
13039         (cos_test_upward): Likewise.
13040         (cosh_test): Likewise.
13041         (cosh_test_tonearest): Likewise.
13042         (cosh_test_towardzero): Likewise.
13043         (cosh_test_downward): Likewise.
13044         (cosh_test_upward): Likewise.
13045         (cpow_test): Likewise.
13046         (csin_test): Likewise.
13047         (csinh_test): Likewise.
13048         (csqrt_test): Likewise.
13049         (ctan_test): Likewise.
13050         (ctan_test_tonearest): Likewise.
13051         (ctan_test_towardzero): Likewise.
13052         (ctan_test_downward): Likewise.
13053         (ctan_test_upward): Likewise.
13054         (ctanh_test): Likewise.
13055         (ctanh_test_tonearest): Likewise.
13056         (ctanh_test_towardzero): Likewise.
13057         (ctanh_test_downward): Likewise.
13058         (ctanh_test_upward): Likewise.
13059         (erf_test): Likewise.
13060         (erfc_test): Likewise.
13061         (exp_test): Likewise.
13062         (exp_test_tonearest): Likewise.
13063         (exp_test_towardzero): Likewise.
13064         (exp_test_downward): Likewise.
13065         (exp_test_upward): Likewise.
13066         (exp10_test): Likewise.
13067         (exp2_test): Likewise.
13068         (expm1_test): Likewise.
13069         (fmod_test): Likewise.
13070         (gamma_test): Likewise.
13071         (hypot_test): Likewise.
13072         (j0_test): Likewise.
13073         (j1_test): Likewise.
13074         (jn_test): Likewise.
13075         (lgamma_test): Likewise.
13076         (log_test): Likewise.
13077         (log10_test): Likewise.
13078         (log1p_test): Likewise.
13079         (log2_test): Likewise.
13080         (logb_test_downward): Likewise.
13081         (pow_test): Likewise.
13082         (pow_test_tonearest): Likewise.
13083         (pow_test_towardzero): Likewise.
13084         (pow_test_downward): Likewise.
13085         (pow_test_upward): Likewise.
13086         (remainder_test): Likewise.
13087         (remquo_test): Likewise.
13088         (sin_test): Likewise.
13089         (sin_test_tonearest): Likewise.
13090         (sin_test_towardzero): Likewise.
13091         (sin_test_downward): Likewise.
13092         (sin_test_upward): Likewise.
13093         (sincos_test): Likewise.
13094         (sinh_test): Likewise.
13095         (sinh_test_tonearest): Likewise.
13096         (sinh_test_towardzero): Likewise.
13097         (sinh_test_downward): Likewise.
13098         (sinh_test_upward): Likewise.
13099         (sqrt_test): Likewise.
13100         (tan_test): Likewise.
13101         (tan_test_tonearest): Likewise.
13102         (tan_test_towardzero): Likewise.
13103         (tan_test_downward): Likewise.
13104         (tan_test_upward): Likewise.
13105         (tanh_test): Likewise.
13106         (tgamma_test): Likewise.
13107         (y0_test): Likewise.
13108         (y1_test): Likewise.
13109         (yn_test): Likewise.
13110
13111         * math/gen-libm-test.pl (adjust_arg): Remove function.
13112         (special_function): Remove argument $in_func.  Only handle
13113         generating output for tables of tests, not inside functions.
13114         (parse_args): Likewise.
13115         (generate_testfile): Remove variable $in_func.  Update call to
13116         parse_args.
13117         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
13118         (MINUS_ZERO_INIT): Rename macro to minus_zero.
13119         (PLUS_INFTY_INIT): Rename macro to plus_infty.
13120         (MINUS_INFTY_INIT): Rename macro to minus_infty.
13121         (QNAN_VALUE_INIT): Rename macro to qnan_value.
13122         (MAX_VALUE_INIT): Rename macro to max_value.
13123         (MIN_VALUE_INIT): Rename macro to min_value.
13124         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
13125         (plus_zero): Remove variable.
13126         (minus_zero): Likewise.
13127         (plus_infty): Likewise.
13128         (minus_infty): Likewise.
13129         (qnan_value): Likewise.
13130         (max_value): Likewise.
13131         (min_value): Likewise.
13132         (min_subnorm_value): Likewise.
13133
13134 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
13135
13136         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
13137         uint64_t or uint32_t usage.
13138         * crypt/sha256-block.c: Likewise.
13139         * crypt/sha256-crypt.c: Likewise.
13140         * crypt/sha256.c: Likewise.
13141         * crypt/sha512-block.c: Likewise.
13142         * crypt/sha512-crypt.c: Likewise.
13143         * crypt/sha512.c: Likewise.
13144         * debug/backtrace-tst.c: Likewise.
13145         * debug/pcprofiledump.c: Likewise.
13146         * elf/cache.c: Likewise.
13147         * elf/dl-cache.c: Likewise.
13148         * elf/dl-misc.c: Likewise.
13149         * elf/dl-profile.c: Likewise.
13150         * elf/dl-support.c: Likewise.
13151         * elf/ldconfig.c: Likewise.
13152         * elf/sprof.c: Likewise.
13153         * iconv/dummy-repertoire.c: Likewise.
13154         * iconv/iconv_charmap.c: Likewise.
13155         * iconv/skeleton.c: Likewise.
13156         * iconvdata/8bit-generic.c: Likewise.
13157         * iconvdata/cp737.h: Likewise.
13158         * iconvdata/cp775.h: Likewise.
13159         * iconvdata/ibm1008.h: Likewise.
13160         * iconvdata/ibm1025.h: Likewise.
13161         * iconvdata/ibm1046.h: Likewise.
13162         * iconvdata/ibm1097.h: Likewise.
13163         * iconvdata/ibm1112.h: Likewise.
13164         * iconvdata/ibm1122.h: Likewise.
13165         * iconvdata/ibm1123.h: Likewise.
13166         * iconvdata/ibm1124.h: Likewise.
13167         * iconvdata/ibm1129.h: Likewise.
13168         * iconvdata/ibm1130.h: Likewise.
13169         * iconvdata/ibm1132.h: Likewise.
13170         * iconvdata/ibm1133.h: Likewise.
13171         * iconvdata/ibm1137.h: Likewise.
13172         * iconvdata/ibm1140.h: Likewise.
13173         * iconvdata/ibm1141.h: Likewise.
13174         * iconvdata/ibm1142.h: Likewise.
13175         * iconvdata/ibm1143.h: Likewise.
13176         * iconvdata/ibm1144.h: Likewise.
13177         * iconvdata/ibm1145.h: Likewise.
13178         * iconvdata/ibm1146.h: Likewise.
13179         * iconvdata/ibm1147.h: Likewise.
13180         * iconvdata/ibm1148.h: Likewise.
13181         * iconvdata/ibm1149.h: Likewise.
13182         * iconvdata/ibm1153.h: Likewise.
13183         * iconvdata/ibm1154.h: Likewise.
13184         * iconvdata/ibm1155.h: Likewise.
13185         * iconvdata/ibm1156.h: Likewise.
13186         * iconvdata/ibm1157.h: Likewise.
13187         * iconvdata/ibm1158.h: Likewise.
13188         * iconvdata/ibm1160.h: Likewise.
13189         * iconvdata/ibm1161.h: Likewise.
13190         * iconvdata/ibm1162.h: Likewise.
13191         * iconvdata/ibm1163.h: Likewise.
13192         * iconvdata/ibm1164.h: Likewise.
13193         * iconvdata/ibm1166.h: Likewise.
13194         * iconvdata/ibm1167.h: Likewise.
13195         * iconvdata/ibm12712.h: Likewise.
13196         * iconvdata/ibm1390.h: Likewise.
13197         * iconvdata/ibm1399.h: Likewise.
13198         * iconvdata/ibm16804.h: Likewise.
13199         * iconvdata/ibm4517.h: Likewise.
13200         * iconvdata/ibm4899.h: Likewise.
13201         * iconvdata/ibm4909.h: Likewise.
13202         * iconvdata/ibm4971.h: Likewise.
13203         * iconvdata/ibm5347.h: Likewise.
13204         * iconvdata/ibm803.h: Likewise.
13205         * iconvdata/ibm856.h: Likewise.
13206         * iconvdata/ibm901.h: Likewise.
13207         * iconvdata/ibm902.h: Likewise.
13208         * iconvdata/ibm9030.h: Likewise.
13209         * iconvdata/ibm9066.h: Likewise.
13210         * iconvdata/ibm921.h: Likewise.
13211         * iconvdata/ibm922.h: Likewise.
13212         * iconvdata/ibm9448.h: Likewise.
13213         * iconvdata/isiri-3342.h: Likewise.
13214         * iconvdata/jis0201.h: Likewise.
13215         * include/link.h: Likewise.
13216         * include/netdb.h: Likewise.
13217         * inet/check_native.c: Likewise.
13218         * inet/check_pf.c: Likewise.
13219         * inet/getipv4sourcefilter.c: Likewise.
13220         * inet/getnameinfo.c: Likewise.
13221         * inet/getsourcefilter.c: Likewise.
13222         * inet/htonl.c: Likewise.
13223         * inet/setipv4sourcefilter.c: Likewise.
13224         * inet/setsourcefilter.c: Likewise.
13225         * inet/test-inet6_opt.c: Likewise.
13226         * inet/tst-network.c: Likewise.
13227         * locale/C-collate.c: Likewise.
13228         * locale/C-ctype.c: Likewise.
13229         * locale/C-time.c: Likewise.
13230         * locale/C-translit.h: Likewise.
13231         * locale/loadarchive.c: Likewise.
13232         * locale/programs/3level.h: Likewise.
13233         * locale/programs/charmap.c: Likewise.
13234         * locale/programs/charmap.h: Likewise.
13235         * locale/programs/ld-address.c: Likewise.
13236         * locale/programs/ld-collate.c: Likewise.
13237         * locale/programs/ld-ctype.c: Likewise.
13238         * locale/programs/ld-identification.c: Likewise.
13239         * locale/programs/ld-measurement.c: Likewise.
13240         * locale/programs/ld-messages.c: Likewise.
13241         * locale/programs/ld-monetary.c: Likewise.
13242         * locale/programs/ld-name.c: Likewise.
13243         * locale/programs/ld-numeric.c: Likewise.
13244         * locale/programs/ld-paper.c: Likewise.
13245         * locale/programs/ld-telephone.c: Likewise.
13246         * locale/programs/ld-time.c: Likewise.
13247         * locale/programs/linereader.c: Likewise.
13248         * locale/programs/locale.c: Likewise.
13249         * locale/programs/locarchive.c: Likewise.
13250         * locale/programs/locfile.h: Likewise.
13251         * locale/programs/repertoire.c: Likewise.
13252         * locale/programs/simple-hash.c: Likewise.
13253         * locale/programs/simple-hash.h: Likewise.
13254         * malloc/memusage.c: Likewise.
13255         * malloc/memusagestat.c: Likewise.
13256         * nis/nis_defaults.c: Likewise.
13257         * nis/nis_hash.c: Likewise.
13258         * nis/nis_print.c: Likewise.
13259         * nis/nis_xdr.c: Likewise.
13260         * nscd/connections.c: Likewise.
13261         * nscd/hstcache.c: Likewise.
13262         * nscd/nscd_gethst_r.c: Likewise.
13263         * nscd/nscd_getserv_r.c: Likewise.
13264         * nscd/nscd_helper.c: Likewise.
13265         * nscd/servicescache.c: Likewise.
13266         * nss/makedb.c: Likewise.
13267         * nss/nss_db/db-XXX.c: Likewise.
13268         * nss/nss_db/db-initgroups.c: Likewise.
13269         * nss/nss_db/db-netgrp.c: Likewise.
13270         * nss/nss_files/files-network.c: Likewise.
13271         * nss/nss_files/files-parse.c: Likewise.
13272         * posix/bug-regex5.c: Likewise.
13273         * posix/fnmatch_loop.c: Likewise.
13274         * posix/regcomp.c: Likewise.
13275         * posix/regexec.c: Likewise.
13276         * posix/tst-rfc3484-2.c: Likewise.
13277         * posix/tst-rfc3484-3.c: Likewise.
13278         * posix/tst-rfc3484.c: Likewise.
13279         * resolv/nss_dns/dns-canon.c: Likewise.
13280         * resolv/nss_dns/dns-network.c: Likewise.
13281         * resolv/res_init.c: Likewise.
13282         * resolv/res_mkquery.c: Likewise.
13283         * resolv/tst-aton.c: Likewise.
13284         * stdlib/cxa_atexit.c: Likewise.
13285         * stdlib/cxa_finalize.c: Likewise.
13286         * stdlib/gen-fpioconst.c: Likewise.
13287         * stdlib/strtol_l.c: Likewise.
13288         * string/tst-endian.c: Likewise.
13289         * sunrpc/auth_des.c: Likewise.
13290         * sunrpc/clnt_udp.c: Likewise.
13291         * sunrpc/rtime.c: Likewise.
13292         * sunrpc/svcauth_des.c: Likewise.
13293         * sunrpc/xdr.c: Likewise.
13294         * sunrpc/xdr_intXX_t.c: Likewise.
13295         * sunrpc/xdr_rec.c: Likewise.
13296         * sysdeps/generic/ldconfig.h: Likewise.
13297         * sysdeps/generic/ldsodefs.h: Likewise.
13298         * sysdeps/generic/memusage.h: Likewise.
13299         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
13300         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
13301         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
13302         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
13303         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
13304         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
13305         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
13306         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
13307         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
13308         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
13309         * sysdeps/posix/getaddrinfo.c: Likewise.
13310         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
13311         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
13312         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
13313         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
13314         * sysdeps/powerpc/test-gettimebase.c: Likewise.
13315         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
13316         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
13317         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
13318         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
13319         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
13320         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
13321         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
13322         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
13323         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
13324         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
13325         * sysdeps/x86_64/dl-tls.h: Likewise.
13326         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
13327         * time/alt_digit.c: Likewise.
13328         * time/era.c: Likewise.
13329         * wcsmbs/tst-c16c32-1.c: Likewise.
13330
13331 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
13332
13333         * math/libm-test.inc (struct test_sincos_data): New type.
13334         (RUN_TEST_LOOP_sincos): New macro.
13335         (sincos_test_data): New variable.
13336         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
13337
13338 2013-05-16  Richard Henderson  <rth@redhat.com>
13339
13340         * math/atest-exp2.c (LIMB64): New macro.
13341         (CONSTSZ): New macro.
13342         (mp_exp1, mp_exp_m1, mp_log2): New variables.
13343         (hexdig): Move ...
13344         (print_mpn_fp): ... to function scope.
13345         (read_mpn_hex): Remove.
13346         (get_log2): Remove.
13347         (exp2_mpn): Use mp_log2.
13348         (main): Use mp_exp1.
13349
13350 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
13351
13352         * math/libm-test.inc: Remove comment about not testing "inexact"
13353         exceptions.
13354         (INEXACT_EXCEPTION): New macro.
13355         (NO_INEXACT_EXCEPTION): Likewise.
13356         (INVALID_EXCEPTION_OK): Update value.
13357         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
13358         (OVERFLOW_EXCEPTION_OK): Likewise.
13359         (UNDERFLOW_EXCEPTION_OK): Likewise.
13360         (IGNORE_ZERO_INF_SIGN): Likewise.
13361         (ERRNO_UNCHANGED): Likewise.
13362         (ERRNO_EDOM): Likewise.
13363         (ERRNO_ERANGE): Likewise.
13364         (test_exceptions): Handle testing "inexact" exceptions.
13365         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
13366         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
13367         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
13368         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
13369         INEXACT_EXCEPTION.
13370         (rint_towardzero_test_data): Likewise.
13371         (rint_downward_test_data): Likewise.
13372         (rint_upward_test_data): Likewise.
13373
13374         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
13375         with OVERFLOW_EXCEPTION.
13376         (exp10_test_data): Likewise.
13377         (exp2_test_data): Likewise.
13378         (expm1_test_data): Likewise.
13379         (lgamma_test_data): Likewise.
13380         (pow_test_data): Likewise.
13381         (tgamma_test_data): Likewise.
13382         (yn_test_data): Remove duplicate test of overflow.
13383
13384         * math/libm-test.inc (struct test_cc_c_data): New type.
13385         (RUN_TEST_LOOP_cc_c): New macro.
13386         (cpow_test_data): New variable.
13387         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
13388
13389         * math/libm-test.inc (struct test_f_L_data): New type.
13390         (RUN_TEST_LOOP_f_L): New macro.
13391         (llrint_test_data): New variable.
13392         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
13393         (llrint_tonearest_test_data): New variable.
13394         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
13395         (llrint_towardzero_test_data): New variable.
13396         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
13397         (llrint_downward_test_data): New variable.
13398         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
13399         (llrint_upward_test_data): New variable.
13400         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
13401         (llround_test_data): New variable.
13402         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
13403
13404 2013-05-13  Peter Collingbourne  <pcc@google.com>
13405
13406         * math/atest-exp2.c (get_log2): Remove const attribute.
13407
13408 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
13409
13410         * math/libm-test.inc (struct test_f_l_data): New type.
13411         (RUN_TEST_LOOP_f_l): New macro.
13412         (lrint_test_data): New variable.
13413         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
13414         (lrint_tonearest_test_data): New variable.
13415         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
13416         (lrint_towardzero_test_data): New variable.
13417         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
13418         (lrint_downward_test_data): New variable.
13419         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
13420         (lrint_upward_test_data): New variable.
13421         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
13422         (lround_test_data): New variable.
13423         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
13424
13425 2013-05-15  Peter Collingbourne  <pcc@google.com>
13426
13427         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
13428         (EXTRACT_WORDS64) Use where appropriate.
13429         (INSERT_WORDS64) Likewise.
13430
13431         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
13432         constraints with x constraints.
13433         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
13434
13435         * malloc/obstack.c (_obstack_compat): Add initializer.
13436
13437 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
13438
13439         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
13440         si_trapno and add si_addr_lsb to _sifields.sigfault.
13441         (si_trapno): Remove macro.
13442         (si_addr_lsb): Define new macro.
13443         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
13444
13445 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
13446
13447         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
13448         instead of TEST_f_l.
13449         (llrint_test_tonearest): Likewise.
13450         (llrint_test_towardzero): Likewise.
13451         (llrint_test_downward): Likewise.
13452         (llrint_test_upward): Likewise.
13453         (llround_test): Likewise.
13454
13455         * math/libm-test.inc (struct test_f_i_data): Add comment.
13456         (RUN_TEST_LOOP_f_b): New macro.
13457         (RUN_TEST_LOOP_f_b_tg): Likewise.
13458         (finite_test_data): New variable.
13459         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
13460         (isfinite_test_data): New variable.
13461         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
13462         (isinf_test_data): New variable.
13463         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
13464         (isnan_test_data): New variable.
13465         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
13466         (isnormal_test_data): New variable.
13467         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
13468         (issignaling_test_data): New variable.
13469         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
13470         (signbit_test_data): New variable.
13471         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
13472
13473         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
13474         with INVALID_EXCEPTION.
13475         (acosh_test_data): Likewise.
13476         (asin_test_data): Likewise.
13477         (atanh_test_data): Likewise.
13478         (fmod_test_data): Likewise.
13479         (log_test_data): Likewise.
13480         (log10_test_data): Likewise.
13481         (log2_test_data): Likewise.
13482         (pow_test_data): Likewise.
13483         (sqrt_test_data): Likewise.
13484         (y0_test_data): Likewise.
13485         (y1_test_data): Likewise.
13486         (yn_test_data): Likewise.
13487
13488         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
13489         function contents.
13490
13491         * math/libm-test.inc (struct test_ff_i_data): New type.
13492         (RUN_TEST_LOOP_ff_i_tg): New macro.
13493         (isgreater_test_data): New variable.
13494         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
13495         (isgreaterequal_test_data): New variable.
13496         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
13497         (isless_test_data): New variable.
13498         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
13499         (islessequal_test_data): New variable.
13500         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
13501         (islessgreater_test_data): New variable.
13502         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
13503         (isunordered_test_data): New variable.
13504         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
13505
13506 2013-05-14  David S. Miller  <davem@davemloft.net>
13507
13508         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13509
13510 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
13511
13512         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
13513
13514         * math/libm-test.inc (struct test_fF_f1_data): Change type of
13515         extra_test to int.
13516         (struct test_f_i_data): Change type of max_ulp to int.
13517
13518         * math/libm-test.inc (test_ffI_f1_data): New type.
13519         (RUN_TEST_LOOP_ffI_f1): New macro.
13520         (remquo_test_data): New variable.
13521         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
13522
13523         * setjmp/tst-setjmp-fp.c: New file.
13524         * setjmp/Makefile (tests): Add tst-setjmp-fp.
13525         (link-libm): New variable.
13526         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
13527
13528         * math/libm-test.inc (struct test_f_i_data): New type.
13529         (RUN_TEST_LOOP_f_i): New macro.
13530         (RUN_TEST_LOOP_f_i_tg): Likewise.
13531         (fpclassify_test_data): New variable.
13532         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
13533         (ilogb_test_data): New variable.
13534         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
13535
13536         * math/libm-test.inc (scalbln_test): Correct function name in END
13537         call.
13538
13539         * math/libm-test.inc (struct test_f_f1_data): Add comment.
13540         (RUN_TEST_LOOP_fI_f1): New macro.
13541         (frexp_test_data): New variable.
13542         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
13543
13544         * math/libm-test.inc (struct test_fF_f1_data): New type.
13545         (RUN_TEST_LOOP_fF_f1): New macro.
13546         (modf_test_data): New variable.
13547         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
13548
13549         * math/libm-test.inc (struct test_f_f1_data): New type.
13550         (RUN_TEST_LOOP_f_f1): New macro.
13551         (gamma_test_data): New variable.
13552         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
13553         (lgamma_test_data): New variable.
13554         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
13555
13556 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
13557
13558         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
13559         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
13560         (main): Comment "tls" pseudo-hwcap.
13561
13562 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
13563
13564         * math/libm-test.inc (struct test_fl_f_data): New type.
13565         (RUN_TEST_LOOP_fl_f): New variable.
13566         (scalbln_test_data): New variable.
13567         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
13568
13569         * math/libm-test.inc (struct test_fi_f_data): New type.
13570         (RUN_TEST_LOOP_fi_f): New macro.
13571         (ldexp_test_data): New variable.
13572         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
13573         (scalbn_test_data): New variable.
13574         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
13575
13576         * math/libm-test.inc (struct test_c_f_data): New type.
13577         (RUN_TEST_LOOP_c_f): New macro.
13578         (cabs_test_data): New variable.
13579         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
13580         (carg_test_data): New variable.
13581         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
13582         (cimag_test_data): New variable.
13583         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
13584         (creal_test_data): New variable.
13585         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
13586
13587         * math/libm-test.inc (struct test_if_f_data): New type.
13588         (RUN_TEST_LOOP_if_f): New macro.
13589         (jn_test_data): New variable.
13590         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
13591         (yn_test_data): New variable.
13592         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
13593
13594         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
13595
13596 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13597
13598         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
13599         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
13600
13601 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
13602
13603         * benchtests/Makefile (CPPFLAGS-nonlib): Add
13604         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
13605         (bench-deps): Add bench-timing.h.
13606         * benchtests-bench-skeleton.c: Include bench-timing.h.
13607         (main): Use TIMING_* macros instead of clock_gettime.
13608         * benchtests/bench-timing.h: New file.
13609
13610         [BZ #14582]
13611         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
13612         Renamed from _LIB_VERSION.
13613         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
13614
13615 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
13616
13617         * math/libm-test.inc (struct test_fff_f_data): New type.
13618         (RUN_TEST_LOOP_fff_f): New macro.
13619         (fma_test_data): New variable.
13620         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
13621         (fma_towardzero_test_data): New variable.
13622         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
13623         (fma_downward_test_data): New variable.
13624         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
13625         (fma_upward_test_data): New variable.
13626         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
13627
13628         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
13629         (struct test_c_c_data): New type.
13630         (RUN_TEST_LOOP_c_c): New macro.
13631         (cacos_test_data): New variable.
13632         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
13633         (cacosh_test_data): New variable.
13634         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
13635         (casin_test_data): New variable.
13636         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
13637         (casinh_test_data): New variable.
13638         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
13639         (catan_test_data): New variable.
13640         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
13641         (catanh_test_data): New variable.
13642         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
13643         (ccos_test_data): New variable.
13644         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
13645         (ccosh_test_data): New variable.
13646         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
13647         (cexp_test_data): New variable.
13648         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
13649         (clog_test_data): New variable.
13650         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
13651         (clog10_test_data): New variable.
13652         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
13653         (conj_test_data): New variable.
13654         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
13655         (cproj_test_data): New variable.
13656         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
13657         (csin_test_data): New variable.
13658         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
13659         (csinh_test_data): New variable.
13660         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
13661         (csqrt_test_data): New variable.
13662         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
13663         (ctan_test_data): New variable.
13664         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
13665         (ctan_tonearest_test_data): New variable.
13666         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
13667         (ctan_towardzero_test_data): New variable.
13668         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
13669         (ctan_downward_test_data): New variable.
13670         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
13671         (ctan_upward_test_data): New variable.
13672         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
13673         (ctanh_test_data): New variable.
13674         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
13675         (ctanh_tonearest_test_data): New variable.
13676         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
13677         (ctanh_towardzero_test_data): New variable.
13678         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
13679         (ctanh_downward_test_data): New variable.
13680         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
13681         (ctanh_upward_test_data): New variable.
13682         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
13683         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
13684         of BUILD_COMPLEX.
13685
13686         * math/libm-test.inc (struct test_ff_f_data): New type.
13687         (struct test_ff_f_data_nexttoward): Likewise.
13688         (RUN_TEST_LOOP_2_f): New macro.
13689         (RUN_TEST_LOOP_ff_f): Likewise.
13690         (atan2_test_data): New variable.
13691         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
13692         (copysign_test_data): New variable.
13693         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
13694         (fdim_test_data): New variable.
13695         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
13696         (fmax_test_data): New variable.
13697         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
13698         (fmin_test_data): New variable.
13699         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
13700         (fmod_test_data): New variable.
13701         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
13702         (hypot_test_data): New variable.
13703         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
13704         (nextafter_test_data): New variable.
13705         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
13706         (nexttoward_test_data): New variable.
13707         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
13708         (pow_test_data): New variable.
13709         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
13710         (pow_tonearest_test_data): New variable.
13711         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
13712         (pow_towardzero_test_data): New variable.
13713         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
13714         (pow_downward_test_data): New variable.
13715         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
13716         (pow_upward_test_data): New variable.
13717         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
13718         (remainder_test_data): New variable.
13719         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
13720         (scalb_test_data): New variable.
13721         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
13722         * sysdeps/i386/fpu/libm-test-ulps: Update.
13723
13724 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
13725
13726         * math/libm-test.inc (fma_test): Use max_value instead of local
13727         variable fltmax.
13728         (nextafter_test): Likewise.
13729
13730         * math/libm-test.inc (acos_towardzero_test_data): New variable.
13731         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
13732         (acos_downward_test_data): New variable.
13733         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
13734         (acos_upward_test_data): New variable.
13735         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
13736         (acosh_test_data): New variable.
13737         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
13738         (asin_test_data): New variable.
13739         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
13740         (asin_tonearest_test_data): New variable.
13741         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
13742         (asin_towardzero_test_data): New variable.
13743         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
13744         (asin_downward_test_data): New variable.
13745         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
13746         (asin_upward_test_data): New variable.
13747         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
13748         (asinh_test_data): New variable.
13749         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
13750         (atan_test_data): New variable.
13751         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
13752         (atanh_test_data): New variable.
13753         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
13754         (cbrt_test_data): New variable.
13755         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
13756         (ceil_test_data): New variable.
13757         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
13758         (cos_test_data): New variable.
13759         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
13760         (cos_tonearest_test_data): New variable.
13761         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
13762         (cos_towardzero_test_data): New variable.
13763         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
13764         (cos_downward_test_data): New variable.
13765         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
13766         (cos_upward_test_data): New variable.
13767         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
13768         (cosh_test_data): New variable.
13769         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
13770         (cosh_tonearest_test_data): New variable.
13771         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
13772         (cosh_towardzero_test_data): New variable.
13773         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
13774         (cosh_downward_test_data): New variable.
13775         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
13776         (cosh_upward_test_data): New variable.
13777         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
13778         (erf_test_data): New variable.
13779         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
13780         (erfc_test_data): New variable.
13781         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
13782         (exp_test_data): New variable.
13783         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
13784         (exp_tonearest_test_data): New variable.
13785         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
13786         (exp_towardzero_test_data): New variable.
13787         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
13788         (exp_downward_test_data): New variable.
13789         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
13790         (exp_upward_test_data): New variable.
13791         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
13792         (exp10_test_data): New variable.
13793         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
13794         (exp2_test_data): New variable.
13795         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
13796         (expm1_test_data): New variable.
13797         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
13798         (fabs_test_data): New variable.
13799         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
13800         (floor_test_data): New variable.
13801         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
13802         (j0_test_data): New variable.
13803         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
13804         (j1_test_data): New variable.
13805         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
13806         (log_test_data): New variable.
13807         (log_test): Run tests with RUN_TEST_LOOP_f_f.
13808         (log10_test_data): New variable.
13809         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
13810         (log1p_test_data): New variable.
13811         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
13812         (log2_test_data): New variable.
13813         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
13814         (logb_test_data): New variable.
13815         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
13816         (logb_downward_test_data): New variable.
13817         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
13818         (nearbyint_test_data): New variable.
13819         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
13820         (rint_test_data): New variable.
13821         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
13822         (rint_tonearest_test_data): New variable.
13823         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
13824         (rint_towardzero_test_data): New variable.
13825         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
13826         (rint_downward_test_data): New variable.
13827         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
13828         (rint_upward_test_data): New variable.
13829         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
13830         (round_test_data): New variable.
13831         (round_test): Run tests with RUN_TEST_LOOP_f_f.
13832         (sin_test_data): New variable.
13833         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
13834         (sin_tonearest_test_data): New variable.
13835         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
13836         (sin_towardzero_test_data): New variable.
13837         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
13838         (sin_downward_test_data): New variable.
13839         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
13840         (sin_upward_test_data): New variable.
13841         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
13842         (sinh_test_data): New variable.
13843         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
13844         (sinh_tonearest_test_data): New variable.
13845         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
13846         (sinh_towardzero_test_data): New variable.
13847         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
13848         (sinh_downward_test_data): New variable.
13849         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
13850         (sinh_upward_test_data): New variable.
13851         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
13852         (sqrt_test_data): New variable.
13853         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
13854         (tan_test_data): New variable.
13855         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
13856         (tan_tonearest_test_data): New variable.
13857         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
13858         (tan_towardzero_test_data): New variable.
13859         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
13860         (tan_downward_test_data): New variable.
13861         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
13862         (tan_upward_test_data): New variable.
13863         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
13864         (tanh_test_data): New variable.
13865         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
13866         (tgamma_test_data): New variable.
13867         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
13868         (trunc_test_data): New variable.
13869         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
13870         (y0_test_data): New variable.
13871         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
13872         (y1_test_data): New variable.
13873         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
13874         (significand_test_data): New variable.
13875         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
13876
13877 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
13878
13879         [BZ #12387]
13880         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
13881
13882 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
13883
13884         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
13885
13886 2013-05-10  Andreas Jaeger  <aj@suse.de>
13887
13888         [BZ #15448]
13889         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
13890         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
13891
13892 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
13893
13894         * math/gen-libm-test.pl (adjust_arg): New function.
13895         (special_functions): Handle generating output in both functions
13896         and arrays.
13897         (parse_args): Likewise.
13898         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
13899         $in_func argument to parse_args.
13900         * math/libm-test.inc (struct test_f_f_data): New type.
13901         (IF_ROUND_INIT_): New macro.
13902         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
13903         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
13904         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
13905         (IF_ROUND_INIT_FE_UPWARD): Likewise.
13906         (ROUND_RESTORE_): Likewise.
13907         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
13908         (ROUND_RESTORE_FE_TONEAREST): Likewise.
13909         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
13910         (ROUND_RESTORE_FE_UPWARD): Likewise.
13911         (RUN_TEST_LOOP_f_f): New macro.
13912         (acos_test_data): New variable.
13913         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
13914         (acos_tonearest_test_data): New variable.
13915         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
13916
13917 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
13918
13919         * benchtests/bench-skeleton.c (startup): Fix coding style.
13920
13921 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
13922
13923         [BZ #6809]
13924         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
13925         negative infinity argument.
13926         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
13927         negative infinity argument.
13928         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
13929         negative infinity argument.
13930         * math/libm-test.inc (tgamma_test): Expect errno to be set for
13931         domain errors.
13932
13933 2013-05-10  Florian Weimer  <fweimer@redhat.com>
13934
13935         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
13936         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
13937         * iconv/iconv_prog.c (main): Likewise.
13938         * locale/programs/charmap-dir.c (charmap_readdir)
13939         (fopen_uncompressed): Likewise.
13940         * locale/programs/locfile.c (siblings_uncached)
13941         (write_locale_data): Use lstat64 instead of lstat.
13942         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
13943         stat.
13944
13945 2013-05-10  Andreas Jaeger  <aj@suse.de>
13946
13947         [BZ #15395]
13948         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
13949         localization.
13950         Include <locale.h>.
13951
13952 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
13953
13954         * elf/dl-close.c (_dl_close_worker): Add comments.
13955
13956 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
13957
13958         [BZ #15359]
13959         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
13960         high part of pi/2.
13961         (__ieee754_rem_pio2l): Update comments.
13962
13963         [BZ #15429]
13964         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
13965         high part of pi/2.
13966         (__ieee754_rem_pio2l): Update comments.
13967
13968         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
13969         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
13970
13971         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
13972         M_PI_4l.
13973
13974         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
13975         (M_PI_34_LOG10El): Likewise.
13976         (M_PI2_LOG10El): Likewise.
13977         (M_PI4_LOG10El): Likewise.
13978         (M_PI_LOG10El): Likewise.
13979
13980 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13981
13982         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13983
13984 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
13985
13986         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
13987         (MINUS_ZERO_INIT): Likewise.
13988         (PLUS_INFTY_INIT): Likewise.
13989         (MINUS_INFTY_INIT): Likewise.
13990         (QNAN_VALUE_INIT): Likewise.
13991         (MAX_VALUE_INIT): Likewise.
13992         (MIN_VALUE_INIT): Likewise.
13993         (MIN_SUBNORM_VALUE_INIT): Likewise.
13994         (plus_zero): Initialize with PLUS_ZERO_INIT.
13995         (minus_zero): Initialize with MINUS_ZERO_INIT.
13996         (plus_infty): Initialize with PLUS_INFTY_INIT.
13997         (minus_infty): Initialize with MINUS_INFTY_INIT.
13998         (qnan_value): Initialize with QNAN_VALUE_INIT.
13999         (max_value): Initialize with MAX_VALUE_INIT.
14000         (min_value): Initialize with MIN_VALUE_INIT.
14001         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
14002
14003         * math/libm-test.inc (RUN_TEST_if_f): New macro.
14004         (jn_test): Use TEST_if_f instead of TEST_ff_f.
14005         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
14006         (yn_test): Use TEST_if_f instead of TEST_ff_f.
14007
14008         * math/libm-test.inc (RUN_TEST_f_f): New macro.
14009         (RUN_TEST_2_f): Likewise.
14010         (RUN_TEST_ff_f): Likewise.
14011         (RUN_TEST_fi_f): Likewise.
14012         (RUN_TEST_fl_f): Likewise.
14013         (RUN_TEST_fff_f): Likewise.
14014         (RUN_TEST_c_f): Likewise.
14015         (RUN_TEST_f_f1): Likewise.
14016         (RUN_TEST_fF_f1): Likewise.
14017         (RUN_TEST_fI_f1): Likewise.
14018         (RUN_TEST_ffI_f1): Likewise.
14019         (RUN_TEST_c_c): Likewise.
14020         (RUN_TEST_cc_c): Likewise.
14021         (RUN_TEST_f_i): Likewise.
14022         (RUN_TEST_f_i_tg): Likewise.
14023         (RUN_TEST_ff_i_tg): Likewise.
14024         (RUN_TEST_f_b): Likewise.
14025         (RUN_TEST_f_b_tg): Likewise.
14026         (RUN_TEST_f_l): Likewise.
14027         (RUN_TEST_f_L): Likewise.
14028         (RUN_TEST_sincos): Likewise.
14029         * math/gen-libm-test.pl (new_test): Take new argument to indicate
14030         whether to show exceptions.  Do not include ");\n" in return
14031         value.
14032         (special_functions): Output call to RUN_TEST_sincos instead of
14033         check_float calls.  Update calls to new_test.
14034         (parse_args): Output call to single RUN_TEST_* macro instead of
14035         check_* calls and other assignments.  Update calls to new_test.
14036
14037         [BZ #2546]
14038         [BZ #2560]
14039         [BZ #5159]
14040         [BZ #15426]
14041         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
14042         input to result for tgamma overflow.
14043         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
14044         (gamma_coeff): New variable.
14045         (NCOEFF): New macro.
14046         (gamma_positive): New function.
14047         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
14048         underflow here.  Use gamma_positive instead of exp (lgamma) for
14049         other arguments.
14050         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
14051         (gamma_coeff): New variable.
14052         (NCOEFF): New macro.
14053         (gammaf_positive): New function.
14054         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
14055         underflow here.  Use gamma_positive instead of exp (lgamma) for
14056         other arguments.
14057         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
14058         (gamma_coeff): New variable.
14059         (NCOEFF): New macro.
14060         (gammal_positive): New function.
14061         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
14062         underflow here.  Use gamma_positive instead of exp (lgamma) for
14063         other arguments.
14064         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
14065         (gamma_coeff): New variable.
14066         (NCOEFF): New macro.
14067         (gammal_positive): New function.
14068         (__ieee754_gammal_r): Handle positive infinity, overflow and
14069         underflow here.  Handle NaN the same as positive infinity.  Remove
14070         check x < 0xffffffff for negative integers.  Use gamma_positive
14071         instead of exp (lgamma) for other arguments.
14072         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
14073         (gamma_coeff): New variable.
14074         (NCOEFF): New macro.
14075         (gammal_positive): New function.
14076         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
14077         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
14078         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
14079         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
14080         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
14081         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
14082         * sysdeps/generic/math_private.h (__gamma_productf): New
14083         prototype.
14084         (__gamma_product): Likewise.
14085         (__gamma_productl): Likewise.
14086         * math/Makefile (libm-calls): Add gamma_product.
14087         * math/libm-test.inc (tgamma_test): Add more tests.
14088         * sysdeps/i386/fpu/libm-test-ulps: Update.
14089         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14090
14091 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
14092
14093         * benchtests/bench-skeleton.c (main): Preheat CPU.
14094
14095 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
14096
14097         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
14098
14099 2013-05-07  Roland McGrath  <roland@hack.frob.com>
14100
14101         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
14102         and _dl_skip_args_internal.
14103
14104 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
14105
14106         * manual/message.texi (Message Translation): Talk about users.
14107         Message to key mapping impacts design.
14108
14109 2013-05-06  Roland McGrath  <roland@hack.frob.com>
14110
14111         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
14112
14113         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
14114
14115         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
14116         * sysdeps/wordsize-64/glob64.c: ... here.
14117
14118         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
14119         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
14120         New macros.
14121
14122         * debug/getlogin_r_chk.c: Moved to ...
14123         * login/getlogin_r_chk.c: ... here.
14124         * debug/Makefile (routines): Move getlogin_r_chk to ...
14125         * login/Makefile (routines): ... here.
14126         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
14127         * login/Versions (libc: GLIBC_2.4): ... here.
14128
14129         * io/poll.c (__poll): Renamed from poll.
14130         Add libc_hidden_def.
14131         (poll): Define as weak alias.
14132
14133         * debug/ptsname_r_chk.c: Moved to ...
14134         * login/ptsname_r_chk.c: ... here.
14135         * debug/Makefile (routines): Move ptsname_r_chk to ...
14136         * login/Makefile (routines): ... here.
14137         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
14138         * login/Versions (libc: GLIBC_2.4): ... here.
14139
14140         * posix/getlogin.c: Moved to ...
14141         * login/getlogin.c: ... here.
14142         * posix/getlogin_r.c: Moved to ...
14143         * login/getlogin_r.c: ... here.
14144         * posix/getlogin_r.c: Moved to ...
14145         * login/getlogin_r.c: ... here.
14146         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
14147         * login/Makefile (routines): ... here.
14148         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
14149         * login/Versions (libc: GLIBC_2.0): ... here.
14150
14151         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
14152         (setrlimit): Define as weak alias.
14153
14154         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
14155         Call __ names for open, ftruncate, and close.
14156         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
14157         (truncate): Define as weak alias.
14158
14159 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
14160
14161         * math/gen-libm-test.pl (parse_args): Initialize x before each
14162         test of frexp, modf and remquo.
14163
14164         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
14165         test signgam value.
14166
14167 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14168
14169         [BZ #15418]
14170         [BZ #15419]
14171         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
14172         internal tests.
14173         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
14174
14175 2013-05-06  Roland McGrath  <roland@hack.frob.com>
14176
14177         * elf/dl-writev.h: New file.
14178         * elf/dl-misc.c: Include it.
14179         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
14180         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
14181
14182 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
14183
14184         * math/libm-test.inc (noXFails): Remove variable.
14185         (noXPasses): Likewise.
14186         (BUILD_COMPLEX_INT): Remove macro.
14187         (print_screen): Remove xfail argument.
14188         (print_screen_max_error): Likewise.
14189         (update_stats): Likewise.
14190         (print_max_error): Likewise.  Update calls to other affected
14191         functions.
14192         (print_complex_max_error): Likewise.
14193         (test_single_exception): Update calls to print_screen.
14194         (test_single_errno): Likewise.
14195         (check_float_internal): Remove xfail argument.  Update calls to
14196         other affected functions.
14197         (check_float): Likewise.
14198         (check_complex): Likewise.
14199         (check_int): Likewise.
14200         (check_long): Likewise.
14201         (check_bool): Likewise.
14202         (check_longlong): Likewise.
14203         (main): Don't print noXFails and noXPasses.
14204         * math/gen-libm-test.pl (top level): Don't mention expected
14205         failure handling in comment.
14206         (new_test): Don't handle expected failures.
14207         (parse_args): Don't mention expected failure handling in comment.
14208         (generate_testfile): Don't handle expected failures.
14209         (parse_ulps): Likewise.
14210         (print_ulps_file): Likewise.
14211         (get_failure): Remove function.
14212         (output_test): Don't handle expected failures.
14213         * make/README.libm-test: Don't mention expected failure handling.
14214
14215         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
14216         (minus_zero): Likewise.
14217         (plus_infty): Likewise.
14218         (minus_infty): Likewise.
14219         (qnan_value): Likewise.
14220         (max_value): Likewise.
14221         (min_value): Likewise.
14222         (min_subnorm_value): Likewise.
14223         (initialize): Do not initialize those variables dynamically.
14224
14225 2013-05-03  Roland McGrath  <roland@hack.frob.com>
14226
14227         * io/open.c (__open_2): Moved to ...
14228         * io/open_2.c: ... this new file.
14229         * io/open64.c (__open64_2): Moved to ...
14230         * io/open64_2.c: ... this new file.
14231         * io/openat.c (__openat_2): Moved to ...
14232         * io/openat_2.c: ... this new file.
14233         * io/openat64.c (__openat64_2): Moved to ...
14234         * io/openat64_2.c: ... this new file.
14235         * io/Makefile (routines): Add them.
14236         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
14237         * sysdeps/unix/sysv/linux/open_2.c: File removed.
14238         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
14239         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
14240         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
14241         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
14242         (__openat64): Add hidden_ver.
14243         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
14244         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
14245
14246         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
14247         Separately conditionalize setting of GLRO(dl_sysinfo) so
14248         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
14249         as well, but the actual setting is only under [NEED_DL_SYSINFO].
14250
14251 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14252
14253         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
14254         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
14255         definition.
14256         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
14257         * sysdeps/unix/sysv/linux/powerpc/init-first.c
14258         (_libc_vdso_platform_setup): Add __vdso_time initialization.
14259         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
14260         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
14261
14262 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
14263
14264         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
14265         test signgam value.
14266
14267         * math/libm-test.inc (hypot_test): Do not use
14268         IGNORE_ZERO_INF_SIGN.
14269
14270 2013-05-03  Andreas Jaeger  <aj@suse.de>
14271
14272         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
14273         Linux 3.9.
14274         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
14275         (PF_MAX): Adjust for VSOCK change.
14276
14277 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14278
14279         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14280
14281 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
14282
14283         [BZ #15264]
14284         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
14285         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
14286         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
14287
14288 2013-05-02  David S. Miller  <davem@davemloft.net>
14289
14290         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14291
14292 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
14293
14294         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
14295
14296 2013-05-01  Roland McGrath  <roland@hack.frob.com>
14297
14298         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
14299
14300 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
14301
14302         [BZ #14952]
14303         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
14304         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
14305         Use __attribute__ ((__gnu_inline__)).
14306         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
14307         Don't use __attribute__ ((__gnu_inline__)).
14308
14309 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
14310
14311         [BZ #15423]
14312         * math/s_catan.c (__catan): Handle small real or imaginary part of
14313         input specially to avoid spurious underflow.
14314         * math/s_catanf.c (__catanf): Likewise.
14315         * math/s_catanh.c (__catanh): Likewise.
14316         * math/s_catanhf.c (__catanhf): Likewise.
14317         * math/s_catanhl.c (__catanhl): Likewise.
14318         * math/s_catanl.c (__catanl): Likewise.
14319         * math/libm-test.inc (catan_test): Add more tests.
14320         (catanh_test): Likewise.
14321         * sysdeps/i386/fpu/libm-test-ulps: Update.
14322         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14323
14324 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14325
14326         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14327
14328 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
14329
14330         [BZ #15416]
14331         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
14332         accurately for denominator in atan2.
14333         * math/s_catanf.c (__catanf): Likewise.
14334         * math/s_catanh.c (__catanh): Likewise.
14335         * math/s_catanhf.c (__catanhf): Likewise.
14336         * math/s_catanhl.c (__catanhl): Likewise.
14337         * math/s_catanl.c (__catanl): Likewise.
14338         * math/libm-test.inc (catan_test): Add more tests.
14339         (catanh_test): Likewise.
14340         * sysdeps/i386/fpu/libm-test-ulps: Update.
14341         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14342
14343 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14344
14345         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
14346
14347         * benchtests/Makefile (bench): Remove slow benchmarks.
14348         * benchtests/atan-inputs: Add slow benchmark inputs.
14349         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
14350         (BENCH_FUNC): Accept variant offset.
14351         (VARIANT): Define.
14352         * benchtests/bench-skeleton.c (main): Run benchmark for each
14353         variant.
14354         * benchtests/cos-inputs: Add slow benchmark inputs.
14355         * benchtests/exp-inputs: Likewise.
14356         * benchtests/pow-inputs: Likewise.
14357         * benchtests/sin-inputs: Likewise.
14358         * benchtests/slowatan-inputs: Remove.
14359         * benchtests/slowatan.c: Remove.
14360         * benchtests/slowcos-inputs: Remove.
14361         * benchtests/slowcos.c: Remove.
14362         * benchtests/slowexp-inputs: Remove.
14363         * benchtests/slowexp.c: Remove.
14364         * benchtests/slowpow-inputs: Remove.
14365         * benchtests/slowpow.c: Remove.
14366         * benchtests/slowsin-inputs: Remove.
14367         * benchtests/slowsin.c: Remove.
14368         * benchtests/slowtan-inputs: Remove.
14369         * benchtests/slowtan.c: Remove.
14370         * benchtests/tan-inputs: Add slow benchmark inputs.
14371         * scripts/bench.pl: Parse comments and directives.
14372
14373         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
14374         in CPPFLAGS.
14375         ($(objpfx)bench-%.c): Remove *-ITER.
14376         * benchtests/bench-modf.c: Remove definition of ITER.
14377         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
14378         (main): Loop for DURATION seconds instead of fixed number of
14379         iterations.
14380         * scripts/bench.pl: Don't expect iterations in parameters.
14381
14382 2013-04-29  Roland McGrath  <roland@hack.frob.com>
14383
14384         * io/fchdir.c (__fchdir): Renamed from fchdir.
14385         (fchdir): Define as weak alias.
14386
14387 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
14388
14389         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
14390         (ERRNO_EDOM): Likewise.
14391         (ERRNO_ERANGE): Likewise.
14392         (noErrnoTests): New variable.
14393         (init_max_error): Set errno to 0.
14394         (test_single_errno): New function.
14395         (test_errno): Likewise.
14396         (check_float_internal): Call test_errno.  Set errno to 0.
14397         (check_complex): Refer to errno tests in comment.
14398         (check_int): Call test_errno.  Set errno to 0.
14399         (check_long): Likewise.
14400         (check_bool): Likewise.
14401         (check_longlong): Likewise.
14402         (cos_test): Use ERRNO_* flags for errno tests instead of
14403         check_int.
14404         (expm1_test): Likewise.
14405         (fmod_test): Likewise.
14406         (ilogb_test): Likewise.
14407         (lgamma_test): Likewise.
14408         (pow_test): Likewise.
14409         (remainder_test): Likewise.
14410         (sin_test): Likewise.
14411         (tan_test): Likewise.
14412         (yn_test): Likewise.
14413         (initialize): Set errno to 0.
14414         (main): Print number of errno tests.
14415         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
14416
14417 2013-04-29  Andreas Jaeger  <aj@suse.de>
14418
14419         [BZ #15084]
14420         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
14421         and RES_USEVC.
14422
14423         [BZ #15085]
14424         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
14425         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
14426         unimplemented.
14427
14428         [BZ #15380]
14429         * stdlib/random.c (__initstate): Return NULL if
14430         __initstate fails.
14431
14432         [BZ #15086]
14433         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
14434         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
14435         RES_SNGLKUPREOP.
14436
14437 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14438
14439         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14440
14441 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
14442
14443         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
14444         of individual tests.
14445         (casin_test): Likewise.
14446         (casinh_test): Likewise.
14447
14448 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
14449
14450         [BZ #15409]
14451         * math/s_catan.c (__catan): Handle arguments with large real or
14452         imaginary part separately without squaring.
14453         * math/s_catanf.c (__catanf): Likewise.
14454         * math/s_catanh.c (__catanh): Likewise.
14455         * math/s_catanhf.c (__catanhf): Likewise.
14456         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
14457         and redefine.
14458         (__catanhl): Handle arguments with large real or imaginary part
14459         separately without squaring.
14460         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
14461         and redefine.
14462         (__catanl): Handle arguments with large real or imaginary part
14463         separately without squaring.
14464         * math/libm-test.inc (catan_test): Add more tests.
14465         (catanh_test): Likewise.
14466         * sysdeps/i386/fpu/libm-test-ulps: Update.
14467         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14468
14469 2013-04-27  Andreas Jaeger  <aj@suse.de>
14470
14471         [BZ #15007]
14472         * stdlib/stdlib.h: Update guards for qecvt.
14473         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
14474         <stdlib.h>.
14475
14476 2013-04-27  Allan McRae  <allan@archlinux.org>
14477
14478         * sysdeps/i386/fpu/libm-test-ulps: Update.
14479
14480 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
14481
14482         [BZ #15406]
14483         * math/s_catan.c: Include <float.h>.
14484         (__catan): Ensure underflow exception occurs for underflowed
14485         result.
14486         * math/s_catanf.c: Include <float.h>.
14487         (__catanf): Ensure underflow exception occurs for underflowed
14488         result.
14489         * math/s_catanh.c: Include <float.h>.
14490         (__catanh): Ensure underflow exception occurs for underflowed
14491         result.
14492         * math/s_catanhf.c: Include <float.h>.
14493         (__catanhf): Ensure underflow exception occurs for underflowed
14494         result.
14495         * math/s_catanhl.c: Include <float.h>.
14496         (__catanhl): Ensure underflow exception occurs for underflowed
14497         result.
14498         * math/s_catanl.c: Include <float.h>.
14499         (__catanl): Ensure underflow exception occurs for underflowed
14500         result.
14501         * math/libm-test.inc (catan_test): Add more tests.
14502         (catanh_test): Likewise.
14503
14504         [BZ #15405]
14505         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
14506         underflowed result.
14507         * math/s_ccoshf.c (__ccoshf): Likewise.
14508         * math/s_ccoshl.c (__ccoshl): Likewise.
14509         * math/s_csin.c (__csin): Likewise.
14510         * math/s_csinf.c (__csinf): Likewise.
14511         * math/s_csinh.c (__csinh): Likewise.
14512         * math/s_csinhf.c (__csinhf): Likewise.
14513         * math/s_csinhl.c (__csinhl): Likewise.
14514         * math/s_csinl.c (__csinl): Likewise.
14515         * math/libm-test.inc (ccos_test): Add more tests.
14516         (ccosh_test): Likewise.
14517         (csin_test): Likewise.
14518         (csinh_test): Likewise.
14519
14520 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14521
14522         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
14523         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
14524         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
14525         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
14526         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
14527         powerpc/power5+/fpu folders.
14528         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
14529
14530
14531 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
14532
14533         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14534
14535 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
14536
14537         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
14538         additions to variable.
14539         [$(config-machine) = x86_64] (modules-names): Likewise.
14540         ($(objpfx)tst-audit3): Remove dependency.
14541         ($(objpfx)tst-audit3.out): Likewise.
14542         ($(objpfx)tst-audit4): Likewise.
14543         ($(objpfx)tst-audit4.out): Likewise.
14544         ($(objpfx)tst-audit5): Likewise.
14545         ($(objpfx)tst-audit5.out): Likewise.
14546         ($(objpfx)tst-audit6): Likewise.
14547         ($(objpfx)tst-audit6.out): Likewise.
14548         ($(objpfx)tst-audit7): Likewise.
14549         ($(objpfx)tst-audit7.out): Likewise.
14550         (tst-audit3-ENV): Remove variable.
14551         (tst-audit4-ENV): Likewise.
14552         (tst-audit5-ENV): Likewise.
14553         (tst-audit6-ENV): Likewise.
14554         (tst-audit7-ENV): Likewise.
14555         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
14556         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
14557         addition to variable.
14558         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
14559         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
14560         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
14561         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
14562         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
14563         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
14564         tst-audit3, tst-audit4 and tst-audit5.
14565         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
14566         tst-audit6 and tst-audit7.
14567         [$(subdir) = elf] (modules-names): Add audit modules for those
14568         tests.
14569         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
14570         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
14571         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
14572         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
14573         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
14574         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
14575         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
14576         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
14577         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
14578         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
14579         [$(subdir) = elf] (tst-audit3-ENV): New variable.
14580         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
14581         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
14582         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
14583         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
14584         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
14585         Likewise.
14586         [$(subdir) = elf && $(config-cflags-avx) = yes]
14587         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
14588         [$(subdir) = elf && $(config-cflags-avx) = yes]
14589         (CFLAGS-tst-auditmod4a.c): Likewise.
14590         [$(subdir) = elf && $(config-cflags-avx) = yes]
14591         (CFLAGS-tst-auditmod4b.c): Likewise.
14592         [$(subdir) = elf && $(config-cflags-avx) = yes]
14593         (CFLAGS-tst-auditmod6b.c): Likewise.
14594         [$(subdir) = elf && $(config-cflags-avx) = yes]
14595         (CFLAGS-tst-auditmod6c.c): Likewise.
14596         [$(subdir) = elf && $(config-cflags-avx) = yes]
14597         (CFLAGS-tst-auditmod7b.c): Likewise.
14598         * elf/tst-audit3.c: Move to ...
14599         * sysdeps/x86_64/tst-audit3.c: ... here.
14600         * elf/tst-audit4.c: Move to ...
14601         * sysdeps/x86_64/tst-audit4.c: ... here.
14602         * elf/tst-audit5.c: Move to ...
14603         * sysdeps/x86_64/tst-audit5.c: ... here.
14604         * elf/tst-audit6.c: Move to ...
14605         * sysdeps/x86_64/tst-audit6.c: ... here.
14606         * elf/tst-audit7.c: Move to ...
14607         * sysdeps/x86_64/tst-audit7.c: ... here.
14608         * elf/tst-auditmod3a.c: Move to ...
14609         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
14610         * elf/tst-auditmod3b.c: Move to ...
14611         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
14612         * elf/tst-auditmod4a.c: Move to ...
14613         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
14614         * elf/tst-auditmod4b.c: Move to ...
14615         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
14616         * elf/tst-auditmod5a.c: Move to ...
14617         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
14618         * elf/tst-auditmod5b.c: Move to ...
14619         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
14620         * elf/tst-auditmod6a.c: Move to ...
14621         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
14622         * elf/tst-auditmod6b.c: Move to ...
14623         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
14624         * elf/tst-auditmod6c.c: Move to ...
14625         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
14626         * elf/tst-auditmod7a.c: Move to ...
14627         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
14628         * elf/tst-auditmod7b.c: Move to ...
14629         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
14630
14631 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
14632
14633         [BZ #15366]
14634         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
14635         define unconditionally.
14636         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
14637         define unconditionally.
14638         (INT8_C, INT16_C, etc.): Likewise.
14639
14640 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
14641
14642         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
14643         __ehdr_start with hidden visibility.
14644
14645         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
14646
14647 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
14648
14649         * math/libm-test.inc (cos_test): Use accurate hex constants.
14650         (sincost_test): Likewise.
14651
14652 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
14653
14654         * math/libm-test.inc (catan_test): Add more tests.
14655         (catanh_test): Likewise.
14656
14657         * math/s_catanf.c (__catanf): Use suffixed floating-point
14658         constants.
14659         * math/s_catanhf.c (__catanhf): Likewise.
14660         * math/s_catanhl.c (__catanhl): Likewise.
14661         * math/s_catanl.c (__catanl): Likewise.
14662
14663         [BZ #15394]
14664         * math/s_catan.c (__catan): Calculate imaginary part of result
14665         with log1p not log unless computing log of number close to 0.
14666         * math/s_catanf.c (__catanf): Likewise.
14667         * math/s_catanl.c (__catanl): Likewise.
14668         * math/s_catanh.c (__catanh): Calculate real part of result with
14669         log1p not log unless computing log of number close to 0.
14670         * math/s_catanhf.c (__catanhf): Likewise.
14671         * math/s_catanhl.c (__catanhl): Likewise.
14672         * math/libm-test.inc (catan_test): Add more tests.
14673         (catanh_test): Likewise.
14674         * sysdeps/i386/fpu/libm-test-ulps: Update.
14675         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14676
14677 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
14678
14679         * benchtests/Makefile: Mention files in which fast and slow
14680         paths of math functions are implemented.
14681
14682 2013-04-23  Roland McGrath  <roland@hack.frob.com>
14683
14684         * sysdeps/posix/timespec_get.c: New file.
14685
14686 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14687
14688         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
14689         POWER.
14690         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
14691         for POWER.
14692         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
14693         powerpc/power5/fpu folders.
14694         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
14695         * benchtests/Makefile: Add modf testcase.
14696         * benchtests/bench-modf.c: New file: Benchmark test for mo
14697
14698 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
14699
14700         [BZ #14888]
14701         * time/Makefile (tests): Add tst-strptime-whitespace.
14702         * time/strptime_l.c (get_number): Use ISSPACE.
14703         (__strptime_internal): Likewise.
14704         * time/tst-strptime-whitespace.c: New test case.
14705
14706 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
14707
14708         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
14709         member.
14710         (_nss_files_init): Set it here.
14711
14712 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
14713
14714         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
14715         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
14716         unsigned.
14717
14718 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
14719
14720         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
14721
14722 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
14723
14724         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
14725         size just once.
14726
14727 2013-04-21  David S. Miller  <davem@davemloft.net>
14728
14729         * po/ru.po: Update Russion translation from translation project.
14730
14731 2013-04-17  Adam Conrad  <adconrad@0c3.net>
14732
14733         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
14734         and setfsgid.
14735
14736 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
14737
14738         * configure.in: Remove i386 configure warning. Remove i386 case.
14739         * configure: Regenerate.
14740         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
14741         Add example to error message.
14742         * sysdeps/i386/configure: Regenerate.
14743
14744 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
14745
14746         * benchtests/Makefile (bench): Add cos, tan, slowcos and
14747         slowtan.
14748         * benchtests/cos-inputs: New file.
14749         * benchtests/slowcos-inputs: New file.
14750         * benchtests/slowcos.c: New file.
14751         * benchtests/slowtan-inputs: New file.
14752         * benchtests/slowtan.c: New file.
14753         * benchtests/tan-inputs: New file.
14754
14755 2013-04-16  Roland McGrath  <roland@hack.frob.com>
14756
14757         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
14758         considered kosher.
14759
14760 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
14761
14762         * benchtests/Makefile: Include cppflags-iterator.mk to add
14763         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
14764
14765         * Makefile.in (bench-clean): New target.
14766         * benchtests/Makefile (bench-clean): Likewise.
14767
14768 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
14769
14770         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
14771
14772 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
14773
14774         * stdio-common/tstdiomisc.c: Fix coding-style violation.
14775
14776 2013-04-15  Andreas Schwab  <schwab@suse.de>
14777
14778         * nscd/grpcache.c (cache_addgr): Properly check for short write.
14779         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14780         * nscd/pwdcache.c (cache_addpw): Likewise.
14781         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
14782         more than recsize.
14783
14784 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
14785
14786         * benchtests/Makefile (bench): Write all output to
14787         bench-out.tmp together.
14788
14789 2013-04-15  Andreas Schwab  <schwab@suse.de>
14790
14791         * nscd/nscd.c (main): Don't fork again after closing files.
14792
14793 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
14794
14795         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
14796
14797         * benchtests/Rules (bench-deps): Collect dependencies into a
14798         single variable.  Add Makefile to dependencies.
14799         ($(objpfx)bench-%.c): Depend on bench-deps.
14800
14801 2013-04-12  Roland McGrath  <roland@hack.frob.com>
14802             Xavier Roche  <roche+kml2@exalead.com>
14803
14804         [BZ #15361]
14805         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
14806         just that it's a file descriptor.
14807         * manual/llio.texi (Synchronizing AIO Operations): Update description
14808         for EBADF error from aio_fsync.
14809
14810 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
14811
14812         * Rules (bench): Move target definition...
14813         * benchtests/Makefile: ... here.
14814
14815 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
14816
14817         * math/libm-test.inc (cos_test): Fix PI/2 test.
14818         (sincos_test): Likewise.
14819         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14820         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
14821
14822 2013-04-11  Andreas Schwab  <schwab@suse.de>
14823
14824         [BZ #13988]
14825         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
14826         accept exponent character only when digits were seen.
14827         * stdio-common/Makefile (tests): Add bug26.
14828         * stdio-common/bug26.c: New file.
14829
14830         [BZ #14293]
14831         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
14832         non-freeable.
14833
14834 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
14835
14836         * Makeconfig (rtld-prefix): Define built linker prefix.
14837         * Rules (run-bench): Use it.
14838         * math/Makefile (run-regen-ulps): Likewise.
14839
14840         * Rules (bench): Remove eval.
14841
14842 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
14843             Roland McGrath  <roland@hack.frob.com>
14844             Ondrej Bilka  <neleai@seznam.cz>
14845
14846         [BZ #15346]
14847         * time/getdate.c: Include ctype.h and alloca.h.
14848         (__getdate_r): Trim leading and trailing spaces of input.
14849         * time/tst-getdate.c (tests): Add tests with leading and
14850         trailing spaces.
14851
14852 2013-04-08  Roland McGrath  <roland@hack.frob.com>
14853
14854         [BZ #14280]
14855         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
14856         when computing value.
14857
14858 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
14859
14860         * math/README.libm-test (How can I generate "libm-test-ulps"?):
14861         Use testrun.sh to run libm tests.
14862
14863         [BZ #15309]
14864         * elf/dl-open.c (dl_open_worker): memset all of seen array.
14865
14866 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
14867
14868         [BZ #15264]
14869         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
14870
14871 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
14872
14873         * Makefile.in (regen-ulps): New target.
14874         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
14875         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
14876         [ifneq (no,$(PERL)] (regen-ulps): New target.
14877         [ifeq (no,$(PERL)] (regen-ulps): New target.
14878         * math/libm-test.inc (ulps_file_name): Define.
14879         (output_dir): New variable.
14880         (options): Add "output-dir" option.
14881         (parse_opt): Handle 'o' case.
14882         (main): If output_dir is non-NULL use it as a prefix
14883         otherwise use "".
14884         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
14885
14886 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
14887
14888         [BZ #10060, #10062]
14889         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
14890         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
14891         fail configure if __sync_val_compare_and_swap is not inlined.
14892         * sysdeps/i386/configure: Regenerate.
14893         * configure.in: Build for i686 when configured for i386.
14894         * configure: Regenerate.
14895         * README: Remove i386 reference.
14896
14897 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
14898
14899         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
14900         * sysdeps/s390/s390-64/sysdep.h: Likewise.
14901
14902 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
14903
14904         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
14905         (lmsnanval): New variables.
14906         (F): Add conversion tests.
14907         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
14908         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
14909
14910         * stdio-common/tstdiomisc.c (F): Properly collect individual
14911         tests' results.
14912
14913         [BZ #14686, #15336]
14914         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
14915         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
14916         Instead, use input NaN values or generate a qNaN by arithmetic
14917         operation.  Also fix bugs to comply with the standard.
14918         * math/libm-test.inc (remainder_test): Add more tests.
14919
14920         [BZ #15335, #15342]
14921         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
14922         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
14923         input NaN values or generate a qNaN by arithmetic operation.
14924
14925         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
14926         unreachable code.
14927
14928         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
14929         definitions.
14930
14931 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
14932
14933         [BZ #14478]
14934         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
14935         underflowed result.
14936         * math/s_cexpf.c (__cexpf): Likewise.
14937         * math/s_cexpl.c (__cexpl): Likewise.
14938         * math/libm-test.inc (cexp_test): Add more tests.
14939
14940 2013-04-03  Andreas Schwab  <schwab@suse.de>
14941
14942         [BZ #15330]
14943         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
14944         order arrays from heap if bigger than alloca cutoff.
14945
14946 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
14947
14948         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
14949         (SNAN_TESTS_double): Refer to GCC PR56831.
14950         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
14951         GCC PR56828.
14952
14953 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14954
14955         * Rules (bench): Move bench.out after the run is complete.
14956
14957         * Rules (bench): Echo currently running benchmark.
14958
14959         * benchtests/Makefile (bench): Add atan and slowatan.
14960         * benchtests/atan-inputs: New file.
14961         * benchtests/slowatan-inputs: New file.
14962         * benchtests/slowatan.c: New file.
14963
14964         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
14965         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
14966         its value.
14967
14968         [BZ #15305]
14969         * sysdeps/unix/sysv/linux/kernel-features.h
14970         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
14971         __ASSUME_XFS_RESTRICTED_CHOWN.
14972         * sysdeps/unix/sysv/linux/pathconf.c
14973         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
14974         Save and restore errno.
14975
14976 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
14977
14978         [BZ #15327]
14979         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
14980         arguments using __kernel_casinh.
14981         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
14982         arguments using __kernel_casinhf.
14983         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
14984         arguments using __kernel_casinhl.
14985         * math/libm-test.inc (cacosh_test): Add more tests.
14986         * sysdeps/i386/fpu/libm-test-ulps: Update.
14987         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14988
14989 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
14990
14991         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
14992         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
14993
14994         * bench/Makefile (bench): Add sin and slowsin.
14995         * benchtests/sin-inputs: New file.
14996         * benchtests/slowsin-inputs: New file.
14997         * benchtests/slowsin.c: New file.
14998
14999         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
15000         (bench): Add slowexp and slowpow.
15001         (exp-ITER): Increase iterations.
15002         (pow-ITER): Likewise.
15003         * benchtests/exp-inputs: Change input.
15004         * benchtests/pow-inputs: Likewise.
15005         * benchtests/slowexp-inputs: New file.
15006         * benchtests/slowexp.c: New file.
15007         * benchtests/slowpow-inputs: New file.
15008         * benchtests/slowpow.c: New file.
15009
15010 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15011
15012         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
15013         instructions.
15014         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
15015         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
15016         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
15017         * benchtests/Makefile: Add rint benchtest.
15018         * benchtests/rint-inputs: Input for rint benchtest.
15019
15020 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
15021
15022         * Versions.def (libm): Add GLIBC_2.18.
15023         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
15024         hidden libm prototypes.
15025         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
15026         * math/Makefile (libm-calls): Add s_issignaling.
15027         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
15028         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
15029         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
15030         declaration.
15031         * math/math.h [__USE_GNU] (issignaling): New macro.
15032         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
15033         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
15034         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
15035         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
15036         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
15037         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
15038         * manual/arith.texi (issignaling): New section.
15039         * manual/libm-err-tab.pl (@all_functions): Update comment.
15040         * math/gen-libm-test.pl (parse_args): Apply special handling for
15041         issignaling.
15042         * math/libm-test.inc (print_float, issignaling_test): New
15043         functions.
15044         (check_float_internal): Add issignaling checks.
15045         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
15046         default definition.
15047         * sysdeps/powerpc/math-tests.h: New file.
15048         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
15049         tests.
15050         * math/test-snan.c (TEST_FUNC): Likewise.
15051
15052 2013-03-30  David S. Miller  <davem@davemloft.net>
15053
15054         * po/de.po: Update from translation team.
15055
15056 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
15057
15058         [BZ #10357]
15059         * math/k_casinh.c (__kernel_casinh): Handle arguments with
15060         imaginary part less than 1.0 and real part less than 0.5
15061         specially.
15062         * math/k_casinhf.c (__kernel_casinhf): Likewise.
15063         * math/k_casinhl.c (__kernel_casinhl): Likewise.
15064         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
15065         (cacos_test): Add more tests.
15066         (casin_test): Likewise.
15067         (casinh_test): Likewise.
15068         * sysdeps/i386/fpu/libm-test-ulps: Update.
15069         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15070
15071 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
15072
15073         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
15074         ONE with its value.
15075
15076         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
15077         (__pow_mp): Replace ONE and MONE with their values.
15078         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15079         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
15080         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
15081         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
15082         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
15083         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
15084
15085         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
15086
15087         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
15088         (__pow_mp): Replace ZERO and MZERO with their values.
15089         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
15090         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15091         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
15092         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
15093         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
15094         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
15095         (__sqr): Likewise.
15096
15097         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
15098
15099         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
15100
15101 2013-03-28  Roland McGrath  <roland@hack.frob.com>
15102
15103         * include/stdlib.h [!SHARED] (__call_tls_dtors):
15104         Declare with __attribute__ ((weak)).
15105         * stdlib/exit.c (__libc_atexit) [!SHARED]:
15106         Call __call_tls_dtors only if it's not NULL.
15107
15108 2013-03-28  Roland McGrath  <roland@hack.frob.com>
15109
15110         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
15111         didn't do it already, then set _dl_phdr and _dl_phnum based on the
15112         magic __ehdr_start linker symbol if it's defined.
15113         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
15114         them up here if it was already done.
15115
15116         * elf/dl-support.c (_dl_phdr): Make pointer to const.
15117         (_dl_aux_init): Use const in cast when setting it.
15118         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
15119         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
15120         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
15121
15122         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
15123         Declare them here.
15124         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
15125         * csu/libc-tls.c: Nor here.
15126         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
15127
15128         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
15129         (__libc_message): Never call vsyslog.
15130
15131 2013-03-28  Alan Modra  <amodra@gmail.com>
15132
15133         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
15134         Define as empty.
15135         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
15136         Likewise.
15137
15138 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15139
15140         [BZ #15214]
15141         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
15142         underflow.
15143         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15144
15145 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15146
15147         [BZ #15304]
15148         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15149         Don't add gid passed as argument.
15150
15151         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
15152
15153 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
15154
15155         [BZ #15307]
15156         * math/k_casinh.c (__kernel_casinh): Handle arguments with
15157         imaginary part between 1.0 and 1.5 and real part less than 0.5
15158         specially.
15159         * math/k_casinhf.c (__kernel_casinhf): Likewise.
15160         * math/k_casinhl.c (__kernel_casinhl): Likewise.
15161         * math/libm-test.inc (cacos_test): Add more tests.
15162         (casin_test): Likewise.
15163         (casinh_test): Likewise.
15164         * sysdeps/i386/fpu/libm-test-ulps: Update.
15165         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15166
15167 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
15168
15169         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
15170         constants.
15171         (norm): Likewise.
15172         (denorm): Likewise.
15173         (__dbl_mp): Likewise.
15174         (add_magnitudes): Likewise.
15175         (sub_magnitudes): Likewise.
15176         (__add): Likewise.
15177         (__sub): Likewise.
15178         (__mul): Likewise.
15179         (__sqr): Likewise.
15180         (__inv): Likewise.
15181         (__dvd): Likewise.
15182
15183         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
15184         commented code.
15185         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
15186         (__dubcos): Likewise.
15187         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
15188         (__ieee754_acos): Likewise.
15189         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
15190         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
15191         (__exp1): Likewise.
15192         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15193         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
15194         (log1): Likewise.
15195         (my_log2): Likewise.
15196         (checkint): Likewise.
15197         * sysdeps/ieee754/dbl-64/e_remainder.c
15198         (__ieee754_remainder): Likewise.
15199         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
15200         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
15201         (bsloww): Likewise.
15202         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
15203
15204         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
15205         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
15206         MANTISSA_STORE_T to store computations on mantissa.  Use
15207         macros for rounding and division.
15208         (denorm): Likewise.
15209         (__dbl_mp): Likewise.
15210         (add_magnitudes): Likewise.
15211         (sub_magnitudes): Likewise.
15212         (__mul): Likewise.
15213         (__sqr): Likewise.
15214         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
15215         powers of two in terms of TWOPOW macro.
15216         (mp_no): Make type of mantissa as MANTISSA_T.
15217         [!RADIXI]: Define RADIXI.
15218         [!TWO52]: Define TWO52.
15219         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
15220
15221 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15222
15223         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
15224         llroundl symbol when building for PPC32.
15225
15226 2013-03-24  Mark H Weaver  <mhw@netris.org>
15227
15228         * manual/arith.texi (Normalization Functions): Fix prototypes for
15229         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
15230
15231 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15232
15233         [BZ #13889]
15234         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
15235         high value to check if expl overflow.
15236         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
15237         to check for underflow and overflow.
15238         * math/libm-test.inc: Add exp test.
15239
15240 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
15241
15242         [BZ #11120]
15243         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
15244         with NOT_IN_libc.
15245
15246 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15247
15248         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
15249         symbol.
15250
15251 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
15252
15253         * math/gen-libm-test.pl (parse_args, special_functions): Properly
15254         wrap blocks consisting of several statements.
15255
15256         * sysdeps/generic/math-tests.h: New file.
15257         * sysdeps/i386/fpu/math-tests.h: Likewise.
15258         * math/test-snan.c: Include it.
15259         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
15260
15261 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
15262
15263         [BZ #15285]
15264         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
15265         (__ieee754_j0l): Do not improve calculations using cos of twice
15266         input for inputs above LDBL_MAX / 2.0L.
15267         (__ieee754_y0l): Likewise.
15268         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
15269         (__ieee754_j1l): Do not improve calculations using cos of twice
15270         input for inputs above LDBL_MAX / 2.0L.
15271         (__ieee754_y1l): Likewise.
15272         * math/libm-test.inc (j0_test): Add another test.
15273         (j1_test): Likewise.
15274         (y0_test): Likewise.
15275         (y1_test): Likewise.
15276         * sysdeps/i386/fpu/libm-test-ulps: Update.
15277
15278 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
15279
15280         * Rules ($(objpfx)bench-%.c): Include code from a C source
15281         file.
15282
15283 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
15284
15285         [BZ #15287]
15286         * math/k_casinh.c (__kernel_casinh): Handle arguments with
15287         imaginary part 1.0 and real part less than 0.5 specially.
15288         * math/k_casinhf.c (__kernel_casinhf): Likewise.
15289         * math/k_casinhl.c (__kernel_casinhl): Likewise.
15290         * math/libm-test.inc (cacos_test): Add more tests.
15291         (casin_test): Likewise.
15292         (casinh_test): Likewise.
15293         * sysdeps/i386/fpu/libm-test-ulps: Update.
15294         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15295
15296 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
15297
15298         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
15299         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
15300
15301 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
15302
15303         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
15304         * config.make.in (config-cflags-sse4): Remove variable.
15305         (config-cflags-avx): Likewise.
15306         (config-cflags-sse2avx): Likewise.
15307         (config-cflags-novzeroupper): Likewise.
15308         (config-asflags-i686): Likewise.
15309         (have-mfma4): Likewise.
15310         (have-as-vis3): Likewise.
15311         (MIG): Likewise.
15312         * configure.in (MIG): Do not AC_SUBST.
15313         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
15314         (libc_cv_cc_sse4): Do not AC_SUBST.
15315         (libc_cv_cc_avx): Likewise.
15316         (libc_cv_cc_sse2avx): Likewise.
15317         (libc_cv_cc_novzeroupper): Likewise.
15318         (libc_cv_cc_fma4): Likewise.
15319         (libc_cv_as_i686): Likewise.
15320         (libc_cv_sparc_as_vis3): Likewise.
15321         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
15322         LIBC_CONFIG_VAR.
15323         (config-asflags-i686): Likewise.
15324         (config-cflags-avx): Likewise.
15325         (config-cflags-sse2avx): Likewise.
15326         (have-mfma4): Likewise.
15327         (config-cflags-novzeroupper): Likewise.
15328         * sysdeps/mach/configure.in (MIG): Likewise.
15329         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
15330         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
15331         LIBC_CONFIG_VAR.
15332         (config-cflags-avx): Likewise.
15333         (config-cflags-sse2avx): Likewise.
15334         (have-mfma4): Likewise.
15335         (config-cflags-novzeroupper): Likewise.
15336         * configure: Regenerated.
15337         * sysdeps/i386/configure: Likewise.
15338         * sysdeps/mach/configure: Likewise.
15339         * sysdeps/sparc/configure: Likewise.
15340         * sysdeps/x86_64/configure: Likewise.
15341
15342 2013-03-20  Roland McGrath  <roland@hack.frob.com>
15343
15344         [BZ #14812]
15345         * locale/programs/localedef.c (options): Put N_ translation marker
15346         on argument names, not just descriptions.
15347
15348 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
15349
15350         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
15351
15352 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
15353
15354         [BZ #14176]
15355         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
15356
15357 2013-03-19  Roland McGrath  <roland@hack.frob.com>
15358
15359         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
15360         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
15361         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
15362         [!BEFORE_ABORT] (before_abort): New function.
15363         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
15364         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
15365         (writev_for_fatal): New function.
15366         (WRITEV_FOR_FATAL): New macro; call that.
15367         (backtrace_and_maps): New function.
15368         (BEFORE_ABORT): New macro; call that.
15369         (struct str_list): Type removed.
15370         (__libc_message, __libc_fatal): Functions removed.
15371         Include <sysdeps/posix/libc_fatal.c> instead.
15372
15373 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
15374
15375         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
15376         constants.
15377         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
15378         double constants.
15379
15380 2013-03-19  Andreas Schwab  <schwab@suse.de>
15381
15382         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
15383         * sysdeps/gnu/configure: Regenerate.
15384
15385         * configure.in: Substitute libc_cv_rtlddir.
15386         * configure: Regenerate.
15387         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
15388         * Makeconfig (rtlddir, inst_rtlddir): New variables.
15389         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
15390         * elf/Makefile (install-others, CFLAGS-interp.c)
15391         (ldso_install, common-ldd-rewrite): Likewise.
15392         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
15393         $(inst_slibdir)/$(rtld-installed-name).
15394         * scripts/rellns-sh: Add -p option.
15395         * Makerules (make-shlib-link): Use rellns-sh to get relative name
15396         for source.
15397
15398 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
15399
15400         * manual/nptl.texi: Renamed to ...
15401         * manual/threads.texi: ... this.
15402         * manual/Makefile (chapters): Update.
15403
15404 2013-03-18  Roland McGrath  <roland@hack.frob.com>
15405
15406         [BZ #14812]
15407         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
15408         on argument names, not just descriptions.
15409         * malloc/memusagestat.c (options): Likewise.
15410         * nss/getent.c (options): Likewise.
15411
15412 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
15413
15414         [BZ #14812]
15415         * iconv/iconv_prog.c (options): Put N_ translation marker
15416         on argument names, not just descriptions.
15417         * iconv/iconvconfig.c (options): Likewise.
15418
15419 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
15420
15421         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
15422         implementation which is faster on all x86_64 architectures.
15423         Tested on AMD, Intel Nehalem, SNB, IVB.
15424         * sysdeps/x86_64/strnlen.S: Likewise.
15425
15426         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
15427         Remove all multiarch strlen and strnlen versions.
15428         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
15429         Remove strlen and strnlen related parts.
15430
15431         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
15432         Inline strlen part.
15433         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
15434
15435         * sysdeps/x86_64/multiarch/strlen.S: Remove.
15436         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
15437         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
15438         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
15439         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
15440         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
15441
15442 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
15443
15444         * manual/memory.texi (Malloc Tunable Parameters):
15445         Sort parameters alphabetically. Add comments for missing entries.
15446
15447 2013-03-17  David S. Miller  <davem@davemloft.net>
15448
15449         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15450
15451 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
15452
15453         [BZ #15283]
15454         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
15455         for arguments at most half maximum finite value.
15456         * math/libm-test.inc (j0_test): Add more tests.
15457         (j1_test): Likewise.
15458         (y0_test): Likewise.
15459         (y1_test): Likewise.
15460         * sysdeps/i386/fpu/libm-test-ulps: Update.
15461         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15462
15463         [BZ #14155]
15464         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
15465         1 / x and functions P and Q for arguments above 0x1p256L.
15466         (__ieee754_y0l): Likewise.
15467         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
15468         (__ieee754_y1l): Likewise.
15469         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
15470         (j1_test): Likewise.
15471         (y0_test): Likewise.
15472         (y1_test): Likewise.
15473
15474 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
15475
15476         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
15477         variable.
15478
15479 2013-03-15  Roland McGrath  <roland@hack.frob.com>
15480
15481         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
15482         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
15483         zero since it's initialized to EXEC_PAGESIZE.
15484
15485         * sysdeps/unix/sysv/linux/ldsodefs.h
15486         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
15487         * sysdeps/generic/ldsodefs.h: ... here.
15488
15489 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
15490
15491         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
15492
15493         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
15494         math/test-snan.c.
15495         * math/test-snan.c: Renamed from
15496         sysdeps/powerpc/fpu/test-powerpc-snan.c.
15497         * math/Makefile (tests): Add test-snan.
15498         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
15499         test-powerpc-snan.
15500
15501         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
15502         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
15503         functions.
15504         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
15505         __builtin_nan family of functions.
15506         * math/libm-test.inc (initialize): Initialize qnan_value with
15507         __builtin_nan family of functions.
15508         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
15509         Remove variables.
15510         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
15511         Remove functions.
15512         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
15513         storage class.  Initialize qNaN_var and sNaN_var with
15514         __builtin_nan and __builtin_nans families of functions,
15515         respectively.
15516
15517         * math/libm-test.inc (acosh_test): Also test with qNaN input.
15518         (sqrt_test): Remove duplicate test with qNaN input.
15519         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
15520         (round_test, signbit_test, significand_test): Note missing +/-Inf
15521         as well as qNaN tests.
15522
15523         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
15524         qNaN_var.  Fix a few strings, too.
15525         * math/libm-test.inc (nan_value): Rename to qnan_value.
15526         * math/gen-libm-test.pl (%beautify): Adjust to that.
15527         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
15528         * math/test-misc.c (main): Likewise.
15529         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
15530         to __qnan_bytes, and __qnan_union, respectively.
15531         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
15532         Likewise.
15533         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
15534         and lqnanval, respectively.
15535         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
15536         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
15537         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
15538         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
15539
15540         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
15541         * math/test-misc.c (main) [__x86_64__]: Enable test for long
15542         doubles.
15543
15544         * math/test-misc.c (main): Fix copy'n'pastos.
15545         * misc/tst-efgcvt.c (special): Likewise.
15546
15547         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
15548         Remove declarations.
15549
15550 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
15551
15552         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
15553         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
15554         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
15555         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
15556
15557 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15558
15559         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
15560         macro to return vdso values correctly in IFUNC implementations.
15561         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
15562         Optimization by using IFUNC.
15563
15564 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
15565             Richard Henderson  <rth@redhat.com>
15566             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
15567
15568         * Makefile.in (bench): New target.
15569         * NEWS: Mention the benchmark framework.
15570         * Rules (bench): Likewise.
15571         (binaries-bench): Generate binaries for functions to
15572         benchmark.
15573         * benchtests/Makefile: New makefile for benchmark tests.
15574         * benchtests/bench-skeleton.c: New skeleton file for benchmark
15575         programs.
15576         * benchtests/exp-inputs: New input file for EXP function.
15577         * benchtests/pow-inputs: New input file for POW function.
15578         * scripts/bench.pl: New script to generate source files for
15579         benchmark programs.
15580
15581 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
15582
15583         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
15584         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
15585         computations on mantissa.  Use macros for rounding and
15586         division.
15587         (denorm): Likewise.
15588         (__dbl_mp): Likewise.
15589         (add_magnitudes): Likewise.
15590         (sub_magnitudes): Likewise.
15591         (__mul): Likewise.
15592         (__sqr): Likewise.
15593         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
15594         powers of two in terms of TWOPOW macro.
15595         (mp_no): Make type of mantissa as MANTISSA_T.
15596         [!RADIXI]: Define RADIXI.
15597         [!TWO52]: Define TWO52.
15598         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
15599
15600         * manual/nptl.texi (cindex): Modify threads to pthreads.
15601
15602 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
15603
15604         * sysdeps/x86_64/preconfigure: Regenerated.
15605
15606 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
15607
15608         [BZ #14155]
15609         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
15610         0x1p28 and above.
15611         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
15612         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
15613         0x1p28 and above.
15614         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
15615         * math/libm-test.inc (j0_test): Do not allow one spurious
15616         underflow exception.
15617         (y1_test): Likewise.
15618
15619 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
15620
15621         * manual/Makefile (chapters): Add nptl.
15622         * manual/debug.texi (Debugging Support): Add link to Threads
15623         chapter.
15624         * manual/nptl.texi: New file.
15625
15626         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
15627
15628 2013-03-14  Petr Baudis  <pasky@ucw.cz>
15629
15630         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
15631         for non-NULL pointer before the memory validity test. Pointed
15632         out by Holger Brunck <holger.brunck@keymile.com>.
15633
15634 2013-03-13  Andreas Schwab  <schwab@suse.de>
15635
15636         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
15637         instead of .os.
15638
15639 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
15640
15641         * timezone/zic.c: Update from tzcode 2013b.
15642
15643 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
15644
15645         * manual/install.texi (Configuring and compiling):
15646         Mention i686 and i586.
15647         * INSTALL: Regenerate.
15648
15649 2013-03-12  Roland McGrath  <roland@hack.frob.com>
15650
15651         * sysdeps/init_array/elf-init.c: New file.
15652         * csu/elf-init.c
15653         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
15654         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
15655
15656         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
15657         __gmon_start__ as global, but as static with a .preinit_array pointer.
15658         * sysdeps/init_array/gmon-start.c: New file.  Use that.
15659         * sysdeps/init_array/crti.S: New file, empty except for comments.
15660         * sysdeps/init_array/crtn.S: Likewise.
15661
15662 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
15663
15664         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
15665         definining bcopy.
15666         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15667         Remove Prefer_SSE_for_memop.
15668         * sysdeps/x86_64/multiarch/init-arch.h: Remove
15669         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
15670         HAS_PREFER_SSE_FOR_MEMOP.
15671         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
15672         memset-x86-64.
15673         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
15674         Remove bzero, memset ifunc support.
15675         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
15676         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
15677         * sysdeps/x86_64/multiarch/memset.S: Likewise.
15678         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
15679
15680 2013-03-11  Andreas Schwab  <schwab@suse.de>
15681
15682         [BZ #15234]
15683         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
15684         by SHLIB_COMPAT.
15685         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
15686         (GLIBC_2.16): Remove pthread_atfork.
15687
15688 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
15689
15690         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
15691         (ptestcases.h): Likewise.
15692
15693 2013-03-08  Roland McGrath  <roland@hack.frob.com>
15694
15695         * Makeconfig ($(common-objpfx)config.status): Depend on
15696         sysdeps/*/preconfigure{,.in} too.
15697
15698 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
15699
15700         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
15701         (__free_hook): Use void * instead of __malloc_ptr_t.
15702         (__malloc_hook): Likewise.
15703         (__realloc_hook): Likewise.
15704         (__memalign_hook): Likewise.
15705         (__after_morecore_hook): Likewise.
15706         * malloc/arena.c (save_malloc_hook): Likewise.
15707         (save_free_hook): Likewise.
15708         * malloc/hooks.c (malloc_hook_ini): Likewise.
15709         (realloc_hook_ini): Likewise.
15710         (memalign_hook_ini): Likewise.
15711         * malloc/malloc.c (malloc_hook_ini): Likewise.
15712         (realloc_hook_ini): Likewise.
15713         (memalign_hook_ini): Likewise.
15714         (__free_hook): Likewise.
15715         (__malloc_hook): Likewise.
15716         (__realloc_hook): Likewise.
15717         (__memalign_hook): Likewise.
15718         (__libc_malloc): Likewise.
15719         (__libc_free): Likewise.
15720         (__libc_realloc): Likewise.
15721         (__libc_memalign): Likewise.
15722         (__libc_valloc): Likewise.
15723         (__libc_pvalloc): Likewise.
15724         (__libc_calloc): Likewise.
15725         (__posix_memalign): Likewise.
15726         * malloc/morecore.c (__sbrk): Likewise.
15727         (__default_morecore): Likewise.
15728
15729         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
15730
15731         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
15732         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
15733         __malloc_ptrdiff_t.
15734
15735         * malloc/malloc.h (__malloc_size_t): Remove macro.
15736         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
15737         __malloc_size_t.
15738         (old_memalign_hook): Likewise.
15739         (old_realloc_hook): Likewise.
15740         (struct hdr): Likewise.
15741         (flood): Likewise.
15742         (mallochook): Likewise.
15743         (memalignhook): Likewise.
15744         (reallochook): Likewise.
15745         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
15746         (tr_old_realloc_hook): Likewise.
15747         (tr_old_memalign_hook): Likewise.
15748         (tr_mallochook): Likewise.
15749         (tr_reallochook): Likewise.
15750         (tr_memalignhook): Likewise.
15751
15752 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15753
15754         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
15755         default_ldbl_pack and using as default implementation.
15756         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
15757         implementation.
15758         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
15759         redundant definition.
15760         (ldbl_insert_mantissa): Likewise.
15761         (ldbl_canonicalize): Likewise.
15762         (ldbl_nearbyint): Likewise.
15763         (ldbl_pack): Rename to ldbl_pack_ppc.
15764         (ldbl_unpack): Rename to ldbl_unpack_ppc.
15765         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
15766         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
15767
15768 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
15769
15770         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
15771         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
15772         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
15773         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
15774         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
15775         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
15776         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
15777         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
15778
15779 2013-03-07  Andreas Jaeger  <aj@suse.de>
15780
15781         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
15782         bits/mman-linux.h.
15783
15784 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
15785
15786         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
15787         Include mpa.h and declare __MPEXP.
15788         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
15789         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
15790         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
15791         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
15792         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
15793         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
15794         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
15795
15796         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
15797         (__slowpow): Use long double EXPL and LOGL functions to
15798         compute POW.
15799         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
15800         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
15801         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
15802         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
15803         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
15804         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
15805
15806         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
15807         intermediate variable to calculate exponent.
15808         (__sqr): Likewise.
15809         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
15810         Likewise.
15811         (__sqr): Likewise.
15812
15813         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
15814         [!NO__SQR]: Define __sqr.
15815         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
15816         and NO__SQR.  Remove all code except __mul and __sqr.  Include
15817         sysdeps/ieee754/dbl-64/mpa.c.
15818         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
15819
15820         [BZ #12723]
15821         * posix/Makefile (tests): Add tst-pathconf.
15822         * posix/tst-pathconf.c: New test case.
15823         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
15824         _PC_PIPE_BUF.
15825         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
15826
15827 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
15828
15829         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
15830
15831 2013-03-06  Andreas Jaeger  <aj@suse.de>
15832
15833         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
15834         definition via __MAP_ANONYMOUS.
15835
15836         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
15837         it's not part of Linux headers.
15838
15839         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
15840         (MAP_HUGE_MASK): Define.
15841
15842         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
15843         Define.
15844         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
15845         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
15846         Define.
15847         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
15848         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
15849         Define.
15850         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
15851         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
15852         Define.
15853         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
15854
15855         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
15856         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
15857         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
15858         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
15859         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
15860         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
15861
15862         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
15863         Handle f2fs.
15864
15865         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
15866         Handle f2fs and efivarfs.
15867
15868         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
15869         f2fs.
15870
15871         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
15872         (EFIVARFS_MAGIC): Add.
15873         (F2FS_LINK_MAX): Add.
15874
15875 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
15876
15877         * stdio-common/vfprintf.c: Replace __builtin_expect with
15878         __glibc_unlikely.
15879
15880 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
15881
15882         [BZ #13550]
15883         * sysdeps/generic/bp-sym.h: Remove file.
15884         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
15885         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
15886         <bp-sym.h> and <bp-asm.h>.
15887         (__longjmp): Don't use BP_SYM.
15888         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
15889         and <bp-asm.h>.
15890         (memcpy): Don't use BP_SYM.
15891         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
15892         <bp-sym.h> and <bp-asm.h>.
15893         (memcpy): Don't use BP_SYM.
15894         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
15895         <bp-asm.h>.
15896         (memcpy): Don't use BP_SYM.
15897         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
15898         <bp-asm.h>.
15899         (memset): Don't use BP_SYM.
15900         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
15901         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
15902         (__bzero): Don't use BP_SYM.
15903         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
15904         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
15905         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
15906         <bp-sym.h> and <bp-asm.h>.
15907         (memcmp): Don't use BP_SYM.  Remove comment about bounded
15908         pointers.
15909         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
15910         <bp-sym.h> and <bp-asm.h>.
15911         (memcpy): Don't use BP_SYM.
15912         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
15913         <bp-sym.h> and <bp-asm.h>.
15914         (memset): Don't use BP_SYM.
15915         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
15916         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
15917         (__bzero): Don't use BP_SYM.
15918         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
15919         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
15920         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
15921         <bp-sym.h> and <bp-asm.h>.
15922         (strncmp): Don't use BP_SYM.  Remove comment about bounded
15923         pointers.
15924         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
15925         <bp-sym.h> and <bp-asm.h>.
15926         (memcpy): Don't use BP_SYM.
15927         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
15928         <bp-sym.h> and <bp-asm.h>.
15929         (memset): Don't use BP_SYM.
15930         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
15931         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
15932         (__bzero): Don't use BP_SYM.
15933         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
15934         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
15935         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
15936         <bp-sym.h> and <bp-asm.h>.
15937         (__memchr): Don't use BP_SYM.
15938         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
15939         <bp-sym.h> and <bp-asm.h>.
15940         (memcmp): Don't use BP_SYM.  Remove comment about bounded
15941         pointers.
15942         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
15943         <bp-sym.h> and <bp-asm.h>.
15944         (memcpy): Don't use BP_SYM.
15945         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
15946         <bp-sym.h> and <bp-asm.h>.
15947         (__mempcpy): Don't use BP_SYM.
15948         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
15949         <bp-sym.h> and <bp-asm.h>.
15950         (__memrchr): Don't use BP_SYM.
15951         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
15952         <bp-sym.h> and <bp-asm.h>.
15953         (memset): Don't use BP_SYM.
15954         (__bzero): Likewise.
15955         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
15956         <bp-sym.h> and <bp-asm.h>.
15957         (__rawmemchr): Don't use BP_SYM.
15958         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
15959         <bp-sym.h> and <bp-asm.h>.
15960         (__STRCMP): Don't use BP_SYM.
15961         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
15962         <bp-sym.h> and <bp-asm.h>.
15963         (strchr): Don't use BP_SYM.
15964         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
15965         <bp-sym.h> and <bp-asm.h>.
15966         (__strchrnul): Don't use BP_SYM.
15967         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
15968         <bp-sym.h> and <bp-asm.h>.
15969         (strlen): Don't use BP_SYM.
15970         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
15971         <bp-sym.h> and <bp-asm.h>.
15972         (strncmp): Don't use BP_SYM.  Remove comment about bounded
15973         pointers.
15974         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
15975         <bp-sym.h> and <bp-asm.h>.
15976         (__strnlen): Don't use BP_SYM.
15977         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
15978         <bp-sym.h> and <bp-asm.h>.
15979         (__GI__setjmp): Don't use BP_SYM.
15980         (_setjmp): Likewise.
15981         (__sigsetjmp): Likewise.
15982         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
15983         (L(start_addresses)): Don't use BP_SYM.
15984         (_start): Likewise.
15985         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
15986         <bp-asm.h>.
15987         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
15988         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
15989         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
15990         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
15991         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
15992         <bp-asm.h>.
15993         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
15994         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
15995         about bounded pointers.
15996         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
15997         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
15998         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
15999         <bp-asm.h>.
16000         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
16001         about bounded pointers.  Remove GKM FIXME comments.
16002         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
16003         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
16004         <bp-asm.h>.
16005         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
16006         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
16007         Remove GKM FIXME comments.
16008         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
16009         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
16010         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
16011         <bp-asm.h>.
16012         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
16013         about bounded pointers.  Remove GKM FIXME comment.
16014         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
16015         and <bp-asm.h>.
16016         (strncmp): Don't use BP_SYM.  Remove comment about bounded
16017         pointers.
16018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
16019         <bp-sym.h> and <bp-asm.h>.
16020         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
16021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
16022         <bp-sym.h> and <bp-asm.h>.
16023         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
16024         comment.
16025
16026 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
16027
16028         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
16029         call free(NULL).
16030
16031 2013-03-05  David S. Miller  <davem@davemloft.net>
16032
16033         * po/es.po: Update from translation team.
16034
16035 2013-03-05  Andreas Jaeger  <aj@suse.de>
16036
16037         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
16038         <bits/mman-linux.h>.
16039         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
16040         is fine.
16041         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
16042         <bits/mman-linux.h> to end of file.
16043         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
16044         is fine.
16045         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
16046         <bits/mman-linux.h> to end of file.
16047         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
16048         is fine.
16049         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
16050         <bits/mman-linux.h> to end of file.
16051
16052         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
16053         (MCL_CURRENT, MCL_FUTURE): Define here.
16054
16055 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16056
16057         [BZ #15232]
16058         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
16059         attribute_hidden.
16060         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
16061
16062 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16063
16064         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
16065         fourth parameter needed for rt_sigprocmask syscall.
16066         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
16067         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
16068         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
16069         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
16070         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
16071         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
16072
16073 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
16074
16075         [BZ #13550]
16076         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
16077         comment about bounded pointers.
16078         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
16079         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
16080
16081 2013-03-04  Andreas Jaeger  <aj@suse.de>
16082
16083         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
16084         common definitions.
16085
16086         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
16087         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
16088         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
16089         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
16090         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
16091         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
16092
16093 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16094
16095         [BZ #15055]
16096         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
16097         __ieee754_sqrl instead of __sqrl.
16098
16099 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
16100
16101         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
16102         * sysdeps/powerpc/fpu_control.h: ... here.
16103         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
16104         * sysdeps/powerpc/bits/fenvinline.h: ... here.
16105         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
16106         * sysdeps/powerpc/bits/mathinline.h: ... here.
16107
16108 2013-03-01  Roland McGrath  <roland@hack.frob.com>
16109
16110         * elf/dl-hwcaps.c (_dl_important_hwcaps):
16111         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
16112         to just [NEED_DL_SYSINFO_DSO].
16113         * elf/dl-support.c: Likewise.
16114         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
16115         * elf/rtld.c (dl_main): Likewise.
16116         * elf/setup-vdso.h (setup_vdso): Likewise.
16117         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
16118         * sysdeps/unix/sysv/linux/dl-sysdep.c
16119         (_dl_discover_osversion): Likewise.
16120
16121 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
16122
16123         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
16124         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
16125
16126 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
16127
16128         * NEWS: Mention libm performance improvements and non-x86 PI
16129         futex support.
16130
16131         * csu/libc-start.c (__pthread_initialize_minimal): Change
16132         function arguments.
16133         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
16134
16135 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
16136
16137         [BZ #13550]
16138         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
16139         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
16140         <bp-sym.h> and <bp-asm.h>.
16141         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
16142         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
16143         and <bp-asm.h>.
16144         (memcpy): Don't use BP_SYM.
16145         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
16146         <bp-asm.h>.
16147         (__mpn_add_n): Don't use BP_SYM.
16148         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
16149         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
16150         and <bp-asm.h>.
16151         (__mpn_addmul_1): Don't use BP_SYM.
16152         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
16153         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
16154         <bp-sym.h>.
16155         (_setjmp): Don't use BP_SYM.
16156         (__novmx_setjmp): Likewise.
16157         (__GI__setjmp): Likewise.
16158         (__vmx_setjmp): Likewise.
16159         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
16160         <bp-sym.h>.
16161         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
16162         (__bzero): Don't use BP_SYM.
16163         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
16164         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
16165         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
16166         <bp-sym.h> and <bp-asm.h>.
16167         (memcpy): Don't use BP_SYM.
16168         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
16169         <bp-sym.h> and <bp-asm.h>.
16170         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
16171         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
16172         <bp-sym.h> and <bp-asm.h>.
16173         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
16174         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
16175         <bp-asm.h>.
16176         (__mpn_lshift): Don't use BP_SYM.
16177         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
16178         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
16179         <bp-asm.h>.
16180         (memset): Don't use BP_SYM.
16181         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
16182         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
16183         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
16184         <bp-asm.h>.
16185         (__mpn_mul_1): Don't use BP_SYM.
16186         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
16187         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
16188         <bp-sym.h> and <bp-asm.h>.
16189         (memcmp): Don't use BP_SYM.
16190         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
16191         <bp-sym.h> and <bp-asm.h>.
16192         (memcpy): Don't use BP_SYM.
16193         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
16194         <bp-sym.h> and <bp-asm.h>.
16195         (memset): Don't use BP_SYM.
16196         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
16197         <bp-sym.h> and <bp-asm.h>.
16198         (strncmp): Don't use BP_SYM.
16199         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
16200         <bp-sym.h> and <bp-asm.h>.
16201         (memcpy): Don't use BP_SYM.
16202         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
16203         <bp-sym.h> and <bp-asm.h>.
16204         (memset): Don't use BP_SYM.
16205         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
16206         <bp-sym.h> and <bp-asm.h>.
16207         (__memchr): Don't use BP_SYM.
16208         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
16209         <bp-sym.h> and <bp-asm.h>.
16210         (memcmp): Don't use BP_SYM.
16211         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
16212         <bp-sym.h> and <bp-asm.h>.
16213         (memcpy): Don't use BP_SYM.
16214         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
16215         <bp-sym.h> and <bp-asm.h>.
16216         (__mempcpy): Don't use BP_SYM.
16217         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
16218         <bp-sym.h> and <bp-asm.h>.
16219         (__memrchr): Don't use BP_SYM.
16220         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
16221         <bp-sym.h> and <bp-asm.h>.
16222         (memset): Don't use BP_SYM.
16223         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
16224         <bp-sym.h> and <bp-asm.h>.
16225         (__rawmemchr): Don't use BP_SYM.
16226         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
16227         <bp-sym.h> and <bp-asm.h>.
16228         (__STRCMP): Don't use BP_SYM.
16229         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
16230         <bp-sym.h> and <bp-asm.h>.
16231         (strchr): Don't use BP_SYM.
16232         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
16233         <bp-sym.h> and <bp-asm.h>.
16234         (__strchrnul): Don't use BP_SYM.
16235         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
16236         <bp-sym.h> and <bp-asm.h>.
16237         (strlen): Don't use BP_SYM.
16238         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
16239         <bp-sym.h> and <bp-asm.h>.
16240         (strncmp): Don't use BP_SYM.
16241         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
16242         <bp-sym.h> and <bp-asm.h>.
16243         (__strnlen): Don't use BP_SYM.
16244         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
16245         <bp-asm.h>.
16246         (__mpn_rshift): Don't use BP_SYM.
16247         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
16248         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
16249         <bp-sym.h> and <bp-asm.h>.
16250         (__sigsetjmp): Don't use BP_SYM.
16251         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
16252         (L(start_addresses)): Don't use BP_SYM.
16253         (_start): Likewise.
16254         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
16255         <bp-asm.h>.
16256         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
16257         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
16258         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
16259         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
16260         <bp-asm.h>.
16261         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
16262         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
16263         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
16264         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
16265         <bp-asm.h>.
16266         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
16267         comments.
16268         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
16269         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
16270         <bp-asm.h>.
16271         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
16272         FIXME comments.
16273         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
16274         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
16275         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
16276         <bp-asm.h>.
16277         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
16278         comment.
16279         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
16280         and <bp-asm.h>.
16281         (strncmp): Don't use BP_SYM,
16282         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
16283         <bp-asm.h>.
16284         (__mpn_sub_n): Don't use BP_SYM.
16285         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
16286         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
16287         and <bp-asm.h>.
16288         (__mpn_submul_1): Don't use BP_SYM.
16289         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
16290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
16291         <bp-sym.h> and <bp-asm.h>.
16292         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
16293         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
16294         <bp-sym.h> and <bp-asm.h>.
16295         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
16296         comment.
16297
16298 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
16299
16300         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
16301         Use ZK to minimize writes to Z.
16302         (sub_magnitudes): Simplify code a bit.
16303         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
16304         Use ZK to minimize writes to Z.
16305         (sub_magnitudes): Simplify code a bit.
16306
16307 2013-02-27  Roland McGrath  <roland@hack.frob.com>
16308
16309         * csu/gmon-start.c: Add special exception to license text.
16310
16311 2013-02-27  Richard Henderson  <rth@redhat.com>
16312
16313         * scripts/config.guess: Update from config.git.
16314         * scripts/config.sub: Likewise.
16315
16316 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16317
16318         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
16319
16320         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
16321
16322         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
16323
16324         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
16325
16326         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
16327
16328 2013-02-26  Roland McGrath  <roland@hack.frob.com>
16329
16330         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
16331         [$(build-shared = yes].
16332
16333 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
16334
16335         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
16336         (__mul): Reduce iterations for calculating mantissa.
16337
16338         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
16339         MPTWO.
16340         (__mpranred): Likewise.
16341
16342         [BZ #15160]
16343         * malloc/memusagestat.c (main): Draw graphs for heap and stack
16344         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
16345
16346 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
16347
16348         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
16349         Define __attribute__.
16350
16351 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
16352
16353         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
16354         unused.
16355         * posix/regex_internal.h (__attribute): Remove.
16356         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
16357         (re_string_context_at): Likewise.
16358         (bitset_not): Use __attribute__ and mark function as possibly
16359         unused.
16360         (bitset_merge): Likewise.
16361         (bitset_mask): Likewise.
16362         (re_string_char_size_at): Likewise.
16363         (re_string_wchar_at): Likewise.
16364         (re_string_elem_size_at): Likewise.
16365
16366 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
16367
16368         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
16369         code.
16370         (cc32): Likewise.
16371
16372         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
16373         (__acr): Likewise.
16374         (__cpy): Likewise.
16375         (norm): Likewise.
16376         (denorm): Likewise.
16377         (__dbl_mp): Likewise.
16378         (add_magnitudes): Likewise.
16379         (sub_magnitudes): Likewise.
16380         (__mul): Likewise.
16381         (__inv): Likewise.
16382
16383         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
16384         style.
16385
16386         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
16387         style.
16388
16389         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
16390         code.
16391
16392         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
16393         up changes with default code.
16394         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
16395         Likewise.
16396
16397 2013-02-24  Allan McRae  <allan@archlinux.org>
16398
16399         * manual/socket.texi (The Internet Namespace): Order menu items
16400         to match that in the file.
16401
16402         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
16403         node listing of the info page menu.
16404
16405 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
16406
16407         [BZ #13550]
16408         * sysdeps/i386/bp-asm.h: Remove file.
16409         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
16410         (PARMS): Do not use macros from bp-asm.h.
16411         (S1): Likewise.
16412         (S2): Likewise.
16413         (SIZE): Likewise.
16414         (__mpn_add_n): Do not use BP_SYM
16415         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
16416         "bp-asm.h".
16417         (PARMS): Do not use macros from bp-asm.h.
16418         (S1): Likewise.
16419         (SIZE): Likewise.
16420         (__mpn_addmul_1): Do not use BP_SYM
16421         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
16422         "bp-asm.h".
16423         (PARMS): Do not use macros from bp-asm.h.
16424         (SIGMSK): Likewise.
16425         (_setjmp): Likewise.  Do not use BP_SYM.
16426         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
16427         "bp-asm.h".
16428         (PARMS): Do not use macros from bp-asm.h.
16429         (SIGMSK): Likewise.
16430         (setjmp): Likewise.  Do not use BP_SYM.
16431         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
16432         "bp-asm.h".
16433         (PARMS): Do not use macros from bp-asm.h.
16434         (__frexp): Do not use BP_SYM.
16435         (frexp): Likewise.
16436         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
16437         "bp-asm.h".
16438         (PARMS): Do not use macros from bp-asm.h.
16439         (__frexpf): Do not use BP_SYM.
16440         (frexpf): Likewise.
16441         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
16442         "bp-asm.h".
16443         (PARMS): Do not use macros from bp-asm.h.
16444         (__frexpl): Do not use BP_SYM.
16445         (frexpl): Likewise.
16446         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
16447         "bp-asm.h".
16448         (PARMS): Do not use macros from bp-asm.h.
16449         (__remquo): Do not use BP_SYM.
16450         (remquo): Likewise.
16451         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
16452         "bp-asm.h".
16453         (PARMS): Do not use macros from bp-asm.h.
16454         (__remquof): Do not use BP_SYM.
16455         (remquof): Likewise.
16456         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
16457         "bp-asm.h".
16458         (PARMS): Do not use macros from bp-asm.h.
16459         (__remquol): Do not use BP_SYM.
16460         (remquol): Likewise.
16461         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
16462         "bp-asm.h".
16463         (PARMS): Do not use macros from bp-asm.h.
16464         (DEST): Likewise.
16465         (SRC): Likewise.
16466         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
16467         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
16468         "bp-asm.h".
16469         (PARMS): Do not use macros from bp-asm.h.
16470         (strlen): Do not use BP_SYM.
16471         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
16472         "bp-asm.h".
16473         (PARMS): Do not use macros from bp-asm.h.
16474         (S1): Likewise.
16475         (S2): Likewise.
16476         (SIZE): Likewise.
16477         (__mpn_add_n): Do not use BP_SYM.
16478         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
16479         "bp-asm.h".
16480         (PARMS): Do not use macros from bp-asm.h.
16481         (S1): Likewise.
16482         (SIZE): Likewise.
16483         (__mpn_addmul_1): Do not use BP_SYM.
16484         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
16485         weak_alias.
16486         (bzero): Likewise.
16487         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
16488         "bp-asm.h".
16489         (PARMS): Do not use macros from bp-asm.h.
16490         (S): Likewise.
16491         (SIZE): Likewise.
16492         (__mpn_lshift): Do not use BP_SYM.
16493         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
16494         "bp-asm.h".
16495         (PARMS): Do not use macros from bp-asm.h.
16496         (DEST): Likewise.
16497         (SRC): Likewise.
16498         (LEN): Likewise.
16499         (memcpy): Likewise.  Do not use BP_SYM.
16500         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
16501         libc_hidden_def and weak_alias.
16502         (mempcpy): Do not use BP_SYM in weak_alias.
16503         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
16504         "bp-asm.h".
16505         (PARMS): Do not use macros from bp-asm.h.
16506         (DEST): Likewise.
16507         (LEN): Likewise.
16508         [!BZERO_P] (CHR): Likewise.
16509         (memset): Likewise.  Do not use BP_SYM.
16510         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
16511         "bp-asm.h".
16512         (PARMS): Do not use macros from bp-asm.h.
16513         (S1): Likewise.
16514         (SIZE): Likewise.
16515         (__mpn_mul_1): Do not use BP_SYM.
16516         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
16517         "bp-asm.h".
16518         (PARMS): Do not use macros from bp-asm.h.
16519         (S): Likewise.
16520         (SIZE): Likewise.
16521         (__mpn_rshift): Do not use BP_SYM.
16522         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
16523         "bp-asm.h".
16524         (PARMS): Do not use macros from bp-asm.h.
16525         (STR): Likewise.
16526         (CHR): Likewise.
16527         (strchr): Likewise.  Do not use BP_SYM.
16528         (index): Do not use BP_SYM in weak_alias.
16529         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
16530         "bp-asm.h".
16531         (PARMS): Do not use macros from bp-asm.h.
16532         (DEST): Likewise.
16533         (SRC): Likewise.
16534         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
16535         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
16536         "bp-asm.h".
16537         (PARMS): Do not use macros from bp-asm.h.
16538         (strlen): Do not use BP_SYM.
16539         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
16540         "bp-asm.h".
16541         (PARMS): Do not use macros from bp-asm.h.
16542         (S1): Likewise.
16543         (S2): Likewise.
16544         (SIZE): Likewise.
16545         (__mpn_sub_n): Do not use BP_SYM.
16546         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
16547         "bp-asm.h".
16548         (PARMS): Do not use macros from bp-asm.h.
16549         (S1): Likewise.
16550         (SIZE): Likewise.
16551         (__mpn_submul_1): Do not use BP_SYM.
16552         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
16553         "bp-asm.h".
16554         (PARMS): Do not use macros from bp-asm.h.
16555         (S1): Likewise.
16556         (S2): Likewise.
16557         (SIZE): Likewise.
16558         (__mpn_add_n): Do not use BP_SYM.
16559         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
16560         weak_alias.
16561         (bzero): Likewise.
16562         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
16563         "bp-asm.h".
16564         (PARMS): Do not use macros from bp-asm.h.
16565         (BLK2): Likewise.
16566         (LEN): Likewise.
16567         (memcmp): Do not use BP_SYM.
16568         (bcmp): Do not use BP_SYM in weak_alias.
16569         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
16570         "bp-asm.h".
16571         (PARMS): Do not use macros from bp-asm.h.
16572         (DEST): Likewise.
16573         (SRC): Likewise.
16574         (LEN): Likewise.
16575         (memcpy): Likewise.  Do not use BP_SYM.
16576         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
16577         "bp-asm.h".
16578         (PARMS): Do not use macros from bp-asm.h.
16579         (DEST): Likewise.
16580         (SRC): Likewise.
16581         (LEN): Likewise.
16582         (memmove): Likewise.  Do not use BP_SYM.
16583         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
16584         "bp-asm.h".
16585         (PARMS): Do not use macros from bp-asm.h.
16586         (DEST): Likewise.
16587         (SRC): Likewise.
16588         (LEN): Likewise.
16589         (__mempcpy): Likewise.  Do not use BP_SYM.
16590         (mempcpy): Do not use BP_SYM in weak_alias.
16591         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
16592         "bp-asm.h".
16593         (PARMS): Do not use macros from bp-asm.h.
16594         (DEST): Likewise.
16595         (LEN): Likewise.
16596         [!BZERO_P] (CHR): Likewise.
16597         (memset): Likewise.  Do not use BP_SYM.
16598         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
16599         "bp-asm.h".
16600         (PARMS): Do not use macros from bp-asm.h.
16601         (STR2): Likewise.
16602         (strcmp): Do not use BP_SYM.
16603         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
16604         "bp-asm.h".
16605         (PARMS): Do not use macros from bp-asm.h.
16606         (STR): Likewise.
16607         (DELIM): Likewise.
16608         [USE_AS_STRTOK_R] (SAVE): Likewise.
16609         (FUNCTION): Likewise.  Do not use BP_SYM.
16610         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
16611         aliases.
16612         (strtok_r): Likewise.
16613         (__GI___strtok_r): Likewise.
16614         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
16615         (PARMS): Do not use macros from bp-asm.h.
16616         (S): Likewise.
16617         (SIZE): Likewise.
16618         (__mpn_lshift): Do not use BP_SYM.
16619         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
16620         (PARMS): Do not use macros from bp-asm.h.
16621         (STR): Likewise.
16622         (CHR): Likewise.
16623         (__memchr): Do not use BP_SYM.
16624         (memchr): Do not use BP_SYM in weak_alias.
16625         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
16626         (PARMS): Do not use macros from bp-asm.h.
16627         (BLK2): Likewise.
16628         (LEN): Likewise.
16629         (memcmp): Do not use BP_SYM.
16630         (bcmp): Do not use BP_SYM in weak_alias.
16631         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
16632         (PARMS): Do not use macros from bp-asm.h.
16633         (S1): Likewise.
16634         (SIZE): Likewise.
16635         (__mpn_mul_1): Do not use BP_SYM.
16636         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
16637         "bp-asm.h".
16638         (PARMS): Do not use macros from bp-asm.h.
16639         (STR): Likewise.
16640         (CHR): Likewise.
16641         (__rawmemchr): Do not use BP_SYM.
16642         (rawmemchr): Do not use BP_SYM in weak_alias.
16643         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
16644         (PARMS): Do not use macros from bp-asm.h.
16645         (S): Likewise.
16646         (SIZE): Likewise.
16647         (__mpn_rshift): Do not use BP_SYM.
16648         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
16649         (PARMS): Do not use macros from bp-asm.h.
16650         (SIGMSK): Likewise.
16651         (__sigsetjmp): Likewise.  Do not use BP_SYM.
16652         * sysdeps/i386/start.S: Do not include "bp-sym.h".
16653         (_start): Do not use BP_SYM.
16654         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
16655         (PARMS): Do not use macros from bp-asm.h.
16656         (DEST): Likewise.
16657         (SRC): Likewise.
16658         (__stpcpy): Likewise.  Do not use BP_SYM.
16659         (stpcpy): Do not use BP_SYM in weak_alias.
16660         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
16661         "bp-asm.h".
16662         (PARMS): Do not use macros from bp-asm.h.
16663         (DEST): Likewise.
16664         (SRC): Likewise.
16665         (LEN): Likewise.
16666         (__stpncpy): Likewise.  Do not use BP_SYM.
16667         (stpncpy): Do not use BP_SYM in weak_alias.
16668         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
16669         (PARMS): Do not use macros from bp-asm.h.
16670         (STR): Likewise.
16671         (CHR): Likewise.
16672         (strchr): Likewise.  Do not use BP_SYM.
16673         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
16674         "bp-asm.h".
16675         (PARMS): Do not use macros from bp-asm.h.
16676         (STR): Likewise.
16677         (CHR): Likewise.
16678         (__strchrnul): Likewise.  Do not use BP_SYM.
16679         (strchrnul): Do not use BP_SYM in weak_alias.
16680         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
16681         "bp-asm.h".
16682         (PARMS): Do not use macros from bp-asm.h.
16683         (STOP): Likewise.
16684         (strcspn): Do not use BP_SYM.
16685         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
16686         "bp-asm.h".
16687         (PARMS): Do not use macros from bp-asm.h.
16688         (STR): Likewise.
16689         (STOP): Likewise.
16690         (strpbrk): Likewise.  Do not use BP_SYM.
16691         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
16692         "bp-asm.h".
16693         (PARMS): Do not use macros from bp-asm.h.
16694         (STR): Likewise.
16695         (CHR): Likewise.
16696         (strrchr): Likewise.  Do not use BP_SYM.
16697         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
16698         (PARMS): Do not use macros from bp-asm.h.
16699         (SKIP): Likewise.
16700         (strspn): Do not use BP_SYM.
16701         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
16702         (PARMS): Do not use macros from bp-asm.h.
16703         (STR): Likewise.
16704         (DELIM): Likewise.
16705         (SAVE): Likewise.
16706         (FUNCTION): Likewise.  Do not use BP_SYM.
16707         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
16708         aliases.
16709         (strtok_r): Likewise.
16710         (__GI___strtok_r): Likewise.
16711         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
16712         (PARMS): Do not use macros from bp-asm.h.
16713         (S1): Likewise.
16714         (S2): Likewise.
16715         (SIZE): Likewise.
16716         (__mpn_sub_n): Do not use BP_SYM.
16717         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
16718         "bp-asm.h".
16719         (PARMS): Do not use macros from bp-asm.h.
16720         (S1): Likewise.
16721         (SIZE): Likewise.
16722         (__mpn_submul_1): Do not use BP_SYM.
16723         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
16724         <bp-sym.h>.
16725         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
16726         and <bp-asm.h>.
16727         (PARMS): Do not use macros from bp-asm.h.
16728         (FLAGS): Likewise.
16729         (PTID): Likewise.
16730         (TLS): Likewise.
16731         (CTID): Likewise.
16732         (__clone): Do not use BP_SYM.
16733         (clone): Do not use BP_SYM in weak_alias.
16734         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
16735         and <bp-asm.h>.
16736         (PARMS): Do not use macros from bp-asm.h.
16737         (LEN): Likewise.
16738         (__mmap64): Do not use BP_SYM.
16739         (mmap64): Do not use BP_SYM in weak_alias.
16740         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
16741         <bp-sym.h> and <bp-asm.h>.
16742         (PARMS): Do not use macros from bp-asm.h.
16743         (__posix_fadvise64_l64): Do not use BP_SYM.
16744         * sysdeps/unix/sysv/linux/i386/semtimedop.S
16745         (PARMS): Do not use macros from bp-asm.h.
16746         (NSOPS): Likewise.
16747         (semtimedop): Do not use BP_SYM.
16748         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
16749         and <bp-asm.h>.
16750
16751 2013-02-21  Allan McRae  <allan@archlinux.org>
16752
16753         * manual/message.texi (Charset conversion in gettext):
16754         Move @end statement to beginning of line.
16755
16756 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16757
16758         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
16759         static.
16760         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
16761         Likewise.
16762
16763         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
16764         (denorm): Likewise.
16765         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
16766         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
16767
16768 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16769
16770         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
16771         tail-call to the resolved function if pltexit isn't needed.
16772
16773 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16774
16775         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
16776         or Y being zero as being unlikely.
16777         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
16778         Likewise.
16779
16780 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
16781
16782         * manual/nss.texi (System Databases and Name Service Switch):
16783         Remove frobnicate @pxref.
16784
16785 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
16786
16787         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
16788         __attribute__ ((unused)) to __attribute__ ((__unused__)).
16789
16790 2013-02-20  Petr Machata  <pmachata@redhat.com>
16791
16792         * elf/elf.h (R_ARM_TARGET1): New macro.
16793         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
16794         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
16795         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
16796         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
16797         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
16798         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
16799         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
16800         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
16801         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
16802         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
16803         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
16804         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
16805         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
16806         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
16807         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
16808         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
16809         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
16810         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
16811         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
16812         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
16813         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
16814         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
16815         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
16816         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
16817         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
16818         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
16819         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
16820         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
16821         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
16822         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
16823         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
16824         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
16825         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
16826         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
16827         (R_ARM_THM_GOT_BREL12): Likewise.
16828         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
16829         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
16830         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
16831         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
16832         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
16833         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
16834         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
16835         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
16836         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
16837
16838 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
16839
16840         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
16841         __attribute_used__ to __attribute__ ((unused)).
16842
16843 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16844
16845         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
16846         powerpc mpa.c.
16847         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
16848         comment formatting.
16849         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
16850
16851 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
16852
16853         [BZ #13550]
16854         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
16855         Remove macro.
16856         (ENTER): Remove both macro definitions.
16857         (LEAVE): Likewise.
16858         (CHECK_BOUNDS_LOW): Likewise.
16859         (CHECK_BOUNDS_HIGH): Likewise.
16860         (CHECK_BOUNDS_BOTH): Likewise.
16861         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
16862         (RETURN_BOUNDED_POINTER): Likewise.
16863         (RETURN_NULL_BOUNDED_POINTER): Likewise.
16864         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
16865         (POP_ERRNO_LOCATION_RETURN): Likewise.
16866         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
16867         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
16868         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
16869         macros.
16870         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
16871         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
16872         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
16873         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
16874         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
16875         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
16876         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
16877         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
16878         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
16879         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
16880         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
16881         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
16882         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
16883         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
16884         removed macros.
16885         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
16886         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
16887         macros.
16888         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
16889         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
16890         * sysdeps/i386/i586/memset.S (memset): Likewise.
16891         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
16892         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
16893         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
16894         macros.
16895         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
16896         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
16897         Change uses of L(2) to L(out).
16898         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
16899         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
16900         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
16901         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
16902         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
16903         removed macros.
16904         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
16905         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
16906         macros.
16907         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
16908         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
16909         (RETURN): Do not use macro LEAVE.
16910         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
16911         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
16912         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
16913         * sysdeps/i386/i686/memset.S (memset): Likewise.
16914         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
16915         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
16916         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
16917         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
16918         Likewise.
16919         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
16920         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
16921         L(1_2) and L(1_3) into L(1).
16922         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
16923         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
16924         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
16925         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
16926         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
16927         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
16928         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
16929         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
16930         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
16931         macros.
16932         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
16933         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
16934         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
16935         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
16936         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
16937         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
16938         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
16939         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
16940         * sysdeps/i386/strcspn.S (strcspn): Likewise.
16941         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
16942         * sysdeps/i386/strrchr.S (strrchr): Likewise.
16943         * sysdeps/i386/strspn.S (strspn): Likewise.
16944         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
16945         conditional code.
16946         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
16947         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
16948         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
16949         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
16950         L(1_3) into L(1_1).
16951         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
16952         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
16953         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
16954         macros.
16955         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
16956
16957 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
16958
16959         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
16960         macro.
16961
16962 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
16963
16964         * math/atest-exp.c (exp_mpn): Remove ROUND.
16965         * math/atest-exp2.c (exp_mpn): Likewise.
16966         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
16967
16968         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
16969         * stdlib/tst-tls-atexit-lib.c: Likewise.
16970         * stdlib/tst-tls-atexit.c: Likewise.
16971
16972 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
16973
16974         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
16975         and __attribute_alloc_size__.
16976
16977 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
16978
16979         * include/programs/xmalloc.h: Change __attribute_alloc_size to
16980         __attribute_alloc_size__.
16981         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
16982         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
16983
16984 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
16985
16986         * include/programs/xmalloc.h: New file.
16987         * catgets/gencat.c: Include it.
16988         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
16989         * elf/pldd.c: Likewise.
16990         * iconv/iconv_charmap.c: Likewise.
16991         * iconv/iconvconfig.c: Likewise.
16992         * iconv/strtab.c: Likewise.
16993         * locale/programs/locale.c: Likewise.
16994         * locale/programs/localedef.h: Likewise.
16995         * locale/programs/simple-hash.c: Likewise.
16996         * nscd/nscd.h: Likewise.
16997         * nss/makedb.c: Likewise.
16998         * sysdeps/generic/ldconfig.h: Likewise.
16999
17000 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
17001
17002         * Versions.def: Add GLIBC_2.18.
17003         * include/link.h (struct link_map): New member l_tls_dtor_count.
17004         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
17005         (__call_tls_dtors): Likewise.
17006         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
17007         __cxa_thread_atexit_impl.
17008         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
17009         Likewise.
17010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
17011         Likewise.
17012         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
17013         Likewise.
17014         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
17015         Likewise.
17016         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
17017         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
17018         Likewise.
17019         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
17020         Likewise.
17021         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
17022         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
17023         Likewise.
17024         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
17025         (tests): Add test case tst-tls-atexit.
17026         (modules-names): Add shared library for tst-tls-atexit.
17027         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
17028         (GLIBC_PRIVATE): Add __call_tls_dtors.
17029         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
17030         for libstdc++.
17031         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
17032         * stdlib/tst-tls-atexit.c: New test case.
17033         * stdlib/tst-tls-atexit-lib.c: New test case.
17034
17035         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
17036
17037         * elf/Versions (ld): Add _dl_find_dso_for_object.
17038         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
17039         * elf/dl-open.c (_dl_find_dso_for_object): New function.
17040         (dl_open_worker): Use _dl_find_dso_for_object.
17041         * elf/dl-sym.c (do_sym): Likewise.
17042         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
17043
17044 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17045
17046         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
17047         Syntactic changes only.
17048         (_dl_runtime_profile): Do a tail-call to the resolved function.
17049
17050 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
17051
17052         [BZ #13550]
17053         * sysdeps/x86_64/bp-asm.h: Remove file.
17054         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
17055         <bp-sym.h> and <bp-asm.h>.
17056         (__clone): Do not use BP_SYM.
17057         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
17058         <bp-sym.h> and <bp-asm.h>.
17059         * sysdeps/unix/x86_64/sysdep.S: Likewise.
17060         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
17061         "bp-asm.h".
17062         (_setjmp): Do not use BP_SYM.
17063         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
17064         "bp-asm.h".
17065         (setjmp): Do not use BP_SYM.
17066         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
17067         libc_hidden_def.
17068         (mempcpy): Do not use BP_SYM in weak_alias.
17069         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
17070         "bp-asm.h".
17071         (strchr): Do not use BP_SYM.
17072         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
17073         "bp-asm.h".
17074         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
17075         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
17076         (_start): Do not use BP_SYM.
17077         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
17078         "bp-asm.h".
17079         (strcat): Do not use BP_SYM.
17080         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
17081         "bp-asm.h".
17082         (STRCMP): Do not use BP_SYM.
17083         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
17084         "bp-asm.h".
17085         (STRCPY): Do not use BP_SYM.
17086         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
17087         "bp-asm.h".
17088         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
17089         "bp-asm.h".
17090         (FUNCTION): Do not use BP_SYM.
17091         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
17092         weak_alias.
17093         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
17094
17095 2013-02-17  Andreas Jaeger  <aj@suse.de>
17096
17097         * time/Versions: Sort entries.
17098         * string/Versions: Likewise.
17099         * resolv/Versions: Likewise.
17100         * posix/Versions: Likewise.
17101         * iconv/Versions: Likewise.
17102         * elf/Versions: Likewise.
17103         * wcsmbs/Versions: Likewise.
17104
17105 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
17106
17107         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
17108         loop termination condition.
17109
17110         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
17111         variable to calculate EZ.
17112         (__sqr): Likewise.
17113
17114         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
17115         the lower precision input.
17116
17117 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
17118
17119         [BZ #13550]
17120         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
17121         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
17122         (run-via-rtld-prefix): Do not handle %-bp tests.
17123         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
17124         (all-object-suffixes): Remove .ob.
17125         (bppfx): Remove variable.
17126         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
17127         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
17128         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
17129         [$(build-bounded) = yes] (libtype.ob): Likewise.
17130         * Makerules (elide-routines.ob): Remove variable.
17131         (do-tests-clean): Do not handle *-bp.out.
17132         (common-mostlyclean): Do not handle *-bp and *-bp.out.
17133         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
17134         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
17135         (tests): Do not include $(tests-bp.out).
17136         (xtests): Do not include $(xtests-bp.out).
17137         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
17138         [$(build-bounded) = yes] ($(addprefix
17139         $(objpfx),$(binaries-bounded))): Remove rule.
17140         ($(objpfx)%-bp.out): Remove rule.
17141         * config.make.in (build-bounded): Remove variable.
17142         * crypt/Makefile [$(build-bounded) = yes]
17143         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
17144         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
17145         append to variable.
17146         [$(build-bounded) = yes] (install-lib): Likewise.
17147         [$(build-bounded) = yes] (generated): Likewise.
17148         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
17149         Remove rule.
17150         * intl/Makefile [$(build-bounded) = yes]
17151         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
17152         * math/Makefile [$(build-bounded) = yes]
17153         ($(tests:%=$(objpfx)%-bp): Likewise.
17154         * misc/Makefile [$(build-bounded) = yes]
17155         ($(objpfx)tst-tsearch-bp): Likewise.
17156         * nptl/Makeconfig (bounded-thread-library): Remove variable.
17157         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
17158         Remove dependency.
17159         * string/Makefile (o-objects.ob): Remove variable.
17160         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
17161         (CFLAGS-.ob): Remove variable.
17162         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
17163         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
17164         both definitions of variable.
17165         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
17166         (ASFLAGS-.ob): Remove variable.
17167
17168 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
17169
17170         [BZ #13550]
17171         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
17172         Remove __BOUNDED_POINTERS__ from condition.
17173         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
17174         * string/bits/string2.h [!__NO_STRING_INLINES &&
17175         !__BOUNDED_POINTERS__]: Likewise.
17176         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
17177         Likewise.
17178         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
17179         Remove conditional code.
17180         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
17181         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
17182         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
17183         condition.
17184
17185         [BZ #13550]
17186         * csu/libc-start.c: Do not include <bp-sym.h>.
17187         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
17188         * elf/dl-open.c: Do not include <bp-sym.h>.
17189         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
17190         * math/fegetenv.c: Do not include <bp-sym.h>.
17191         (fegetenv): Do not use BP_SYM in versioned symbols.
17192         * nptl/sysdeps/pthread/bits/libc-lockP.h
17193         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
17194         <bp-sym.h>.
17195         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
17196         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
17197         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
17198         (__pthread_mutex_destroy): Likewise.
17199         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
17200         (__pthread_mutex_lock): Likewise.
17201         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
17202         (__pthread_mutex_trylock): Likewise.
17203         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
17204         (__pthread_mutex_unlock): Likewise.
17205         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
17206         (__pthread_mutexattr_init): Likewise.
17207         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
17208         (__pthread_mutexattr_destroy): Likewise.
17209         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
17210         (__pthread_mutexattr_settype): Likewise.
17211         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
17212         (__pthread_rwlock_init): Likewise.
17213         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
17214         (__pthread_rwlock_destroy): Likewise.
17215         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
17216         (__pthread_rwlock_rdlock): Likewise.
17217         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
17218         (__pthread_rwlock_tryrdlock): Likewise.
17219         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
17220         (__pthread_rwlock_wrlock): Likewise.
17221         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
17222         (__pthread_rwlock_trywrlock): Likewise.
17223         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
17224         (__pthread_rwlock_unlock): Likewise.
17225         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
17226         (__pthread_key_create): Likewise.
17227         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
17228         (__pthread_setspecific): Likewise.
17229         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
17230         (__pthread_getspecific): Likewise.
17231         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
17232         Likewise.
17233         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
17234         (_pthread_cleanup_push_defer): Likewise.
17235         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
17236         (_pthread_cleanup_pop_restore): Likewise.
17237         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
17238         (pthread_setcancelstate): Likewise.
17239         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
17240         <bp-sym.h>.
17241         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
17242         (memchr): Do not use BP_SYM in weak_alias.
17243         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
17244         (fegetenv): Do not use BP_SYM in versioned symbols.
17245         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
17246         (fesetenv): Do not use BP_SYM in versioned symbols.
17247         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
17248         (feupdateenv): Do not use BP_SYM in versioned symbols.
17249         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
17250         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
17251         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
17252         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
17253         (open64): Do not use BP_SYM in weak_alias.
17254         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
17255         (fegetenv): Do not use BP_SYM in versioned symbols.
17256         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
17257         (fesetenv): Do not use BP_SYM in versioned symbols.
17258         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
17259         (feupdateenv): Do not use BP_SYM in versioned symbols.
17260         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
17261         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
17262         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
17263         (feraiseexcept): Do not use BP_SYM in versioned symbols.
17264         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
17265         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
17266         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
17267         <bp-sym.h>.
17268         (__libc_start_main): Do not use BP_SYM.
17269
17270 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
17271
17272         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
17273         redundant return line.
17274         (norm): Likewise.
17275         (denorm): Likewise.
17276         (dbl_mp): Likewise.
17277         (sub_magnitudes): Likewise.
17278         (__add): Likewise.
17279         (__sub): Likewise.
17280         (__mul): Likewise.
17281         (__inv): Likewise.
17282         (__dvd): Likewise.
17283         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
17284         (norm): Likewise.
17285         (denorm): Likewise.
17286         (dbl_mp): Likewise.
17287         (sub_magnitudes): Likewise.
17288         (__add): Likewise.
17289         (__sub): Likewise.
17290         (__mul): Likewise.
17291         (__inv): Likewise.
17292         (__dvd): Likewise.
17293
17294         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
17295         instead of __mul.
17296         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
17297         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
17298         (cc32): Likewise.
17299
17300         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
17301         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
17302         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
17303         of __mul for squares.
17304         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
17305         function
17306         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
17307         Likewise.
17308         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
17309         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
17310
17311 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
17312
17313         [BZ #13550]
17314         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
17315         code.
17316         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
17317         prototype or function definition.  Rename ubp_* variables and
17318         parameters.  Remove argv definitions conditional on
17319         [__BOUNDED_POINTERS__].
17320         * debug/backtrace.c (__backtrace): Do not use __unbounded.
17321         * elf/dl-runtime.c (_dl_fixup): Likewise.
17322         * include/set-hooks.h (RUN_HOOK): Likewise.
17323         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
17324         definition.
17325         * string/strcpy.c (strcpy): Do not use __unbounded.
17326         * sysdeps/generic/frame.h (struct layout): Likewise.
17327         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
17328         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
17329         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
17330         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
17331         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
17332         (__backtrace): Likewise.
17333         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
17334         use __ptrvalue.
17335         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
17336         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
17337         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
17338         Likewise.
17339         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
17340         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
17341         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
17342         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
17343         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
17344         Do not use __unbounded.
17345         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
17346         Rename __unboundedrlimits parameter to rlimits in prototype.
17347         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
17348         Do not use __unbounded.
17349         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
17350         not use __ptrvalue.
17351         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
17352         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
17353         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
17354         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
17355         __ptrvalue or __unbounded.
17356         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
17357         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
17358         use __unbounded.
17359         (__new_msgctl): Do not use __ptrvalue.
17360         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
17361         __unbounded.
17362         (__libc_msgrcv): Do not use __ptrvalue.
17363         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
17364         startup_info): Do not use __unbounded.
17365         (__libc_start_main): Likewise.  Rename ubp_* variables and
17366         parameters.  Remove argv definitions conditional on
17367         [__BOUNDED_POINTERS__].
17368         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
17369         __ptrvalue.
17370         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
17371         use __unbounded.
17372         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
17373         or __ptrvalue.
17374         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
17375         use __unbounded.
17376         (__new_shmctl): Do not use __ptrvalue.
17377         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
17378         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
17379         Likewise.
17380         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
17381         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
17382         (__libc_sigaction): Likewise.
17383         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
17384         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
17385         Likewise.
17386         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
17387
17388 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
17389
17390         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
17391
17392         * string/mempcpy.c: Implement by calling memcpy.
17393
17394 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
17395
17396         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
17397
17398         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
17399         evaluation.
17400
17401         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
17402         values in the mantissa.
17403
17404         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
17405         minimize writes to Z.
17406         (sub_magnitudes): Simplify code a bit.
17407
17408 2013-02-12  Roland McGrath  <roland@hack.frob.com>
17409
17410         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
17411         from the message.  The linker prefixes all warnings with that already.
17412
17413 2013-02-12  Andreas Schwab  <schwab@suse.de>
17414
17415         [BZ #15078]
17416         * posix/regexec.c (extend_buffers): Add parameter min_len.
17417         (check_matching): Pass minimum needed length.
17418         (clean_state_log_if_needed): Likewise.
17419         (get_subexp): Likewise.
17420         * posix/Makefile (tests): Add bug-regex34.
17421         (bug-regex34-ENV): Define.
17422         * posix/bug-regex34.c: New file.
17423
17424         [BZ #11561]
17425         * posix/regcomp.c (parse_bracket_exp): When looking up collating
17426         elements compare against the byte sequence of it, not its name.
17427         * posix/Makefile (tests): Add bug-regex35.
17428         (bug-regex35-ENV): Define.
17429         * posix/bug-regex35.c: New file.
17430
17431 2013-02-11  Tom de Vries  <tom@codesourcery.com>
17432
17433         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
17434         comment.
17435         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
17436         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
17437         (CHECK_EOL): Add undef.
17438
17439 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
17440
17441         * bits/stdlib-bsearch.h: New file.
17442         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
17443         * stdlib/stdlib.h: Likewise.
17444
17445 2013-02-11  Roland McGrath  <roland@hack.frob.com>
17446
17447         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
17448         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
17449         declaration.
17450         * manual/search.texi (Array Search Function): Add missing const in
17451         lfind prototype.
17452         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
17453         declaration to use rlim_t.
17454         (Basic Scheduling Functions): Remove erroneous const from
17455         sched_getparam prototype.  Remove erroneous * from
17456         sched_get_priority_max and sched_get_priority_min prototypes.
17457         (Resource Usage): Fix summary @comment on vtimes to refer to
17458         sys/vtimes.h rather than vtimes.h.
17459         Add missing *s in vtimes prototype.
17460         (Limits on Resources): Fix ulimit prototype to return long int.
17461         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
17462         prototypes to use long int rather than double.
17463         (BSD Random): Fix initstate and setstate to use char *, not void *.
17464         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
17465         prototype to make second argument 'struct aiocb64 *const[]'.
17466         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
17467         (Status of AIO Operations): Remove erroneous const in aio_return and
17468         aio_return64 prototypes.
17469         (Synchronizing I/O): Fix sync prototype to return void.
17470         * manual/startup.texi (Suboptions): Remove an erroneous const in
17471         getsubopt prototype.
17472         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
17473         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
17474         use size_t rather than int.
17475         (Scanning All Users): Likewise for getpwent_r.
17476         (Setting Groups): Add missing const to setgroups prototype.
17477         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
17478         * manual/socket.texi (Host Names): Fix gethostbyaddr and
17479         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
17480         'const void *' rather than 'const char *'.
17481         (Host Address Functions): Likewise for inet_ntop.
17482         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
17483         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
17484         ssize_t for return value.
17485         (Sending Data): Likewise for send, sendto, sendmsg.
17486         (Socket Option Functions): Add a missing const in setsockopt prototype.
17487         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
17488         use wchar_t for the argument.
17489         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
17490         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
17491         take no arguments.
17492         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
17493         double/float/long double for second argument.
17494         Fix return types of significand, significandf, significandl.
17495         * manual/filesys.texi (Setting Permissions): Use mode_t for second
17496         argument in fchmod prototype.
17497         (File Owner): Use uid_t and gid_t in fchown prototype.
17498         (File Times): Add const to utimes, futimes, and lutimes prototypes.
17499         (Making Special Files): Use mode_t and dev_t in mknod prototype.
17500         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
17501         use 'const struct dirent **' as argument types to CMP function pointer
17502         argument.
17503         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
17504         (File Times): Fix summary magic @comment for struct utimbuf and utime
17505         to refer to utime.h, not time.h.
17506         * manual/string.texi (Argz Functions): Add missing const in
17507         argz_extract and argz_next prototypes.
17508         (Finding Tokens in a String): Likewise for basename.
17509         (String/Array Comparison): Fix typo in wcscasecmp prototype.
17510         (Copying and Concatenation): Fix typo in wmemmove prototype.
17511         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
17512         (Signal Stack): Remove erroneous const in sigstack prototype.
17513         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
17514         prototype.
17515         (Simple Calendar Time): Likewise for stime.
17516         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
17517         prototype.
17518         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
17519         say sys/sysctl.h instead.
17520         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
17521         and vsyslog prototypes.
17522
17523 2013-02-11  Tom de Vries  <tom@codesourcery.com>
17524
17525         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
17526         Remove.
17527
17528 2013-02-11  Roland McGrath  <roland@hack.frob.com>
17529
17530         * misc/sys/mman.h: Fix typo in mremap comment.
17531
17532 2013-02-08  Roland McGrath  <roland@hack.frob.com>
17533
17534         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
17535         the '\0' terminator.
17536
17537 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
17538
17539         [BZ #13550]
17540         * debug/segfault.c: Don't include <bp-checks.h>.
17541         * sysdeps/generic/bp-checks.h: Remove file.
17542         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
17543         (__GETDENTS): Don't use CHECK_N.
17544         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
17545         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
17546         (__getgroups): Don't use CHECK_N.
17547         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
17548         (setgroups): Don't use CHECK_N.
17549         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
17550         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
17551         (__libc_msgrcv): Don't use CHECK_N.
17552         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
17553         (__libc_msgsnd): Don't use CHECK_N.
17554         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
17555         <bp-checks.h>.
17556         (__libc_pread): Don't use CHECK_N.
17557         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
17558         include <bp-checks.h>.
17559         (__libc_pread64): Don't use CHECK_N.
17560         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
17561         include <bp-checks.h>.
17562         (__libc_pwrite): Don't use CHECK_N.
17563         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
17564         include <bp-checks.h>.
17565         (__libc_pwrite64): Don't use CHECK_N.
17566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
17567         <bp-checks.h>.
17568         (__libc_pread): Don't use CHECK_N.
17569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
17570         include <bp-checks.h>.
17571         (__libc_pread64): Don't use CHECK_N.
17572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
17573         include <bp-checks.h>.
17574         (__libc_pwrite): Don't use CHECK_N.
17575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
17576         include <bp-checks.h>.
17577         (__libc_pwrite64): Don't use CHECK_N.
17578         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
17579         (do_pread): Don't use CHECK_N.
17580         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
17581         (do_pread64): Don't use CHECK_N.
17582         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
17583         (do_pwrite): Don't use CHECK_N.
17584         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
17585         (do_pwrite64): Don't use CHECK_N.
17586         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
17587         (__libc_readv): Don't use CHECK_N.
17588         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
17589         (semop): Don't use CHECK_N.
17590         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
17591         <bp-checks.h>.
17592         (semtimedop): Don't use CHECK_N.
17593         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
17594         (__libc_pread): Don't use CHECK_N.
17595         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
17596         <bp-checks.h>.
17597         (__libc_pread64): Don't use CHECK_N.
17598         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
17599         <bp-checks.h>.
17600         (__libc_pwrite): Don't use CHECK_N.
17601         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
17602         <bp-checks.h>.
17603         (__libc_pwrite64): Don't use CHECK_N.
17604         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
17605         <bp-checks.h>.
17606         (__libc_msgrcv): Don't use CHECK_N.
17607         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
17608         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
17609         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
17610         (__libc_writev): Don't use CHECK_N.
17611
17612 2013-02-08  Roland McGrath  <roland@hack.frob.com>
17613
17614         * string/strcpy.c: Removed unused variable.
17615
17616         * Makeconfig (+sysdep-includes): Define with := rather than =.
17617         Use an existing include/ subdir of each sysdeps dir before it.
17618
17619 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
17620
17621         * nscd/connection.c (register_traced_file): Comment function.
17622         [HAVE_INOTIFY] (union __inev): Define.
17623         [HAVE_INOTIFY] (inotify_check_files): New function.
17624         [HAVE_INOTIFY] (clear_db_cache): Likewise.
17625         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
17626         clear_db_cache.
17627         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
17628
17629 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
17630
17631         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
17632         loaded if not already and that a failure is permanent.
17633
17634 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
17635
17636         [BZ #15006]
17637         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
17638         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
17639
17640 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
17641
17642         [BZ #13550]
17643         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
17644         (CHECK_1_NULL_OK): Likewise.
17645         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
17646         (__fxstat): Do not use CHECK_1.
17647         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
17648         <bp-checks.h>.
17649         (___fxstat64): Do not use CHECK_1.
17650         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
17651         <bp-checks.h>.
17652         (__fxstatat): Do not use CHECK_1.
17653         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
17654         <bp-checks.h>.
17655         (__fxstatat64): Do not use CHECK_1.
17656         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
17657         <bp-checks.h>.
17658         (__fxstat): Do not use CHECK_1.
17659         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
17660         <bp-checks.h>.
17661         (__fxstatat): Do not use CHECK_1.
17662         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
17663         <bp-checks.h>.
17664         (__getresgid): Do not use CHECK_1.
17665         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
17666         <bp-checks.h>.
17667         (__getresuid): Do not use CHECK_1.
17668         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
17669         <bp-checks.h>.
17670         (__lxstat): Do not use CHECK_1.
17671         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
17672         <bp-checks.h>.
17673         (__old_msgctl): Do not use CHECK_1.
17674         (__new_msgctl): Likewise.
17675         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
17676         <bp-checks.h>.
17677         (__new_setrlimit): Do not use CHECK_1.
17678         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
17679         <bp-checks.h>.
17680         (__old_shmctl): Do not use CHECK_1.
17681         (__new_shmctl): Likewise.
17682         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
17683         <bp-checks.h>.
17684         (__xstat): Do not use CHECK_1.
17685         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
17686         (__lxstat): Do not use CHECK_1.
17687         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
17688         <bp-checks.h>.
17689         (___lxstat64): Do not use CHECK_1.
17690         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
17691         (__old_msgctl): Do not use CHECK_1.
17692         (__new_msgctl): Likewise.
17693         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
17694         <bp-checks.h>.
17695         (__gettimeofday): Do not use CHECK_1.
17696         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
17697         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
17698         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
17699         <bp-checks.h>.
17700         (__gettimeofday): Do not use CHECK_1.
17701         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
17702         (__old_shmctl): Do not use CHECK_1_NULL_OK.
17703         (__new_shmctl): Do not use CHECK_1.
17704         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
17705         <bp-checks.h>.
17706         (do_sigtimedwait): Do not use CHECK_1.
17707         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
17708         <bp-checks.h>.
17709         (do_sigwaitinfo): Do not use CHECK_1.
17710         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
17711         <bp-checks.h>.
17712         (msgctl): Do not use CHECK_1.
17713         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
17714         <bp-checks.h>.
17715         (shmctl): Do not use CHECK_1.
17716         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
17717         (ustat): Do not use CHECK_1.
17718         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
17719         <bp-checks.h>.
17720         (__fxstat): Do not use CHECK_1.
17721         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
17722         <bp-checks.h>.
17723         (__fxstatat): Do not use CHECK_1.
17724         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
17725         <bp-checks.h>.
17726         (__lxstat): Do not use CHECK_1.
17727         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
17728         <bp-checks.h>.
17729         (__xstat): Do not use CHECK_1.
17730         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
17731         (__xstat): Do not use CHECK_1.
17732         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
17733         (___xstat64): Do not use CHECK_1.
17734
17735         [BZ #13550]
17736         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
17737         definitions.
17738         (CHECK_BOUNDS_HIGH): Likewise.
17739         * string/strcpy.c: Do not include <bp-checks.h>.
17740         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
17741
17742 2013-02-07  Roland McGrath  <roland@hack.frob.com>
17743
17744         * nscd/nscd-client.h (__nscd_drop_map_ref):
17745         Add __attribute__ ((unused)).
17746         * nis/nss-nisplus.h (niserr2nss): Likewise.
17747
17748         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
17749         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
17750
17751         * csu/libc-tls.c (init_static_tls, init_slotinfo):
17752         Remove inline keyword.
17753         * include/rounding-mode.h (round_away): Likewise.
17754         * libio/wfileops.c (adjust_wide_data): Likewise.
17755         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
17756         (__m128i_strloadu_tolower): Likewise.
17757         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
17758         (__m128i_strloadu_tolower): Likewise.
17759         * time/mktime.c (ydhms_diff): Likewise.
17760         * locale/elem-hash.h (elem_hash): Likewise.
17761         * locale/setlocale.c (setdata): Likewise.
17762         * posix/regex_internal.h (re_string_char_size_at): Likewise.
17763         (re_string_wchar_at): Likewise.
17764         (bitset_not, bitset_merge, bitset_mask): Likewise.
17765         [!(__GNUC__ > 3)] (inline): Remove macro.
17766         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
17767         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
17768         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
17769         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
17770         * string/memcmp.c (memcmp_bytes): Likewise.
17771         * locale/programs/locarchive.c (compute_hashval): Likewise.
17772         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
17773         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
17774         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
17775         * nss/getent.c (print_rpc, print_protocols): Likewise.
17776         (print_passwd, print_group, print_aliases): Likewise.
17777         * nis/nss-nisplus.h (niserr2nss): Likewise.
17778         * nscd/connections.c (restart_p): Likewise.
17779         Change return type to bool.
17780
17781 2013-02-05  Roland McGrath  <roland@hack.frob.com>
17782
17783         * Makeconfig (all-Depend-files): Add existing
17784         $(sorted-subdirs:=/Depend) files.
17785         (all-subdirs): Remove nss.
17786         * sysdeps/unix/inet/Subdirs: Add it here instead.
17787         * hesiod/Depend: New file.
17788
17789         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
17790         instead of calling alloca.
17791
17792         * io/lseek.c (__lseek): Rename to __libc_lseek.
17793         Define __lseek as an alias.
17794
17795         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
17796
17797 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
17798
17799         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
17800         else clause and remove check for non-standard endianness.
17801
17802 2013-02-04  David S. Miller  <davem@davemloft.net>
17803
17804         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17805
17806 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
17807
17808         [BZ #13550]
17809         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
17810         (__ubp_memchr): Remove prototype.
17811         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
17812         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
17813         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
17814         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
17815         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
17816         Remove alias.
17817         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
17818         (__ubp_memchr): Likewise.
17819         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
17820         (__ubp_memchr): Likewise.
17821         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
17822         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
17823         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
17824         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
17825         CHECK_STRING.
17826         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
17827         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
17828         (__getcwd): Do not use CHECK_STRING.
17829         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
17830         <bp-checks.h>.
17831         (__real_chown): Do not use CHECK_STRING.
17832         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
17833         <bp-checks.h>.
17834         (fchownat): Do not use CHECK_STRING.
17835         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
17836         CHECK_STRING.
17837         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
17838         <bp-checks.h>.
17839         (__lchown): Do not use CHECK_STRING.
17840         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
17841         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
17842         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
17843         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
17844         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
17845         include <bp-checks.h>.
17846         (truncate64): Do not use CHECK_STRING.
17847         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
17848         <bp-checks.h>.
17849         (__real_chown): Do not use CHECK_STRING.
17850         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
17851         <bp-checks.h>.
17852         (__lchown): Do not use CHECK_STRING.
17853         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
17854         <bp-checks.h>.
17855         (__chown): Do not use CHECK_STRING.
17856         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
17857         <bp-checks.h>.
17858         (truncate64): Do not use CHECK_STRING.
17859         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
17860         Likewise.
17861         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
17862         (__xmknod): Do not use CHECK_STRING.
17863         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
17864         <bp-checks.h>.
17865         (__xmknodat): Do not use CHECK_STRING.
17866         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
17867         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
17868
17869 2013-02-04  Andreas Schwab  <schwab@suse.de>
17870
17871         [BZ #14142]
17872         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
17873         * include/netdb.h: Likewise for h_errno.
17874         * elf/tst-stackguard1.c: Include <tls.h>.
17875
17876 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
17877
17878         * elf/link.h (struct link_map): Extend the l_addr comment.
17879         * include/link.h (struct link_map): Likewise.
17880
17881 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
17882
17883         [BZ #13550]
17884         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
17885         (BOUNDED_1): Remove macro.
17886         * debug/backtrace.c: Don't include <bp-checks.h>.
17887         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
17888         (__backtrace): Likewise.
17889         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
17890         <bp-checks.h>.
17891         (__backtrace): Don't use BOUNDED_1.
17892         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
17893         <bp-checks.h>.
17894         (__backtrace): Don't use BOUNDED_1.
17895         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
17896         (__backtrace): Don't use BOUNDED_1.
17897         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
17898         (shmat): Don't use BOUNDED_N.
17899
17900 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
17901
17902         [BZ #13550]
17903         * sysdeps/generic/bp-start.h: Remove file.
17904         * csu/libc-start.c: Don't include <bp-start.h>.
17905         (LIBC_START_MAIN): Set up __environ directly instead of using
17906         INIT_ARGV_and_ENVIRON.
17907         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
17908         <bp-start.h>.
17909
17910         [BZ #13550]
17911         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
17912         definitions.
17913         (CHECK_FCNTL): Likewise.
17914         (CHECK_N_PAGES): Likewise.
17915
17916         [BZ #13550]
17917         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
17918         definitions.
17919         (CHECK_SIGSET_NULL_OK): Likewise.
17920         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
17921         <bp-checks.h>.
17922         (sigpending): Don't use CHECK_SIGSET.
17923         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
17924         <bp-checks.h>.
17925         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
17926         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
17927         <bp-checks.h>.
17928         (do_sigsuspend): Don't use CHECK_SIGSET.
17929         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
17930         use CHECK_SIGSET.
17931         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
17932         (do_sigwait): Don't use CHECK_SIGSET.
17933         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
17934         use CHECK_SIGSET.
17935         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
17936         include <bp-checks.h>.
17937         (sigpending): Don't use CHECK_SIGSET.
17938         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
17939         include <bp-checks.h>.
17940         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
17941         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
17942         <bp-checks.h>.
17943         (sigpending): Don't use CHECK_SIGSET.
17944         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
17945         <bp-checks.h>.
17946         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
17947
17948         [BZ #13550]
17949         * sysdeps/generic/bp-semctl.h: Remove file.
17950         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
17951         <bp-checks.h> and <bp-semctl.h>.
17952         (__old_semctl): Don't use CHECK_SEMCTL.
17953         (__new_semctl): Likewise.
17954         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
17955         and <bp-semctl.h>.
17956         (__old_semctl): Don't use CHECK_SEMCTL.
17957         (__new_semctl): Likewise.
17958         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
17959         <bp-checks.h> and <bp-semctl.h>.
17960         (__old_semctl): Don't use CHECK_SEMCTL.
17961         (__new_semctl): Likewise.
17962         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
17963         <bp-checks.h> and <bp-semctl.h>.
17964         (semctl): Don't use CHECK_SEMCTL.
17965
17966         [BZ #13550]
17967         * Makerules (elide-bp-thunks): Remove variable.
17968         (elide-routines.oS): Don't use $(elide-bp-thunks).
17969         (elide-routines.os): Likewise.
17970         (elide-routines.o): Likewise.
17971         (elide-routines.op): Likewise.
17972         (elide-routines.og): Likewise.
17973         (objects): Don't use $(bp-thunks).
17974         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
17975         include.
17976         (common-generated): Do not add s-proto-bp.d.
17977         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
17978         (int): Likewise.
17979         (typ): Likewise.
17980         Do not generate makefile rules for bounded-pointer thunks.
17981         * sysdeps/generic/bp-thunks.h: Remove file.
17982         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
17983         * sysdeps/unix/s-proto-bp.S: Likewise.
17984
17985         [BZ #15062]
17986         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
17987         parts of result separately when argument is not close to line from
17988         -i to i and one part of argument is small.
17989         * math/k_casinhf.c (__kernel_casinhf): Likewise.
17990         * math/k_casinhl.c (__kernel_casinhl): Likewise.
17991         * math/libm-test.inc (cacos_test): Add more tests.
17992         (casin_test): Likewise.
17993         (casinh_test): Likewise.
17994         * sysdeps/i386/fpu/libm-test-ulps: Update.
17995         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17996
17997 2013-01-31  David S. Miller  <davem@davemloft.net>
17998
17999         * po/de.po: Update from translation team.
18000
18001 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
18002
18003         * time/tzfile.c: Include stdint.h for SIZE_MAX.
18004
18005 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
18006
18007         * configure.in (_AC_PROG_CC_C89): New definition.
18008         * configure: Regenerate.
18009
18010         * configure.in (AC_PROG_CPP): New definition.
18011         * configure: Regenerate.
18012
18013 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
18014
18015         * debug/tst-backtrace.h: New file.
18016         * debug/tst-backtrace2.c: Include tst-backtrace.h.
18017         (ret): Remove variable.
18018         (x): Likewise.
18019         (FAIL): Remove macro.
18020         (NO_INLINE): Likewise.
18021         (fn1): Use match function instead of strstr.
18022         * debug/tst-backtrace3.c: Include tst-backtrace.h.
18023         (ret): Remove variable.
18024         (x): Likewise.
18025         (FAIL): Remove macro.
18026         (NO_INLINE): Likewise.
18027         (fn): Use match function instead of strstr.
18028         * debug/tst-backtrace4.c: Include tst-backtrace.h.
18029         (ret): Remove variable.
18030         (x): Likewise.
18031         (FAIL): Remove macro.
18032         (NO_INLINE): Likewise.
18033         (handle_signal): Use match function instead of strstr.
18034         * debug/tst-backtrace5.c: Include tst-backtrace.h.
18035         (ret): Remove variable.
18036         (x): Likewise.
18037         (FAIL): Remove macro.
18038         (NO_INLINE): Likewise.
18039         (handle_signal): Use match function instead of strstr.
18040
18041 2013-01-23  Roland McGrath  <roland@hack.frob.com>
18042
18043         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
18044
18045 2013-01-23  David S. Miller  <davem@davemloft.net>
18046
18047         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
18048         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
18049         argument of CAS if possible.
18050         * sysdeps/sparc/sparc64/bits/atomic.h
18051         (__arch_compare_and_exchange_val_32_acq): Likewise.
18052         (__arch_compare_and_exchange_val_64_acq): Likewise.
18053
18054 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
18055
18056         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
18057         * sysdeps/posix/ulimit.c: ... this.
18058         Include <limits.h>.
18059         * sysdeps/unix/bsd/ulimit.c: Remove file.
18060
18061 2013-01-23  Adam Conrad  <adconrad@0c3.net>
18062
18063         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
18064         (LDFLAGS-tst-array5): Likewise.
18065
18066 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
18067
18068         [BZ #15036]
18069         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
18070         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
18071         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
18072         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
18073
18074 2013-01-21  David S. Miller  <davem@davemloft.net>
18075
18076         * sysdeps/sparc/backtrace.c: New file.
18077         * sysdeps/sparc/sparc32/backtrace.h: New file.
18078         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
18079         * sysdeps/sparc/sparc64/backtrace.h: New file.
18080         * sysdeps/sparc/sparc64/backtrace.c: Delete.
18081         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
18082         -funwind-tables.
18083
18084 2013-01-21  Andreas Schwab  <schwab@suse.de>
18085
18086         [BZ #15020]
18087         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
18088         closed its stdout.
18089
18090 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
18091
18092         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
18093         "mpa2.h".
18094         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
18095
18096 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
18097             Mark Mitchell  <mark@codesourcery.com>
18098             Tom de Vries  <tom@codesourcery.com>
18099             Paul Pluzhnikov  <ppluzhnikov@google.com>
18100
18101         * debug/tst-backtrace2.c: New file.
18102         * debug/tst-backtrace3.c: Likewise.
18103         * debug/tst-backtrace4.c: Likewise.
18104         * debug/tst-backtrace5.c: Likewise.
18105         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
18106         (CFLAGS-tst-backtrace3.c): Likewise.
18107         (CFLAGS-tst-backtrace4.c): Likewise.
18108         (CFLAGS-tst-backtrace5.c): Likewise.
18109         (LDFLAGS-tst-backtrace2): Likewise.
18110         (LDFLAGS-tst-backtrace3): Likewise.
18111         (LDFLAGS-tst-backtrace4): Likewise.
18112         (LDFLAGS-tst-backtrace5): Likewise.
18113         (tests): Add new tests tst-backtrace2, tst-backtrace3,
18114         tst-backtrace4 and tst-backtrace5.
18115
18116 2013-01-18  Anton Blanchard  <anton@samba.org>
18117             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18118
18119         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
18120         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
18121         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
18122         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
18123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
18124         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
18125         "+r" and remove output regs list as redundant.  Add explicit inline
18126         asm to specify register of return val to work around compiler codegen
18127         bug.  Remove (int) cast on return value.  Add return type parameter to
18128         use in macro so that this macro does not truncate return value for
18129         64-bit values.
18130         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
18131         pass to INTERNAL_VSYSCALL_NCS.
18132         (INLINE_VSYSCALL): Add 'long int' as return type to
18133         INTERNAL_VSYSCALL_NCS macro invocation.
18134         (INTERNAL_VSYSCALL): Add 'long int' as return type to
18135         INTERNAL_VSYSCALL_NCS macro invocation.
18136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
18137
18138 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
18139
18140         [BZ #14496]
18141         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
18142         Fix application of SIMD FP exception mask.
18143
18144         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
18145         mp_no from a power of two.
18146         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
18147         __mpexp_twomm1.  Use __pow_mp.
18148
18149         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
18150         multiplication.
18151
18152 2013-01-17  David S. Miller  <davem@davemloft.net>
18153
18154         * sysdeps/sparc/fpu/libm-test-ulps: Update.
18155
18156 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
18157
18158         [BZ #15023]
18159         * include/complex.h: Condition contents on [!_COMPLEX_H].
18160         (__kernel_casinhf): New prototype.
18161         (__kernel_casinh): Likewise.
18162         (__kernel_casinhl): Likewise.
18163         * math/Makefile (libm_calls): Add k_casinh.
18164         * math/k_casinh.c: New file.
18165         * math/k_casinhf.c: Likewise.
18166         * math/k_casinhl.c: Likewise.
18167         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
18168         finite nonzero arguments.
18169         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
18170         finite nonzero arguments.
18171         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
18172         finite nonzero arguments.
18173         * math/s_casinh.c: Do not include <float.h>.
18174         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
18175         * math/s_casinhf.c: Do not include <float.h>.
18176         (__casinhf): Move code for finite nonzero arguments to
18177         k_casinhf.c.
18178         * math/s_casinhl.c: Do not include <float.h>.
18179         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
18180         redefine.
18181         (__casinhl): Move code for finite nonzero arguments to
18182         k_casinhl.c.
18183         * math/libm-test.inc (cacos_test): Add more tests.
18184         * sysdeps/i386/fpu/libm-test-ulps: Update.
18185         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18186
18187 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
18188
18189         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
18190         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
18191         [!HAVE_MREMAP]: Remove [defined linux] case.
18192         * malloc/arena.c: Do not include <malloc-sysdep.h>.
18193
18194 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
18195
18196         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
18197
18198 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
18199
18200         * elf/elf.h (R_386_SIZE32): New relocation.
18201         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
18202         R_386_SIZE32.
18203         (elf_machine_rela): Likewise.
18204         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
18205         R_X86_64_SIZE64 and R_X86_64_SIZE32.
18206
18207 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
18208
18209         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
18210         (FP_FAST_FMA): Do not define.
18211         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
18212         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
18213         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
18214         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
18215         !_SOFT_FLOAT]: Likewise.
18216         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
18217         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
18218         value.
18219         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
18220         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
18221         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
18222         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
18223         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
18224         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
18225         file.
18226
18227 2013-01-16  Andreas Schwab  <schwab@suse.de>
18228
18229         [BZ #14327]
18230         * include/stdlib.h (__mktemp): Add declaration.
18231         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
18232         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
18233
18234 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
18235
18236         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
18237         definitions.
18238         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
18239         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
18240         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
18241         definitions here.
18242         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
18243         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
18244         definitions.
18245         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
18246         and ONE.
18247         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
18248         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
18249         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
18250         definitions.
18251         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
18252         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
18253         definitions.
18254         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
18255
18256         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
18257
18258 2013-01-15  David S. Miller  <davem@davemloft.net>
18259
18260         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
18261         trunc{,f} to libm-sysdep_routes.
18262         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
18263         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
18264         file.
18265         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
18266         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
18267         file.
18268         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
18269         file.
18270         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
18271         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
18272         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
18273         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
18274         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
18275         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
18276         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
18277         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
18278
18279         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
18280         nearbyint{,f} to libm-sysdep_routes.
18281         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
18282         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
18283         New file.
18284         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
18285         file.
18286         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
18287         New file.
18288         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
18289         file.
18290         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
18291         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
18292         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
18293         file.
18294         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
18295         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
18296         file.
18297         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
18298         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
18299         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
18300
18301         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
18302         libc_feholdexcept and libc_fesetenv.
18303
18304 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
18305
18306         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
18307
18308 2013-01-14  David S. Miller  <davem@davemloft.net>
18309
18310         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
18311         (SPARC_ASM_VIS2_IFUNC): Likewise.
18312         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
18313         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
18314         use of 'siam' instruction.
18315         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
18316         Likewise.
18317         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
18318         Likewise.
18319         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
18320         Likewise.
18321         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
18322         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
18323         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
18324         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
18325         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
18326         file.
18327         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
18328         file.
18329         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
18330         file.
18331         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
18332         file.
18333         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
18334         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
18335         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
18336         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
18337         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
18338         new VIS2 routines.
18339         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
18340         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
18341         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
18342         Likewise.
18343         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
18344         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
18345         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
18346         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
18347         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
18348         routines to libm-sysdep_routines.
18349         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
18350
18351         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
18352         fdim/fdimf to libm-sysdep_routines.
18353         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
18354         file.
18355         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
18356         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
18357         file.
18358         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
18359         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
18360         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
18361         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
18362         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
18363         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
18364         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
18365
18366 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
18367
18368         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
18369         to optimize copies.
18370
18371         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
18372         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
18373         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
18374
18375         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
18376         local variable MPTWO.
18377         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
18378         Likewise.
18379
18380 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
18381
18382         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
18383         GLOB_NOESCAPE.
18384
18385 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
18386
18387         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
18388
18389 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
18390
18391         * manual/pattern.texi (glob_t): Document gl_flags.
18392         (glob64_t): Likewise.
18393
18394 2013-01-11  David S. Miller  <davem@davemloft.net>
18395
18396         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
18397         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
18398         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
18399         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
18400         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
18401         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
18402         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
18403         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
18404         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
18405         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
18406         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
18407         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
18408         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
18409
18410         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
18411         sparc V9 rather than using V8 code.
18412         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
18413         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
18414
18415         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
18416         Move to...
18417         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
18418         Here.
18419
18420 2013-01-11  Roland McGrath  <roland@hack.frob.com>
18421
18422         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
18423         not in the main loop.
18424         * configure: Regenerated.
18425
18426 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
18427
18428         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
18429         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
18430         to just #else.
18431         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
18432         [!__GLIBC_HAVE_LONG_LONG] case.
18433         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
18434         condition to just #else.
18435         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
18436         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
18437         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
18438         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
18439         unconditional.
18440         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
18441         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
18442         #elif condition to just #else.
18443         * sysdeps/unix/sysv/linux/sys/sysmacros.h
18444         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
18445         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
18446         #elif condition to just #else.
18447
18448 2013-01-11  Steve Ellcey  <sellcey@mips.com>
18449
18450         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
18451         (EF_MIPS_ARCH_64): Fix value.
18452         (EF_MIPS_ARCH_32R2): New.
18453         (EF_MIPS_ARCH_64R2): New.
18454
18455 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
18456
18457         * Makeconfig (+link-pie-before-libc): New.
18458         (+link-pie-after-libc): Likewise.
18459         (+link-pie-tests): Likewise.
18460         (+link-pie): Rewritten.
18461         (link-before-libc): Remove $(config-LDFLAGS).
18462         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
18463         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
18464         (config-LDFLAGS): Renamed to ...
18465         (rtld-LDFLAGS): This.
18466         (rtld-tests-LDFLAGS): New macro.
18467         (link-libc-rpath-link): Likewise.
18468         (link-libc-tests-rpath-link): Likewise.
18469         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
18470         (link-libc): Prepand $(link-libc-rpath-link).
18471         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
18472         (test-program-prefix): New macro.
18473         (test-via-rtld-prefix): Likewise.
18474         (test-program-cmd): Likewise.
18475         (host-test-program-cmd): Likewise.
18476         * Makefile ($(common-objpfx)testrun.sh): Replace
18477         $(run-program-prefix) with $(test-program-prefix).
18478         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
18479         $(rtld-LDFLAGS).
18480         ($(common-objpfx)shlib.lds): Likewise.
18481         (build-module-helper): Likewise.
18482         ($(common-objpfx)format.lds): Likewise.
18483         * Rules (binaries-pie-tests): New.
18484         (binaries-pie-notests): Likewise.
18485         (binaries-pie): Rewritten.
18486         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
18487         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
18488         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
18489         (make-test-out): Replace $(host-built-program-cmd) with
18490         $(host-test-program-cmd).
18491         * config.make.in (build-hardcoded-path-in-tests): New variable.
18492         * configure.in (--enable-hardcoded-path-in-tests): New configure
18493         option.
18494         (hardcoded_path_in_tests): New AC_SUBST.
18495         * configure: Regenerated.
18496         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
18497         $(built-program-cmd) with $(test-program-cmd).
18498         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
18499         (test_program_cmd): This.
18500         * elf/Makefile ($(objpfx)order.out): Run test with
18501         $(test-program-prefix).
18502         ($(objpfx)order2.out): Likewise.
18503         ($(objpfx)tst-initorder.out): Likewise.
18504         ($(objpfx)tst-initorder2.out): Likewise.
18505         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
18506         $(test-program-cmd).
18507         ($(objpfx)tst-array1-static.out): Likewise.
18508         ($(objpfx)tst-array2.out): Likewise.
18509         ($(objpfx)tst-array3.out): Likewise.
18510         ($(objpfx)tst-array4.out): Likewise.
18511         ($(objpfx)tst-array5.out): Likewise.
18512         ($(objpfx)tst-array5-static.out): Likewise.
18513         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
18514         $(test-program-cmd).
18515         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
18516         $(run-program-prefix) with $(test-program-prefix).
18517         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
18518         (test_program_prefix): This.
18519         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
18520         $(run-program-prefix) with $(test-program-prefix).
18521         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
18522         (test_program_prefix): This.
18523         * iconvdata/tst-tables.sh: Likewise.
18524         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
18525         $(run-program-prefix) with $(test-program-prefix).
18526         ($(objpfx)tst-translit.out): Likewise.
18527         ($(objpfx)tst-gettext2.out): Likewise.
18528         ($(objpfx)tst-gettext4.out): Likewise.
18529         ($(objpfx)tst-gettext6.out): Likewise.
18530         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
18531         (test_program_prefix): This.
18532         * intl/tst-gettext2.sh: Likewise.
18533         * intl/tst-gettext4.sh  Likewise.
18534         * intl/tst-gettext6.sh: Likewise.
18535         * intl/tst-translit.sh: Likewise.
18536         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
18537         with $(test-program-cmd).
18538         * libio/Makefile ($(objpfx)test-freopen.out): Replace
18539         $(run-program-prefix) with $(test-program-prefix).
18540         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
18541         (test_program_prefix): This.
18542         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
18543         $(run-program-prefix) with $(test-program-prefix).
18544         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
18545         (test_program_prefix): This.
18546         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
18547         * posix/Makefile ($(objpfx)globtest.out): Replace
18548         $(run-via-rtld-prefix) and $(test-wrapper) with
18549         $(test-program-prefix) and $(test-via-rtld-prefix).
18550         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
18551         $(test-program-prefix).
18552         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
18553         $(host-test-program-cmd).
18554         (tst-spawn-ARGS): Likewise.
18555         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
18556         $(test-program-prefix).
18557         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
18558         (test_via_rtld_prefix): This.
18559         (test_wrapper): Renamed to ...
18560         (test_program_prefix): This.
18561         (run_program_prefix): Replaced by test_program_prefix.
18562         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
18563         (test_program_prefix): This.
18564         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
18565         with $(host-test-program-cmd).
18566         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
18567         $(run-program-prefix) with $(test-program-prefix).
18568         ($(objpfx)tst-printf.out): Likewise.
18569         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
18570         $(test-program-cmd).
18571         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
18572         (test_program_prefix): This.
18573         * stdio-common/tst-unbputc.sh: Likewise.
18574         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
18575         $(run-program-prefix) with $(test-program-prefix).
18576         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
18577         (test_program_prefix): This.
18578         * string/Makefile ($(objpfx)tst-svc.out):  Replace
18579         $(built-program-cmd) with $(test-program-cmd).
18580
18581 2013-01-11  Andreas Jaeger  <aj@suse.de>
18582
18583         [BZ #15003]
18584         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
18585         value. Sync with Linux 3.7.
18586
18587 2013-01-10  David S. Miller  <davem@davemloft.net>
18588
18589         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
18590         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
18591         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
18592
18593 2013-01-10  Roland McGrath  <roland@hack.frob.com>
18594
18595         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
18596         never set.
18597         * configure: Regenerated.
18598
18599 2013-01-10  David S. Miller  <davem@davemloft.net>
18600
18601         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
18602         sparc V9 rather than using V8 code.
18603         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
18604         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
18605
18606 2013-01-10  Roland McGrath  <roland@hack.frob.com>
18607
18608         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
18609         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
18610         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
18611         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
18612         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
18613         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
18614         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
18615         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
18616         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
18617         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
18618         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
18619         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
18620         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
18621         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
18622         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
18623         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
18624         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
18625         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
18626         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
18627         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
18628         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
18629         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
18630         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
18631         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
18632         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
18633         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
18634         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
18635
18636 2013-01-10  David S. Miller  <davem@davemloft.net>
18637
18638         * sysdeps/sparc/fpu/libm-test-ulps: Update.
18639
18640 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
18641
18642         * posix/Makefile (tests-static): New variable.
18643         (tests): Add $(tests-static).
18644         (tst-exec-static-ARGS): New variable.
18645         (tst-spawn-static-ARGS): Likewise.
18646         * posix/tst-exec-static.c: New file.
18647         * posix/tst-spawn-static.c: Likewise.
18648         * posix/tst-exec.c: Support run directly.
18649         * posix/tst-spawn.c: Likewise.
18650
18651 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
18652
18653         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
18654         long.
18655         * math/bits/mathcalls.h (llrint): Likewise.
18656         (llround): Likewise.
18657         * stdlib/stdlib.h (struct drand48_data): Likewise.
18658         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
18659         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
18660         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
18661         Likewise.
18662         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
18663         Likewise.
18664         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
18665         (elf_greg_t): Likewise.
18666         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
18667         (__jmp_buf): Likewise.
18668         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
18669         definitions.
18670         (llrint): Likewise, for all definitions.
18671         (llrintl): Likewise.
18672
18673         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
18674         Remove [__GNUC__] condition.
18675         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
18676         condition to just [__USE_ISOC99].
18677         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
18678
18679 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
18680
18681         [BZ #14200]
18682         * sysdeps/unix/sysv/linux/x86/bits/environments.h
18683         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
18684         defined.
18685         (_POSIX_V6_ILP32_OFF32): Likewise.
18686         (_XBS5_ILP32_OFF32): Likewise.
18687         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
18688         (__ILP32_OFFBIG_LDFLAGS): Likewise.
18689
18690 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
18691
18692         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
18693
18694         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
18695         doubles __mpexp_twomm1.  Adjust usage.
18696         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
18697         Remove.
18698
18699 2013-01-10  Andreas Schwab  <schwab@suse.de>
18700
18701         [BZ #14964]
18702         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
18703         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
18704
18705 2013-01-09  David S. Miller  <davem@davemloft.net>
18706
18707         [BZ #15003]
18708         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS,
18709         TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT,
18710         TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS,
18711         TCP_FASTOPEN): Define.
18712         (tcp_repair_opt): New structure.
18713         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
18714         enum values.
18715         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE,
18716         TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN,
18717         TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
18718         (tcp_cookie_transactions): New structure.
18719
18720 2013-01-09  Anton Blanchard  <anton@samba.org>
18721
18722         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
18723         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
18724         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
18725         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
18726
18727 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
18728
18729         * include/features.h (__USE_ANSI): Remove.
18730
18731 2013-01-09  Roland McGrath  <roland@hack.frob.com>
18732
18733         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
18734
18735         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
18736
18737 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
18738
18739         * sysdeps/s390/fpu/libm-test-ulps: Update.
18740
18741         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18742
18743         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
18744         (__acr): Likewise.
18745         (__cpy): Likewise.
18746         (norm): Likewise.
18747         (denorm): Likewise.
18748         (__mp_dbl): Likewise.
18749         (__dbl_mp): Likewise.
18750         (add_magnitudes): Likewise.
18751         (sub_magnitudes): Likewise.
18752         (__add): Likewise.
18753         (__sub): Likewise.
18754         (__mul): Likewise.
18755         (__inv): Likewise.
18756         (__dvd): Likewise.
18757         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
18758         (__acr): Likewise.
18759         (__cpy): Likewise.
18760         (norm): Likewise.
18761         (denorm): Likewise.
18762         (__mp_dbl): Likewise.
18763         (__dbl_mp): Likewise.
18764         (add_magnitudes): Likewise.
18765         (sub_magnitudes): Likewise.
18766         (__add): Likewise.
18767         (__sub): Likewise.
18768         (__mul): Likewise.
18769         (__inv): Likewise.
18770         (__dvd): Likewise.
18771         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
18772         (__acr): Likewise.
18773         (__cpy): Likewise.
18774         (norm): Likewise.
18775         (denorm): Likewise.
18776         (__mp_dbl): Likewise.
18777         (__dbl_mp): Likewise.
18778         (add_magnitudes): Likewise.
18779         (sub_magnitudes): Likewise.
18780         (__add): Likewise.
18781         (__sub): Likewise.
18782         (__mul): Likewise.
18783         (__inv): Likewise.
18784         (__dvd): Likewise.
18785
18786 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
18787
18788         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
18789         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
18790         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
18791         2 && __USE_EXTERN_INLINES]: Likewise.
18792
18793 2013-01-08  Andreas Jaeger  <aj@suse.de>
18794
18795         [BZ# 14985]
18796         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
18797         Remove.
18798         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
18799         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
18800
18801 2013-01-07  Anton Blanchard  <anton@samba.org>
18802
18803         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
18804         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
18805         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
18806         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
18807         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
18808         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
18809         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
18810         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
18811         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
18812         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
18813         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
18814         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
18815         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
18816         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
18817         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
18818         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
18819         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
18820         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
18821         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
18822         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
18823         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
18824         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
18825         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
18826         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
18827         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
18828         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
18829         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
18830         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
18831         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
18832         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
18833         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
18834         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
18835         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
18836         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
18837         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
18838         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
18839         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
18840         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
18841         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
18842         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
18843         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
18844         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
18845         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
18846
18847 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
18848
18849         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
18850         (__MALLOC_PMT): Likewise.
18851         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
18852         [__GNUC__], only on [_LIBC].
18853         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
18854         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
18855         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
18856         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
18857         forward declaration.
18858         (realloc_hook_ini): Likewise.
18859         (memalign_hook_ini): Likewise.
18860         (__libc_memalign): Do not use __MALLOC_PMT in variable
18861         declaration.
18862         (__libc_valloc): Likewise.
18863         (__libc_pvalloc): Likewise.
18864         (__libc_calloc): Likewise.
18865         (__posix_memalign): Likewise.
18866
18867         [BZ #14996]
18868         * math/s_casinh.c: Include <float.h>.
18869         (__casinh): Do not do computation with squaring and square root
18870         for large arguments.
18871         * math/s_casinhf.c: Include <float.h>.
18872         (__casinhf): Do not do computation with squaring and square root
18873         for large arguments.
18874         * math/s_casinhl.c: Include <float.h>.
18875         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
18876         (__casinhl): Do not do computation with squaring and square root
18877         for large arguments.
18878         * math/libm-test.inc (casin_test): Add more tests.
18879         (casinh_test): Likewise.
18880         * sysdeps/i386/fpu/libm-test-ulps: Update.
18881         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18882
18883 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
18884
18885         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
18886         (__x86_64_raw_data_cache_size): Likewise.
18887         (__x86_64_data_cache_size_half): Likewise.
18888         (__x86_64_raw_data_cache_size_half): Likewise.
18889         (__x86_64_shared_cache_size): Likewise.
18890         (__x86_64_raw_shared_cache_size): Likewise.
18891         (__x86_64_shared_cache_size_half): Likewise.
18892         (__x86_64_raw_shared_cache_size_half): Likewise.
18893         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
18894         to ...
18895         (__x86_data_cache_size): This.
18896         (__x86_64_raw_data_cache_size): Renamed to ...
18897         (__x86_raw_data_cache_size): This.
18898         (__x86_64_data_cache_size_half): Renamed to ...
18899         (__x86_data_cache_size_half): This.
18900         (__x86_64_raw_data_cache_size_half): Renamed to ...
18901         (__x86_raw_data_cache_size_half): This.
18902         (__x86_64_shared_cache_size): Renamed to ...
18903         (__x86_shared_cache_size): This.
18904         (__x86_64_raw_shared_cache_size): Renamed to ...
18905         (__x86_raw_shared_cache_size): This.
18906         (__x86_64_shared_cache_size_half): Renamed to ...
18907         (__x86_shared_cache_size_half): This.
18908         (__x86_64_raw_shared_cache_size_half): Renamed to ...
18909         (__x86_raw_shared_cache_size_half): This.
18910         * sysdeps/x86_64/memcpy.S: Updated.
18911         * sysdeps/x86_64/memset.S: Likewise.
18912         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
18913         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
18914         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
18915
18916 2013-01-04  David S. Miller  <davem@davemloft.net>
18917
18918         * sysdeps/sparc/fpu/libm-test-ulps: Update.
18919
18920 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
18921
18922         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
18923         1 to avoid redefinition warning.
18924         (__USE_GNU): Don't define.
18925         (init_signaling_nan): Protoize.
18926
18927         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18928
18929 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18930
18931         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
18932         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
18933         (__cpymn): Likewise.
18934         (norm): Remove commented code.
18935         (denorm): Likewise.
18936         (__mp_dbl): Likewise.
18937         (__inv): Likewise.
18938         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
18939         (__cpymn): Likewise.
18940         (norm): Remove commented code.
18941         (denorm): Likewise.
18942         (__mp_dbl): Likewise.
18943         (__inv): Likewise.
18944
18945         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
18946         mp_no value for 1.0 and 2.0.
18947         (norm): Use RADIXI instead of radixi.d.
18948         (denorm): Likewise.
18949         (__mul): Use 0.0 instead of zero.d.
18950         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
18951         mp_no value for 1.0 and 2.0.
18952         (norm): Use RADIXI instead of radixi.d.
18953         (denorm): Likewise.
18954         (__mul): Use 0.0 instead of zero.d.
18955
18956 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
18957
18958         [BZ #14994]
18959         * math/s_casinh.c (__casinh): Reduce finite argument to first
18960         quadrant then set signs of results at the end.
18961         * math/s_casinhf.c (__casinhf): Likewise.
18962         * math/s_casinhl.c (__casinhl): Likewise.
18963         * math/libm-test.inc (casin_test): Add more tests.
18964         (casinh_test): Likewise.
18965         * sysdeps/i386/fpu/libm-test-ulps: Update.
18966         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18967
18968 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18969
18970         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
18971
18972         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
18973
18974         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
18975         declarations.
18976         (denorm): Likewise.
18977         (__mp_dbl): Likewise.
18978         (__inv): Likewise.
18979
18980         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
18981         and adjust the header comment.
18982
18983         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
18984         variable name from declaration.
18985
18986 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
18987
18988         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18989         Initialize COMMON_CPUID_INDEX_7 element.
18990         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
18991         (CPUID_RTM): Likewise.
18992         (HAS_RTM): Likewise.
18993         (COMMON_CPUID_INDEX_7): New enum.
18994
18995 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
18996
18997         [BZ #14981]
18998         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
18999         size is zero, record memory as freed.
19000
19001 2013-01-03  Andreas Jaeger  <aj@suse.de>
19002
19003         * po/ia.po: Add new Interlingua translation.
19004
19005 2012-01-03  Allan McRae  <allan@archlinux.org>
19006
19007         * locale/programs/localedef.c: Fix description of '--posix' flag.
19008
19009 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
19010
19011         * NEWS: Update dates in second copyright notice.
19012         * README: Update copyright dates in example.
19013         * manual/libc.texinfo: Update copyright dates.
19014         * scripts/test-installation.pl: Update copyright date in --version
19015         output.
19016
19017         * hurd/ctty-input.c: Fix copyright notice formatting.
19018         * hurd/ctty-output.c: Likewise.
19019         * hurd/dtable.c: Likewise.
19020         * hurd/hurd-raise.c: Likewise.
19021         * hurd/hurdprio.c: Likewise.
19022         * hurd/msgportdemux.c: Likewise.
19023         * misc/sys/file.h: Likewise.
19024         * misc/sys/ioctl.h: Likewise.
19025         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
19026         * sysdeps/mach/hurd/chdir.c: Likewise.
19027         * sysdeps/mach/hurd/fchdir.c: Likewise.
19028         * sysdeps/mach/hurd/rename.c: Likewise.
19029         * sysdeps/mach/hurd/rmdir.c: Likewise.
19030         * sysdeps/mach/hurd/seekdir.c: Likewise.
19031         * sysdeps/mach/hurd/setsid.c: Likewise.
19032         * sysdeps/posix/wait3.c: Likewise.
19033
19034         * All files with FSF copyright notices: Update copyright dates
19035         using scripts/update-copyrights.
19036         * intl/plural.c: Regenerated.
19037         * locale/programs/charmap-kw.h: Likewise.
19038         * locale/programs/locfile-kw.h: Likewise.
19039
19040 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
19041
19042         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
19043         four values.
19044
19045         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
19046         calculation loop and add branch prediction.
19047
19048         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
19049         check access beyond bounds of m1np.
19050
19051         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
19052         MPTWO.
19053         (__inv): Remove local variable MPTWO to use the global
19054         constant.
19055         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
19056         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
19057         variable MPTWO.
19058         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
19059         MP3HALFS static const.
19060
19061 2013-01-01  David S. Miller  <davem@davemloft.net>
19062
19063         * po/ca.po: Update from translation team.
19064
19065 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
19066
19067         * scripts/update-copyrights: New file.
19068         * Makeconfig: Reformat copyright notice.
19069         * ctype/ctype.h: Likewise.
19070         * debug/swprintf_chk.c: Likewise.
19071         * elf/dl-cache.c: Likewise.
19072         * elf/dl-debug.c: Likewise.
19073         * elf/dl-object.c: Likewise.
19074         * grp/initgroups.c: Likewise.
19075         * hurd/Makefile: Likewise.
19076         * hurd/hurd/signal.h: Likewise.
19077         * hurd/hurdfault.c: Likewise.
19078         * hurd/hurdioctl.c: Likewise.
19079         * hurd/hurdlookup.c: Likewise.
19080         * hurd/intr-msg.c: Likewise.
19081         * iconv/gconv_open.c: Likewise.
19082         * libio/swprintf.c: Likewise.
19083         * locale/lc-ctype.c: Likewise.
19084         * locale/nl_langinfo.c: Likewise.
19085         * mach/Machrules: Likewise.
19086         * mach/Makefile: Likewise.
19087         * malloc/obstack.h: Likewise.
19088         * manual/Makefile: Likewise.
19089         * manual/tsort.awk: Likewise.
19090         * misc/bits/stab.def: Likewise.
19091         * nis/nis_print_group_entry.c: Likewise.
19092         * nis/nis_table.c: Likewise.
19093         * nis/nss_compat/compat-pwd.c: Likewise.
19094         * nis/nss_compat/compat-spwd.c: Likewise.
19095         * po/Makefile: Likewise.
19096         * posix/fnmatch.c: Likewise.
19097         * posix/regex.h: Likewise.
19098         * resolv/Makefile: Likewise.
19099         * resolv/nss_dns/dns-network.c: Likewise.
19100         * resolv/res_hconf.c: Likewise.
19101         * scripts/gen-sorted.awk: Likewise.
19102         * soft-fp/soft-fp.h: Likewise.
19103         * stdio-common/printf.h: Likewise.
19104         * stdlib/monetary.h: Likewise.
19105         * stdlib/random.c: Likewise.
19106         * stdlib/random_r.c: Likewise.
19107         * sysdeps/generic/Makefile: Likewise.
19108         * sysdeps/gnu/Makefile: Likewise.
19109         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
19110         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19111         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
19112         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19113         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
19114         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19115         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
19116         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19117         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19118         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19119         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19120         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19121         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
19122         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
19123         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
19124         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
19125         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19126         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19127         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19128         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19129         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
19130         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
19131         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
19132         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
19133         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
19134         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
19135         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
19136         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
19137         * sysdeps/mach/hurd/errnos.awk: Likewise.
19138         * sysdeps/mach/hurd/fork.c: Likewise.
19139         * sysdeps/mach/hurd/getcwd.c: Likewise.
19140         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
19141         * sysdeps/mach/hurd/mmap.c: Likewise.
19142         * sysdeps/mach/hurd/utimes.c: Likewise.
19143         * sysdeps/mach/hurd/xmknod.c: Likewise.
19144         * sysdeps/posix/profil.c: Likewise.
19145         * sysdeps/posix/readdir_r.c: Likewise.
19146         * sysdeps/powerpc/bits/mathdef.h: Likewise.
19147         * sysdeps/powerpc/bits/setjmp.h: Likewise.
19148         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
19149         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
19150         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
19151         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
19152         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
19153         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
19154         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
19155         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
19156         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
19157         * sysdeps/pthread/lio_listio.c: Likewise.
19158         * sysdeps/sparc/dl-procinfo.h: Likewise.
19159         * sysdeps/unix/i386/sysdep.S: Likewise.
19160         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
19161         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
19162         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
19163         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
19164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
19165         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
19166         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
19167         * sysdeps/unix/sysv/linux/speed.c: Likewise.
19168         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
19169         * sysdeps/wordsize-32/divdi3.c: Likewise.
19170         * time/sys/time.h: Likewise.
19171         * wcsmbs/Makefile: Likewise.
19172
19173 2013-01-01  David S. Miller  <davem@davemloft.net>
19174
19175         * po/fr.po: Update from translation team.
19176
19177         * catgets/gencat.c: Update copyright year.
19178         * csu/version.c: Likewise.
19179         * debug/catchsegv.sh: Likewise.
19180         * debug/pcprofiledump.c: Likewise.
19181         * debug/xtrace.sh: Likewise.
19182         * elf/ldconfig.c: Likewise.
19183         * elf/ldd.bash.in: Likewise.
19184         * elf/pldd.c: Likewise.
19185         * elf/sotruss.ksh: Likewise.
19186         * elf/sprof.c: Likewise.
19187         * iconv/iconv_prog.c: Likewise.
19188         * iconv/iconvconfig.c: Likewise.
19189         * locale/programs/locale.c: Likewise.
19190         * locale/programs/localedef.c: Likewise.
19191         * login/programs/pt_chown.c: Likewise.
19192         * malloc/memusage.sh: Likewise.
19193         * malloc/memusagestat.c: Likewise.
19194         * malloc/mtrace.pl: Likewise.
19195         * nscd/nscd.c: Likewise.
19196         * nss/getent.c: Likewise.
19197         * nss/makedb.c: Likewise.
19198         * posix/getconf.c: Likewise.
19199
19200 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
19201
19202         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
19203         numbers.
19204
19205 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
19206
19207         * math/bits/mathcalls.h (modf): Use __nonnull.
19208
19209 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
19210
19211         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
19212         (split): Use macro CN instead of the bare value.
19213         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
19214         could be used.
19215         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
19216         instead of the bare value.
19217         (power1): Likewise.
19218
19219 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19220
19221         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
19222         __ATAN_TWOM.
19223         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
19224
19225         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
19226         their values.
19227         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
19228         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
19229         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
19230         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
19231
19232 2012-12-28  Andreas Jaeger  <aj@suse.de>
19233
19234         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
19235         values are from Linux 3.7.
19236
19237         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
19238         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
19239
19240 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19241
19242         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
19243         TRUE case.
19244
19245         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
19246         (norm): Likewise.
19247         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
19248         variables with preprocessor constants.
19249         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
19250         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
19251         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
19252
19253 2012-12-27  Bruno Haible  <bruno@clisp.org>
19254
19255         [BZ #14317]
19256         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
19257         only if needed.
19258
19259 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
19260
19261         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
19262         and use variable directly.
19263         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
19264
19265         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
19266         MPONE.
19267         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
19268         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
19269         variable MPONE.
19270         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
19271         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
19272         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
19273         include directive.  Remove local variable MPONE.
19274         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
19275         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
19276         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
19277
19278 2012-12-25  David S. Miller  <davem@davemloft.net>
19279
19280         * version.h (RELEASE): Set to "development".
19281         (VERSION): Set to "2.17.90".
19282         * NEWS: Add 2.18 section.
19283
19284 2012-12-21  David S. Miller  <davem@davemloft.net>
19285
19286         * po/hr.po: Update from translation team.
19287
19288 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19289
19290         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
19291
19292 2012-12-19  Steve Ellcey  <sellcey@mips.com>
19293
19294         * NEWS:  Mention new memcpy for MIPS.
19295
19296 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19297
19298         * manual/contrib.texi (Contributors): Spelling correction.
19299
19300 2012-12-15  David S. Miller  <davem@davemloft.net>
19301
19302         * po/ru.po: Update from translation team.
19303
19304 2012-12-13  David S. Miller  <davem@davemloft.net>
19305
19306         * NEWS: Mention IFUNC testsuite enhancements.
19307
19308         * po/pl.po: Update from translation team.
19309         * po/bg.po: Likewise.
19310
19311         * manual/contrib.texi (Contributors): Update entries for Hongjiu
19312         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
19313
19314 2012-12-11  David S. Miller  <davem@davemloft.net>
19315
19316         * po/sv.po: Update from translation team.
19317
19318         * po/vi.po: Update from translation team.
19319
19320         * po/cs.po: Update from translation team.
19321
19322         * po/de.po: Update from translation team.
19323         * po/eo.po: Likewise.
19324         * po/nl.po: Likewise.
19325
19326 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19327
19328         [BZ #14246]
19329         * manual/argp.texi (Argp Helper Functions): Move node to follow
19330         Argp Parsing State.
19331
19332         [BZ #14872]
19333         * manual/conf.texi (Limits on File System Capacity): Mention if
19334         terminating null is included in the max size.
19335
19336 2012-12-10  Andreas Jaeger  <aj@suse.de>
19337
19338         * po/cs.po: Update from translation team.
19339
19340 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
19341
19342         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
19343         void pointer and cast to uintptr_t.
19344         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
19345         path.
19346         * sysdeps/s390/s390-64/memcpy.S: Likewise.
19347         * sysdeps/s390/s390-64/memset.S: Likewise.
19348
19349 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
19350
19351         [BZ #14833]
19352         * menual/message.texi (Message Translation): Fix typos.
19353         (Helper programs for gettext): Likewise.
19354
19355 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
19356
19357         [BZ #14898]
19358         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
19359         Change to -1.
19360
19361 2012-12-07  David S. Miller  <davem@davemloft.net>
19362
19363         * po/libc.pot: Update.
19364
19365 2012-12-07  Richard Henderson  <rth@redhat.com>
19366
19367         [BZ #10114]
19368         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
19369         normal/normal case to before the switch.
19370         (_FP_DIV): Likewise.
19371
19372 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
19373             Mike Frysinger  <vapier@gentoo.org>
19374
19375         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
19376         check for __NR_fadvise64_64.
19377
19378 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
19379
19380         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
19381         0, not just to plain "0" as a statement.
19382         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
19383         with cw.
19384
19385 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
19386
19387         * NEWS: Use sourceware.org in Bugzilla URL.
19388
19389 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
19390
19391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
19392         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
19393
19394         * stdio-common/tst-put-error.c (do_test): Add newline to the
19395         padded test to ensure flush.
19396
19397 2012-12-05  Jeff Law  <law@redhat.com>
19398
19399         * sunrpc/etc.rpc (fedfs_admin): Add entry.
19400
19401 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
19402
19403         * README: Don't refer to ports add-on as distributed separately.
19404         Mention AArch64 in list of systems supported in the ports add-on.
19405
19406         * LICENSES: Add more non-FSF copyright and license notices.
19407
19408         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
19409         ((unused)).
19410
19411         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
19412
19413         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
19414         10000 as width of padded output.
19415
19416 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
19417
19418         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
19419
19420         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
19421         variable LX with __attribute__ ((unused)).
19422         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
19423         Likewise.
19424         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
19425         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19426         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
19427         with __attribute__ ((unused)).
19428
19429 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
19430
19431         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
19432
19433 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
19434
19435         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
19436         (CFLAGS-nldbl-acos.c): New variable.
19437         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
19438         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
19439         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
19440         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
19441         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
19442         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
19443         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
19444         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
19445         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
19446         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
19447         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
19448         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
19449         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
19450         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
19451         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
19452         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
19453         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
19454         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
19455         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
19456         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
19457         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
19458         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
19459         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
19460         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
19461         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
19462         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
19463         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
19464         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
19465         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
19466         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
19467         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
19468         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
19469         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
19470         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
19471         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
19472         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
19473         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
19474         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
19475         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
19476         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
19477         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
19478         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
19479         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
19480         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
19481         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
19482         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
19483         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
19484         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
19485         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
19486         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
19487         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
19488         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
19489         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
19490         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
19491         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
19492         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
19493         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
19494         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
19495         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
19496         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
19497         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
19498         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
19499         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
19500         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
19501         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
19502         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
19503         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
19504         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
19505         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
19506         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
19507         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
19508         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
19509         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
19510         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
19511         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
19512         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
19513         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
19514         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
19515         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
19516         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
19517         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
19518         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
19519         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
19520         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
19521         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
19522         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
19523         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
19524         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
19525         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
19526         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
19527         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
19528         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
19529         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
19530         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
19531         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
19532         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
19533         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
19534
19535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
19536         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
19537
19538         [BZ #14914]
19539         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
19540         whole low double instead of just low 47 bits when splitting values
19541         into two parts.
19542
19543 2012-12-03  Allan McRae  <allan@archlinux.org>
19544
19545         * manual/stdio.texi (Predefined Printf Handlers): Remove
19546         @hsep and @vsep usage.
19547
19548 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
19549
19550         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
19551         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
19552
19553 2012-12-03  Jeff Law  <law@redhat.com>
19554
19555         * time/sys/time.h (settimeofday): Do not mark TV argument
19556         as __nonnull.
19557
19558 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
19559
19560         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
19561         when currently writing and seek to current position when not.
19562         * libio/Makefile (tests): Remove bug-fclose1.
19563         * libio/bug-fclose1.c: Delete.
19564
19565 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
19566
19567         * manual/arith.texi (feenableexcept): Fix typo.
19568         (fedisableexcept): Likewise.
19569
19570 2012-11-30  Roland McGrath  <roland@hack.frob.com>
19571
19572         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
19573         second, differently-typed declaration, rather than a cast.
19574
19575 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19576
19577         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
19578         * include/rpc/svc.h: ... here.
19579
19580 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
19581
19582         [BZ #13013]
19583         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
19584         depending n and resplen2 to catch cases where answer
19585         equals answerp2.
19586
19587 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
19588
19589         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
19590         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
19591
19592 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
19593
19594         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
19595
19596 2012-11-29  Roland McGrath  <roland@hack.frob.com>
19597
19598         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
19599
19600 2012-11-28  Jeff Law  <law@redhat.com>
19601
19602         [BZ #13761]
19603         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
19604         dataset_temporary.  Track alloca usage into alloca_used.
19605         If dataset is large allocate and release it via malloc/free.
19606
19607 2012-06-04  Florian Weimer  <fweimer@redhat.com>
19608
19609         [BZ #14197]
19610         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
19611
19612 2012-11-28  David S. Miller  <davem@davemloft.net>
19613
19614         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19615
19616 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
19617
19618         [BZ #14803]
19619         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
19620         of pi/2 rounded to nearest to 64 bits.
19621         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
19622         nearest to 64 bits.
19623         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
19624         bits.
19625
19626 2012-11-28  Jeff Law <law@redhat.com>
19627             Martin Osvald <mosvald@redhat.com>
19628
19629         [BZ #14889]
19630         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
19631         * sunrpc/svc.c: Include time.h.
19632         (__svc_accept_failed): New function.
19633         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
19634         any reason other than EINTR, call __svc_accept_failed.
19635         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
19636         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
19637
19638 2012-11-28  Andreas Schwab  <schwab@suse.de>
19639
19640         * scripts/abilist.awk: Also handle indirect functions in .opd
19641         section.
19642
19643 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
19644
19645         [BZ #13881]
19646         * sysdeps/x86/fpu/powl_helper.c: New file.
19647         * sysdeps/x86/fpu/Makefile: Likewise.
19648         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
19649         (p3): New object.
19650         (__ieee754_powl): Use __powl_helper for finite arguments except
19651         integer exponents below 8.
19652         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
19653         (p3): New object.
19654         (__ieee754_powl): Use __powl_helper for finite arguments except
19655         integer exponents below 8.
19656         * math/libm-test.inc (pow_test): Add more tests and enable some
19657         previously disabled tests.
19658         * sysdeps/i386/fpu/libm-test-ulps: Update.
19659         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19660
19661 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19662             Carlos O'Donell  <carlos_odonell@mentor.com>
19663
19664         * nss/makedb.c (is_prime): Assert that input is odd and greater
19665         than 4.  Note that fact in a comment too.
19666         (next_prime): Add 4 to input.
19667
19668 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
19669
19670         [BZ #11741]
19671         * libio/Makefile (tests): Add test case tst-fwrite-error.
19672         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
19673         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
19674         * libio/tst-fwrite-error.c: New test case.
19675
19676 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
19677
19678         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
19679         before casting to void *.
19680         * include/libc-internal.h (__pointer_type): New macro.
19681         (__integer_if_pointer_type_sub): Likewise.
19682         (__integer_if_pointer_type): Likewise.
19683         (cast_to_integer): Likewise.
19684         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
19685         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
19686         before casting to atomic64_t.
19687         (atomic_exchange_acq): Likewise.
19688         (__arch_exchange_and_add_body): Likewise.
19689         (__arch_add_body): Likewise.
19690         (atomic_add_negative): Likewise.
19691         (atomic_add_zero): Likewise.
19692
19693 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
19694
19695         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
19696         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
19697         (add_fdes): Likewise.
19698         (linear_search_fdes): Likewise.
19699         (binary_search_unencoded_fdes): Likewise.
19700
19701 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
19702
19703         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
19704
19705 2012-11-24  Adam Conrad  <adconrad@0c3.net>
19706
19707         * configure.in: Autodetect C++ header directories.
19708         * configure: Regenerated.
19709
19710 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
19711
19712         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
19713
19714 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
19715
19716         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19717
19718 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
19719
19720         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
19721         LDBL_MANT_DIG == 106]: Disable some tests.
19722         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
19723         Likewise.
19724         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
19725         Likewise.
19726
19727         [BZ #14871]
19728         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
19729         input for small inputs.  Return +/- pi/2 for large inputs.
19730         * math/libm-test.inc (atan_test): Add more tests.
19731
19732         * sysdeps/generic/unwind-dw2-fde-glibc.c
19733         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
19734         __attribute__ ((unused)).
19735
19736         [BZ #14645]
19737         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
19738         x * y if x and y are nonzero and z is zero.
19739
19740         [BZ #14811]
19741         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
19742         nonzero exponents with absolute value below 0x1p-117 to +/-
19743         0x1p-117.
19744
19745         [BZ #14869]
19746         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
19747         up arguments below 2**-450, not just those below 2**-500.
19748         * math/libm-test.inc (hypot_test): Add another test.
19749
19750         [BZ #14868]
19751         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
19752         Return a+b for ratio over 2**120, not 2**60.
19753         * math/libm-test.inc (hypot_test): Add another test.
19754
19755         * math/libm-test.inc (clog_test): Use
19756         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
19757         (clog10_test): Likewise.
19758
19759         [BZ #6778]
19760         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
19761
19762 2012-11-22  Andreas Schwab  <schwab@suse.de>
19763
19764         * sysdeps/i386/fpu/libm-test-ulps: Update.
19765
19766 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
19767
19768         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
19769         printf output with newline.
19770
19771 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
19772
19773         [BZ #14865]
19774         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
19775         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
19776         -z nodlopen, -z initfirst and -z execstack support.
19777         * configure: Regenerated.
19778
19779         * elf/elf.h (DF_1_NODIRECT): New macro.
19780         (DF_1_IGNMULDEF): Likewise.
19781         (DF_1_NOKSYMS): Likewise.
19782         (DF_1_NOHDR): Likewise.
19783         (DF_1_EDITED): Likewise.
19784         (DF_1_NORELOC): Likewise.
19785         (DF_1_SYMINTPOSE): Likewise.
19786         (DF_1_GLOBAUDIT): Likewise.
19787         (DF_1_SINGLETON): Likewise.
19788         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
19789         DT_1_SUPPORTED_MASK bits.
19790         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
19791
19792 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
19793
19794         * sysdeps/unix/make-syscalls.sh: Document prefixes.
19795
19796 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
19797
19798         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
19799         macro.
19800
19801         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
19802         (sendmmsg): Move declarations...
19803         * socket/sys/socket.h: ... here.
19804         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
19805         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
19806         include it from...
19807         * socket/recvmmsg.c: ... this new file.
19808         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
19809         (sendmmsg): Rename to __sendmmsg, create weak alias and make
19810         definition of __sendmmsg hidden.
19811         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
19812         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
19813         Move ENOSYS stub into and include it from...
19814         * socket/sendmmsg.c: ... this new file.
19815         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
19816         (sysdep_routines): Move recvmmsg and sendmmsg...
19817         * socket/Makefile (routines): ... here.
19818         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
19819         (GLIBC_PRIVATE): Add __sendmmsg.
19820         * include/sys/socket.h (__sendmmsg): Add declarations.
19821         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
19822         sendmmsg.
19823
19824 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
19825
19826         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
19827         variable I1 with __attribute__ ((unused)).
19828         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
19829
19830 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
19831
19832         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
19833         DUMMY variables with __attribute__ ((unused)).
19834
19835         * bits/byteswap.h: Include <bits/types.h>.
19836         (__bswap_64): Use __uint64_t instead of unsigned long long int.
19837
19838 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
19839
19840         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
19841         string_t.  Do not manually set errno.
19842         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
19843         length with __strnlen.  Make sure to both set errno and return it on
19844         failure.
19845
19846 2012-11-19  David S. Miller  <davem@davemloft.net>
19847
19848         With help from Joseph Myers.
19849         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
19850         very large arguments properly.
19851         * math/libm-test.inc (atan_test): New tests.
19852         (atan2_test): New tests.
19853         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19854         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19855
19856 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
19857
19858         [BZ #14856]
19859         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
19860         Define to 3.
19861
19862         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
19863         [POSIX] (EADDRNOTAVAIL): Likewise.
19864         [POSIX] (EAFNOSUPPORT): Likewise.
19865         [POSIX] (EALREADY): Likewise.
19866         [POSIX] (ECONNABORTED): Likewise.
19867         [POSIX] (ECONNREFUSED): Likewise.
19868         [POSIX] (ECONNRESET): Likewise.
19869         [POSIX] (EDESTADDRREQ): Likewise.
19870         [POSIX] (EDQUOT): Likewise.
19871         [POSIX] (EHOSTUNREACH): Likewise.
19872         [POSIX] (EIDRM): Likewise.
19873         [POSIX] (EISCONN): Likewise.
19874         [POSIX] (ELOOP): Likewise.
19875         [POSIX] (EMULTIHOP): Likewise.
19876         [POSIX] (ENETDOWN): Likewise.
19877         [POSIX] (ENETUNREACH): Likewise.
19878         [POSIX] (ENOBUFS): Likewise.
19879         [POSIX] (ENODATA): Likewise.
19880         [POSIX] (ENOLINK): Likewise.
19881         [POSIX] (ENOMSG): Likewise.
19882         [POSIX] (ENOPROTOOPT): Likewise.
19883         [POSIX] (ENOSR): Likewise.
19884         [POSIX] (ENOSTR): Likewise.
19885         [POSIX] (ENOTCONN): Likewise.
19886         [POSIX] (ENOTSOCK): Likewise.
19887         [POSIX] (EOPNOTSUPP): Likewise.
19888         [POSIX] (EOVERFLOW): Likewise.
19889         [POSIX] (EPROTO): Likewise.
19890         [POSIX] (EPROTONOSUPPORT): Likewise.
19891         [POSIX] (EPROTOTYPE): Likewise.
19892         [POSIX] (ESTALE): Likewise.
19893         [POSIX] (ETIME): Likewise.
19894         [POSIX] (ETXTBSY): Likewise.
19895         [POSIX] (EWOULDBLOCK): Likewise.
19896         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
19897         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
19898         [POSIX] (SEEK_CUR): Likewise.
19899         [POSIX] (SEEK_END): Likewise.
19900         [POSIX || UNIX98] (mode_t): Do not require.
19901         [POSIX] (off_t): Likewise.
19902         [POSIX] (pid_t): Likewise.
19903         [POSIX] (sys/stat.h): Do not allow header.
19904         [POSIX] (unistd.h): Likewise.
19905         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
19906         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
19907         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
19908         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
19909         require.
19910         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
19911         sigevent): Specify elements.
19912         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
19913         entry.
19914         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
19915         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
19916
19917         * conform/data/cpio.h-data [POSIX]: Disable whole file.
19918         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
19919         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
19920         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
19921         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
19922         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
19923         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
19924         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
19925         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
19926         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
19927         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
19928         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
19929         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
19930         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
19931         Likewise.
19932         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
19933         Likewise.
19934         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
19935         Likewise.
19936         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
19937         Likewise.
19938         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
19939         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
19940         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
19941         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
19942         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
19943         Specify lower bound on value.
19944         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
19945         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
19946         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
19947         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
19948         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
19949         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
19950         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
19951         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
19952         value.
19953         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
19954         as optional.
19955         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
19956         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
19957         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
19958         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
19959         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
19960         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
19961         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
19962         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
19963         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
19964         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
19965         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
19966         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
19967         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
19968         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
19969         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
19970         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
19971         entry.
19972         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
19973         optional.
19974         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
19975         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
19976         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
19977         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
19978         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
19979         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
19980         Likewise.
19981         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
19982         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
19983         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
19984         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
19985         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
19986         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
19987         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
19988         as optional.
19989         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
19990         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
19991         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
19992         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
19993         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
19994         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
19995         specify as optional.
19996         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
19997         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
19998         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
19999         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
20000         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
20001         [XPG3] (NL_LANGMAX): Likewise.
20002         [POSIX || XPG3] (NL_MSGMAX): Likewise.
20003         [POSIX || XPG3] (NL_NMAX): Likewise.
20004         [POSIX || XPG3] (NL_SETMAX): Likewise.
20005         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
20006         [XPG3] (NZERO): Likewise.
20007         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
20008         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
20009         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
20010         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
20011         (REG_ERANGE): Expect.
20012         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
20013         optional-constant.
20014         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
20015         Use (void) in prototype.
20016         [POSIX] (*_t): Allow.
20017         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
20018         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
20019         (WRDE_BADVAL): Expect.
20020
20021         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
20022         expect.
20023         [XPG3 || XPG4] (O_RSYNC): Likewise.
20024         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
20025         Likewise.
20026         [XPG3 || XPG4] (pthread_sigmask): Likewise.
20027         [XPG3 || XPG4] (sigqueue): Likewise.
20028         [XPG3 || XPG4] (sigtimedwait): Likewise.
20029         [XPG3 || XPG4] (sigwaitinfo): Likewise.
20030         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
20031         [XPG3 || XPG4] (vsnprintf): Likewise.
20032         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
20033         Likewise.
20034         [XPG3 || XPG4] (blksize_t): Likewise.
20035         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
20036         Likewise.
20037         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
20038         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
20039         [XPG3 || XPG4] (struct itimerspec): Likewise.
20040         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
20041         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
20042         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
20043         [XPG3 || XPG4] (clockid_t): Likewise.
20044         [XPG3 || XPG4] (timer_t): Likewise.
20045         [XPG3 || XPG4] (clock_getres): Likewise.
20046         [XPG3 || XPG4] (clock_gettime): Likewise.
20047         [XPG3 || XPG4] (clock_settime): Likewise.
20048         [XPG3 || XPG4] (nanosleep): Likewise.
20049         [XPG3 || XPG4] (timer_create): Likewise.
20050         [XPG3 || XPG4] (timer_delete): Likewise.
20051         [XPG3 || XPG4] (timer_gettime): Likewise.
20052         [XPG3 || XPG4] (timer_getoverrun): Likewise.
20053         [XPG3 || XPG4] (timer_settime): Likewise.
20054         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
20055         [XPG3 || XPG4] (getlogin_r): Likewise.
20056         [XPG3 || XPG4] (pread): Likewise.
20057         [XPG3 || XPG4] (pthread_atfork): Likewise.
20058         [XPG3 || XPG4] (pwrite): Likewise.
20059
20060         [BZ #14835]
20061         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
20062         <bits/siginfo.h>.
20063
20064 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
20065
20066         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
20067         finalizing MALLSTREAM.
20068
20069         * sysdeps/mach/hurd/syncfs.c: New file.
20070
20071 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20072
20073         [BZ #14719]
20074         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
20075         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
20076         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
20077         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
20078         (_nss_dns_gethostbyname4_r): Likewise.
20079         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
20080         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
20081
20082 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
20083
20084         [BZ #13763]
20085         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
20086
20087 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
20088
20089         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
20090         * elf/cache.c (print_entry): Print ",AArch64" for
20091         FLAG_AARCH64_LIB64
20092
20093         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
20094         * elf/cache.c (print_entry): Print ",hard-float" for
20095         FLAG_ARM_LIBHF.
20096
20097 2012-11-18  David S. Miller  <davem@davemloft.net>
20098
20099         With help from Joseph Myers.
20100         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
20101         cutoff to 2**-13.
20102         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
20103         cutoff to 2**-25.
20104         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
20105         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
20106         small.
20107         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
20108         * math/libm-test.inc (y0_test): New tests.
20109         (y1_test): New tests.
20110         * sysdeps/i386/fpu/libm-test-ulps: Update.
20111         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20112         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20113
20114 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
20115
20116         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
20117         64-bit targets.
20118         * configure: Regenerated.
20119
20120 2012-11-17  David S. Miller  <davem@davemloft.net>
20121
20122         [BZ #14811]
20123         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
20124         nonzero exponents with absolute value below 0x1p-128 to +/-
20125         0x1p-128.
20126
20127 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
20128
20129         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
20130
20131         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
20132
20133         * posix/getconf-speclist.c: New file.
20134         * posix/posix-envs.def: Likewise.
20135         * posix/confstr.c (START_ENV_GROUP): New macro.
20136         (END_ENV_GROUP): Likewise.
20137         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
20138         (KNOWN_PRESENT_ENV_STRING): Likewise.
20139         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
20140         (UNKNOWN_ENVIRONMENT): Likewise.
20141         (confstr): Include posix-envs.def instead of handling
20142         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
20143         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
20144         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
20145         (END_ENV_GROUP): Likewise.
20146         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
20147         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
20148         (UNKNOWN_ENVIRONMENT): Likewise.
20149         (__sysconf): Include posix-envs.def instead of handling associated
20150         cases directly here.
20151         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
20152         preprocessing getconf-speclist.c rather than running getconf or
20153         generating empty file.
20154
20155 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
20156
20157         * scripts/check-local-headers.sh: Ignore 'mach' headers.
20158
20159 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
20160
20161         [BZ #14672]
20162         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
20163
20164 2012-11-16  David S. Miller  <davem@davemloft.net>
20165
20166         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
20167         smaller than LDBL_EPSILON/2.0L, just return xm1.
20168
20169 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
20170
20171         * elf/tst-array1.c (init): Set constructor priority to 1000.
20172         (fini): Set destructor priority to 1000.
20173         * elf/tst-array2dep.c: Likewise.
20174
20175 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20176
20177         [BZ #11741]
20178         * libio/fileops.c (_IO_new_file_write): Correctly return error.
20179         (_IO_new_file_xsputn): Also return EOF if none of the input
20180         data was written when overflow failed.
20181         * libio/iopadn.c (_IO_padn): Likewise.
20182         * libio/iowpadn.c (_IO_wpadn): Likewise.
20183         * stdio-common/tst-put-error.c: Add copyright notice.
20184         (do_test): Add case for printing padded string.
20185         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
20186         _IO_padn returned error.
20187         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
20188         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
20189         return EOF.
20190
20191 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20192
20193         * libio/libioP.h: Add comment note that the references to C++
20194         bits are now obsolete.
20195
20196 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
20197
20198         * math/libm-test.inc (check_complex): Use asprintf.
20199
20200 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
20201
20202         * debug/pcprofiledump.c (print_version): Update copyright year.
20203         * malloc/memusagestat.c (print_version): Likewise.
20204
20205 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
20206
20207         [BZ #14831]
20208         * elf/Makefile (tests): Add tst-audit8.
20209         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
20210         ($(objpfx)tst-audit8.out): New target.
20211         (tst-audit8-ENV): New variable.
20212         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
20213         audit if l_reloc_result is NULL.
20214         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
20215         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
20216         * elf/tst-audit8.c: New file.
20217
20218 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
20219
20220         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
20221         * misc/Makefile (CFLAGS-select.c): Define.
20222         * posix/Makefile (CFLAGS-pause.c): Define.
20223
20224 2012-11-13  David S. Miller  <davem@davemloft.net>
20225
20226         * crypt/Makefile: Move test targets after toplevel Rules
20227         inclusion.  Grab any necessary sysdep routines when linking.
20228         * crypt/md5.c (md5_process_block): Remove define, we will always
20229         name it __md5_process_block.
20230         (md5_finish_ctx): Update md5_process_block call.
20231         (md5_stream): Likewise.
20232         (md5_process_bytes): Likewise.
20233         (md5_process_block): Rename to __md5_process_block and move to ...
20234         * crypt/md5-block.c: ... here.
20235         * crypt/sha256.c (sha256_process_block): Move to ...
20236         * crypt/sha256-block.c: ... here.
20237         * crypt/sha512.c (sha512_process_block): Move to ...
20238         * crypt/sha512-block.c: ... here.
20239         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
20240         path.
20241         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
20242         * sysdeps/sparc/sparc64/multiarch/Makefile
20243         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
20244         crypt subdir.
20245         (localedef-aux): Add md5 crypto assembler when in locale subdir.
20246         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
20247         multiarch changes.
20248         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
20249         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
20250         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
20251         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
20252         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
20253         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
20254         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
20255         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
20256         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
20257         file.
20258         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
20259         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
20260         file.
20261         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
20262
20263 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
20264
20265         * timezone/tzselect.ksh: Update from tzcode git revision
20266         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
20267         * timezone/zdump.c: Likewise.
20268         * timezone/zic.c: Likewise.
20269         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
20270         in TZVERSION setting, not $(PKGVERSION).
20271         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
20272         REPORT_BUGS_TO settings.
20273
20274         [BZ #14838]
20275         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
20276         macro.
20277
20278 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
20279
20280         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
20281         detection to immediately after _FP_ROUND().
20282         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
20283         bits are 0.
20284
20285 2012-11-11  David S. Miller  <davem@davemloft.net>
20286
20287         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
20288         inttypes.h
20289         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
20290         __close rather than their public counterparts.
20291
20292 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
20293
20294         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
20295         file.
20296         [UNIX98] (sem_timedwait): Do not expect.
20297         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
20298         [XPG4 || UNIX98] (sockatmark): Do not expect.
20299         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
20300         (clock_getcpuclockid): Do not expect.
20301         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
20302         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
20303         Do not expect.
20304         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
20305         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
20306         [UNIX98] (vwscanf): Likewise.
20307         [UNIX98] (vswscanf): Likewise.
20308
20309 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
20310
20311         * timezone/version.h: Remove file.
20312         * timezone/README: Do not refer to version.h.
20313         * timezone/Makefile ($(objpfx)zic.o): New dependency on
20314         $(objpfx)version.h.
20315         ($(objpfx)zdump.o): Likewise.
20316         ($(objpfx)version.h): New target.
20317
20318         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
20319         2012i.
20320         * timezone/README: Don't mention modification to tzselect.ksh.
20321         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
20322         work on unmodified tzselect.ksh.  Substitute version numbers in
20323         tzselect.ksh.
20324
20325         * Makefile (format-me): Remove.
20326         (INSTALL): Adjust indentation.  Use commands directly instead of
20327         using $(format-me).
20328
20329         * aclocal.m4 (ACX_PKGVERSION): New macro.
20330         (ACX_BUGURL): Likewise.
20331         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
20332         (PKGVERSION): New AC_DEFINE_UNQUOTED.
20333         (REPORT_BUGS_TO): Likewise.
20334         * configure: Regenerated.
20335         * config.h.in (PKGVERSION): New macro.
20336         (REPORT_BUGS_TO): Likewise.
20337         * config.make.in (PKGVERSION): New variable.
20338         (PKGVERSION_TEXI): Likewise.
20339         (REPORT_BUGS_TO): Likewise.
20340         (REPORT_BUGS_TEXI): Likewise.
20341         * Makefile (format-me): Use -I$(common-objpfx)manual.
20342         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
20343         ($(common-objpfx)manual/%): New target.
20344         (manual/%): Remove target.
20345         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
20346         (print_version): Use PKGVERSION.
20347         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
20348         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
20349         and REPORT_BUGS_TO.
20350         ($(objpfx)xtrace): Likewise.
20351         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
20352         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
20353         (print_version): Use PKGVERSION.
20354         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
20355         (do_version): Use PKGVERSION.
20356         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
20357         REPORT_BUGS_TO.
20358         (common-ldd-rewrite): Likewise.
20359         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
20360         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
20361         (print_version): Use PKGVERSION.
20362         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
20363         * elf/pldd.c (argp_program_bug_address): Remove variable.
20364         (more_help): New function.
20365         (argp): Use more_help.
20366         (print_version): Use PKGVERSION.
20367         * elf/sln.c (main): Use PKGVERSION.
20368         (usage): Use REPORT_BUGS_TO.
20369         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
20370         (top level): Use PKGVERSION.
20371         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
20372         (print_version): Use PKGVERSION.
20373         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
20374         (print_version): Use PKGVERSION.
20375         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
20376         (print_version): Use PKGVERSION.
20377         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
20378         (print_version): Use PKGVERSION.
20379         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
20380         (print_version): Use PKGVERSION.
20381         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
20382         (print_version): Use PKGVERSION.
20383         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
20384         and BUGURL.
20385         ($(objpfx)memusage): Likewise.
20386         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
20387         (do_version): Use PKGVERSION.
20388         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
20389         (print_version): Use PKGVERSION.
20390         * malloc/mtrace.pl ($PACKAGE): Remove variable.
20391         ($PKGVERSION): New variable.
20392         ($REPORT_BUGS_TO): Likewise.
20393         (usage): Use $REPORT_BUGS_TO.
20394         (top level): Use $PKGVERSION.
20395         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
20396         ($(objpfx)pkgvers.texi): New rule.
20397         ($(objpfx)stamp-pkgvers): Likewise.
20398         * manual/install.texi: Include pkgvers.texi.
20399         (--with-pkgversion): Document new configure option.
20400         (--with-bugurl): Likewise.
20401         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
20402         than necessarily for this particular distribution.  Use
20403         REPORT_BUGS_TO for where to report bugs.
20404         * INSTALL: Regenerated.
20405         * manual/libc.texinfo: Include pkgvers.texi.
20406         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
20407         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
20408         (print_version): Use PKGVERSION.
20409         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
20410         (print_version): Use PKGVERSION.
20411         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
20412         (print_version): Use PKGVERSION.
20413         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
20414         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
20415         macro.
20416         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
20417         (print_version): Use PKGVERSION.
20418         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
20419         (print_version): Use PKGVERSION.
20420         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
20421         and PKGVERSION.
20422
20423         * timezone/checktab.awk: Update from tzcode 2012i.
20424         * timezone/ialloc.c: Likewise.
20425         * timezone/private.h: Likewise.
20426         * timezone/scheck.c: Likewise.
20427         * timezone/tzfile.h: Likewise.
20428         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
20429         (TZVERSION): Hardcode tzcode version number.
20430         * timezone/zdump.c: Update from tzcode 2012i.
20431         * timezone/zic.c: Likewise.
20432         * timezone/version.h: New file.
20433         * timezone/README: Describe version.h.  Update upstream location.
20434
20435         [BZ #14824]
20436         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
20437         (mktemp): Enable declaration.
20438         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
20439         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
20440         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
20441         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
20442         Likewise.
20443         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
20444         Likewise.
20445         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
20446         Likewise.
20447         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
20448         Likewise.
20449         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
20450         Likewise.
20451         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
20452         Likewise.
20453
20454         [BZ #14821]
20455         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
20456         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
20457         for copies of such integer values.
20458         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
20459         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
20460
20461 2012-11-09  Andreas Jaeger  <aj@suse.de>
20462
20463         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
20464         definitions and declarations that are provided by
20465         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
20466
20467 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20468
20469         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
20470         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
20471         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
20472         definition.
20473
20474 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
20475
20476         * elf/elf.h: Update comment before AArch64 relocations.
20477
20478 2012-11-07  David S. Miller  <davem@davemloft.net>
20479
20480         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
20481         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
20482         (__start_context): Declare.
20483         (__makecontext_ret): Delete.
20484         (__makecontext): Hook up __start_context instead of
20485         __makecontext_ret.
20486         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
20487         (sysdep_routines): Add __start_context when in stdlib.
20488
20489 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
20490
20491         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
20492         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
20493         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
20494         hardcoded "nm".
20495         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
20496         (READELF): New variable.  Use it instead of hardcoded "readelf".
20497
20498 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
20499
20500         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
20501         * sysdeps/x86/Makefile: Here.
20502         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
20503         * sysdeps/x86/tst-xmmymm.sh: This.
20504
20505 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
20506
20507         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
20508         expectations.
20509         [UNIX98] (pthread_barrier_t): Do not expect.
20510         [UNIX98] (pthread_barrierattr_t): Likewise.
20511         [UNIX98] (pthread_spinlock_t): Likewise.
20512         [UNIX98] (pthread_barrier_destroy): Likewise.
20513         [UNIX98] (pthread_barrier_init): Likewise.
20514         [UNIX98] (pthread_barrier_wait): Likewise.
20515         [UNIX98] (pthread_barrierattr_destroy): Likewise.
20516         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
20517         [UNIX98] (pthread_barrierattr_init): Likewise.
20518         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
20519         [UNIX98] (pthread_getcpuclockid): Likewise.
20520         [UNIX98] (pthread_mutex_timedlock): Likewise.
20521         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
20522         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
20523         [UNIX98] (pthread_sigmask): Likewise.
20524         [UNIX98] (pthread_spin_destroy): Likewise.
20525         [UNIX98] (pthread_spin_init): Likewise.
20526         [UNIX98] (pthread_spin_lock): Likewise.
20527         [UNIX98] (pthread_spin_trylock): Likewise.
20528         [UNIX98] (pthread_spin_unlock): Likewise.
20529         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
20530         Do not expect.
20531         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
20532         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
20533         [XPG3 || XPG4] (pthread_cond_t): Likewise.
20534         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
20535         [XPG3 || XPG4] (pthread_key_t): Likewise.
20536         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
20537         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
20538         [XPG3 || XPG4] (pthread_once_t): Likewise.
20539         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
20540         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
20541         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
20542         [XPG3 || XPG4] (pthread_t): Likewise.
20543
20544         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
20545         not expect.
20546         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
20547
20548         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
20549         Change function return type to int.
20550
20551         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
20552         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
20553         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
20554         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
20555         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
20556         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
20557         [!POSIX] (posix_madvise): Likewise.
20558         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
20559         && !UNIX98].
20560         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
20561         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
20562         (mode_t): Likewise.
20563         (posix_mem_offset): Likewise.
20564         (posix_typed_mem_get_info): Likewise.
20565         (posix_typed_mem_open): Likewise.
20566
20567         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
20568         Change condition to [XOPEN2K8].
20569
20570         * conform/conformtest.pl: Preprocess allow-header data with -x c
20571         instead of from stdin.
20572         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
20573         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
20574         [C99-based standards] (cerfc): Likewise.
20575         [C99-based standards] (cexp2): Likewise.
20576         [C99-based standards] (cexpm1): Likewise.
20577         [C99-based standards] (clog10): Likewise.
20578         [C99-based standards] (clog1p): Likewise.
20579         [C99-based standards] (clog2): Likewise.
20580         [C99-based standards] (clgamma): Likewise.
20581         [C99-based standards] (ctgamma): Likewise.
20582         [C99-based standards] (cerff): Likewise.
20583         [C99-based standards] (cerfcf): Likewise.
20584         [C99-based standards] (cexp2f): Likewise.
20585         [C99-based standards] (cexpm1f): Likewise.
20586         [C99-based standards] (clog10f): Likewise.
20587         [C99-based standards] (clog1pf): Likewise.
20588         [C99-based standards] (clog2f): Likewise.
20589         [C99-based standards] (clgammaf): Likewise.
20590         [C99-based standards] (ctgammaf): Likewise.
20591         [C99-based standards] (cerfl): Likewise.
20592         [C99-based standards] (cerfcl): Likewise.
20593         [C99-based standards] (cexp2l): Likewise.
20594         [C99-based standards] (cexpm1l): Likewise.
20595         [C99-based standards] (clog10l): Likewise.
20596         [C99-based standards] (clog1pl): Likewise.
20597         [C99-based standards] (clog2l): Likewise.
20598         [C99-based standards] (clgammal): Likewise.
20599         [C99-based standards] (ctgammal): Likewise.
20600         * conform/data/inttypes.h-data [C99-based standards]: Include
20601         stdint.h-data.  Remove all expectations for stdint.h contents.
20602         [C99-based standards] (PRI*): Do not allow.
20603         [C99-based standards] (SCN*): Likewise.
20604         [C99-based standards] (*_t): Likewise.
20605         [C99-based-standards] (PRId8): Expect macro.
20606         [C99-based-standards] (PRIi8): Likewise.
20607         [C99-based-standards] (PRIo8): Likewise.
20608         [C99-based-standards] (PRIu8): Likewise.
20609         [C99-based-standards] (PRIx8): Likewise.
20610         [C99-based-standards] (PRIX8): Likewise.
20611         [C99-based-standards] (SCNd8): Likewise.
20612         [C99-based-standards] (SCNi8): Likewise.
20613         [C99-based-standards] (SCNo8): Likewise.
20614         [C99-based-standards] (SCNu8): Likewise.
20615         [C99-based-standards] (SCNx8): Likewise.
20616         [C99-based-standards] (PRIdLEAST8): Likewise.
20617         [C99-based-standards] (PRIiLEAST8): Likewise.
20618         [C99-based-standards] (PRIoLEAST8): Likewise.
20619         [C99-based-standards] (PRIuLEAST8): Likewise.
20620         [C99-based-standards] (PRIxLEAST8): Likewise.
20621         [C99-based-standards] (PRIXLEAST8): Likewise.
20622         [C99-based-standards] (SCNdLEAST8): Likewise.
20623         [C99-based-standards] (SCNiLEAST8): Likewise.
20624         [C99-based-standards] (SCNoLEAST8): Likewise.
20625         [C99-based-standards] (SCNuLEAST8): Likewise.
20626         [C99-based-standards] (SCNxLEAST8): Likewise.
20627         [C99-based-standards] (PRIdFAST8): Likewise.
20628         [C99-based-standards] (PRIiFAST8): Likewise.
20629         [C99-based-standards] (PRIoFAST8): Likewise.
20630         [C99-based-standards] (PRIuFAST8): Likewise.
20631         [C99-based-standards] (PRIxFAST8): Likewise.
20632         [C99-based-standards] (PRIXFAST8): Likewise.
20633         [C99-based-standards] (SCNdFAST8): Likewise.
20634         [C99-based-standards] (SCNiFAST8): Likewise.
20635         [C99-based-standards] (SCNoFAST8): Likewise.
20636         [C99-based-standards] (SCNuFAST8): Likewise.
20637         [C99-based-standards] (SCNxFAST8): Likewise.
20638         [C99-based-standards] (PRId16): Likewise.
20639         [C99-based-standards] (PRIi16): Likewise.
20640         [C99-based-standards] (PRIo16): Likewise.
20641         [C99-based-standards] (PRIu16): Likewise.
20642         [C99-based-standards] (PRIx16): Likewise.
20643         [C99-based-standards] (PRIX16): Likewise.
20644         [C99-based-standards] (SCNd16): Likewise.
20645         [C99-based-standards] (SCNi16): Likewise.
20646         [C99-based-standards] (SCNo16): Likewise.
20647         [C99-based-standards] (SCNu16): Likewise.
20648         [C99-based-standards] (SCNx16): Likewise.
20649         [C99-based-standards] (PRIdLEAST16): Likewise.
20650         [C99-based-standards] (PRIiLEAST16): Likewise.
20651         [C99-based-standards] (PRIoLEAST16): Likewise.
20652         [C99-based-standards] (PRIuLEAST16): Likewise.
20653         [C99-based-standards] (PRIxLEAST16): Likewise.
20654         [C99-based-standards] (PRIXLEAST16): Likewise.
20655         [C99-based-standards] (SCNdLEAST16): Likewise.
20656         [C99-based-standards] (SCNiLEAST16): Likewise.
20657         [C99-based-standards] (SCNoLEAST16): Likewise.
20658         [C99-based-standards] (SCNuLEAST16): Likewise.
20659         [C99-based-standards] (SCNxLEAST16): Likewise.
20660         [C99-based-standards] (PRIdFAST16): Likewise.
20661         [C99-based-standards] (PRIiFAST16): Likewise.
20662         [C99-based-standards] (PRIoFAST16): Likewise.
20663         [C99-based-standards] (PRIuFAST16): Likewise.
20664         [C99-based-standards] (PRIxFAST16): Likewise.
20665         [C99-based-standards] (PRIXFAST16): Likewise.
20666         [C99-based-standards] (SCNdFAST16): Likewise.
20667         [C99-based-standards] (SCNiFAST16): Likewise.
20668         [C99-based-standards] (SCNoFAST16): Likewise.
20669         [C99-based-standards] (SCNuFAST16): Likewise.
20670         [C99-based-standards] (SCNxFAST16): Likewise.
20671         [C99-based-standards] (PRId32): Likewise.
20672         [C99-based-standards] (PRIi32): Likewise.
20673         [C99-based-standards] (PRIo32): Likewise.
20674         [C99-based-standards] (PRIu32): Likewise.
20675         [C99-based-standards] (PRIx32): Likewise.
20676         [C99-based-standards] (PRIX32): Likewise.
20677         [C99-based-standards] (SCNd32): Likewise.
20678         [C99-based-standards] (SCNi32): Likewise.
20679         [C99-based-standards] (SCNo32): Likewise.
20680         [C99-based-standards] (SCNu32): Likewise.
20681         [C99-based-standards] (SCNx32): Likewise.
20682         [C99-based-standards] (PRIdLEAST32): Likewise.
20683         [C99-based-standards] (PRIiLEAST32): Likewise.
20684         [C99-based-standards] (PRIoLEAST32): Likewise.
20685         [C99-based-standards] (PRIuLEAST32): Likewise.
20686         [C99-based-standards] (PRIxLEAST32): Likewise.
20687         [C99-based-standards] (PRIXLEAST32): Likewise.
20688         [C99-based-standards] (SCNdLEAST32): Likewise.
20689         [C99-based-standards] (SCNiLEAST32): Likewise.
20690         [C99-based-standards] (SCNoLEAST32): Likewise.
20691         [C99-based-standards] (SCNuLEAST32): Likewise.
20692         [C99-based-standards] (SCNxLEAST32): Likewise.
20693         [C99-based-standards] (PRIdFAST32): Likewise.
20694         [C99-based-standards] (PRIiFAST32): Likewise.
20695         [C99-based-standards] (PRIoFAST32): Likewise.
20696         [C99-based-standards] (PRIuFAST32): Likewise.
20697         [C99-based-standards] (PRIxFAST32): Likewise.
20698         [C99-based-standards] (PRIXFAST32): Likewise.
20699         [C99-based-standards] (SCNdFAST32): Likewise.
20700         [C99-based-standards] (SCNiFAST32): Likewise.
20701         [C99-based-standards] (SCNoFAST32): Likewise.
20702         [C99-based-standards] (SCNuFAST32): Likewise.
20703         [C99-based-standards] (SCNxFAST32): Likewise.
20704         [C99-based-standards] (PRId64): Likewise.
20705         [C99-based-standards] (PRIi64): Likewise.
20706         [C99-based-standards] (PRIo64): Likewise.
20707         [C99-based-standards] (PRIu64): Likewise.
20708         [C99-based-standards] (PRIx64): Likewise.
20709         [C99-based-standards] (PRIX64): Likewise.
20710         [C99-based-standards] (SCNd64): Likewise.
20711         [C99-based-standards] (SCNi64): Likewise.
20712         [C99-based-standards] (SCNo64): Likewise.
20713         [C99-based-standards] (SCNu64): Likewise.
20714         [C99-based-standards] (SCNx64): Likewise.
20715         [C99-based-standards] (PRIdLEAST64): Likewise.
20716         [C99-based-standards] (PRIiLEAST64): Likewise.
20717         [C99-based-standards] (PRIoLEAST64): Likewise.
20718         [C99-based-standards] (PRIuLEAST64): Likewise.
20719         [C99-based-standards] (PRIxLEAST64): Likewise.
20720         [C99-based-standards] (PRIXLEAST64): Likewise.
20721         [C99-based-standards] (SCNdLEAST64): Likewise.
20722         [C99-based-standards] (SCNiLEAST64): Likewise.
20723         [C99-based-standards] (SCNoLEAST64): Likewise.
20724         [C99-based-standards] (SCNuLEAST64): Likewise.
20725         [C99-based-standards] (SCNxLEAST64): Likewise.
20726         [C99-based-standards] (PRIdFAST64): Likewise.
20727         [C99-based-standards] (PRIiFAST64): Likewise.
20728         [C99-based-standards] (PRIoFAST64): Likewise.
20729         [C99-based-standards] (PRIuFAST64): Likewise.
20730         [C99-based-standards] (PRIxFAST64): Likewise.
20731         [C99-based-standards] (PRIXFAST64): Likewise.
20732         [C99-based-standards] (SCNdFAST64): Likewise.
20733         [C99-based-standards] (SCNiFAST64): Likewise.
20734         [C99-based-standards] (SCNoFAST64): Likewise.
20735         [C99-based-standards] (SCNuFAST64): Likewise.
20736         [C99-based-standards] (SCNxFAST64): Likewise.
20737         [C99-based-standards] (PRIdMAX): Likewise.
20738         [C99-based-standards] (PRIiMAX): Likewise.
20739         [C99-based-standards] (PRIoMAX): Likewise.
20740         [C99-based-standards] (PRIuMAX): Likewise.
20741         [C99-based-standards] (PRIxMAX): Likewise.
20742         [C99-based-standards] (PRIXMAX): Likewise.
20743         [C99-based-standards] (SCNdMAX): Likewise.
20744         [C99-based-standards] (SCNiMAX): Likewise.
20745         [C99-based-standards] (SCNoMAX): Likewise.
20746         [C99-based-standards] (SCNuMAX): Likewise.
20747         [C99-based-standards] (SCNxMAX): Likewise.
20748         [C99-based-standards] (PRIdPTR): Likewise.
20749         [C99-based-standards] (PRIiPTR): Likewise.
20750         [C99-based-standards] (PRIoPTR): Likewise.
20751         [C99-based-standards] (PRIuPTR): Likewise.
20752         [C99-based-standards] (PRIxPTR): Likewise.
20753         [C99-based-standards] (PRIXPTR): Likewise.
20754         [C99-based-standards] (SCNdPTR): Likewise.
20755         [C99-based-standards] (SCNiPTR): Likewise.
20756         [C99-based-standards] (SCNoPTR): Likewise.
20757         [C99-based-standards] (SCNuPTR): Likewise.
20758         [C99-based-standards] (SCNxPTR): Likewise.
20759         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
20760         allow.
20761         * conform/data/stdint.h-data: Update comments to clarify
20762         requirements.
20763         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
20764         type.
20765         [C99-based standards] (INT8_MAX): Likewise.
20766         [C99-based standards] (INT16_MIN): Likewise.
20767         [C99-based standards] (INT16_MAX): Likewise.
20768         [C99-based standards] (INT32_MIN): Likewise.
20769         [C99-based standards] (INT32_MAX): Likewise.
20770         [C99-based standards] (INT64_MIN): Likewise.
20771         [C99-based standards] (INT64_MAX): Likewise.
20772         [C99-based standards] (UINT8_MAX): Likewise.
20773         [C99-based standards] (UINT16_MAX): Likewise.
20774         [C99-based standards] (UINT32_MAX): Likewise.
20775         [C99-based standards] (UINT64_MAX): Likewise.
20776         [C99-based standards] (INT_LEAST8_MIN): Likewise.
20777         [C99-based standards] (INT_LEAST8_MAX): Likewise.
20778         [C99-based standards] (INT_LEAST16_MIN): Likewise.
20779         [C99-based standards] (INT_LEAST16_MAX): Likewise.
20780         [C99-based standards] (INT_LEAST32_MIN): Likewise.
20781         [C99-based standards] (INT_LEAST32_MAX): Likewise.
20782         [C99-based standards] (INT_LEAST64_MIN): Likewise.
20783         [C99-based standards] (INT_LEAST64_MAX): Likewise.
20784         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
20785         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
20786         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
20787         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
20788         [C99-based standards] (INT_FAST8_MIN): Likewise.
20789         [C99-based standards] (INT_FAST8_MAX): Likewise.
20790         [C99-based standards] (INT_FAST16_MIN): Likewise.
20791         [C99-based standards] (INT_FAST16_MAX): Likewise.
20792         [C99-based standards] (INT_FAST32_MIN): Likewise.
20793         [C99-based standards] (INT_FAST32_MAX): Likewise.
20794         [C99-based standards] (INT_FAST64_MIN): Likewise.
20795         [C99-based standards] (INT_FAST64_MAX): Likewise.
20796         [C99-based standards] (UINT_FAST8_MAX): Likewise.
20797         [C99-based standards] (UINT_FAST16_MAX): Likewise.
20798         [C99-based standards] (UINT_FAST32_MAX): Likewise.
20799         [C99-based standards] (UINT_FAST64_MAX): Likewise.
20800         [C99-based standards] (INTPTR_MIN): Likewise.
20801         [C99-based standards] (INTPTR_MAX): Likewise.
20802         [C99-based standards] (UINTPTR_MAX): Likewise.
20803         [C99-based standards] (INTMAX_MIN): Likewise.
20804         [C99-based standards] (INTMAX_MAX): Likewise.
20805         [C99-based standards] (UINTMAX_MAX): Likewise.
20806         [C99-based standards] (PTRDIFF_MIN): Likewise.
20807         [C99-based standards] (PTRDIFF_MAX): Likewise.
20808         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
20809         [C99-based standards] (SIZE_MAX): Likewise.
20810         [C99-based standards] (WCHAR_MAX): Likewise.
20811         [C99-based standards] (WINT_MAX): Likewise.
20812         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
20813         constraint on value.
20814         [C99-based standards] (WCHAR_MIN): Likewise.
20815         [C99-based standards] (WINT_MIN): Likewise.
20816         [C99-based standards] (*_t): Allow.
20817         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
20818         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
20819         Include math.h-data and complex.h-data.  Remove all expectations
20820         of math.h and complex.h contents.
20821         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
20822         at end of line.
20823         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
20824         (struct tm): Expect tag.
20825         [C99-based-standards] (wcstof): Expect function.
20826         [C99-based-standards] (wcstold): Likewise.
20827         [C99-based-standards] (wcstoll): Likewise.
20828         [C99-based-standards] (wcstoull): Likewise.
20829         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
20830         macro-int-constant.  Specify type.
20831         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
20832         constraint on value.
20833         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
20834         Specify type.
20835         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
20836         Specify value.
20837         [ISO C standards]: Do not allow headers.
20838         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
20839         wcs[abcdefghijklmnopqrstuvwxyz]*.
20840         [ISO C standards] (*_t): Do not allow.
20841         * conform/data/wctype.h-data [C99-based standards] (iswblank):
20842         Expect function.
20843         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
20844         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
20845         Specify type.
20846         [ISO C standards]: Do not allow headers.
20847         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
20848         is[abcdefghijklmnopqrstuvwxyz]*.
20849         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
20850         to[abcdefghijklmnopqrstuvwxyz]*.
20851         [ISO C standards] (*_t): Do not allow.
20852         * conform/data/stdalign.h-data: New file.
20853         * conform/data/stdbool.h-data: Likewise.
20854         * conform/data/stdnoreturn.h-data: Likewise.
20855
20856 2012-11-07  Roland McGrath  <roland@hack.frob.com>
20857
20858         [BZ #14815]
20859         * manual/filesys.texi (Directory Entries): Typo fix.
20860         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
20861
20862 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
20863
20864         * elf/elf.h (EM_AARCH64): New macro.
20865         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
20866         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
20867         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
20868         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
20869         (R_AARCH64_TLSDESC): Likewise.
20870         (NT_ARM_TLS): Likewise.
20871         (NT_ARM_HW_BREAK): Likewise.
20872         (NT_ARM_HW_WATCH): Likewise.
20873
20874 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
20875
20876         [BZ #14811]
20877         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
20878         (__ieee754_powl): Saturate nonzero exponents with absolute value
20879         below 0x1p-79 to +/- 0x1p-79.
20880         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
20881         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
20882         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
20883         nonzero exponents with absolute value below 0x1p-32 to +/-
20884         0x1p-32.
20885         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
20886         (__ieee754_powl): Saturate nonzero exponents with absolute value
20887         below 0x1p-79 to +/- 0x1p-79.
20888         * math/libm-test.inc (pow_test): Add more tests.
20889
20890 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20891
20892         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
20893         _dl_s390_cap_flags with kernel. Increase string length.
20894         (_dl_s390_platforms): Add z196 and zEC12.
20895
20896 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
20897
20898         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
20899         Change XOPEN21K to XOPEN2K.
20900
20901 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
20902
20903         * string/memmove.c: Use memcpy when possible.
20904
20905 2012-11-06  Andreas Jaeger  <aj@suse.de>
20906
20907         * po/eo.po: Update from translation team.
20908
20909 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
20910
20911         [BZ #14793]
20912         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
20913         exponent and small x and y exponents, scale x or y up.  Increase
20914         by 2 the exponent used in scaling up.
20915         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
20916         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
20917         * math/libm-test.inc (fma_test): Add more tests.
20918         (fma_test_towardzero): Likewise.
20919         (fma_test_downward): Likewise.
20920         (fma_test_upward): Likewise.
20921
20922 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
20923
20924         [BZ #14805]
20925         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
20926         fenv_t *.
20927
20928         [BZ #14801]
20929         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
20930         namespace for names of struct fields.
20931         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
20932         fenv_t fields.
20933         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
20934         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
20935
20936 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20937
20938         [BZ #3665]
20939         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
20940
20941 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
20942
20943         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
20944         PTR_DEMANGLE.
20945
20946         [BZ #5246]
20947         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
20948         PTR_DEMANGLE.
20949
20950 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
20951
20952         [BZ #14797]
20953         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
20954         definitely overflow as x * y not x * y + z.
20955         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
20956         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
20957         * math/libm-test.inc (fma_test): Add more tests.
20958         (fma_test_towardzero): Likewise.
20959         (fma_test_downward): Likewise.
20960         (fma_test_upward): Likewise.
20961
20962 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
20963
20964         [BZ #157]
20965
20966         * include/stub-tag.h: Remove file.
20967         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
20968         '#include' of it.
20969         * manual/maint.texi (Porting): Don't reference it.
20970         * Makerules ($(objpfx)stubs): Likewise.
20971         * dirent/closedir.c: Don't include <stub-tag.h>.
20972         * dirent/dirfd.c: Likewise.
20973         * dirent/fdopendir.c: Likewise.
20974         * dirent/getdents.c: Likewise.
20975         * dirent/getdents64.c: Likewise.
20976         * dirent/opendir.c: Likewise.
20977         * dirent/readdir.c: Likewise.
20978         * dirent/readdir64.c: Likewise.
20979         * dirent/readdir64_r.c: Likewise.
20980         * dirent/readdir_r.c: Likewise.
20981         * dirent/rewinddir.c: Likewise.
20982         * dirent/seekdir.c: Likewise.
20983         * dirent/telldir.c: Likewise.
20984         * gmon/profil.c: Likewise.
20985         * grp/setgroups.c: Likewise.
20986         * inet/if_index.c: Likewise.
20987         * io/access.c: Likewise.
20988         * io/chdir.c: Likewise.
20989         * io/chmod.c: Likewise.
20990         * io/chown.c: Likewise.
20991         * io/close.c: Likewise.
20992         * io/dup.c: Likewise.
20993         * io/dup2.c: Likewise.
20994         * io/dup3.c: Likewise.
20995         * io/euidaccess.c: Likewise.
20996         * io/faccessat.c: Likewise.
20997         * io/fchdir.c: Likewise.
20998         * io/fchmod.c: Likewise.
20999         * io/fchmodat.c: Likewise.
21000         * io/fchown.c: Likewise.
21001         * io/fchownat.c: Likewise.
21002         * io/fcntl.c: Likewise.
21003         * io/flock.c: Likewise.
21004         * io/fstatfs.c: Likewise.
21005         * io/fstatfs64.c: Likewise.
21006         * io/fstatvfs.c: Likewise.
21007         * io/fstatvfs64.c: Likewise.
21008         * io/futimens.c: Likewise.
21009         * io/fxstat.c: Likewise.
21010         * io/fxstat64.c: Likewise.
21011         * io/fxstatat.c: Likewise.
21012         * io/fxstatat64.c: Likewise.
21013         * io/getcwd.c: Likewise.
21014         * io/isatty.c: Likewise.
21015         * io/lchmod.c: Likewise.
21016         * io/lchown.c: Likewise.
21017         * io/link.c: Likewise.
21018         * io/linkat.c: Likewise.
21019         * io/lseek.c: Likewise.
21020         * io/lseek64.c: Likewise.
21021         * io/lxstat64.c: Likewise.
21022         * io/mkdir.c: Likewise.
21023         * io/mkdirat.c: Likewise.
21024         * io/mkfifo.c: Likewise.
21025         * io/mkfifoat.c: Likewise.
21026         * io/open.c: Likewise.
21027         * io/open64.c: Likewise.
21028         * io/openat.c: Likewise.
21029         * io/openat64.c: Likewise.
21030         * io/pipe.c: Likewise.
21031         * io/pipe2.c: Likewise.
21032         * io/poll.c: Likewise.
21033         * io/posix_fadvise.c: Likewise.
21034         * io/posix_fadvise64.c: Likewise.
21035         * io/posix_fallocate.c: Likewise.
21036         * io/posix_fallocate64.c: Likewise.
21037         * io/read.c: Likewise.
21038         * io/readlink.c: Likewise.
21039         * io/readlinkat.c: Likewise.
21040         * io/rmdir.c: Likewise.
21041         * io/sendfile.c: Likewise.
21042         * io/sendfile64.c: Likewise.
21043         * io/statfs.c: Likewise.
21044         * io/statfs64.c: Likewise.
21045         * io/statvfs.c: Likewise.
21046         * io/statvfs64.c: Likewise.
21047         * io/symlink.c: Likewise.
21048         * io/symlinkat.c: Likewise.
21049         * io/ttyname.c: Likewise.
21050         * io/ttyname_r.c: Likewise.
21051         * io/umask.c: Likewise.
21052         * io/unlink.c: Likewise.
21053         * io/unlinkat.c: Likewise.
21054         * io/utime.c: Likewise.
21055         * io/utimensat.c: Likewise.
21056         * io/write.c: Likewise.
21057         * io/xmknod.c: Likewise.
21058         * io/xmknodat.c: Likewise.
21059         * io/xstat.c: Likewise.
21060         * io/xstat64.c: Likewise.
21061         * login/getpt.c: Likewise.
21062         * login/grantpt.c: Likewise.
21063         * login/unlockpt.c: Likewise.
21064         * math/e_acoshl.c: Likewise.
21065         * math/e_acosl.c: Likewise.
21066         * math/e_asinl.c: Likewise.
21067         * math/e_atan2l.c: Likewise.
21068         * math/e_atanhl.c: Likewise.
21069         * math/e_coshl.c: Likewise.
21070         * math/e_expl.c: Likewise.
21071         * math/e_fmodl.c: Likewise.
21072         * math/e_gammal_r.c: Likewise.
21073         * math/e_hypotl.c: Likewise.
21074         * math/e_j0l.c: Likewise.
21075         * math/e_j1l.c: Likewise.
21076         * math/e_jnl.c: Likewise.
21077         * math/e_lgammal_r.c: Likewise.
21078         * math/e_log10l.c: Likewise.
21079         * math/e_log2l.c: Likewise.
21080         * math/e_logl.c: Likewise.
21081         * math/e_powl.c: Likewise.
21082         * math/e_rem_pio2l.c: Likewise.
21083         * math/e_sinhl.c: Likewise.
21084         * math/e_sqrtl.c: Likewise.
21085         * math/fclrexcpt.c: Likewise.
21086         * math/fedisblxcpt.c: Likewise.
21087         * math/feenablxcpt.c: Likewise.
21088         * math/fegetenv.c: Likewise.
21089         * math/fegetexcept.c: Likewise.
21090         * math/fegetround.c: Likewise.
21091         * math/feholdexcpt.c: Likewise.
21092         * math/fesetenv.c: Likewise.
21093         * math/fesetround.c: Likewise.
21094         * math/feupdateenv.c: Likewise.
21095         * math/fgetexcptflg.c: Likewise.
21096         * math/fraiseexcpt.c: Likewise.
21097         * math/fsetexcptflg.c: Likewise.
21098         * math/ftestexcept.c: Likewise.
21099         * math/k_cosl.c: Likewise.
21100         * math/k_rem_pio2l.c: Likewise.
21101         * math/k_sinl.c: Likewise.
21102         * math/k_tanl.c: Likewise.
21103         * math/s_asinhl.c: Likewise.
21104         * math/s_atanl.c: Likewise.
21105         * math/s_cbrtl.c: Likewise.
21106         * math/s_erfl.c: Likewise.
21107         * math/s_expm1l.c: Likewise.
21108         * math/s_log1pl.c: Likewise.
21109         * math/s_tanhl.c: Likewise.
21110         * misc/acct.c: Likewise.
21111         * misc/brk.c: Likewise.
21112         * misc/chflags.c: Likewise.
21113         * misc/chroot.c: Likewise.
21114         * misc/fchflags.c: Likewise.
21115         * misc/fgetxattr.c: Likewise.
21116         * misc/flistxattr.c: Likewise.
21117         * misc/fremovexattr.c: Likewise.
21118         * misc/fsetxattr.c: Likewise.
21119         * misc/fsync.c: Likewise.
21120         * misc/ftruncate.c: Likewise.
21121         * misc/futimes.c: Likewise.
21122         * misc/futimesat.c: Likewise.
21123         * misc/getdomain.c: Likewise.
21124         * misc/getdtsz.c: Likewise.
21125         * misc/gethostid.c: Likewise.
21126         * misc/gethostname.c: Likewise.
21127         * misc/getloadavg.c: Likewise.
21128         * misc/getpagesize.c: Likewise.
21129         * misc/getsysstats.c: Likewise.
21130         * misc/getxattr.c: Likewise.
21131         * misc/gtty.c: Likewise.
21132         * misc/ioctl.c: Likewise.
21133         * misc/lgetxattr.c: Likewise.
21134         * misc/listxattr.c: Likewise.
21135         * misc/llistxattr.c: Likewise.
21136         * misc/lremovexattr.c: Likewise.
21137         * misc/lsetxattr.c: Likewise.
21138         * misc/lutimes.c: Likewise.
21139         * misc/madvise.c: Likewise.
21140         * misc/mincore.c: Likewise.
21141         * misc/mlock.c: Likewise.
21142         * misc/mlockall.c: Likewise.
21143         * misc/mmap.c: Likewise.
21144         * misc/mprotect.c: Likewise.
21145         * misc/msync.c: Likewise.
21146         * misc/munlock.c: Likewise.
21147         * misc/munlockall.c: Likewise.
21148         * misc/munmap.c: Likewise.
21149         * misc/preadv.c: Likewise.
21150         * misc/preadv64.c: Likewise.
21151         * misc/ptrace.c: Likewise.
21152         * misc/pwritev.c: Likewise.
21153         * misc/pwritev64.c: Likewise.
21154         * misc/readv.c: Likewise.
21155         * misc/reboot.c: Likewise.
21156         * misc/remap_file_pages.c: Likewise.
21157         * misc/removexattr.c: Likewise.
21158         * misc/revoke.c: Likewise.
21159         * misc/select.c: Likewise.
21160         * misc/setdomain.c: Likewise.
21161         * misc/setegid.c: Likewise.
21162         * misc/seteuid.c: Likewise.
21163         * misc/sethostid.c: Likewise.
21164         * misc/sethostname.c: Likewise.
21165         * misc/setregid.c: Likewise.
21166         * misc/setreuid.c: Likewise.
21167         * misc/setxattr.c: Likewise.
21168         * misc/sstk.c: Likewise.
21169         * misc/stty.c: Likewise.
21170         * misc/swapoff.c: Likewise.
21171         * misc/swapon.c: Likewise.
21172         * misc/sync.c: Likewise.
21173         * misc/syncfs.c: Likewise.
21174         * misc/syscall.c: Likewise.
21175         * misc/truncate.c: Likewise.
21176         * misc/ualarm.c: Likewise.
21177         * misc/usleep.c: Likewise.
21178         * misc/ustat.c: Likewise.
21179         * misc/utimes.c: Likewise.
21180         * misc/vhangup.c: Likewise.
21181         * misc/writev.c: Likewise.
21182         * posix/_exit.c: Likewise.
21183         * posix/alarm.c: Likewise.
21184         * posix/execve.c: Likewise.
21185         * posix/fexecve.c: Likewise.
21186         * posix/fork.c: Likewise.
21187         * posix/fpathconf.c: Likewise.
21188         * posix/getaddrinfo.c: Likewise.
21189         * posix/getegid.c: Likewise.
21190         * posix/geteuid.c: Likewise.
21191         * posix/getgid.c: Likewise.
21192         * posix/getgroups.c: Likewise.
21193         * posix/getlogin.c: Likewise.
21194         * posix/getlogin_r.c: Likewise.
21195         * posix/getpgid.c: Likewise.
21196         * posix/getpid.c: Likewise.
21197         * posix/getppid.c: Likewise.
21198         * posix/getresgid.c: Likewise.
21199         * posix/getresuid.c: Likewise.
21200         * posix/getsid.c: Likewise.
21201         * posix/getuid.c: Likewise.
21202         * posix/glob64.c: Likewise.
21203         * posix/nanosleep.c: Likewise.
21204         * posix/pathconf.c: Likewise.
21205         * posix/pause.c: Likewise.
21206         * posix/posix_madvise.c: Likewise.
21207         * posix/pread.c: Likewise.
21208         * posix/pread64.c: Likewise.
21209         * posix/pwrite.c: Likewise.
21210         * posix/pwrite64.c: Likewise.
21211         * posix/sched_getaffinity.c: Likewise.
21212         * posix/sched_getp.c: Likewise.
21213         * posix/sched_gets.c: Likewise.
21214         * posix/sched_primax.c: Likewise.
21215         * posix/sched_primin.c: Likewise.
21216         * posix/sched_rr_gi.c: Likewise.
21217         * posix/sched_setaffinity.c: Likewise.
21218         * posix/sched_setp.c: Likewise.
21219         * posix/sched_sets.c: Likewise.
21220         * posix/sched_yield.c: Likewise.
21221         * posix/setgid.c: Likewise.
21222         * posix/setlogin.c: Likewise.
21223         * posix/setpgid.c: Likewise.
21224         * posix/setresgid.c: Likewise.
21225         * posix/setresuid.c: Likewise.
21226         * posix/setsid.c: Likewise.
21227         * posix/setuid.c: Likewise.
21228         * posix/sleep.c: Likewise.
21229         * posix/spawni.c: Likewise.
21230         * posix/sysconf.c: Likewise.
21231         * posix/times.c: Likewise.
21232         * posix/wait.c: Likewise.
21233         * posix/wait3.c: Likewise.
21234         * posix/wait4.c: Likewise.
21235         * posix/waitpid.c: Likewise.
21236         * resolv/gai_sigqueue.c: Likewise.
21237         * resource/getpriority.c: Likewise.
21238         * resource/getrlimit.c: Likewise.
21239         * resource/getrusage.c: Likewise.
21240         * resource/nice.c: Likewise.
21241         * resource/setpriority.c: Likewise.
21242         * resource/setrlimit.c: Likewise.
21243         * resource/ulimit.c: Likewise.
21244         * rt/aio_cancel.c: Likewise.
21245         * rt/aio_fsync.c: Likewise.
21246         * rt/aio_read.c: Likewise.
21247         * rt/aio_sigqueue.c: Likewise.
21248         * rt/aio_suspend.c: Likewise.
21249         * rt/aio_write.c: Likewise.
21250         * rt/clock_getres.c: Likewise.
21251         * rt/clock_gettime.c: Likewise.
21252         * rt/clock_nanosleep.c: Likewise.
21253         * rt/clock_settime.c: Likewise.
21254         * rt/lio_listio.c: Likewise.
21255         * rt/mq_close.c: Likewise.
21256         * rt/mq_getattr.c: Likewise.
21257         * rt/mq_notify.c: Likewise.
21258         * rt/mq_open.c: Likewise.
21259         * rt/mq_receive.c: Likewise.
21260         * rt/mq_send.c: Likewise.
21261         * rt/mq_setattr.c: Likewise.
21262         * rt/mq_timedreceive.c: Likewise.
21263         * rt/mq_timedsend.c: Likewise.
21264         * rt/mq_unlink.c: Likewise.
21265         * rt/shm_open.c: Likewise.
21266         * rt/shm_unlink.c: Likewise.
21267         * rt/timer_create.c: Likewise.
21268         * rt/timer_delete.c: Likewise.
21269         * rt/timer_getoverr.c: Likewise.
21270         * rt/timer_gettime.c: Likewise.
21271         * rt/timer_settime.c: Likewise.
21272         * setjmp/__longjmp.c: Likewise.
21273         * setjmp/setjmp.c: Likewise.
21274         * signal/kill.c: Likewise.
21275         * signal/killpg.c: Likewise.
21276         * signal/raise.c: Likewise.
21277         * signal/sigaction.c: Likewise.
21278         * signal/sigaltstack.c: Likewise.
21279         * signal/sigblock.c: Likewise.
21280         * signal/sigignore.c: Likewise.
21281         * signal/sigintr.c: Likewise.
21282         * signal/signal.c: Likewise.
21283         * signal/sigpause.c: Likewise.
21284         * signal/sigpending.c: Likewise.
21285         * signal/sigqueue.c: Likewise.
21286         * signal/sigreturn.c: Likewise.
21287         * signal/sigset.c: Likewise.
21288         * signal/sigsetmask.c: Likewise.
21289         * signal/sigstack.c: Likewise.
21290         * signal/sigsuspend.c: Likewise.
21291         * signal/sigtimedwait.c: Likewise.
21292         * signal/sigvec.c: Likewise.
21293         * signal/sigwait.c: Likewise.
21294         * signal/sigwaitinfo.c: Likewise.
21295         * signal/sysv_signal.c: Likewise.
21296         * socket/accept.c: Likewise.
21297         * socket/accept4.c: Likewise.
21298         * socket/bind.c: Likewise.
21299         * socket/connect.c: Likewise.
21300         * socket/getpeername.c: Likewise.
21301         * socket/getsockname.c: Likewise.
21302         * socket/getsockopt.c: Likewise.
21303         * socket/isfdtype.c: Likewise.
21304         * socket/listen.c: Likewise.
21305         * socket/recv.c: Likewise.
21306         * socket/recvfrom.c: Likewise.
21307         * socket/recvmsg.c: Likewise.
21308         * socket/send.c: Likewise.
21309         * socket/sendmsg.c: Likewise.
21310         * socket/sendto.c: Likewise.
21311         * socket/setsockopt.c: Likewise.
21312         * socket/shutdown.c: Likewise.
21313         * socket/sockatmark.c: Likewise.
21314         * socket/socket.c: Likewise.
21315         * socket/socketpair.c: Likewise.
21316         * stdio-common/ctermid.c: Likewise.
21317         * stdio-common/cuserid.c: Likewise.
21318         * stdio-common/remove.c: Likewise.
21319         * stdio-common/rename.c: Likewise.
21320         * stdio-common/renameat.c: Likewise.
21321         * stdio-common/tempname.c: Likewise.
21322         * stdlib/getcontext.c: Likewise.
21323         * stdlib/makecontext.c: Likewise.
21324         * stdlib/setcontext.c: Likewise.
21325         * stdlib/swapcontext.c: Likewise.
21326         * stdlib/system.c: Likewise.
21327         * streams/fattach.c: Likewise.
21328         * streams/fdetach.c: Likewise.
21329         * streams/getmsg.c: Likewise.
21330         * streams/getpmsg.c: Likewise.
21331         * streams/putmsg.c: Likewise.
21332         * streams/putpmsg.c: Likewise.
21333         * sysdeps/unix/bsd/getpt.c: Likewise.
21334         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
21335         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
21336         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
21337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
21338         Likewise.
21339         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
21340         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
21341         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
21342         * sysvipc/msgctl.c: Likewise.
21343         * sysvipc/msgget.c: Likewise.
21344         * sysvipc/msgrcv.c: Likewise.
21345         * sysvipc/msgsnd.c: Likewise.
21346         * sysvipc/semctl.c: Likewise.
21347         * sysvipc/semget.c: Likewise.
21348         * sysvipc/semop.c: Likewise.
21349         * sysvipc/semtimedop.c: Likewise.
21350         * sysvipc/shmat.c: Likewise.
21351         * sysvipc/shmctl.c: Likewise.
21352         * sysvipc/shmdt.c: Likewise.
21353         * sysvipc/shmget.c: Likewise.
21354         * termios/tcdrain.c: Likewise.
21355         * termios/tcflow.c: Likewise.
21356         * termios/tcflush.c: Likewise.
21357         * termios/tcgetattr.c: Likewise.
21358         * termios/tcgetpgrp.c: Likewise.
21359         * termios/tcsendbrk.c: Likewise.
21360         * termios/tcsetattr.c: Likewise.
21361         * termios/tcsetpgrp.c: Likewise.
21362         * time/adjtime.c: Likewise.
21363         * time/clock.c: Likewise.
21364         * time/getitimer.c: Likewise.
21365         * time/gettimeofday.c: Likewise.
21366         * time/setitimer.c: Likewise.
21367         * time/settimeofday.c: Likewise.
21368         * time/stime.c: Likewise.
21369         * time/time.c: Likewise.
21370
21371 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
21372
21373         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
21374         /usr/old/bin.
21375
21376         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
21377         instead of spaces.
21378         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
21379
21380 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
21381
21382         [BZ #14796]
21383         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
21384         FE_TONEAREST before applying Dekker multiplication and Knuth
21385         addition.  Clear inexact exceptions and check for exact zero
21386         results afterwards.
21387         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
21388         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
21389         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
21390         * math/libm-test.inc (fma_test): Add more tests.
21391         (fma_test_towardzero): Likewise.
21392         (fma_test_downward): Likewise.
21393         (fma_test_upward): Likewise.
21394         * sysdeps/generic/math_private.h (default_libc_fesetround): New
21395         function.
21396         (libc_fesetround): New macro.
21397         (libc_fesetroundf): Likewise.
21398         (libc_fesetroundl): Likewise.
21399         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
21400         function.
21401         (libc_fesetround_387): Likewise.
21402         (libc_fesetroundf): New macro.
21403         (libc_fesetround): Likewise.
21404         (libc_fesetroundl): Likewise.
21405         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
21406         function.
21407         (libc_fesetroundf): New macro.
21408         (libc_fesetround): Likewise.
21409         (libc_fesetroundl): Likewise.
21410         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
21411         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
21412         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
21413         libm_hidden_ver.
21414         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
21415         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
21416         libm_hidden_def.
21417         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
21418         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
21419         libm_hidden_ver.
21420         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
21421         libm_hidden_def.
21422
21423         [BZ #3439]
21424         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
21425         integer constant usable in #if and use that to give value to enum
21426         constant.
21427         (FE_DIVBYZERO): Likewise.
21428         (FE_UNDERFLOW): Likewise.
21429         (FE_OVERFLOW): Likewise.
21430         (FE_INVALID): Likewise.
21431         (FE_INVALID_SNAN): Likewise.
21432         (FE_INVALID_ISI): Likewise.
21433         (FE_INVALID_IDI): Likewise.
21434         (FE_INVALID_ZDZ): Likewise.
21435         (FE_INVALID_IMZ): Likewise.
21436         (FE_INVALID_COMPARE): Likewise.
21437         (FE_INVALID_SOFTWARE): Likewise.
21438         (FE_INVALID_SQRT): Likewise.
21439         (FE_INVALID_INTEGER_CONVERSION): Likewise.
21440         (FE_TONEAREST): Likewise.
21441         (FE_TOWARDZERO): Likewise.
21442         (FE_UPWARD): Likewise.
21443         (FE_DOWNWARD): Likewise.
21444         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
21445         (FE_DIVBYZERO): Likewise.
21446         (FE_OVERFLOW): Likewise.
21447         (FE_UNDERFLOW): Likewise.
21448         (FE_INEXACT): Likewise.
21449         (FE_TONEAREST): Likewise.
21450         (FE_DOWNWARD): Likewise.
21451         (FE_UPWARD): Likewise.
21452         (FE_TOWARDZERO): Likewise.
21453         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
21454         (FE_UNDERFLOW): Likewise.
21455         (FE_OVERFLOW): Likewise.
21456         (FE_DIVBYZERO): Likewise.
21457         (FE_INVALID): Likewise.
21458         (FE_TONEAREST): Likewise.
21459         (FE_TOWARDZERO): Likewise.
21460         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
21461         (FE_OVERFLOW): Likewise.
21462         (FE_UNDERFLOW): Likewise.
21463         (FE_DIVBYZERO): Likewise.
21464         (FE_INEXACT): Likewise.
21465         (FE_TONEAREST): Likewise.
21466         (FE_TOWARDZERO): Likewise.
21467         (FE_UPWARD): Likewise.
21468         (FE_DOWNWARD): Likewise.
21469         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
21470         (FE_DIVBYZERO): Likewise.
21471         (FE_OVERFLOW): Likewise.
21472         (FE_UNDERFLOW): Likewise.
21473         (FE_INEXACT): Likewise.
21474         (FE_TONEAREST): Likewise.
21475         (FE_DOWNWARD): Likewise.
21476         (FE_UPWARD): Likewise.
21477         (FE_TOWARDZERO): Likewise.
21478
21479 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
21480
21481         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
21482
21483 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
21484
21485         * scripts/cross-test-ssh.sh (command): Use newlines to separate
21486         commands.  Quote $PWD.
21487         (blacklist_exports): Don't use remove_newlines.  Replace "declare
21488         -x" by "export".
21489         (remove_newlines): Remove.
21490
21491 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
21492
21493         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
21494         * stdlib/stdlib.h (atof): Moved to ...
21495         * include/bits/stdlib-float.h: Here.  New file.
21496         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
21497         * stdlib/bits/stdlib-float.h: New file.
21498         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
21499         -mno-sse -mno-mmx.
21500         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
21501         <xmmintrin.h>.
21502
21503 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
21504
21505         * conform/conformtest.pl (@headers): Add fenv.h.
21506         * conform/data/fenv.h-data: New file.
21507         * include/fenv.h [_ISOMAC]: Disable all contents of file except
21508         include of <math/fenv.h>.
21509
21510         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
21511         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
21512         && !UNIX98].  Enables tests for XOPEN2K8.
21513         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
21514         POSIX2008]: Likewise.
21515
21516         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
21517         (struct rusage): Do not expect type or its members.
21518
21519         [BZ #3439]
21520         * math/math.h (FP_NAN): Define macro to integer constant usable in
21521         #if and use that to give value to enum constant.
21522         (FP_INFINITE): Likewise.
21523         (FP_ZERO): Likewise.
21524         (FP_SUBNORMAL): Likewise.
21525         (FP_NORMAL): Likewise.
21526
21527 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
21528
21529         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
21530         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
21531         arguments.
21532
21533 2012-11-02  Roland McGrath  <roland@hack.frob.com>
21534
21535         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
21536         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
21537         autoconf-time if not.
21538         * configure.in: Remove AC_PREREQ.
21539
21540 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
21541
21542         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
21543         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
21544         of the internal implementation.
21545
21546 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
21547
21548         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
21549         except include of <misc/sys/syslog.h>.
21550
21551 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
21552
21553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
21554         function returns with a NULL context exit with zero.
21555
21556 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
21557
21558         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
21559
21560 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
21561
21562         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
21563         (run_program_cmd): This.
21564         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
21565         (tst_langinfo): New variable.  Use it.
21566
21567 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
21568
21569         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
21570         floating point opcodes.
21571
21572 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
21573
21574         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
21575         variable.
21576
21577         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
21578
21579         * sysdeps/mach/hurd/powerpc: Remove directory.
21580         * sysdeps/mach/powerpc: Likewise.
21581
21582 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
21583
21584         * scripts/check-local-headers.sh: Ignore c++ headers.
21585
21586 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
21587
21588         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
21589         __libc_cleanup_region_start argument.
21590
21591 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
21592
21593         [BZ #14784]
21594         [BZ #14785]
21595         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
21596         x * y using scaling, not as x * y + z.
21597         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
21598         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
21599         * math/libm-test.inc (fma_test): Add more tests.
21600         (fma_test_towardzero): Likewise.
21601         (fma_test_downward): Likewise.
21602         (fma_test_upward): Likewise.
21603
21604 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
21605
21606         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
21607
21608 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
21609
21610         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
21611         New variable.
21612
21613 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
21614
21615         * rt/tst-shm.c (worker): Correct checking for mmap failure.
21616
21617 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
21618
21619         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
21620         Fix sort order.
21621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
21622         Likewise.
21623
21624 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
21625
21626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
21627         Fix the order of the list for glibc 2.17.
21628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
21629         Likewise.
21630
21631 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
21632
21633         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21634
21635 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
21636
21637         [BZ #14610]
21638         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
21639         for low part of x being zero before using __atanl (y).
21640         * math/libm-test.inc (atan2_test): Add another test.
21641
21642         * manual/install.texi (Configuring and compiling): Document
21643         general use of test-wrapper and test-wrapper-env.
21644         * INSTALL: Regenerated.
21645
21646         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
21647         (__fma): Do not extract and scale down low bits on after-rounding
21648         systems when result rounded to normal precision would have normal
21649         exponent.
21650         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
21651         (__fmal): Do not extract and scale down low bits on after-rounding
21652         systems when result rounded to normal precision would have normal
21653         exponent.
21654         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
21655         (__fmal): Do not extract and scale down low bits on after-rounding
21656         systems when result rounded to normal precision would have normal
21657         exponent.
21658         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
21659         macro.
21660         (fma_test): Add more tests.
21661         (fma_test_towardzero): Likewise.
21662         (fma_test_downward): Likewise.
21663         (fma_test_upward): Likewise.
21664
21665 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
21666
21667         * sysdeps/i386/tininess.h: Renamed to ...
21668         * sysdeps/x86/tininess.h: This.
21669         * sysdeps/x86_64/tininess.h: Removed.
21670
21671 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
21672
21673         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
21674         input.  Use $(build-program-cmd).
21675         ($(objpfx)tst-array1-static.out): Likewise.
21676         ($(objpfx)tst-array2.out): Likewise.
21677         ($(objpfx)tst-array3.out): Likewise.
21678         ($(objpfx)tst-array4.out): Likewise.
21679         ($(objpfx)tst-array5.out): Likewise.
21680         ($(objpfx)tst-array5-static.out): Likewise.
21681
21682 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
21683
21684         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
21685         if defined.
21686
21687         * nss/nsswitch.h (nss_interface_function): Provide new
21688         macro for use with NSS functions.
21689         * grp/initgroups.c: Use new macro.
21690         * nss/getXXbyYY.c: Likewise.
21691         * nss/getXXbyYY_r.c: Likewise.
21692         * nss/getXXent.c: Likewise.
21693         * nss/getXXent_r.c: Likewise.
21694         * sysdeps/posix/getaddrinfo.c: Likewise.
21695
21696 2012-10-30  Andreas Jaeger  <aj@suse.de>
21697
21698         * po/ru.po: Update Russion translation from translation project.
21699
21700 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
21701
21702         [BZ #14152]
21703         [BZ #14783]
21704         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
21705         result and shift together with sticky bit instead of replicating
21706         round-to-nearest rounding.
21707         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
21708         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
21709         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
21710         missing underflow exceptions.
21711         (fma_test_towardzero): Add more tests.
21712         (fma_test_downward): Likewise.
21713         (fma_test_upward): Likewise.
21714
21715         [BZ #14047]
21716         * sysdeps/generic/tininess.h: New file.
21717         * sysdeps/i386/tininess.h: Likewise.
21718         * sysdeps/sh/tininess.h: Likewise.
21719         * sysdeps/x86_64/tininess.h: Likewise.
21720         * stdlib/tst-strtod-underflow.c: Likewise.
21721         * stdlib/tst-tininess.c: Likewise.
21722         * stdlib/strtod_l.c: Include <tininess.h>.
21723         (round_and_return): Do not set errno for exact underflow cases.
21724         Force an underflow exception when setting errno for underflow.
21725         Determine underflow based on rounding to normal precision if
21726         TININESS_AFTER_ROUNDING.
21727         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
21728         ERANGE for exact underflow cases.
21729         * stdlib/Makefile (tests): Add tst-tininess and
21730         tst-strtod-underflow.
21731         ($(objpfx)tst-tininess): Use $(link-libm).
21732         ($(objpfx)tst-strtod-underflow): Likewise.
21733
21734 2012-10-30  Andreas Jaeger  <aj@suse.de>
21735
21736         [BZ#14767]
21737         * elf/Makefile (tests): Remove conditional for have-initfini-array
21738         since this is now always required and the variable does not exist
21739         anymore.
21740         (tests-static): Likewise.
21741         (modules-names): Likewise.
21742
21743         * po/eo.po: Add Esperanto translation from translation project.
21744
21745         * elf/tst-array1.c (fini_array): Make writeable so that it can be
21746         merged with constructor/destructor.
21747         (init_array): Likewise.
21748         * elf/tst-array2dep.c (fini_array): Likewise.
21749         (init_array): Likewise.
21750
21751 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
21752
21753         * manual/message.texi: Delete @cartouche tags.
21754
21755 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
21756
21757         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
21758         EOPNOTSUPP.
21759         * sysdeps/mach/hurd/fsync.c: Likewise.
21760
21761         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
21762         [_POSIX_REALTIME_SIGNALS]: Change condition to
21763         [_POSIX_REALTIME_SIGNALS > 0].
21764
21765 2012-10-27  Andreas Jaeger  <aj@suse.de>
21766
21767         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
21768         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
21769         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
21770         [__WORDSIZE != 64]: Likewise.
21771
21772 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
21773
21774         *  iconvdata/tst-table.sh: Remove ${SHELL}.
21775         *  iconvdata/tst-tables.sh: Likewise.
21776
21777 2012-10-25  David S. Miller  <davem@davemloft.net>
21778
21779         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
21780         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
21781         of strtoull.
21782
21783         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
21784         ifunc-impl-list.c
21785         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
21786         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
21787         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
21788         file.
21789
21790 2012-10-25  Roland McGrath  <roland@hack.frob.com>
21791
21792         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
21793         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
21794         __getdirentries.
21795
21796 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
21797             Jim Blandy  <jimb@codesourcery.com>
21798
21799         * scripts/cross-test-ssh.sh: New file.
21800         * manual/install.texi (Configuring and compiling): Document use of
21801         cross-test-ssh.sh.
21802         * INSTALL: Regenerated.
21803
21804 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
21805
21806         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
21807         EOPNOTSUPP.
21808
21809 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
21810
21811         * Makeconfig (run-program-prefix): Fix comment.
21812
21813 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
21814             Jim Blandy  <jimb@codesourcery.com>
21815
21816         * Makeconfig (test-wrapper): New variable,
21817         (test-wrapper-env): Likewise.
21818         [$(cross-compiling) = yes && $(test-wrapper) != ""]
21819         (run-built-tests): Define to yes.
21820         (run-program-prefix): Use $(test-wrapper).
21821         (built-program-cmd): Likewise.
21822         * Rules (make-test-out): Use $(test-wrapper-env) and
21823         $(host-built-program-cmd).
21824         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
21825         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
21826         tst-pathopt.sh.
21827         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
21828         $(test-wrapper-env) to tst-rtld-load-self.sh.
21829         ($(objpfx)order2.out): Use $(test-wrapper).
21830         ($(objpfx)tst-initorder.out): Likewise.
21831         ($(objpfx)tst-initorder2.out): Likewise.
21832         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
21833         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
21834         (test_wrapper_env): New variable.  Use it to run ld.so.
21835         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
21836         Use it to run ld.so.
21837         (test_wrapper_env): Likewise.
21838         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
21839         $(test-wrapper) to run-iconv-test.sh.
21840         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
21841         (ICONV): Use $test_wrapper.
21842         * posix/Makefile ($(objpfx)globtest.out): Pass
21843         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
21844         globtest.sh, not $(run-program-prefix).
21845         * posix/globtest.sh (run_via_rtld_prefix): New variable.
21846         (test_wrapper): Likewise.
21847         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
21848         set together with run_via_rtld_prefix.
21849         (run_program_prefix): Define in terms of test_wrapper and
21850         run_via_rtld_prefix.
21851
21852 2012-10-24  Roland McGrath  <roland@hack.frob.com>
21853
21854         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
21855         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
21856         Targets removed.
21857
21858         [BZ #14743]
21859         * include/time.h: Remove librt_hidden_proto (clock_gettime).
21860         Declare __clock_getres, __clock_gettime, __clock_settime,
21861         __clock_nanosleep, and __clock_getcpuclockid.
21862         * rt/clock_gettime.c: Define __clock_gettime as an alias.
21863         Remove librt_hidden_def (clock_gettime).
21864         * sysdeps/unix/clock_gettime.c: Likewise.
21865         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
21866         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
21867         * rt/clock_getres.c: Define __clock_getres as an alias.
21868         * sysdeps/posix/clock_getres.c: Likewise.
21869         * rt/clock_settime.c: Define __clock_settime as an alias.
21870         * sysdeps/unix/clock_settime.c: Likewise.
21871         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
21872         * sysdeps/unix/clock_nanosleep.c: Likewise.
21873         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
21874         * rt/clock-compat.c: New file.
21875         * rt/Makefile (librt-routines): Add clock-compat and move
21876         $(clock-routines) to ...
21877         (routines): ... here, new variable.
21878         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
21879         Don't add get_clockfreq here.
21880         * rt/Versions (libc: GLIBC_2.17): New version set.
21881         Add clock_* symbols here.
21882         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
21883         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
21884         (GLIBC_2.17): Add clock_* symbols.
21885         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
21886         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
21887         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
21888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
21889         Likewise.
21890         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
21891         Likewise.
21892         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
21893         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
21894         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
21895         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
21896         * NEWS: Mention the move.
21897
21898         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
21899         Use __open, __read, __close rather than their public counterparts.
21900         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
21901         (__get_clockfreq_via_cpuinfo): Likewise.
21902         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
21903         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
21904
21905         * config.h.in (HAVE_IFUNC): New #undef.
21906         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
21907         was successful.
21908         * configure: Regenerated.
21909
21910 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
21911
21912         * configure.in: Move READELF check to start of file.
21913         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
21914         libc_cv_asm_gnu_indirect_function in the process.
21915         * configure: Regenerated.
21916
21917 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
21918
21919         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
21920         send the output to /dev/null.
21921         (libc_cv_cc_with_libunwind): Likewise.
21922         (libc_cv_as_noexecstack): Likewise.
21923         * configure: Regenerate.
21924
21925 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
21926
21927         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
21928
21929         * posix/globtest.sh (TMPDIR): Do not set.
21930         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
21931         (testout): Likewise.
21932
21933 2012-10-24  Andreas Jaeger  <aj@suse.de>
21934
21935         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
21936         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
21937         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
21938         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
21939         posix_fadvise64, posix_fallocate64.
21940
21941         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
21942         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
21943         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
21944         Likewise.
21945         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
21946         Likewise.
21947         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
21948
21949         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
21950         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
21951         <bits/fcntl-linux.h>.
21952         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
21953
21954         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
21955         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
21956         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
21957         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
21958         [__WORDSIZE != 64]: Likewise.
21959
21960 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
21961
21962         * Makeconfig (run-built-tests): New variable.
21963         * Rules [$(cross-compiling) = yes]: Change condition to
21964         [$(run-built-tests) = no].
21965         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
21966         to [$(run-built-tests) = yes].
21967         * elf/Makefile [$(cross-compiling) = no]: Likewise
21968         * grp/Makefile [$(cross-compiling) = no]: Likewise.
21969         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
21970         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
21971         * intl/Makefile [$(cross-compiling) = no]: Likewise.
21972         * io/Makefile [$(cross-compiling) = no]: Likewise.
21973         * libio/Makefile [$(cross-compiling) = no]: Likewise.
21974         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
21975         * misc/Makefile [$(cross-compiling) = no]: Likewise.
21976         * posix/Makefile [$(cross-compiling) = no]: Likewise.
21977         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
21978         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
21979         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
21980         * string/Makefile [$(cross-compiling) = no]: Likewise.
21981
21982         * posix/Makefile ($(objpfx)globtest.out): Pass
21983         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
21984         $(rtld-installed-name).
21985         * posix/globtest.sh (elf_objpfx): Remove variable.
21986         (rtld_installed_name): Likewise.
21987         (library_path): Likewise.
21988         (run_program_prefix): New variable.  Use for running globtest
21989         binary.
21990
21991 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
21992             Joseph Myers  <joseph@codesourcery.com>
21993
21994         * Makeconfig (host-built-program-cmd): New variable.
21995         * elf/Makefile (tst-stackguard1-ARGS): Use
21996         $(host-built-program-cmd).
21997         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
21998         (tst-spawn-ARGS): Likewise.
21999         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
22000
22001 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
22002             Jim Blandy  <jimb@codesourcery.com>
22003
22004         * Makeconfig (run-via-rtld-prefix): New variable.
22005         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
22006         (built-program-cmd): Likewise.
22007
22008 2012-10-22  Andreas Jaeger  <aj@suse.de>
22009
22010         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
22011         __O_RSYNC if it exists, otherwise to O_SYNC.
22012
22013 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
22014             Joseph Myers  <joseph@codesourcery.com>
22015
22016         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
22017         /dev/null.
22018         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
22019         from /dev/null
22020         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
22021         /dev/null.
22022
22023 2012-10-22  Andreas Jaeger  <aj@suse.de>
22024
22025         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
22026         Define always.
22027         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
22028
22029         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
22030         bits/fcntl-linux.h.
22031
22032         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
22033         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
22034
22035         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
22036         to __O_LARGEFILE.
22037         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
22038         to __O_LARGEFILE.
22039
22040 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
22041             Joseph Myers  <joseph@codesourcery.com>
22042
22043         * config.make.in (NM): New variable.
22044
22045 2012-10-21  Andreas Jaeger  <aj@suse.de>
22046
22047         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
22048         definitions and declarations that are provided by
22049         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
22050
22051 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
22052
22053         [BZ #14683]
22054         * elf/Makefile (tests-static): Add tst-leaks1-static.
22055         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
22056         ($(objpfx)tst-leaks1-static): New rule.
22057         ($(objpfx)tst-leaks1-static-mem): Likewise.
22058         (tst-leaks1-static-ENV): New macro.
22059         * elf/dl-open.c (dl_open_worker): Check the main application
22060         only if SHARED is defined.
22061         * elf/tst-leaks1-static.c: New file.
22062
22063 2012-10-20  Andreas Jaeger  <aj@suse.de>
22064
22065         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
22066         generic values for Linux.
22067         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
22068         and declarations that are provided by <bits/fcntl-linux.h> and
22069         include <bits/fcntl-linux.h>.
22070         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
22071         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
22072
22073 2012-10-20  Roland McGrath  <roland@hack.frob.com>
22074
22075         * io/fcntl.h: Move include of <bits/types.h> to the top and
22076         include it unconditionally.
22077
22078 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
22079
22080         * wcsmbs/Makefile (tests-ifunc): New variable.
22081         (tests): Add $(tests-ifunc).
22082         * wcsmbs/test-wcschr-ifunc.c: New file.
22083         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
22084         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
22085         * wcsmbs/test-wcslen-ifunc.c: Likewise.
22086         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
22087         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
22088
22089         * string/Makefile (tests-ifunc): New variable.
22090         (tests): Add $(tests-ifunc).
22091         * string/test-memccpy.c (TEST_NAME): New macro.
22092         * string/test-memchr.c (TEST_NAME): Likewise.
22093         * string/test-memcmp.c (TEST_NAME): Likewise.
22094         * string/test-memcpy.c (TEST_NAME): Likewise.
22095         * string/test-memmem.c (TEST_NAME): Likewise.
22096         * string/test-memmove.c (TEST_NAME): Likewise.
22097         * string/test-memset.c (TEST_NAME): Likewise.
22098         * string/test-rawmemchr.c (TEST_NAME): Likewise.
22099         * string/test-stpcpy.c (TEST_NAME): Likewise.
22100         * string/test-stpncpy.c (TEST_NAME): Likewise.
22101         * string/test-strcasecmp.c (TEST_NAME): Likewise.
22102         * string/test-strcasestr.c (TEST_NAME): Likewise.
22103         * string/test-strcat.c (TEST_NAME): Likewise.
22104         * string/test-strchr.c (TEST_NAME): Likewise.
22105         * string/test-strcmp.c(TEST_NAME): Likewise.
22106         * string/test-strcpy.c (TEST_NAME): Likewise.
22107         * string/test-strcspn.c (TEST_NAME): Likewise.
22108         * string/test-strlen.c (TEST_NAME): Likewise.
22109         * string/test-strncasecmp.c (TEST_NAME): Likewise.
22110         * string/test-strncmp.c (TEST_NAME): Likewise.
22111         * string/test-strncpy.c (TEST_NAME): Likewise.
22112         * string/test-strnlen.c (TEST_NAME): Likewise.
22113         * string/test-strpbrk.c (TEST_NAME): Likewise.
22114         * string/test-strrchr.c (TEST_NAME): Likewise.
22115         * string/test-strspn.c (TEST_NAME): Likewise.
22116         * string/test-strstr.c (TEST_NAME): Likewise.
22117         * string/test-bcopy-ifunc.c: New file.
22118         * string/test-bzero-ifunc.c: Likewise.
22119         * string/test-memccpy-ifunc.c: Likewise.
22120         * string/test-memchr-ifunc.c: Likewise.
22121         * string/test-memcmp-ifunc.c: Likewise.
22122         * string/test-memcpy-ifunc.c: Likewise.
22123         * string/test-memmem-ifunc.c: Likewise.
22124         * string/test-memmove-ifunc.c: Likewise.
22125         * string/test-mempcpy-ifunc.c: Likewise.
22126         * string/test-memset-ifunc.c: Likewise.
22127         * string/test-rawmemchr-ifunc.c: Likewise.
22128         * string/test-stpcpy-ifunc.c: Likewise.
22129         * string/test-stpncpy-ifunc.c: Likewise.
22130         * string/test-strcasecmp-ifunc.c: Likewise.
22131         * string/test-strcasestr-ifunc.c: Likewise.
22132         * string/test-strcat-ifunc.c: Likewise.
22133         * string/test-strchr-ifunc.c: Likewise.
22134         * string/test-strchrnul-ifunc.c: Likewise.
22135         * string/test-strcmp-ifunc.c: Likewise.
22136         * string/test-strcpy-ifunc.c: Likewise.
22137         * string/test-strcspn-ifunc.c: Likewise.
22138         * string/test-strlen-ifunc.c: Likewise.
22139         * string/test-strncasecmp-ifunc.c: Likewise.
22140         * string/test-strncat-ifunc.c: Likewise.
22141         * string/test-strncmp-ifunc.c: Likewise.
22142         * string/test-strncpy-ifunc.c: Likewise.
22143         * string/test-strnlen-ifunc.c: Likewise.
22144         * string/test-strpbrk-ifunc.c: Likewise.
22145         * string/test-strrchr-ifunc.c: Likewise.
22146         * string/test-strspn-ifunc.c: Likewise.
22147         * string/test-strstr-ifunc.c: Likewise.
22148
22149         * debug/Makefile (tests-ifunc): New variable.
22150         (tests): Add $(tests-ifunc).
22151         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
22152         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
22153         * debug/test-stpcpy_chk-ifunc.c: New file.
22154         * debug/test-strcpy_chk-ifunc.c: Likewise.
22155
22156 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22157
22158         [BZ #13601]
22159         * elf/dl-load.c (open_verify): Retry read if the entire ELF
22160         header is not read in.
22161
22162 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
22163
22164         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
22165         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
22166         directly.  Pass built executable to script as
22167         $(built-program-cmd).
22168         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
22169         $testprogram without using LD_LIBRARY_PATH and $ldso.
22170
22171         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
22172         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
22173         $(rtld-installed-name).
22174         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
22175         (rtld_installed_name): Likewise.
22176         (library_path): Likewise.
22177         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
22178         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
22179         $(run-program-prefix) to tst-tables.sh.
22180         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
22181         it to run tst-table-from and tst-table-to.
22182         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
22183         Pass it to tst-table.sh.
22184         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
22185         $(run-program-prefix) to tst-gettext.sh.
22186         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
22187         tst-translit.sh.
22188         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
22189         tst-gettext2.sh.
22190         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
22191         to run tst-gettext.
22192         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
22193         to run tst-gettext2.
22194         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
22195         to run tst-translit.
22196         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
22197         $(run-program-prefix) to tst-mtrace.sh.
22198         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
22199         to run tst-mtrace.
22200         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
22201         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
22202         $(rtld-installed-name).
22203         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
22204         (rtld_installed_name): Likewise.
22205         (run_program_prefix): New variable.  Use it to run wordexp-test.
22206
22207         * Makeconfig (ARCH): Remove all definitions.
22208         (machine): Likewise.
22209         [ARCH]: Remove conditional code.
22210         [!objdir]: Give error.
22211         [!objdir] (objpfx): Remove.
22212         [!objdir] (common-objpfx): Likewise.
22213         [!objdir] (common-objdir): Likewise.
22214         * configure.in (config_makefile): Remove.  Hardcode Makefile in
22215         AC_CONFIG_FILES call.
22216         * configure: Regenerated.
22217
22218         [BZ #13888]
22219         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
22220         or TMPDIR.
22221         (testout): Likewise.
22222
22223         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
22224         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
22225         $(rtld-installed-name).
22226         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
22227         (rtld_installed_name): Likwise.
22228         (runit): Remove function.
22229         (run_getconf): New variable,  Use it for running getconf binary.
22230
22231 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
22232
22233         [BZ #14716]
22234         * string/test-memmem.c (check_result): New function.
22235         (do_one_test): Use it.
22236         (check1): New function.
22237         (test_main): Use it.
22238
22239 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
22240
22241         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
22242
22243 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
22244
22245         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
22246         (_G_LSEEK64): Likewise.
22247         (_G_MMAP64): Likewise.
22248         (_G_FSTAT64): Likewise.
22249         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
22250         (_G_LSEEK64): Likewise.
22251         (_G_MMAP64): Likewise.
22252         (_G_FSTAT64): Likewise.
22253         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
22254         unconditional.  Call __mmap64 directly.
22255         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
22256         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
22257         __lseek64 directly.
22258         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
22259         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
22260         __mmap64 directly.
22261         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
22262         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
22263         __lseek64 directly.
22264         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
22265         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
22266         __lseek64 directly.
22267         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
22268         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
22269         __lseek64 directly.
22270         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
22271         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
22272         __fxstat64 directly.
22273         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
22274         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
22275         unconditional.
22276         (freopen64) [!_G_OPEN64]: Remove conditional code.
22277         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
22278         unconditional.
22279         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
22280         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
22281         unconditional.
22282         (ftello64) [!_G_LSEEK64]: Remove conditional code.
22283         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
22284         unconditional.
22285         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
22286         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
22287         unconditional.
22288         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
22289         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
22290         unconditional.
22291         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
22292         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
22293         unconditional.
22294         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
22295         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
22296         unconditional.
22297         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
22298
22299 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
22300
22301         [BZ #12140]
22302         * manual/memory.texi (Malloc Tunable Parameters): Add note
22303         about free list pointers overwriting some perturb bytes.
22304         Wording suggested by Roland McGrath.
22305
22306 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
22307
22308         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
22309         (lgamma_test): Likewise.
22310         (tgamma_test): Likewise.
22311
22312 2012-10-16  Florian Weimer  <fweimer@redhat.com>
22313
22314         [BZ #14700]
22315         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
22316         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
22317
22318 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
22319
22320         * NEWS: Mention BZ #14716.
22321         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
22322         when removing AVAILABLE1_USES_J macro.
22323
22324 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
22325
22326         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
22327         (__bswap_64): __uint64_t for unsigned 64-bit int.
22328
22329 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
22330
22331         * include/string.h (memmem): Declare libc hidden alias.
22332         * string/memmem.c (memmem): Define libc hidden alias.
22333         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
22334         __read, __close instead of open, read, close.
22335
22336 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
22337
22338         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
22339         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
22340         global and hidden.
22341         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
22342         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
22343         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
22344         Likewise.
22345         (__rawmemchr_sse2): Likewise.
22346         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
22347         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
22348         (__strchr_sse2): Likewise.
22349         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
22350         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
22351         (__strcasecmp_sse2): Likewise.
22352         (__strncasecmp_sse2): Likewise.
22353         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
22354         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
22355         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
22356         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
22357         (__strrchr_sse2): Likewise.
22358         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
22359         ifunc-impl-list.c.
22360         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
22361         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
22362         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
22363         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
22364         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
22365         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
22366         * sysdeps/x86_64/multiarch/memset.S: Likewise.
22367         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
22368         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
22369         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
22370         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
22371         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
22372         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
22373         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
22374         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
22375         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22376         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
22377         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
22378         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
22379         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
22380         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
22381         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
22382         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
22383         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
22384         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
22385         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22386         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
22387         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
22388         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
22389         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
22390
22391         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
22392         global and hidden.
22393         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
22394         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
22395         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
22396         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
22397         Likewise.
22398         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
22399         Likewise.
22400         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
22401         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
22402         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
22403         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
22404         ifunc-impl-list.c.
22405         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
22406         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
22407         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
22408         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
22409         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
22410         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
22411         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
22412         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
22413         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
22414         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
22415         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
22416         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
22417         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
22418         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
22419         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
22420         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22421         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
22422         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
22423         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
22424         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
22425         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
22426         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
22427         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
22428         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
22429         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22430         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
22431         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
22432         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
22433         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
22434         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
22435         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
22436         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
22437         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
22438         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
22439         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
22440         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
22441         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
22442         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
22443         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
22444         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
22445         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
22446
22447         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
22448         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
22449         * include/ifunc-impl-list.h: New file.
22450         * misc/ifunc-impl-list.c: Likewise.
22451         * misc/Makefile (routines): Add ifunc-impl-list.
22452         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
22453         * string/test-string.h: Include <ifunc-impl-list.h>.
22454         [TEST_IFUNC && TEST_NAME] (func_list, func_count, impl_count,
22455         impl_array): New variables.
22456         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
22457         are defined.
22458         (test_init): Call __libc_ifunc_impl_list to initialize
22459         func_list if TEST_IFUNC and TEST_NAME are defined.
22460
22461         * string/Makefile (strop-tests): Add bcopy and bzero.
22462         * string/test-bcopy.c: New file.
22463         * string/test-bzero.c: Likewise.
22464         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
22465         defined.
22466         * string/test-memset.c: Support bzero test if TEST_BZERO is
22467         defined.
22468         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
22469         __libc_memmove.
22470         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
22471         __libc_memset.
22472         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
22473         of memset.
22474
22475 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
22476
22477         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
22478         * configure: Regenerated.
22479
22480         * Makeconfig (+link-static-before-libc): Don't include
22481         $(link-static-libc).
22482
22483         * libio/libio.h (_IO_pos_t): Remove.
22484
22485 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
22486
22487         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
22488         McGrath.
22489
22490 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
22491
22492         * crypt/crypt-entry.c: Include fips-private.h.
22493         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
22494         * crypt/md5c-test.c (main): Tolerate disabled MD5.
22495         * sysdeps/unix/sysv/linux/fips-private.h: New file.
22496         * sysdeps/generic/fips-private.h: New file, dummy fallback.
22497
22498 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
22499
22500         * crypt/crypt-private.h: Include stdbool.h.
22501         (_ufc_setup_salt_r): Return bool.
22502         * crypt/crypt-entry.c: Include errno.h.
22503         (__crypt_r): Return NULL with EINVAL for bad salt.
22504         * crypt/crypt_util.c (bad_for_salt): New.
22505         (_ufc_setup_salt_r): Check that salt is long enough and within
22506         the specified alphabet.
22507         * crypt/badsalttest.c: New file.
22508         * crypt/Makefile (tests): Add it.
22509         ($(objpfx)badsalttest): New.
22510
22511 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
22512
22513         * NEWS: Add entry for BZ #14602.
22514
22515 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
22516
22517         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
22518         type-generic.
22519         * math/libm-test.inc: Update comment listing what functions and
22520         macros are tested.
22521         (isgreater_test): New function.
22522         (isgreaterequal_test): Likewise.
22523         (isless_test): Likewise.
22524         (islessequal_test): Likewise.
22525         (islessgreater_test): Likewise.
22526         (isunordered_test): Likewise.
22527         (main): Call the new functions.
22528
22529 2012-10-09  Roland McGrath  <roland@hack.frob.com>
22530
22531         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
22532         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
22533         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
22534         * sysdeps/i386/configure: Regenerated.
22535         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
22536         * sysdeps/mach/configure: Regenerated.
22537         * sysdeps/mach/hurd/configure: Regenerated.
22538         * sysdeps/powerpc/configure: Regenerated.
22539         * sysdeps/powerpc/powerpc32/configure: Regenerated.
22540         * sysdeps/powerpc/powerpc64/configure: Regenerated.
22541         * sysdeps/s390/s390-32/configure: Regenerated.
22542         * sysdeps/s390/s390-64/configure: Regenerated.
22543         * sysdeps/sh/configure: Regenerated.
22544         * sysdeps/sparc/configure: Regenerated.
22545         * sysdeps/unix/sysv/linux/configure: Regenerated.
22546         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
22547         * sysdeps/x86_64/configure: Regenerated.
22548
22549         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
22550         defined.  Don't check if MAP is NULL.
22551
22552 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
22553
22554         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
22555         (_G_stat64): Likewise.
22556         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
22557         (_G_stat64): Likewise.
22558         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
22559         instead of struct _G_stat64.
22560         * libio/fileops.c (mmap_remap_check): Likewise.
22561         (decide_maybe_mmap): Likewise.
22562         (_IO_new_file_seekoff): Likewise.
22563         (_IO_file_stat): Likewise.
22564         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
22565         _G_off64_t.
22566         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
22567         instead of struct _G_stat64.
22568         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
22569
22570 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
22571
22572         [BZ #14602]
22573         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
22574         Replace with ...
22575         (CHECK_EOL): New macro.
22576         (two_way_short_needle): Check beginning of haystack for EOL.  Use
22577         CHECK_EOL.
22578         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
22579         Replace with CHECK_EOL.
22580         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
22581         Replace with CHECK_EOL.
22582
22583 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
22584
22585         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
22586         type-generic.
22587         * math/libm-test.inc: Update comment listing what functions and
22588         macros are tested.
22589         (finite_test): New function.
22590         (isinf_test): Likewise.
22591         (isnan_test): Likewise.
22592         (fpclassify_test): Test subnormal input.
22593         (isfinite_test): Likewise.
22594         (isnormal_test): Likewise.
22595         (main): Call the new functions.
22596
22597 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
22598
22599         [BZ #14660]
22600         * Makerules (%.dynsym): Force C locale when running
22601         $(OBJDUMP) --dynamic-syms.
22602
22603 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
22604
22605         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
22606         <stdint.h>.
22607
22608 2012-10-06  David S. Miller  <davem@davemloft.net>
22609
22610         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
22611         upper 32-bits of the length value in %o2 since we use branch-on-register
22612         tests which consider the entire 64-bit register.
22613
22614 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
22615
22616         * string/test-strstr.c (check2): Add a test for page boundary.
22617
22618 2012-10-05  David S. Miller  <davem@davemloft.net>
22619
22620         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
22621         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
22622         file.
22623         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
22624         sysdep_routines.
22625         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
22626         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
22627         and bzero when HWCAP_SPARC_CRYPTO is present.
22628
22629 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
22630
22631         [BZ #14602]
22632         * string/test-strstr.c (check2): New function.
22633         (test_main): Call check2.
22634
22635         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
22636         and bug-strchr1.
22637         * string/bug-strcasestr1.c (do_test): Moved to ...
22638         * string/test-strcasestr.c (check1): Here.  New function.
22639         (do_one_test): Break out result checking code into ...
22640         (check_result): This.  New function.
22641         (do_one_test): Call check_result.
22642         (test_main): Call check1.
22643         * string/bug-strchr1.c (do_test): Moved to ...
22644         * string/test-strchr.c (check1): Here.  New function.
22645         (do_one_test): Break out result checking code into ...
22646         (check_result): This.  New function.
22647         (do_one_test): Call check_result.
22648         (test_main): Call check1.
22649         * string/bug-strstr1.c (main): Moved to ...
22650         * string/test-strstr.c (check1): Here.  New function.
22651         (do_one_test): Break out result checking code into ...
22652         (check_result): This.  New function.
22653         (do_one_test): Call check_result.
22654         (test_main): Call check1.
22655         * string/bug-strcasestr1.c: Removed.
22656         * string/bug-strchr1.c: Likewise.
22657         * string/bug-strstr1.c: Likewise.
22658
22659         * elf/Makefile (dl-routines): Add hwcaps.
22660         * elf/dl-support.c (_dl_important_hwcaps): Removed.
22661         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
22662         (_dl_important_hwcaps): Moved to ...
22663         * elf/dl-hwcaps.c: Here.  New file.
22664         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
22665
22666         [BZ #14557]
22667         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
22668         if IS_IN_rtld isn't defined.
22669
22670         * elf/dl-support.c (_dl_sysinfo_map): New.
22671         Include "get-dynamic-info.h" and "setup-vdso.h".
22672         (_dl_non_dynamic_init): Call setup_vdso.
22673         * elf/dynamic-link.h: Don't include <assert.h>.
22674         (elf_get_dynamic_info): Moved to ...
22675         * elf/get-dynamic-info.h: Here.  New file.
22676         * elf/dynamic-link.h: Include "get-dynamic-info.h".
22677         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
22678         * elf/setup-vdso.h: Here.  New file.
22679         * elf/rtld.c: Include "setup-vdso.h".
22680         (dl_main): Call setup_vdso.
22681
22682 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
22683
22684         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
22685         creal in comment listing functions tested.  List finite, isinf,
22686         isnan, isless, islessequal, isgreater, isgreaterequal,
22687         islessgreater, isunordered, lgamma_r and pow10 as functions and
22688         macros not tested.  Mention which functions not tested are aliases
22689         for other functions.  Fix typo.  Note that signs of NaNs are not
22690         tested.
22691
22692         * scripts/config.guess: Update from config.git.
22693         * scripts/config.sub: Likewise.
22694
22695 2012-10-04  Roland McGrath  <roland@hack.frob.com>
22696
22697         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
22698         * misc/madvise.c (madvise): Renamed to __madvise.
22699         Make madvise a weak alias.
22700         * include/sys/mman.h: Declare __madvise.
22701         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
22702         * sysdeps/unix/syscalls.list
22703         (madvise): Make __madvise the strong name, and madvise a weak alias.
22704         * sysdeps/unix/sysv/linux/syscalls.list
22705         (madvise, mmap): Remove redundant entries.
22706         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
22707         * malloc/malloc.c (mtrim): Likewise.
22708         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
22709
22710 2012-10-03  Roland McGrath  <roland@hack.frob.com>
22711
22712         * sysdeps/mach/hurd/dl-cache.c: File removed.
22713         * config.h.in (USE_LDCONFIG): New #undef.
22714         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
22715         * configure: Regenerated.
22716         * elf/Makefile (dl-routines): Add dl-cache only under
22717         [$(use-ldconfig) = yes].
22718         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
22719         cache on [USE_LDCONFIG].
22720         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
22721         [USE_LDCONFIG].
22722         * elf/rtld.c (dl_main): Likewise.
22723
22724 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
22725
22726         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
22727         _SC_LEVEL4_CACHE_LINESIZE.
22728
22729 2012-10-03  Roland McGrath  <roland@hack.frob.com>
22730
22731         * sysdeps/unix/bsd/confstr.h: File removed.
22732
22733 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
22734
22735         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
22736         sys/sdt-config.h.
22737
22738 2012-10-02  Roland McGrath  <roland@hack.frob.com>
22739
22740         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
22741         Make 'mapoff' field ElfW(Off) rather than off_t.
22742
22743 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
22744
22745         * nscd/Makefile: Remove nscd-cflags and all its users.
22746         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
22747         (CFLAGS-nonlib): Add compiler flags for nscd modules.
22748
22749         [BZ #10631]
22750         * malloc.c (malloc_printerr): Clarify error message.
22751
22752 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
22753
22754         [BZ #14648]
22755         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22756         Set bit_FMA_Usable if FMA is supported.
22757         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
22758         macro.
22759         (bit_FMA4_Usable): Updated.
22760         (index_FMA_Usable): New macro.
22761         (CPUID_FMA): Likewise
22762         (HAS_FMA): Defined with bit_FMA_Usable.
22763
22764 2012-10-01  Roland McGrath  <roland@hack.frob.com>
22765
22766         * bits/types.h (__swblk_t): Type removed.
22767         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
22768         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
22769         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
22770         (__SWBLK_T_TYPE): Likewise.
22771         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
22772         (__SWBLK_T_TYPE): Likewise.
22773         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
22774         (__SWBLK_T_TYPE): Likewise.
22775         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
22776         (__SWBLK_T_TYPE): Likewise.
22777
22778 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
22779             Honza Horak <hhorak@redhat.com>
22780
22781         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
22782         (xdr_mapname): Use YPMAXMAP as maxsize.
22783         (xdr_peername): Use YPMAXPEER as maxsize.
22784         (xdr_keydat): Use YPAXRECORD as maxsize.
22785         (xdr_valdat): Use YPMAXRECORD as maxsize.
22786
22787 2012-10-01  Roland McGrath  <roland@hack.frob.com>
22788
22789         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
22790
22791         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
22792         * csu/init-first.c: ... here.
22793         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
22794         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
22795         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
22796         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
22797         * sysdeps/i386/init-first.c: File removed.
22798         * sysdeps/sh/init-first.c: File removed.
22799
22800 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
22801
22802         [BZ #14645]
22803         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
22804         if x * y might underflow to zero and z is zero.
22805         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
22806         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
22807         * math/libm-test.inc (min_subnorm_value): New variable.
22808         (fma_test): Add more tests.
22809         (fma_test_towardzero): Likewise.
22810         (fma_test_downward): Likewise
22811         (fma_test_upward): Likewise.
22812         (initialize): Set min_subnorm_value.
22813
22814 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
22815
22816         [BZ #14638]
22817         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
22818         0 + 0.
22819         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
22820         mode for addition resulting in exact zero.
22821         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
22822         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
22823         exact 0 + 0.
22824         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
22825         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
22826         * math/libm-test.inc (fma_test): Add more tests.
22827         (fma_test_towardzero): New function.
22828         (fma_test_downward): Likewise.
22829         (fma_test_upward): Likewise.
22830         (main): Call the new functions.
22831
22832 2012-09-28  David S. Miller  <davem@davemloft.net>
22833
22834         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
22835
22836 2012-09-28  Roland McGrath  <roland@hack.frob.com>
22837
22838         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
22839         instead of SIGALRM.
22840
22841         * sysdeps/gnu/_G_config.h: Moved to ...
22842         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
22843         * sysdeps/mach/hurd/_G_config.h: Moved to ...
22844         * sysdeps/generic/_G_config.h: ... here.
22845
22846         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
22847
22848         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
22849
22850         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
22851         Conditionalize target on [libnss_test1.so-version].
22852
22853         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
22854
22855         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
22856         (elfobjdir): Move out of conditionals.
22857
22858         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
22859         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
22860         (__nss_lookup_function): Conditionalize label remove_from_tree on
22861         [!DO_STATIC_NSS || SHARED], matching its only use.
22862
22863 2012-09-28  David S. Miller  <davem@davemloft.net>
22864
22865         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
22866         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
22867         file.
22868         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
22869         sysdep_routines.
22870         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
22871         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
22872         when HWCAP_SPARC_CRYPTO is present.
22873
22874 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
22875
22876         * io/tst-mknodat.c: Create a FIFO instead of a socket.
22877
22878 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
22879
22880         [BZ #6530]
22881         * stdio-common/vfprintf.c (process_string_arg): Revert
22882         2000-07-22 change.
22883
22884 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
22885
22886         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
22887         for testcase.
22888         * stdio-common/tst-sprintf.c: Include <locale.h>
22889         (main): Test sprintf's handling of incomplete multibyte
22890         characters.
22891
22892 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
22893
22894         * elf/dl-runtime.c (VERSYMIDX): Removed.
22895         * elf/dl-version.c (VERSYMIDX): Likewise.
22896         * elf/do-rel.h (VERSYMIDX): Likewise.
22897         (VALIDX): Likewise.
22898         * elf/dynamic-link.h (VERSYMIDX): Likewise.
22899         * elf/rtld.c (VALIDX): Likewise.
22900         (ADDRIDX): Likewise.
22901         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
22902         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
22903         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
22904         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
22905         (VALIDX): Likewise.
22906         (ADDRIDX): Likewise.
22907
22908 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
22909
22910         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
22911
22912 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
22913
22914         [BZ #11438]
22915         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
22916         to global scope.
22917         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
22918         addresses are in the same scope as 192.0.2/24.
22919         * posix/gai.conf: Document new scope table defaults.
22920
22921 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22922
22923         [BZ #5298]
22924         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
22925         for ftell.  Compute offsets from write pointers instead.
22926         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
22927
22928 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22929
22930         [BZ #14543]
22931         * libio/Makefile (tests): New test case tst-fseek.
22932         * libio/tst-fseek.c: New test case to verify that fseek/ftell
22933         combination works in wide mode.
22934         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
22935         state when the external buffer state changes.
22936
22937 2012-09-27  David S. Miller  <davem@davemloft.net>
22938
22939         [BZ #14376]
22940         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
22941         pass reloc->r_addend in as the 'high' argument to
22942         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
22943
22944         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22945
22946 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
22947
22948         * rt/tst-aio2.c: Include <pthread.h>.
22949         * rt/tst-aio3.c: Likewise.
22950
22951 2012-09-27  Steve Ellcey  <sellcey@mips.com>
22952
22953         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
22954
22955 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
22956
22957         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
22958         contents on [SHARED].
22959
22960 2012-09-26  Marek Polacek  <polacek@redhat.com>
22961
22962         [BZ #14530]
22963         [BZ #13741]
22964         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
22965         for C++ and GCC <4.3 as well as for non GCC compilers.
22966
22967 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
22968
22969         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22970
22971 2012-09-25  Roland McGrath  <roland@hack.frob.com>
22972
22973         * Makefile.in (all, install): Declare with .PHONY.
22974         Reported by Michael Hope <michael.hope@linaro.org>.
22975
22976 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
22977
22978         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
22979         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
22980         system header.
22981         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
22982         Likewise.
22983         (sydep_routines): Add the new and the internal functions.
22984         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
22985         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
22986         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
22987         (GLIBC_2.17): Add the new function.
22988         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
22989         (GLIBC_2.17): Likewise.
22990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
22991         (GLIBC_2.17): Likewise.
22992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
22993         (GLIBC_2.17): Likewise.
22994         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
22995
22996 2012-09-25  Alan Modra  <amodra@gmail.com>
22997
22998         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
22999         Add release barrier before setting once_control to say
23000         initialisation is done.  Add hints on lwarx.  Use macro in
23001         place of isync.
23002         (clear_once_control): Add release barrier.
23003
23004 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
23005
23006         [BZ #13629]
23007         * math/s_clog.c (__clog): Handle more values close to |z| = 1
23008         specially.
23009         * math/s_clog10.c (__clog10): Likewise.
23010         * math/s_clog10f.c (__clog10f): Likewise.
23011         * math/s_clog10l.c (__clog10l): Likewise.
23012         * math/s_clogf.c (__clogf): Likewise.
23013         * math/s_clogl.c (__clogl): Likewise.
23014         * math/Makefile (libm-calls): Add x2y2m1.
23015         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
23016         (__x2y2m1): Likewise.
23017         (__x2y2m1l): Likewise.
23018         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
23019         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
23020         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
23021         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
23022         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
23023         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
23024         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
23025         * sysdeps/i386/fpu/libm-test-ulps: Update.
23026         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23027
23028         [BZ #14621]
23029         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
23030         int as type of variable DEPTH.
23031         (glob): Use size_t instead of int as type of variables NEWCOUNT
23032         and OLD_PATHC.
23033
23034 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
23035
23036         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
23037         Add s_sincosf-sse2.
23038         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
23039         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
23040         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
23041         macros for using routine as __sincosf_ia32.
23042         Use macro for function declaration and weak_alias.
23043         * sysdeps/i386/fpu/libm-test-ulps: Update.
23044
23045         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
23046         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23047
23048         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
23049         subnormal argument.
23050         * math/s_cexpf.c (__cexpf): Likewise.
23051         * math/s_csinf.c (__csinf): Likewise.
23052         * math/s_csinhf.c (__csinhf): Likewise.
23053         * math/s_ctanf.c (__ctanf): Likewise.
23054         * math/s_ctanhf.c (__ctanhf): Likewise.
23055         * math/s_ccosh.c (__ccoshf): Likewise.
23056         * math/s_cexp.c (__cexpl): Likewise.
23057         * math/s_csin.c (__csin): Likewise.
23058         * math/s_csinh.c (__csinh): Likewise.
23059         * math/s_ctan.c (__ctan): Likewise.
23060         * math/s_ctanh.c (ctanh): Likewise.
23061         * math/s_ccoshl.c (__ccoshl): Likewise.
23062         * math/s_cexpl.c (__cexpl): Likewise.
23063         * math/s_csinl.c (__csinl): Likewise.
23064         * math/s_csinhl.c (__csinhl): Likewise.
23065         * math/s_ctanl.c (__ctanl): Likewise.
23066         * math/s_ctanhl.c (__ctanhl): Likewise.
23067
23068 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
23069
23070         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
23071         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
23072         (_IO_off_t): Define to __off_t, not _G_off_t.
23073         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
23074         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
23075         (_IO_wint_t): Define to wint_t, not _G_wint_t.
23076         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
23077         type of __dummy and __dummy2 fields.
23078         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
23079         (_G_ssize_t): Likewise.
23080         (_G_off_t): Likewise.
23081         (_G_pid_t): Likewise.
23082         (_G_uid_t): Likewise.
23083         (_G_wchar_t): Likewise.
23084         (_G_wint_t): Likewise.
23085         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
23086         (_G_ssize_t): Likewise.
23087         (_G_off_t): Likewise.
23088         (_G_pid_t): Likewise.
23089         (_G_uid_t): Likewise.
23090         (_G_wchar_t): Likewise.
23091         (_G_wint_t): Likewise.
23092         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
23093         (_G_ssize_t): Likewise.
23094         (_G_off_t): Likewise.
23095         (_G_pid_t): Likewise.
23096         (_G_uid_t): Likewise.
23097         (_G_wchar_t): Likewise.
23098         (_G_wint_t): Likewise.
23099
23100 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
23101
23102         * malloc/arena.c: Include malloc-sysdep.h.
23103         (shrink_heap): Use check_may_shrink_heap to decide if madvise
23104         is sufficient to shrink the heap or an unmap is needed.
23105         * sysdeps/generic/malloc-sysdep.h: New file.  Define
23106         new function check_may_shrink_heap.
23107         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
23108         new function check_may_shrink_heap.
23109
23110 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
23111
23112         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
23113         comments.
23114
23115 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
23116
23117         * catgets/test-gencat.sh: Add "set -e".
23118         * elf/tst-pathopt.sh: Likewise.
23119         * grp/tst_fgetgrent.sh: Likewise.
23120         * iconvdata/run-iconv-test.sh: Likewise.
23121         * intl/tst-gettext.sh: Likewise.
23122         * intl/tst-gettext2.sh: Likewise.
23123         * intl/tst-gettext4.sh: Likewise.
23124         * intl/tst-gettext6.sh: Likewise.
23125         * intl/tst-translit.sh: Likewise.
23126         * io/ftwtest-sh: Likewise.
23127         * libio/test-freopen.sh: Likewise.
23128         * malloc/tst-mtrace.sh: Likewise.
23129         * posix/globtest.sh: Likewise.
23130         * posix/tst-getconf.sh: Likewise.
23131         * posix/wordexp-tst.sh: Likewise.
23132         * stdio-common/tst-printf.sh: Likewise.
23133         * stdio-common/tst-unbputc.sh: Likewise.
23134         * stdlib/tst-fmtmsg.sh: Likewise.
23135         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
23136         * catgets/Makefile: Do not specify -e option when running
23137         testsuite shell scripts.
23138         * elf/Makefile: Likewise.
23139         * grp/Makefile: Likewise.
23140         * iconvdata/Makefile: Likewise.
23141         * intl/Makefile: Likewise.
23142         * io/Makefile: Likewise.
23143         * libio/Makefile: Likewise.
23144         * malloc/Makefile: Likewise.
23145         * posix/Makefile: Likewise.
23146         * stdio-common/Makefile: Likewise.
23147         * stdlib/Makefile: Likewise.
23148         * sysdeps/x86_64/Makefile: Likewise.
23149
23150         * io/ftwtest-sh: Add copyright header.
23151         * posix/globtest.sh: Likewise.
23152         * posix/tst-getconf.sh: Likewise.
23153         * posix/wordexp-tst.sh: Likewise.
23154         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
23155
23156 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
23157
23158         [BZ #13679]
23159         * Makeconfig (+link): Defined as $(+link-static) if
23160         $(build-shared) isn't yes.
23161         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
23162         isn't yes.
23163         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
23164
23165         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
23166
23167         [BZ #14562]
23168         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
23169         new chunk size with MALLOC_ALIGN_MASK.
23170
23171 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
23172
23173         [BZ #5044]
23174         * stdio-common/printf_fphex.c: Include <stdbool.h> and
23175         <rounding-mode.h>.
23176         (__printf_fphex): Determine rounding using get_rounding_mode and
23177         round_away.
23178         * stdio-common/tst-printf-round.c (struct hex_test): New
23179         structure.
23180         (hex_tests): New variable.
23181         (test_hex_in_one_mode): New function.
23182         (do_test): Also run tests for hex float output.
23183
23184 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
23185
23186         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
23187         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
23188         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
23189         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
23190         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
23191         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
23192         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
23193         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
23194
23195 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
23196
23197         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
23198         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
23199         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
23200         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
23201
23202 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
23203
23204         [BZ #14579]
23205         * elf/rtld.c (dl_main): Limit the check for self loading to normal
23206         mode only.
23207         * elf/tst-rtld-load-self.sh: New test.
23208         * elf/Makefile: Run it.
23209
23210 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
23211
23212         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
23213         (tst-writev-ENV): Remove.
23214         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
23215
23216 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
23217
23218         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
23219
23220 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
23221
23222         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
23223         unconditional.
23224         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
23225         Likewise.
23226         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
23227         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
23228         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
23229         Likewise.
23230
23231 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
23232
23233         [BZ #14587]
23234         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
23235         * config.make.in (have-cpp-asm-debuginfo): Removed.
23236         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
23237         * configure: Regenerated.
23238
23239 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
23240
23241         [BZ #5044]
23242         * stdio-common/printf_fp.c: Include <stdbool.h> and
23243         <rounding-mode.h>.
23244         (___printf_fp): Determine rounding using get_rounding_mode and
23245         round_away.
23246         * stdio-common/tst-printf-round.c: New file.
23247         * stdio-common/Makefile (tests): Add tst-printf-round.
23248         (link-libm): New variable.
23249         ($(objpfx)tst-printf-round): Depend in $(link-libm).
23250
23251 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
23252
23253         [BZ #14576]
23254         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
23255         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
23256         Likewise.
23257         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
23258         Likewise.
23259
23260 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
23261
23262         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
23263         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
23264         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
23265         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
23266
23267 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
23268
23269         [BZ #14518]
23270         * include/rounding-mode.h: New file.
23271         * sysdeps/generic/get-rounding-mode.h: Likewise.
23272         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
23273         * stdlib/strtod_l.c: Include <rounding-mode.h>.
23274         (MAX_VALUE): New macro.
23275         (MIN_VALUE): Likewise.
23276         (overflow_value): New function.
23277         (underflow_value): Likewise.
23278         (round_and_return): Use overflow_value and underflow_value to
23279         determine return values in overflow and underflow cases.  Use
23280         round_away to determine rounding depending on rounding mode.
23281         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
23282         determine return values in overflow and underflow cases.
23283         * stdlib/tst-strtod-round.c: Include <fenv.h>.
23284         (struct test_results): New structure.
23285         (struct test): Use struct test_results to store expected results
23286         for all rounding modes.
23287         (TEST): Include expected results for all rounding modes.
23288         (test_in_one_mode): New function.
23289         (do_test): Use test_in_one_mode to compute and check results.
23290         Check results for all rounding modes.
23291         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
23292         $(link-libm).
23293
23294 2012-12-09  Allan McRae  <allan@archlinux.org>
23295
23296         * sysdeps/i386/fpu/libm-test-ulps: Update
23297
23298 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
23299
23300         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
23301         (_G_int32_t): Likewise.
23302         (_G_uint16_t): Likewise.
23303         (_G_uint32_t): Likewise.
23304         (_G_HAVE_BOOL): Likewise.
23305         (_G_HAVE_ATEXIT): Likewise.
23306         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
23307         (_G_HAVE_IO_FILE_OPEN): Likewise.
23308         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
23309         (_G_int32_t): Likewise.
23310         (_G_uint16_t): Likewise.
23311         (_G_uint32_t): Likewise.
23312         (_G_HAVE_BOOL): Likewise.
23313         (_G_HAVE_ATEXIT): Likewise.
23314         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
23315         (_G_HAVE_IO_FILE_OPEN): Likewise.
23316         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
23317         (_G_int32_t): Likewise.
23318         (_G_uint16_t): Likewise.
23319         (_G_uint32_t): Likewise.
23320         (_G_HAVE_BOOL): Likewise.
23321         (_G_HAVE_ATEXIT): Likewise.
23322         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
23323         (_G_HAVE_IO_FILE_OPEN): Likewise.
23324
23325 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
23326
23327         * csu/libc-tls.c: Update copyright years.
23328
23329 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
23330
23331         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
23332         [!_G_USING_THUNKS]: Remove conditional code.
23333         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
23334         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
23335
23336         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
23337         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
23338         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
23339         (_G_VTABLE_LABEL_PREFIX): Likewise.
23340         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
23341         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
23342         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
23343         (_G_VTABLE_LABEL_PREFIX): Likewise.
23344         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
23345         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
23346         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
23347         (_G_VTABLE_LABEL_PREFIX): Likewise.
23348         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
23349
23350 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
23351
23352         * libio/Makefile: Include ../Makeconfig before tests.
23353         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
23354         only if $(build-shared) is yes.
23355
23356         * iconv/gconv_db.c: Update copyright years.
23357
23358 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
23359
23360         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
23361         unwind info if defined PIC. Fix special cases description.
23362         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
23363
23364         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
23365         DP_HI_MASK entry.
23366         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
23367
23368 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
23369
23370         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
23371
23372         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
23373         is NULL.
23374
23375         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
23376         (LDLIBS-tst-chk4): This.
23377         (LDFLAGS-tst-chk5): Renamed to ...
23378         (LDLIBS-tst-chk5): This.
23379         (LDFLAGS-tst-chk6): Renamed to ...
23380         (LDLIBS-tst-chk6): This.
23381         (LDFLAGS-tst-lfschk4): Renamed to ...
23382         (LDLIBS-tst-lfschk4): This.
23383         (LDFLAGS-tst-lfschk5): Renamed to ...
23384         (LDLIBS-tst-lfschk5): This.
23385         (LDFLAGS-tst-lfschk6): Renamed to ...
23386         (LDLIBS-tst-lfschk6): This.
23387
23388         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
23389         on $(common-objpfx)soversions.mk.
23390
23391 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
23392
23393         [BZ #10014]
23394         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
23395         example host name.
23396
23397 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
23398
23399         * malloc/arena.c (arena_get_retry): New function that gets
23400         another arena for the caller to try its request on.
23401         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
23402         current arena cannot fulfill the request.
23403         (__libc_memalign): Likewise.
23404         (__libc_memalign): Likewise.
23405         (__libc_pvalloc): Likewise.
23406         (__libc_calloc): Likewise.
23407
23408 2012-09-05  John Tobey  <john.tobey@gmail.com>
23409
23410         [BZ #13542]
23411         * manual/arith.texi (Operations on Complex): Fix description
23412         of carg branch cut.
23413
23414 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
23415
23416         [BZ #10014]
23417         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
23418         host name.
23419
23420         [BZ #10038]
23421         * manual/memory.texi (Memory): Make order of menu items match
23422         order of sections.
23423
23424 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
23425
23426         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
23427         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
23428         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
23429
23430 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
23431
23432         * csu/libc-tls.c (static_dtv): Renamed to ...
23433         (_dl_static_dtv): This.  Make it global.
23434         (_dl_initial_dtv): Removed.
23435         (__libc_setup_tls): Updated.
23436         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
23437         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
23438         DL_INITIAL_DTV.
23439
23440 2012-09-06  Petr Machata  <pmachata@redhat.com>
23441
23442         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
23443         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
23444         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
23445         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
23446
23447 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
23448
23449         [BZ #14545]
23450         * csu/libc-tls.c (_dl_initial_dtv): New variable.
23451         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
23452         freeing dtv[-1].
23453
23454 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
23455
23456         [BZ #14544]
23457         * Makeconfig (link-static-before-libc): Replace $(+prector)
23458         with $(+prectorT).
23459         (link-static-after-libc): Replace $(+postctor) with
23460         $(+postctorT).
23461         (link-bounded): Replace $(+prector)/$(+postctor) with
23462         $(+prectorT)/$(+postctorT).
23463         (+prectorT): New macro.
23464         (+postctorT): Likewise.
23465
23466 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
23467
23468         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
23469         (round_str): Handle values above the maximum for IBM long double
23470         as inexact.
23471         * stdlib/tst-strtod-round.c (tests): Regenerated.
23472
23473 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23474
23475         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
23476         assembler flag.
23477         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
23478         zarch_nohighgprs around the zarch optimized routines.
23479         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
23480         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
23481         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
23482         for zarch.
23483
23484 2012-09-05  David S. Miller  <davem@davemloft.net>
23485
23486         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23487
23488         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE,
23489         HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
23490         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
23491         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
23492         entries.
23493
23494 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
23495
23496         * malloc/arena.c: Fold copyright years.
23497         * malloc/mcheck.c, malloc/memusage.c: Likewise.
23498
23499 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
23500
23501         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
23502
23503 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
23504
23505         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
23506
23507 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
23508
23509         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
23510         change internal state upon failure.
23511
23512 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
23513
23514         * malloc/mcheck.c (mcheck_check_all): Fix typo.
23515         * malloc/memusage.c (mmap): Likewise.
23516         (mmap64, mremap): Likewise.  Adjust name in comment.
23517
23518 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23519
23520         * libio/fileops.c: Fix typos in comments.
23521         * libio/oldfileops.c: Likewise.
23522         * libio/wfileops.c: Likewise.
23523
23524 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23525
23526         [BZ #1349]
23527         * malloc/Makefile (tests): Add tst-malloc-usable test case.
23528         (tst-malloc-usable-ENV): Set environment for test case.
23529         * malloc/hooks.c (malloc_check_get_size): New function to get
23530         requested size.
23531         * malloc/malloc.c (musable): Use malloc_check_get_size.
23532         * malloc/tst-malloc-usable.c: New test case.
23533
23534 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
23535
23536         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
23537
23538 2012-09-05  Allan McRae  <allan@archlinux.org>
23539
23540         [BZ #13966]
23541         * configure.in (CXX_SYSINCLUDES): Use compiler output to
23542         determine header location.
23543         * configure: Regenerated.
23544
23545 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
23546
23547         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
23548         float format.
23549         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
23550         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
23551         format.
23552         (test): Regenerate.
23553
23554 2012-09-04  David S. Miller  <davem@davemloft.net>
23555
23556         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
23557         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
23558         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
23559
23560 2012-09-04  Florian Weimer  <fweimer@redhat.com>
23561
23562         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
23563         failures.
23564
23565         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
23566
23567 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
23568
23569         [BZ #9914]
23570         * libio/iogetdelim.c: Include <limits.h>.
23571         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
23572         + len + 1 would overflow.
23573
23574 2012-09-03  Andreas Jaeger  <aj@suse.de>
23575
23576         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23577         * sysdeps/i386/fpu/libm-test-ulps: Update.
23578
23579 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
23580
23581         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
23582         Add s_sinf-sse2, s_conf-sse2.
23583
23584         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
23585         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
23586         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
23587         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
23588
23589         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
23590         for using routine as __sinf_ia32.
23591         Use macro for function declaration and weak_alias.
23592         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
23593         for using routine as __cosf_ia32.
23594         Use macro for function declaration and weak_alias.
23595
23596         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
23597         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
23598
23599         * sysdeps/x86_64/fpu/s_sinf.S: New file.
23600         * sysdeps/x86_64/fpu/s_cosf.S: New file.
23601         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23602
23603         * math/libm-test.inc (cos_test): Add more test cases.
23604         (sin_test): Likewise.
23605         (sincos_test): Likewise.
23606
23607 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23608
23609         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
23610         (IFUNC_RESOLVE): Make pointers to the specialized implementations
23611         hidden.
23612         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
23613
23614 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
23615
23616         [BZ #14538]
23617         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
23618         first element of the GOT.
23619         (elf_machine_load_address): Return the difference between
23620         the runtime address of _DYNAMIC and elf_machine_dynamic ().
23621
23622 2012-09-01  Allan McRae  <allan@archlinux.org>
23623
23624         [BZ #13412]
23625         * configure.in (AWK): Require gawk version 3.0 or later.
23626         * configure: Regenerated.
23627
23628 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
23629
23630         * sysdeps/unix/sysv/linux/kernel-features.h
23631         (__ASSUME_POSIX_CPU_TIMERS): Remove.
23632         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23633         [__NR_clock_getres]: Make code unconditional.
23634         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
23635         (clock_getcpuclockid): Remove code left unreachable by removal of
23636         conditionals.
23637         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
23638         code unconditional.
23639         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
23640         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
23641         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
23642         Make code unconditional.
23643         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
23644         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
23645         * sysdeps/unix/sysv/linux/clock_settime.c
23646         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
23647         conditional code.
23648         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
23649         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
23650
23651 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
23652
23653         [BZ #14476]
23654         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
23655         scripts/test-installation.pl.
23656
23657         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
23658         and $ld_so_version if it is set.
23659
23660 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23661
23662         [BZ #14516]
23663         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
23664         failure if reading from procfs failed.
23665         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
23666
23667 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
23668
23669         * sysdeps/unix/sysv/linux/kernel-features.h
23670         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
23671         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
23672         Remove conditional code.
23673         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
23674         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
23675         Remove conditional code.
23676         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
23677         * sysdeps/unix/sysv/linux/i386/fxstat.c
23678         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
23679         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
23680         * sysdeps/unix/sysv/linux/i386/fxstatat.c
23681         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
23682         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
23683         * sysdeps/unix/sysv/linux/i386/lxstat.c
23684         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
23685         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
23686         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
23687         Remove conditional code.
23688         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
23689         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
23690         Remove conditional code.
23691         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
23692         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
23693         <kernel-features.h>.
23694         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
23695         Remove.
23696         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
23697         Remove conditional code.
23698         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
23699         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
23700         Remove conditional.
23701
23702 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
23703
23704         [BZ #5400]
23705         * NEWS: Add fixed bug number.
23706
23707 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
23708
23709         [BZ #14519]
23710         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
23711         underflowing exponent in case of negative sign.
23712         * stdlib/tst-strtod-round-data: Add more tests.
23713         * stdlib/tst-strtod-round.c (tests): Regenerated.
23714
23715         [BZ #3479]
23716         * stdlib/strtod_l.c (NDIG): Remove.
23717         (HEXNDIG): Likewise.
23718         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
23719         smallest representable value.
23720         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
23721         lie within an exact representation of 1/2 ulp of the result.
23722         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
23723         unconditionally.
23724         (TENS_P9_IDX): Define unconditionally.
23725         (TENS_P9_SIZE): Likewise.
23726         (TENS_P10_IDX): Likewise.
23727         (TENS_P10_SIZE): Likewise.
23728         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
23729         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
23730         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
23731         entries for 10^2^13 and 10^2^14.
23732         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
23733         (TENS_P13_IDX): Define.
23734         (TENS_P13_SIZE): Likewise.
23735         (TENS_P14_IDX): Likewise.
23736         (TENS_P14_SIZE): Likewise.
23737         (_fpioconst_pow10): Change array size to
23738         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
23739         unconditional.
23740         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
23741         1024]: Add entries for 10^2^13 and 10^2^14.
23742         [LAST_POW10 > _LAST_POW10]: Remove #error.
23743         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
23744         (_fpioconst_pow10): Change array size to
23745         FPIOCONST_POW10_ARRAY_SIZE.
23746         * stdlib/gen-fpioconst.c: New file.
23747         * stdlib/gen-tst-strtod-round.c: Likewise.
23748         * stdlib/tst-strtod-round-data: Likewise.
23749         * stdlib/tst-strtod-round.c: Likewise.
23750         * stdlib/Makefile (tests): Add tst-strtod-round.
23751
23752         [BZ #14459]
23753         * stdlib/strtod_l.c: Include <stdint.h>.
23754         (NDEBUG): Do not define.
23755         (round_and_return): Change EXPONENT parameter to type intmax_t.
23756         Rearrange calculations to avoid internal overflow possibilities.
23757         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
23758         Rearrange calculations to avoid internal overflow possibilities.
23759         Assert that number fits inside MPNSIZE limbs.
23760         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
23761         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
23762         calculations and add assertions to avoid internal overflow
23763         possibilities.  Add casts to avoid signed/unsigned operations.
23764         * stdlib/tst-strtod-overflow.c: New file.
23765         * stdlib/Makefile (tests): Add tst-strtod-overflow.
23766
23767 2012-08-25  Marek Polacek  <polacek@redhat.com>
23768
23769         * time/time.h: Fix some typos in comments.
23770
23771 2012-08-23  Roland McGrath  <roland@hack.frob.com>
23772
23773         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
23774         * posix/tst-rfc3484-2.c: Likewise.
23775         * posix/tst-rfc3484-3.c: Likewise.
23776
23777 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
23778
23779         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
23780         (EF_ARM_ABI_FLOAT_HARD): Likewise.
23781
23782 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
23783
23784         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
23785         #include of fxstatat64.c.
23786
23787 2012-08-22  Roland McGrath  <roland@hack.frob.com>
23788
23789         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
23790         * shadow/getspent_r.c: Likewise.
23791         * shadow/getspnam.c: Likewise.
23792         * shadow/getspnam_r.c: Likewise.
23793         * gshadow/getsgent.c: Likewise.
23794         * gshadow/getsgent_r.c: Likewise.
23795         * gshadow/getsgnam.c: Likewise.
23796         * gshadow/getsgnam_r.c: Likewise.
23797         * inet/getnetbyad.c: Likewise.
23798         * inet/getnetbyad_r.c: Likewise.
23799         * inet/getnetbynm.c: Likewise.
23800         * inet/getnetbynm_r.c: Likewise.
23801         * inet/getnetent.c: Likewise.
23802         * inet/getnetent_r.c: Likewise.
23803         * inet/getproto.c: Likewise.
23804         * inet/getproto_r.c: Likewise.
23805         * inet/getprtent.c: Likewise.
23806         * inet/getprtent_r.c: Likewise.
23807         * inet/getprtname.c: Likewise.
23808         * inet/getprtname_r.c: Likewise.
23809         * inet/getrpcbyname.c: Likewise.
23810         * inet/getrpcbyname_r.c: Likewise.
23811         * inet/getrpcbynumber.c: Likewise.
23812         * inet/getrpcbynumber_r.c: Likewise.
23813         * inet/getrpcent.c: Likewise.
23814         * inet/getrpcent_r.c: Likewise.
23815         * inet/getaliasent.c: Likewise.
23816         * inet/getaliasent_r.c: Likewise.
23817         * inet/getaliasname.c: Likewise.
23818         * inet/getaliasname_r.c: Likewise.
23819         * nscd/getgrgid_r.c: Likewise.
23820         * nscd/getgrnam_r.c: Likewise.
23821         * nscd/gethstbyad_r.c: Likewise.
23822         * nscd/gethstbynm3_r.c: Likewise.
23823         * nscd/getpwnam_r.c: Likewise.
23824         * nscd/getpwuid_r.c: Likewise.
23825         * nscd/getsrvbynm_r.c: Likewise.
23826         * nscd/getsrvbypt_r.c: Likewise.
23827         * nscd/gai.c: Likewise.
23828
23829         * configure.in (build_nscd): New substituted variable, set
23830         by --disable-build-nscd and defaults to $use_nscd.
23831         * configure: Regenerated.
23832         * config.make.in (build-nscd): New substituted variable.
23833         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
23834         Change conditional to require [$(build-nscd) = yes] as well.
23835         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
23836
23837         [BZ# 13696]
23838         * configure.in (use_nscd): New substituted variable, set by
23839         --disable-nscd.  If enabled, define USE_NSCD.
23840         * configure: Regenerated.
23841         * config.h.in: Add USE_NSCD.
23842         * config.make.in (use-nscd): New substituted variable.
23843         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
23844         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
23845         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
23846         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
23847         (CFLAGS-getgrnam_r.c): Likewise.
23848         (CFLAGS-initgroups.c): Likewise.
23849         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
23850         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
23851         Variables removed.
23852         * inet/getnetgrent_r.c
23853         (nscd_setnetgrent): New function, broken out of ...
23854         (setnetgrent): ... here.  Call it.
23855         (innetgr): Conditionalize nscd bits on [USE_NSCD].
23856         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
23857         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
23858         * nscd/Makefile (routines, aux): Move definitions after include of
23859         Makeconfig.  Conditionalize on [$(use-nscd) != no].
23860         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
23861         Conditionalize on [USE_NSCD].
23862         (is_nscd, nscd_init_cb): Likewise.
23863         (nss_load_library): Conditionalize init callback on [USE_NSCD].
23864         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
23865         * nss/nss_db/db-init.c: Likewise.
23866         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
23867         [USE_NSCD].
23868         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
23869         (make_request): Use it.
23870         (cache_valid_p): New function.
23871         (__check_pf): Use it.
23872         * NEWS: Add item for --disable-nscd.
23873
23874 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
23875
23876         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
23877         to support sed >= 4.2.1-20-ga9bf076.
23878         * configure: Regenerated.
23879
23880 2012-08-22  Roland McGrath  <roland@hack.frob.com>
23881
23882         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
23883         Conditionalize whole body on [IREL].
23884
23885 2012-08-22  Jeff Law <law@redhat.com>
23886
23887         [BZ #14505]
23888         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
23889         if the family is PF_UNSPEC.
23890
23891 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
23892
23893         * Makerules (lib-version): Rename from V.
23894         (install-lib-nosubdir): Change V to lib-version.
23895
23896 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
23897
23898         [BZ #14252]
23899         * powerpc32/power6/wcschr.c: New file.
23900         * powerpc32/power6/wcscpy.c: New file.
23901         * powerpc32/power6/wcsrchr.c: New file.
23902         * powerpc64/power6/wcschr.c: New file.
23903         * powerpc64/power6/wcscpy.c: New file.
23904         * powerpc64/power6/wcsrchr.c: New file.
23905
23906 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
23907
23908         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
23909         (two_way_short_needle): Use it.
23910         * string/strstr.c (AVAILABLE1_USES_J): Define.
23911         * string/strcasestr.c: Likewise.
23912
23913         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
23914         array references.
23915         * string/strcasestr.c (TOLOWER): Make side-effect safe.
23916
23917         [BZ #11607]
23918         * NEWS: Add an entry.
23919         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
23920         define their defaults.
23921         (two_way_short_needle): Detect end-of-string on-the-fly.
23922         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
23923         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
23924         * string/bug-strcasestr1.c: New test.
23925         * string/Makefile: Run it.
23926
23927 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
23928
23929         [BZ #11607]
23930         * string/str-two-way.h (two_way_short_needle): Optimize matching of
23931         the first character.
23932
23933 2012-08-21  Roland McGrath  <roland@hack.frob.com>
23934
23935         * csu/elf-init.c (__libc_csu_irel): Function removed.
23936         * csu/libc-start.c (apply_irel): New function.
23937         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
23938
23939 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
23940
23941         * sysdeps/unix/sysv/linux/kernel-features.h
23942         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
23943         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
23944         <kernel-features.h>.
23945         [__NR_fadvise64_64]: Make code unconditional.
23946         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
23947         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
23948         !__NR_fadvise64_64)]: Likewise.
23949         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
23950         !__NR_fadvise64_64))]: Likewise.
23951         [__NR_fadvise64]: Make code unconditional.
23952         [!__NR_fadvise64]: Remove conditional code.
23953         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
23954         <kernel-features.h>.
23955         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
23956         unconditional.
23957         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
23958         conditional code.
23959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
23960         not include <kernel-features.h>.
23961         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
23962         unconditional.
23963         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
23964         conditional code.
23965         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
23966         include <kernel-features.h>.
23967         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
23968         unconditional.
23969         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
23970         conditional code.
23971
23972 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
23973
23974         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
23975         slight instruction rearrangements per scrollpipe analysis.
23976         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
23977
23978 2012-08-20  Roland McGrath  <roland@hack.frob.com>
23979
23980         * manual/syslog.texi (syslog; vsyslog, closelog):
23981         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
23982         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
23983
23984         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
23985         DSOCAPS to match condition on defining it.
23986
23987 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
23988
23989         * sysdeps/unix/sysv/linux/kernel-features.h
23990         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
23991         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
23992         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
23993         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
23994         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
23995         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
23996         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
23997         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
23998         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
23999         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
24000
24001         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
24002         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
24003
24004         * sysdeps/unix/sysv/linux/kernel-features.h
24005         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
24006         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
24007         unconditional.
24008         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
24009         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
24010         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
24011         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
24012         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
24013         Make code unconditional.
24014         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
24015         (__mmap64) [!__NR_mmap2]: Likewise.
24016         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
24017         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
24018         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
24019         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
24020         [__NR_mmap2]: Make code unconditional.
24021         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
24022         (__mmap64) [!__NR_mmap2]: Likewise.
24023
24024 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24025
24026         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
24027
24028 2012-08-18  Andreas Jaeger  <aj@suse.de>
24029
24030         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
24031
24032 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
24033
24034         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
24035         * include/unistd.h (__have_sock_cloexec): Likewise.
24036         (__have_pipe2): Likewise.
24037         (__have_dup3): Likewise.
24038
24039 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
24040
24041         [BZ #9685]
24042         * include/unistd.h (__have_pipe2): Change define into an extern int.
24043         (__have_dup3): Likewise.
24044         * socket/have_sock_cloexec.c: Include fcntl.h.
24045         (__have_pipe2): New variable.
24046         (__have_dup3): Likewise.
24047
24048 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
24049
24050         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
24051
24052 2012-08-17  Marek Polacek  <polacek@redhat.com>
24053
24054         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
24055         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
24056
24057 2012-08-17  Roland McGrath  <roland@hack.frob.com>
24058
24059         * configure.in: Add AC_SUBST for sysheaders.
24060         * configure: Regenerated.
24061         * config.make.in (sysheaders): New substituted variable.
24062
24063         * sysdeps/unix/mkfifo.c: Moved ...
24064         * sysdeps/posix/mkfifo.c: ... here.
24065         * sysdeps/unix/mkfifoat.c: Moved ...
24066         * sysdeps/posix/mkfifoat.c: ... here.
24067
24068         * sysdeps/unix/utime.c: Moved ...
24069         * sysdeps/posix/utime.c: ... here.
24070
24071         * sysdeps/unix/time.c: Moved ...
24072         * sysdeps/posix/time.c: ... here.
24073         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
24074         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
24075
24076         * sysdeps/unix/nice.c: Moved ...
24077         * sysdeps/posix/nice.c: ... here.
24078
24079         * sysdeps/unix/alarm.c: Moved ...
24080         * sysdeps/posix/alarm.c: ... here.
24081
24082         * intl/Makefile ($(codeset_mo)): Depend on the input file.
24083
24084 2012-08-17  Jeff Law <law@redhat.com>
24085
24086         * intl/Makefile (codeset_mo): New variable.
24087         ($(codeset_mo)): New target.
24088         (tst-codeset.out): Depend on that.  Remove explicit rule.
24089         (tst-gettext3.out, tst-gettext5.out): Likewise.
24090         (LOCPATH-ENV, tst-codeset-ENV): New variables.
24091         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
24092         * intl/tst-codeset.sh: Remove.
24093         * intl/tst-gettext3.sh: Likewise.
24094         * intl/tst-gettext5.sh: Likewise.
24095
24096 2012-08-17  Roland McGrath  <roland@hack.frob.com>
24097
24098         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
24099         * sysdeps/unix/syscalls.list: ... here.
24100
24101         * sysdeps/posix/getaddrinfo.c
24102         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
24103         (gaiconf_init, gaiconf_reload): Use them.
24104         [!_STATBUF_ST_NSEC]
24105         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
24106         Define using time_t rather than struct timespec.
24107
24108         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
24109         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
24110         Macros removed.
24111         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
24112         [!NO_THREADS].
24113         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
24114         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
24115         Likewise.
24116
24117         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
24118         __libc_cleanup_push argument.
24119
24120         * bits/param.h: New file.
24121         * misc/sys/param.h: New file.
24122         * include/sys/param.h: New file.
24123         * misc/Makefile (headers): Add bits/param.h.
24124         * sysdeps/generic/sys/param.h: File removed.
24125         * sysdeps/unix/sysv/linux/bits/param.h: New file.
24126         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
24127         * sysdeps/mach/hurd/bits/param.h: New file.
24128         * sysdeps/mach/hurd/sys/param.h: File removed.
24129
24130         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
24131         last change.
24132
24133         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
24134         [_IO_MTSAFE_IO].
24135         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
24136         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
24137         New macros.
24138
24139         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
24140         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
24141         rather than -D_IO_MTSAFE_IO conditionally.
24142         * stdio-common/Makefile (CPPFLAGS): Likewise.
24143         * wcsmbs/Makefile (CPPFLAGS): Likewise.
24144         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
24145         Use $(libio-mtsafe).
24146         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
24147         of -D_IO_MTSAFE_IO.
24148         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
24149         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
24150         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
24151         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
24152         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
24153         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
24154         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
24155         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
24156         (CFLAGS-fread_u_chk.c): Likewise.
24157         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
24158         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
24159         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
24160         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
24161         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
24162         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
24163         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
24164         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
24165         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
24166
24167         * libio/Makefile: Test [$(libc-reentrant) = yes]
24168         instead of [$(filter %REENTRANT, $(defines)) nonempty].
24169
24170         * Makeconfig
24171         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
24172         * sysdeps/pthread/configure: File removed.
24173         * sysdeps/pthread/Makeconfig: New file.
24174         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
24175         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
24176
24177 2012-08-16  Gary Benson  <gbenson@redhat.com>
24178
24179         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
24180         unmapping the first object in a namespace.
24181
24182 2012-08-16  Roland McGrath  <roland@hack.frob.com>
24183
24184         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
24185         (__internal_setnetgrent): ... this.  Add internal_function to
24186         definition.  Add libc_hidden_def.
24187         (setnetgrent): Update caller.
24188         (internal_endnetgrent): Renamed to ...
24189         (__internal_endnetgrent): ... this.  Add internal_function to
24190         definition.  Add libc_hidden_def.
24191         (endnetgrent): Update caller.
24192         (internal_getnetgrent_r): Renamed to ...
24193         (__internal_getnetgrent_r): ... this.  Add internal_function to
24194         definition.  Add libc_hidden_def.
24195         (__getnetgrent_r): Update caller.
24196         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
24197
24198 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
24199
24200         * stdlib/longlong.h: Update from GCC.
24201
24202 2012-08-16  Roland McGrath  <roland@hack.frob.com>
24203
24204         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
24205         on _QL, which is set by umul_ppmm but never used.
24206         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
24207         variables, which are set by GMP macros but never used.
24208         * stdio-common/_itowa.c (_itowa): Likewise.
24209         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
24210         * stdlib/mod_1.c (mpn_mod_1): Likewise.
24211
24212 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
24213
24214         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
24215         struct La_sh_regs is not constant.
24216         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
24217         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
24218         and struct La_sparc64_regs are not constant.
24219
24220 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
24221
24222         * sysdeps/unix/sysv/linux/kernel-features.h
24223         (__ASSUME_POSIX_TIMERS): Remove.
24224         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
24225         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
24226         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
24227         Make code unconditional.
24228         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
24229         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
24230         Make code unconditional.
24231         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
24232         * sysdeps/unix/sysv/linux/clock_nanosleep.c
24233         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
24234         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
24235         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
24236         Make code unconditional.
24237         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
24238         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
24239         (__libc_missing_posix_timers): Remove.
24240
24241 2012-08-15  Roland McGrath  <roland@hack.frob.com>
24242
24243         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
24244         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
24245
24246         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
24247
24248         * elf/dl-sym.c: Include <stdlib.h>.
24249
24250         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
24251         constants, which avoids warnings in 32-bit builds.
24252
24253         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
24254         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
24255
24256         * misc/lseek.c: File moved to ...
24257         * io/lseek.c: ... here.
24258
24259         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
24260
24261         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
24262         shifting LEN more than 31 bits at once.
24263
24264 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
24265
24266         [BZ #14195]
24267         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
24268         segmentation fault for a case of two empty input strings.
24269         * string/test-strncasecmp.c (check1): Renamed to...
24270         (bz12205): ...this.
24271         (bz14195): Add new testcase for two empty input strings and N > 0.
24272         (test_main): Call new testcase, adapt for renamed function.
24273
24274 2012-08-15  Andreas Jaeger  <aj@suse.de>
24275
24276         [BZ #14090]
24277         * crypt/md5test2.c: New test, based on test supplied by Serge
24278         Belyshev <belyshev@depni.sinp.msu.ru>.
24279         * crypt/Makefile (xtests): Add md5test-giant..
24280         * crypt/Makefile ($(objpfx)md5test-giant): Add.
24281
24282 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
24283
24284         [BZ #14090]
24285         * crypt/md5.c (md5_process_block): Don't assume the buffer
24286         length is less than 2**32.
24287         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
24288         length is less than 2**64.
24289
24290 2012-08-15  Roland McGrath  <roland@hack.frob.com>
24291
24292         * string/str-two-way.h: Include <sys/param.h>.
24293         (MAX): Macro removed.
24294
24295         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
24296         Move #define and #undef of memmove to just before and after
24297         including <string.h>.
24298
24299         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
24300         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
24301         and after including <string.h>.  Move declarations of
24302         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
24303         to before #include "string/memmove.c".
24304
24305         * include/dirent.h: Declare __getdirentries.
24306
24307         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
24308         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
24309
24310 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
24311
24312         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
24313         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
24314         * sysdeps/i386/configure: Regenerated.
24315         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
24316         STABS_CURRENT_FILE, and STABS_FUN.
24317         (END): Remove call to STABS_FUN_END.
24318         (STABS_CURRENT_FILE1): Delete.
24319         (STABS_CURRENT_FILE): Likewise.
24320         (STABS_FUN): Likewise.
24321         (STABS_FUN_END): Likewise.
24322         (STABS_FUN2): Likewise.
24323         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
24324         * sysdeps/x86_64/configure: Regenerated.
24325
24326 2012-08-14  Roland McGrath  <roland@hack.frob.com>
24327
24328         * elf/dl-open.c: Include <atomic.h>.
24329         * elf/dl-lookup.c: Likewise.
24330
24331 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
24332
24333         * sysdeps/unix/sysv/linux/kernel-features.h
24334         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
24335         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
24336         unconditionally.
24337         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
24338         unconditionally.
24339         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
24340         condition on __ASSUME_CLONE_THREAD_FLAGS.
24341
24342 2012-08-14  Andreas Jaeger  <aj@suse.de>
24343
24344         * sysdeps/i386/fpu/libm-test-ulps: Update.
24345
24346 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
24347
24348         * include/atomic.h (atomic_exchange_and_add): Split into ...
24349         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
24350         New atomic macros.
24351
24352 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
24353
24354         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
24355
24356 2012-08-13  Jeff Law <law@redhat.com>
24357
24358         * manual/stdio.texi (snprintf): Clarify handling of the trailing
24359         null byte in the output string.
24360
24361 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
24362
24363         * sysdeps/unix/sysv/linux/kernel-features.h
24364         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
24365         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
24366         (__ASSUME_ARG_MAX_STACK_BASED): Define.
24367         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
24368         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
24369         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
24370         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
24371
24372 2012-08-09  Jeff Law <law@redhat.com>
24373
24374         [BZ #13939]
24375         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
24376         When avoid_arena is set, don't retry in the that arena.  Pick the
24377         next one, whatever it might be.
24378         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
24379         (arena_lock): Pass in new parameter to arena_get2.
24380         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
24381         arena_get2.
24382         (__libc_malloc): Unify retrying after main arena failure with
24383         __libc_memalign version.
24384         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
24385
24386 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
24387
24388         [BZ #14166]
24389         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
24390         to __redirect_strstr.
24391         (__strstr_sse42): Use typeof __redirect_strstr.
24392         (__strstr_ia32): Likewise.
24393         (__libc_strstr): New prototype.
24394         (strstr): Renamed to ...
24395         (__libc_strstr): This.
24396         (strstr): New strong alias of __libc_strstr.
24397         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
24398         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
24399         __redirect_time.
24400         Include <time.h>.
24401         (__libc_time): New prototype.
24402         (time_ifunc): Replace time with __libc_time.
24403         (time): New strong alias and hidden definition of __libc_time.
24404         (__GI_time): Remove strong alias.
24405         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
24406         Include <stddef.h>.
24407         (memmove): Redefined to __redirect_memmove.
24408         (__memmove_sse2): Use typeof __redirect_memmove.
24409         (__memmove_ssse3): Likewise.
24410         (__memmove_ssse3_back): Likewise.
24411         (__libc_memmove): New prototype.
24412         (memmove): Renamed to ...
24413         (__libc_memmove): This.
24414         (memmove): New strong alias of __libc_memmove.
24415
24416 2012-08-08  Mark Salter  <msalter@redhat.com>
24417
24418         * elf/elf.h
24419         (R_MN10300_TLS_GD): Define.
24420         (R_MN10300_TLS_LD): Likewise.
24421         (R_MN10300_TLS_LDO): Likewise.
24422         (R_MN10300_TLS_GOTIE): Likewise.
24423         (R_MN10300_TLS_IE): Likewise.
24424         (R_MN10300_TLS_LE): Likewise.
24425         (R_MN10300_TLS_DTPMOD): Likewise.
24426         (R_MN10300_TLS_DTPOFF): Likewise.
24427         (R_MN10300_TLS_TPOFF): Likewise.
24428         (R_MN10300_SYM_DIFF): Likewise.
24429         (R_MN10300_ALIGN): Likewise.
24430         (R_MN10300_NUM): Update.
24431
24432 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
24433
24434         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
24435         Remove.
24436
24437 2012-08-08  Roland McGrath  <roland@hack.frob.com>
24438
24439         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
24440
24441         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
24442         sysdeps/unix -> sysdeps/posix move.
24443         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
24444
24445 2012-08-07      Allan McRae     <allan@archlinux.org>
24446
24447         [BZ #14303]
24448         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
24449         (SUNOS_CPP): Likewise.
24450         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
24451         not found.
24452         (open_input): Call CPP using execvp.
24453
24454 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
24455
24456         * sysdeps/unix/sysv/linux/kernel-features.h
24457         (__ASSUME_PROT_GROWSUPDOWN): Remove.
24458         (__ASSUME_NO_CLONE_DETACHED): Likewise.
24459         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
24460         (__ASSUME_WAITID_SYSCALL): Likewise.
24461         * sysdeps/unix/sysv/linux/dl-execstack.c
24462         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
24463         code unconditional.
24464         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
24465         conditional code.
24466         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
24467         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
24468         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
24469         code.
24470         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
24471         unconditional.
24472         [__ASSUME_WAITID_SYSCALL]: Likewise.
24473         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
24474
24475 2012-08-07  Roland McGrath  <roland@hack.frob.com>
24476
24477         * sysdeps/unix/closedir.c: Renamed to ...
24478         * sysdeps/posix/closedir.c: ... here.
24479         * sysdeps/unix/dirfd.c: Renamed to ...
24480         * sysdeps/posix/dirfd.c: ... here.
24481         * sysdeps/unix/dirstream.h: Renamed to ...
24482         * sysdeps/posix/dirstream.h: ... here.
24483         * sysdeps/unix/fdopendir.c: Renamed to ...
24484         * sysdeps/posix/fdopendir.c: ... here.
24485         * sysdeps/unix/opendir.c: Renamed to ...
24486         * sysdeps/posix/opendir.c: ... here.
24487         * sysdeps/unix/readdir.c: Renamed to ...
24488         * sysdeps/posix/readdir.c: ... here.
24489         * sysdeps/unix/readdir_r.c: Renamed to ...
24490         * sysdeps/posix/readdir_r.c: ... here.
24491         * sysdeps/unix/rewinddir.c: Renamed to ...
24492         * sysdeps/posix/rewinddir.c: ... here.
24493         * sysdeps/unix/seekdir.c: Renamed to ...
24494         * sysdeps/posix/seekdir.c: ... here.
24495         * sysdeps/unix/telldir.c: Renamed to ...
24496         * sysdeps/posix/telldir.c: ... here.
24497         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
24498         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
24499         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
24500         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
24501
24502         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
24503         * bits/fcntl.h: ... here.
24504
24505         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
24506         not 0.
24507         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
24508         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
24509         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
24510         (struct flock): Move l_start, l_len to the beginning.
24511         Use __pid_t for l_pid.
24512         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
24513         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
24514         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
24515         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
24516         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
24517         [__USE_LARGEFILE64] (struct flock64): New type.
24518         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
24519
24520         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
24521         * bits/dirent.h: ... here.
24522
24523         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
24524         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
24525
24526 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
24527
24528         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
24529         Change from 2.6.0 to 2.6.16.
24530         * sysdeps/unix/sysv/linux/configure: Regenerated.
24531         * sysdeps/unix/sysv/linux/kernel-features.h
24532         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
24533         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
24534         version.
24535         (__ASSUME_UTIMES): Likewise.
24536         (__ASSUME_CLONE_STOPPED): Remove.
24537         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
24538         architectures, not kernel version.
24539         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
24540         (__ASSUME_NO_CLONE_DETACHED): Likewise.
24541         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
24542         (__ASSUME_WAITID_SYSCALL): Likewise.
24543         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
24544         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
24545         * README: State 2.6.16 as minimum Linux kernel version.  Do not
24546         refer to older versions.
24547
24548 2012-08-06  Roland McGrath  <roland@hack.frob.com>
24549
24550         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
24551         Define alphasort64 as an alias.
24552         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
24553         Define versionsort64 as an alias.
24554         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
24555         Define scandir64 as an alias.
24556         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
24557         Define scandirat64 as an alias.
24558         * dirent/alphasort64.c (alphasort64):
24559         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
24560         * dirent/versionsort64.c: Likewise.
24561         * dirent/scandir64.c: Likewise.
24562         * dirent/scandirat64.c: Likewise.
24563         * sysdeps/wordsize-64/alphasort.c: File removed.
24564         * sysdeps/wordsize-64/alphasort64.c: File removed.
24565         * sysdeps/wordsize-64/scandir.c: File removed.
24566         * sysdeps/wordsize-64/scandir64.c: File removed.
24567         * sysdeps/wordsize-64/scandirat.c: File removed.
24568         * sysdeps/wordsize-64/scandirat64.c: File removed.
24569         * sysdeps/wordsize-64/versionsort.c: File removed.
24570         * sysdeps/wordsize-64/versionsort64.c: File removed.
24571         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
24572         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
24573         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
24574         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
24575         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
24576         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
24577         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
24578         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
24579
24580         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
24581         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
24582         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
24583         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
24584         [defined __arch64__ || defined __sparcv9]
24585         (__INO_T_MATCHES_INO64_T): New macro.
24586         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
24587         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
24588         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
24589         * sysdeps/unix/sysv/linux/bits/dirent.h
24590         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
24591         (_DIRENT_MATCHES_DIRENT64): New macro.
24592
24593         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
24594         Define lockf64 as an alias.
24595         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
24596         Define fseeko64 as an alias.
24597         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
24598         Define ftello64 as an alias.
24599         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
24600         Define _IO_fgetpos64 and fgetpos64 as aliases.
24601         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
24602         Define _IO_fsetpos64 and fsetpos64 as aliases.
24603         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
24604         Conditionalize body on this.
24605         * libio/fseeko64.c: Likewise.
24606         * libio/ftello64.c: Likewise.
24607         * libio/iofgetpos64.c: Likewise.
24608         * libio/iofsetpos64.c: Likewise.
24609         * sysdeps/wordsize-64/lockf.c: File removed.
24610         * sysdeps/wordsize-64/lockf64.c: File removed.
24611         * sysdeps/wordsize-64/fseeko.c: File removed.
24612         * sysdeps/wordsize-64/fseeko64.c: File removed.
24613         * sysdeps/wordsize-64/ftello.c: File removed.
24614         * sysdeps/wordsize-64/ftello64.c: File removed.
24615         * sysdeps/wordsize-64/iofgetpos.c: File removed.
24616         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
24617         * sysdeps/wordsize-64/iofsetpos.c: File removed.
24618         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
24619         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
24620         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
24621         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
24622         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
24623         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
24624         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
24625         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
24626         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
24627         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
24628         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
24629
24630         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
24631         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
24632         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
24633         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
24634         [defined __arch64__ || defined __sparcv9]
24635         (__OFF_T_MATCHES_OFF64_T): New macro.
24636         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
24637         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
24638         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
24639         (__OFF_T_MATCHES_OFF64_T): New macro.
24640
24641 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
24642
24643         * stdlib/secure-getenv.c (__secure_getenv): Replace
24644         GLIBC_2_16 with GLIBC_2_17.
24645
24646 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
24647
24648         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
24649         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
24650
24651 2012-08-03  David S. Miller  <davem@davemloft.net>
24652
24653         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24654
24655 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
24656
24657         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
24658         Remove.
24659         (__ASSUME_CORRECT_SI_PID): Likewise.
24660         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
24661         (__ASSUME_TMPFS_NAME): Likewise.
24662         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
24663         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
24664         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
24665         (HAVE_AUX_SECURE): Make definition unconditional.
24666         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
24667         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
24668
24669 2012-08-03  Roland McGrath  <roland@hack.frob.com>
24670
24671         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
24672         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
24673         * sysdeps/mach/hurd/eloop-threshold.h: New file.
24674         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
24675         __eloop_threshold instead of SYMLOOP_MAX.
24676
24677         * sysdeps/generic/eloop-threshold.h: New file.
24678         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
24679         of MAXSYMLINKS.
24680         * elf/chroot_canon.c (chroot_canon): Likewise.
24681
24682 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
24683
24684         [BZ #13717]
24685         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
24686         Change to 2.6.0 everywhere.
24687         * sysdeps/unix/sysv/linux/configure: Regenerated.
24688         * sysdeps/unix/sysv/linux/kernel-features.h
24689         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
24690         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
24691         kernel versions.
24692         (__ASSUME_POSIX_TIMERS): Define unconditionally.
24693         (__ASSUME_FUTEX_REQUEUE): Remove.
24694         (__ASSUME_STATFS64): Define unconditionally.
24695         (__ASSUME_AT_SECURE): Likewise.
24696         (__ASSUME_CORRECT_SI_PID): Likewise.
24697         (__ASSUME_TGKILL): Define without depending on kernel version for
24698         i386.
24699         (__ASSUME_UTIMES): Likewise.
24700         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
24701         kernel version.
24702         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
24703         (__ASSUME_TMPFS_NAME): Likewise.
24704         * README: Update reference to Linux kernel versions.
24705
24706 2012-08-02  Marek Polacek  <polacek@redhat.com>
24707
24708         [BZ# 14150]
24709         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
24710         libc_cv_asm_type_prefix with %.
24711         * configure: Regenerated.
24712         * include/libc-symbols.h: Remove comment about
24713         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
24714         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
24715         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
24716         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
24717         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
24718         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
24719         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
24720         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
24721         * elf/tst-unique2mod1.c: Likewise.
24722         * elf/tst-unique1mod2.c: Likewise.
24723         * elf/tst-unique1mod1.c: Likewise.
24724         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
24725         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
24726         Replace ASM_TYPE_DIRECTIVE with .type.
24727         * sysdeps/s390/s390-64/sysdep.h: Likewise.
24728         * sysdeps/i386/sysdep.h: Likewise.
24729         * sysdeps/x86_64/sysdep.h: Likewise.
24730         * sysdeps/sh/sysdep.h: Likewise.
24731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
24732         Do not define ASM_TYPE_DIRECTIVE.
24733         * sysdeps/powerpc/sysdep.h: Likewise.
24734         * sysdeps/powerpc/powerpc32/sysdep.h:
24735         Replace ASM_TYPE_DIRECTIVE with .type.
24736         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
24737         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
24738         * sysdeps/i386/fpu/e_powf.S: Likewise.
24739         * sysdeps/i386/fpu/e_expl.S: Likewise.
24740         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
24741         * sysdeps/i386/fpu/e_acosh.S: Likewise.
24742         * sysdeps/i386/fpu/e_pow.S: Likewise.
24743         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
24744         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
24745         * sysdeps/i386/fpu/s_expm1.S: Likewise.
24746         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
24747         * sysdeps/i386/fpu/e_log2.S: Likewise.
24748         * sysdeps/i386/fpu/e_log2l.S: Likewise.
24749         * sysdeps/i386/fpu/e_scalb.S: Likewise.
24750         * sysdeps/i386/fpu/e_powl.S: Likewise.
24751         * sysdeps/i386/fpu/e_log10f.S: Likewise.
24752         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
24753         * sysdeps/i386/fpu/e_logl.S: Likewise.
24754         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
24755         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
24756         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
24757         * sysdeps/i386/fpu/e_log2f.S: Likewise.
24758         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
24759         * sysdeps/i386/fpu/e_log.S: Likewise.
24760         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
24761         * sysdeps/i386/fpu/e_logf.S: Likewise.
24762         * sysdeps/i386/fpu/e_log10l.S: Likewise.
24763         * sysdeps/i386/fpu/e_atanh.S: Likewise.
24764         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
24765         * sysdeps/i386/fpu/e_log10.S: Likewise.
24766         * sysdeps/i386/fpu/s_frexp.S: Likewise.
24767         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
24768         * sysdeps/i386/fpu/s_asinh.S: Likewise.
24769         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
24770         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
24771         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
24772         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
24773         * sysdeps/i386/i686/strtok.S: Likewise.
24774         * sysdeps/i386/i386-mcount.S: Likewise.
24775         * sysdeps/i386/strtok.S: Likewise.
24776         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
24777         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
24778         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
24779         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
24780         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
24781         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
24782         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
24783         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
24784         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
24785         * sysdeps/x86_64/_mcount.S: Likewise.
24786         * sysdeps/x86_64/strtok.S: Likewise.
24787         * sysdeps/sh/_mcount.S: Likewise.
24788
24789 2012-08-01  Roland McGrath  <roland@hack.frob.com>
24790
24791         * libio/iofopen.c: Include <fcntl.h>.
24792         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
24793         (_IO_fopen64, fopen64): Define as aliases.
24794         * libio/iofopen64.c: Include <fcntl.h>.
24795         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
24796         Conditionalize body on this.
24797         * sysdeps/wordsize-64/iofopen.c: File removed.
24798         * sysdeps/wordsize-64/iofopen64.c: File removed.
24799
24800 2012-08-01  Marek Polacek  <polacek@redhat.com>
24801
24802         * libc/Makeconfig: Use elf in place of binfmt-subdir.
24803         Use dlfcn directly instead of a variable.
24804         (binfmt-subdir): Do not define.
24805         (dlfcn): Likewise.
24806
24807 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
24808
24809         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
24810         Remove all definitions.
24811         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
24812         <kernel-features.h>.
24813         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
24814         (miss_F_GETOWN_EX): Remove all definitions.
24815         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
24816         macro definition.
24817         [!__ASSUME_FCNTL64]: Remove conditional code.
24818         [__ASSUME_FCNTL64]: Make code unconditional.
24819         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
24820         <kernel-features.h>.
24821         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
24822         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
24823         (lockf64) [__NR_fcntl64]: Make code unconditional.
24824         (lockf64) [__ASSUME_FCNTL64]: Likewise.
24825
24826         * sysdeps/unix/sysv/linux/kernel-features.h
24827         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
24828         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
24829         Make code unconditional.
24830         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
24831         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
24832         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
24833         [__NR_vfork]: Make code unconditional.
24834         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
24835         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
24836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
24837         [__NR_vfork]: Make code unconditional.
24838         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
24839         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
24840
24841 2012-08-01  Roland McGrath  <roland@hack.frob.com>
24842
24843         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
24844         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
24845
24846         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
24847         Define mkstemp64 as an alias.
24848         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
24849         Define mkstemps64 as an alias.
24850         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
24851         Define mkostemp64 as an alias.
24852         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
24853         Define mkostemps64 as an alias.
24854         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
24855         Conditionalize body on this.
24856         * misc/mkostemp64.c: Likewise.
24857         * misc/mkostemps64.c: Likewise.
24858         * misc/mkstemps64.c: Likewise.
24859         * sysdeps/wordsize-64/mkstemp64.c: File removed.
24860         * sysdeps/wordsize-64/mkostemp64.c: File removed.
24861         * sysdeps/wordsize-64/mkostemp.c: File removed.
24862         * sysdeps/wordsize-64/mkstemp.c: File removed.
24863         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
24864         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
24865         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
24866         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
24867
24868         [BZ #14138]
24869         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
24870         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
24871         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
24872         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
24873
24874         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
24875         compat_symbol macros from <shlib-compat.h> rather than the underlying
24876         default_symbol_version and symbol_version macros, so that DEFAULT
24877         lines in shlib-versions are respected.
24878         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
24879
24880 2012-08-01  Florian Weimer  <fweimer@redhat.com>
24881
24882         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
24883         Declare with warn_unused_result.
24884         (setgid, setregid, setegid, setresgid): Likewise.
24885         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
24886         Likewise.
24887         * WUR-REPORT: Remove set*id functions.
24888
24889 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
24890
24891         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
24892
24893 2012-07-31  Roland McGrath  <roland@hack.frob.com>
24894
24895         [BZ #10191]
24896         * include/sys/socket.h (__libc_accept, __libc_accept4):
24897         Add attribute_hidden.
24898         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
24899
24900         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
24901         use of PTR_MANGLE.
24902         * inet/getnetgrent_r.c (setup): Likewise.
24903
24904         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
24905
24906 2012-07-31  David S. Miller  <davem@davemloft.net>
24907
24908         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24909
24910 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
24911
24912         [BZ #13629]
24913         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
24914         value between 1.0 and 2.0 and smaller part has absolute value less
24915         than 1.0.
24916         * math/s_clog10.c (__clog10): Likewise.
24917         * math/s_clog10f.c (__clog10f): Likewise.
24918         * math/s_clog10l.c (__clog10l): Likewise.
24919         * math/s_clogf.c (__clogf): Likewise.
24920         * math/s_clogl.c (__clogl): Likewise.
24921         * math/libm-test.inc (clog_test): Add more tests.
24922         (clog10_test): Likewise.
24923         * sysdeps/i386/fpu/libm-test-ulps: Update.
24924         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24925
24926 2012-07-31  Florian Weimer  <fweimer@redhat.com>
24927
24928         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
24929         Exit with zero in case no suitable GID is found, and write a
24930         message to standard error.
24931
24932 2012-07-30  Roland McGrath  <roland@hack.frob.com>
24933
24934         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
24935         rather than to 1.
24936         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
24937         (MAXPATHLEN): Removed.
24938         (NOGROUP, NODEV): New macros.
24939         (setbit, clrbit, isset, isclr): New macros.
24940         (howmany, roundup, powerof2): New macros.
24941         (DEV_BSIZE): New macro.
24942
24943         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
24944         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
24945
24946         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
24947         definition on [!__NO_LONG_DOUBLE_MATH].
24948
24949         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
24950         PTR_MANGLE and PTR_DEMANGLE.
24951
24952         * socket/accept4.c (accept4): Rename to __libc_accept4.
24953         Define accept4 as a weak alias.
24954
24955         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
24956         on [_DIRENT_HAVE_D_TYPE].
24957         * io/ftw.c (ftw_dir): Likewise.
24958
24959         * io/xmknod.c (__xmknod): Don't check PATH for being null.
24960
24961         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
24962
24963         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
24964         Use the BSD numbers rather than the arbitrary ones we had.
24965         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
24966         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
24967         (SIGXCPU, SIGXFSZ): New macros.
24968         (_NSIG): Now 32.
24969
24970         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
24971         initializer on [_LIBC_REENTRANT].
24972
24973         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
24974         definitions inside [_POSIX_MAPPED_FILES].
24975
24976         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
24977
24978         * dirent/opendir.c: Include <fcntl.h>.
24979
24980         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
24981         (__libc_getspecific): Likewise.
24982         (__libc_key_create): Likewise.
24983
24984         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
24985         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
24986         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
24987         (tmpfile64): Define as alias.
24988         * sysdeps/wordsize-64/tmpfile.c: File removed.
24989         * sysdeps/wordsize-64/tmpfile64.c: File removed.
24990         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
24991         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
24992
24993         * stdio-common/vfscanf.c: Include <stdbool.h>.
24994         * nss/makedb.c: Likewise.
24995         * stdio-common/_i18n_number.h: Likewise.
24996         * argp/argp-help.c: Likewise.
24997         * posix/wordexp.c: Likewise.
24998         * sysdeps/posix/spawni.c: Likewise.
24999         * nss/nss_files/files-initgroups.c: Likewise.
25000         * stdio-common/reg-modifier.c: Include <stdlib.h>.
25001         * nss/nss_files/files-initgroups.c: Likewise.
25002         * nss/nss_db/db-netgrp.c: Likewise.
25003         * nss/nss_db/db-initgroups.c: Likewise.
25004         * io/fchmodat.c: Include <sys/stat.h>.
25005
25006         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
25007         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
25008
25009         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
25010         [HAVE_MMAP].
25011
25012         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
25013         Add multiple inclusion protection.
25014
25015 2012-07-27  David S. Miller  <davem@davemloft.net>
25016
25017         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25018
25019 2012-07-27  Gary Benson  <gbenson@redhat.com>
25020
25021         [BZ #14298]
25022         * elf/rtld.c: Include <stap-probe.h>.
25023         (dl_main): Added static probes "init_start" and "init_complete".
25024         * elf/dl-load.c: Include <stap-probe.h>.
25025         (lose): Take new parameter "nsid".
25026         Added static probe "map_failed".
25027         (_dl_map_object_from_fd): Pass namespace id to lose.
25028         Added static probe "map_start".
25029         (open_verify): Pass namespace id to lose.
25030         * elf/dl-open.c: Include <stap-probe.h>.
25031         (dl_open_worker) Added static probes "map_complete", "reloc_start"
25032         and "reloc_complete".
25033         * elf/dl-close.c: Include <stap-probe.h>.
25034         (_dl_close_worker): Added static probes "unmap_start" and
25035         "unmap_complete".
25036         * elf/rtld-debugger-interface.txt: New file documenting the above.
25037
25038 2012-07-26  Roland McGrath  <roland@hack.frob.com>
25039
25040         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
25041         rather than a string variable.
25042         * sunrpc/rpc_main.c (h_output): Likewise.
25043         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
25044
25045 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
25046
25047         * inet/check_native.c: New file.
25048
25049 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
25050
25051         [BZ #13629]
25052         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
25053         if larger part has absolute value 1.0.
25054         * math/s_clog10.c (__clog10): Likewise.
25055         * math/s_clog10f.c (__clog10f): Likewise.
25056         * math/s_clog10l.c (__clog10l): Likewise.
25057         * math/s_clogf.c (__clogf): Likewise.
25058         * math/s_clogl.c (__clogl): Likewise.
25059         * math/libm-test.inc (clog_test): Add more tests.
25060         (clog10_test): Likewise.
25061         * sysdeps/i386/fpu/libm-test-ulps: Update.
25062         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25063
25064         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
25065         (pltexit): Likewise.
25066         (La_regs): Likewise.
25067         (La_retval): Likewise.
25068         (int_retval): Likewise.
25069         Update #error for removed macros to refer only to definitions in
25070         tst-audit.h.
25071         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
25072         macro.
25073         (pltexit): Likewise.
25074         (La_regs): Likewise.
25075         (La_retval): Likewise.
25076         (int_retval): Likewise.
25077         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
25078         macro.
25079         (pltexit): Likewise.
25080         (La_regs): Likewise.
25081         (La_retval): Likewise.
25082         (int_retval): Likewise.
25083         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
25084         macro.
25085         (pltexit): Likewise.
25086         (La_regs): Likewise.
25087         (La_retval): Likewise.
25088         (int_retval): Likewise.
25089         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
25090         macro.
25091         (pltexit): Likewise.
25092         (La_regs): Likewise.
25093         (La_retval): Likewise.
25094         (int_retval): Likewise.
25095         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
25096         macro.
25097         (pltexit): Likewise.
25098         (La_regs): Likewise.
25099         (La_retval): Likewise.
25100         (int_retval): Likewise.
25101         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
25102         macro.
25103         (pltexit): Likewise.
25104         (La_regs): Likewise.
25105         (La_retval): Likewise.
25106         (int_retval): Likewise.
25107         * sysdeps/generic/tst-audit.h: Update comment to refer only to
25108         macro definitions in tst-audit.h.
25109         * sysdeps/i386/tst-audit.h: New file.
25110         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
25111         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
25112         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
25113         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
25114         * sysdeps/sh/tst-audit.h: Likewise.
25115         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
25116         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
25117         * sysdeps/x86_64/tst-audit.h: Likewise.
25118
25119 2012-07-26  Andreas Jaeger  <aj@suse.de>
25120
25121         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
25122         ptrace.
25123
25124         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
25125         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
25126         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
25127         PTRACE_O_MASK.
25128         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
25129         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
25130         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
25131
25132         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
25133         value.
25134
25135         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
25136         _sigsys.
25137         (si_call_addr, si_syscall, si_arch): Define new macro.
25138         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
25139         _sigsys.
25140         (si_call_addr, si_syscall, si_arch): Define new marcro.
25141         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
25142         _sigsys.
25143         (si_call_addr, si_syscall, si_arch): Define new macro.
25144         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
25145         _sigsys.
25146         (si_call_addr, si_syscall, si_arch): Define new macro.
25147
25148 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
25149
25150         [BZ #13717]
25151         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
25152         Change to 2.4.21 where previously 2.4.1.
25153         * sysdeps/unix/sysv/linux/configure: Regenerated.
25154         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
25155         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
25156         Linux kernel version.
25157         (__ASSUME_STD_AUXV): Remove.
25158         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
25159         kernel version.
25160         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
25161         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
25162         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
25163         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
25164         (__ASSUME_NETLINK_SUPPORT): Likewise.
25165         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
25166         (__no_netlink_support): Remove conditional definition.
25167         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
25168         Remove.
25169         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
25170         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
25171         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
25172         (if_nameindex_ioctl): Remove.
25173         (if_nameindex_netlink): Do not handle __no_netlink_support.
25174         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
25175         code.
25176         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
25177         Remove conditional code.
25178         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
25179         code.
25180         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
25181         unconditional.
25182         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
25183         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
25184         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
25185         Remove.
25186         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
25187         [!__ASSUME_STD_AUXV]: Remove conditional code.
25188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
25189         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
25190         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
25191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
25192         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
25193         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
25194         code.
25195         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
25196         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
25197         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
25198         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
25199         conditional code.
25200         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
25201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
25202         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
25203         code.
25204         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
25205         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
25206         conditional code.
25207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
25208         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
25209         code unconditional.
25210         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
25211         conditional code.
25212         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
25213         unconditional.
25214         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
25215         conditional code.
25216         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
25217         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
25218         unconditional.
25219         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
25220         conditional code.
25221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
25222         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
25223         code unconditional.
25224         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
25225         conditional code.
25226         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
25227         unconditional.
25228         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
25229         conditional code.
25230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
25231         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
25232         code unconditional.
25233         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
25234         conditional code.
25235         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
25236         unconditional.
25237         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
25238         conditional code.
25239
25240 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
25241
25242         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
25243         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
25244         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
25245         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
25246         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
25247         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
25248         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
25249         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
25250         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
25251         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
25252         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
25253         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
25254         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
25255         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
25256         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
25257         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
25258         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
25259         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
25260         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
25261         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
25262         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
25263         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
25264         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
25265
25266 2012-07-25  Florian Weimer  <fweimer@redhat.com>
25267
25268         * Versions.def: Add GLIBC_2.17.
25269         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
25270         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
25271         Introduce __libc_secure_getenv.
25272         * stdlib/Versions (2.17): Add secure_getenv
25273         (GLIBC_PRIVATE): Add __libc_secure_getenv.
25274         * stdlib/secure-getenv.c: Rename __secure_getenv to
25275         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
25276         symbol __secure_getenv for GLIBC_2.0.
25277         * stdlib/tst-secure-getenv.c: New.
25278         * stdlib/Makefile (tests): Add testcase.
25279         * manual/startup.texi (Environment Access): Document
25280         secure_getenv.
25281         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
25282         __libc_secure_getenv.
25283         * inet/ruserpass.c (ruserpass): Likewise.
25284         * malloc/mtrace.c (mtrace): Likewise.
25285         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
25286         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
25287         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
25288         * sysdeps/posix/tempname.c: Likewise.  Evaluate
25289         HAVE_SECURE_GETENV.
25290         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
25291         __secure_getenv to __libc_secure_getenv.
25292         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
25293         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
25294         Likewise.
25295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
25296         Likewise.
25297         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
25298         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
25299         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
25300         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
25301         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
25302         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
25303         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
25304
25305 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
25306
25307         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
25308         (struct La_i86_retval): Likewise.
25309         (struct La_x86_64_regs): Likewise.
25310         (struct La_x86_64_retval): Likewise.
25311         (struct La_x32_regs): Likewise.
25312         (struct La_x32_retval): Likewise.
25313         (struct La_ppc32_regs): Likewise.
25314         (struct La_ppc32_retval): Likewise.
25315         (struct La_ppc64_regs): Likewise.
25316         (struct La_ppc64_retval): Likewise.
25317         (struct La_sh_regs): Likewise.
25318         (struct La_sh_retval): Likewise.
25319         (struct La_s390_32_regs): Likewise.
25320         (struct La_s390_32_retval): Likewise.
25321         (struct La_s390_64_regs): Likewise.
25322         (struct La_s390_64_retval): Likewise.
25323         (struct La_sparc32_regs): Likewise.
25324         (struct La_sparc32_retval): Likewise.
25325         (struct La_sparc64_regs): Likewise.
25326         (struct La_sparc64_retval): Likewise.
25327         (struct audit_ifaces): Remove architecture-specific pltenter and
25328         pltexit members.
25329         * sysdeps/i386/ldsodefs.h: New file.
25330         * sysdeps/powerpc/ldsodefs.h: Likewise.
25331         * sysdeps/s390/ldsodefs.h: Likewise.
25332         * sysdeps/sh/ldsodefs.h: Likewise.
25333         * sysdeps/sparc/ldsodefs.h: Likewise.
25334         * sysdeps/x86_64/ldsodefs.h: Likewise.
25335
25336 2012-07-25  Marek Polacek  <polacek@redhat.com>
25337
25338         [BZ #6808]
25339         * math/libm-test.inc (yn_test): Add another test.
25340         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
25341         to ERANGE when the result is +-Inf.
25342         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
25343         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
25344         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
25345         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
25346
25347 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
25348
25349         * conform/data/time.h-data (NULL): Use macro-constant.  Require
25350         equal to 0.
25351         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
25352         clock_t.
25353         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
25354
25355 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
25356
25357         * configure.in <sysdeps resolving>: Correct printing
25358         Implies_before.
25359         * configure: Regenerate.
25360
25361 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
25362
25363         * math/w_ilogb.c: Include <limits.h>.
25364         * math/w_ilogbl.c: Likewise.
25365
25366 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
25367
25368         * manual/lang.texi (__va_copy): Document primarily as ISO C99
25369         va_copy.  Document allowing for unavailable va_copy only as
25370         pre-C99 compatibility.
25371         * manual/string.texi (Copying and Concatenation): Use va_copy
25372         instead of __va_copy in concat example.
25373
25374 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
25375
25376         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
25377         (__sendto): Use create_address_port.  Initialize APORT and deallocate
25378         it if not null.
25379
25380         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
25381         with O_NOLINK passed to __file_name_lookup.
25382
25383         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
25384         with O_NOLINK passed to __file_name_lookup.
25385
25386         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
25387         negative N or less than NGIDS.
25388
25389         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
25390         type to string_t.  Set ERANGE as errno and return it if NAME is not big
25391         enough.  Use memcpy instead of strncpy.
25392
25393 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
25394
25395         * elf/Makefile (check-data): Remove.
25396         (localplt.data): New vpath directive.
25397         ($(objpfx)check-localplt.out): Use localplt.data from vpath
25398         instead of $(check-data).
25399         * scripts/data/localplt-generic.data: Move to ...
25400         * sysdeps/generic/localplt.data: ... here.
25401         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
25402         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
25403         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
25404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
25405         ... here.
25406         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
25407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
25408         ... here.
25409         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
25410         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
25411         ... here.
25412         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
25413         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
25414         ... here.
25415         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
25416         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
25417         ... here.
25418         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
25419         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
25420         ... here.
25421
25422 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25423
25424         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
25425         PPC32 and PPC64 files.
25426         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
25427         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
25428
25429 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25430
25431         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
25432         __makecontext_ret to ...
25433         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
25434         ... here and call exit if uc_link is NULL.  New file.
25435         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
25436         __makecontext_ret.S.
25437         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
25438         __makecontext_ret to ...
25439         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
25440         ... here and call exit if uc_link is NULL.  New file.
25441         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
25442         __makecontext_ret.S.
25443
25444 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25445
25446         * elf/elf.h (R_390_IRELATIVE): New definition.
25447         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
25448         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
25449         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
25450         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
25451         (elf_machine_lazy_rel): Likewise.
25452         * sysdeps/s390/dl-irel.h: New file.
25453         * sysdeps/s390/s390-64/memcpy.S: New asm code.
25454         * sysdeps/s390/s390-64/memset.S: New asm code.
25455         * sysdeps/s390/s390-64/memcmp.S: New asm code.
25456         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
25457         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
25458         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
25459         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
25460         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
25461         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
25462         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
25463         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
25464         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
25465         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
25466         * sysdeps/s390/s390-32/memcpy.S: New asm code.
25467         * sysdeps/s390/s390-32/memset.S: New asm code.
25468         * sysdeps/s390/s390-32/memcmp.S: New asm code.
25469
25470 2012-07-17  Marek Polacek  <polacek@redhat.com>
25471
25472         [BZ #14349]
25473         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
25474         * sysdeps/s390/s390-64/configure.in: Likewise.
25475         * sysdeps/sparc/configure.in: Likewise.
25476         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
25477         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
25478         * sysdeps/i386/configure.in: Likewise.
25479         * sysdeps/x86_64/configure.in: Likewise.
25480         * sysdeps/sh/configure.in: Likewise.
25481         * sysdeps/s390/s390-32/configure: Regenerated.
25482         * sysdeps/s390/s390-64/configure: Likewise.
25483         * sysdeps/x86_64/configure: Likewise.
25484         * sysdeps/sh/configure: Likewise.
25485         * sysdeps/powerpc/powerpc64/configure: Likewise.
25486         * sysdeps/powerpc/powerpc32/configure: Likewise.
25487         * sysdeps/sparc/configure: Likwise.
25488         * sysdeps/i386/configure: Likewise.
25489
25490         * elf/dl-open.c: Comment fixes.
25491
25492 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
25493
25494         * Makefile [CXX] (check-data): Remove.
25495         [CXX] (c++-types.data): New vpath directive.
25496         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
25497         vpath.  Do not allow for C++ type data being missing.
25498         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
25499         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
25500         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
25501         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
25502         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
25503         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
25504         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
25505         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
25506         ... here.
25507         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
25508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
25509         ... here.
25510         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
25511         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
25512         ... here.
25513         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
25514         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
25515         ... here.
25516         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
25517         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
25518         ... here.
25519         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
25520         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
25521         ... here.
25522         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
25523         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
25524         ... here.
25525         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
25526         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
25527
25528         * elf/tls-macros.h (TLS_LE): Move architecture-specific
25529         definitions to architecture-specific files.
25530         (TLS_IE): Likewise.
25531         (TLS_LD): Likewise.
25532         (TLS_GD): Likewise.
25533         * sysdeps/i386/tls-macros.h: New file.
25534         * sysdeps/powerpc/tls-macros.h: Likewise.
25535         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
25536         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
25537         * sysdeps/sh/tls-macros.h: Likewise.
25538         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
25539         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
25540         * sysdeps/x86_64/tls-macros.h: Likewise.
25541
25542 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
25543
25544         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
25545         zero value for regular exit case.
25546
25547         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
25548         (__start_context): Preserve zero value for regular exit case.
25549
25550 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
25551             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25552
25553         * manual/setjmp.texi (setcontext): Clarify normal process
25554         termination when uc_link is the null pointer.
25555         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
25556         exit call.
25557
25558 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
25559
25560         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
25561         preprocessor.  Test for each exception mask separately.
25562
25563 2012-07-16  Andreas Jaeger  <aj@suse.de>
25564
25565         * po/ru.po: Update from translation team.
25566
25567 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
25568
25569         * conform/data/string.h-data (NULL): Use macro-constant.  Require
25570         equal to 0.
25571         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
25572         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
25573         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
25574         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
25575         [ISO || ISO99 || ISO11] (*_t): Do not allow.
25576
25577 2012-07-13  Andreas Jaeger  <aj@suse.de>
25578
25579         * po/fr.po: Update from translation team.
25580
25581 2012-07-12  Marek Polacek  <polacek@redhat.com>
25582
25583         [BZ #14173]
25584         * math/libm-test.inc (yn_test): Add test for BZ #14173.
25585         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
25586         loop condition.
25587
25588 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
25589
25590         [BZ #13717]
25591         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
25592         Change to 2.4.1 where previously 2.4.0.
25593         * sysdeps/unix/sysv/linux/configure: Regenerated.
25594         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
25595         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
25596         version.
25597         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
25598         (__ASSUME_AT_CLKTCK): Remove.
25599         (__ASSUME_AT_PAGESIZE): Likewise.
25600         (__ASSUME_AT_XID): Likewise.
25601         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
25602         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
25603         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
25604         unconditionally.
25605         (HAVE_AUX_PAGESIZE): Likewise.
25606         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
25607         [__ASSUME_AT_CLKTCK]: Make code unconditional.
25608         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
25609
25610 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
25611
25612         [BZ #14307]
25613         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
25614         the temporary buffer used to invoke __gethostbyname2_r,
25615         __gethostbyaddr_r and gethostbyname4_r to make room for struct
25616         host_data / struct gaih_addrtuple.
25617         * resolv/nss_dns/dns-host.c (global scope): Move definition of
25618         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
25619         header file nss/nsswitch.h.
25620         * nss/nsswitch.h (global scope): Add definition of implementation
25621         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
25622         resolv/nss_dns/dns-host.c).
25623
25624 2012-07-11  Andreas Jaeger  <aj@suse.de>
25625
25626         * po/fr.po: Update from translation team.
25627
25628         * po/sv.po: Update from translation team
25629         * po/fr.po: Another update from translation team.
25630
25631 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25632
25633         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
25634         for subnormals or multiply small sinh result by itself.
25635         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
25636         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25637
25638 2012-07-11  David S. Miller  <davem@davemloft.net>
25639
25640         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25641
25642 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
25643
25644         [BZ #14347]
25645         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
25646         (INTERNAL_MARK): Shift it here.
25647
25648 2012-07-10  Marek Polacek  <polacek@redhat.com>
25649
25650         [BZ #14151]
25651         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
25652         libc_cv_asm_global_directive with .globl.
25653         * configure: Regenerated.
25654         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
25655         with .globl.
25656         * sysdeps/i386/configure: Regenerated.
25657         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
25658         with .globl.
25659         * sysdeps/x86_64/configure: Regenerated.
25660         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
25661         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
25662         * elf/tst-unique2mod2.c: Likewise.
25663         * elf/tst-unique2mod1.c: Likewise.
25664         * elf/tst-unique1mod2.c: Likewise.
25665         * elf/tst-unique1mod1.c: Likewise.
25666         * sysdeps/s390/s390-32/sysdep.h: Likewise.
25667         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
25668         * sysdeps/s390/s390-64/sysdep.h: Likewise.
25669         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
25670         * sysdeps/mach/sysdep.h: Likewise.
25671         * sysdeps/i386/sysdep.h: Likewise.
25672         * sysdeps/i386/i386-mcount.S: Likewise.
25673         * sysdeps/x86_64/_mcount.S: Likewise.
25674         * sysdeps/x86_64/sysdep.h: Likewise.
25675         * sysdeps/sh/_mcount.S: Likewise.
25676         * sysdeps/sh/sysdep.h: Likewise.
25677         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
25678         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
25679         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
25680         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
25681         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
25682         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
25683         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
25684         * locale/localeinfo.h: Likewise.
25685         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
25686         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
25687
25688 2012-07-09  Roland McGrath  <roland@hack.frob.com>
25689
25690         [BZ #14336]
25691         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
25692         system".
25693         * manual/message.texi (The Uniforum approach): Likewise.
25694         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
25695         (glibc iconv Implementation): Likewise.
25696
25697 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
25698
25699         [BZ #14337]
25700         * math/s_clog.c (__clog): Avoid scaling a value down where that
25701         could result in underflow.
25702         * math/s_clog10.c (__clog10): Likewise.
25703         * math/s_clog10f.c (__clog10f): Likewise.
25704         * math/s_clog10l.c (__clog10l): Likewise.
25705         * math/s_clogf.c (__clogf): Likewise.
25706         * math/s_clogl.c (__clogl): Likewise.
25707         * math/libm-test.inc (clog_test): Add more tests.
25708         (clog10_test): Likewise.
25709         * sysdeps/i386/fpu/libm-test-ulps: Update.
25710         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25711
25712 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
25713
25714         [BZ #14283]
25715         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
25716         by 7 not 8 to examine high bit of fractional part.
25717
25718         [BZ #14042]
25719         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
25720         for call to __mcount_internal.
25721         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
25722         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
25723         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
25724
25725 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
25726
25727         [BZ #14154]
25728         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
25729         approximation for values within 0x1p-13f of an odd multiple of
25730         pi/4.
25731         * math/libm-test.inc (tan_test): Do not allow spurious underflow
25732         exception.  Add more tests.
25733         * sysdeps/i386/fpu/libm-test-ulps: Update.
25734
25735         [BZ #6778]
25736         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
25737         inputs and return -1 for them.  Do not check for +Inf in case not
25738         reachable for +Inf.
25739         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
25740         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
25741         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
25742         and return -1 for them.  Do not check for +Inf in case not
25743         reachable for +Inf.
25744         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
25745         define.
25746         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
25747         and return -1 for them.  Do not check for +Inf in case not
25748         reachable for +Inf.
25749         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
25750         spurious underflow.
25751         * sysdeps/i386/fpu/libm-test-ulps: Update.
25752         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25753
25754 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
25755
25756         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
25757
25758 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
25759
25760         [BZ #14157]
25761         [BZ #14331]
25762         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
25763         could result in spurious underflow.  Scale down values above
25764         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
25765         * math/s_csqrtf.c (__csqrtf): Likewise.
25766         * math/s_csqrtl.c (__csqrtl): Likewise.
25767         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
25768         spurious underflow.
25769         * sysdeps/i386/fpu/libm-test-ulps: Update.
25770         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25771
25772 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
25773
25774         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
25775         xopen-msg.sed.
25776         * catgets/xopen-msg.awk: New file.
25777         * catgets/xopen-msg.sed: Removed.
25778
25779         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
25780         po2text.sed.
25781         * intl/po2test.awk: New file.
25782         * intl/po2test.sed: Removed.
25783
25784 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
25785
25786         [BZ #14328]
25787         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
25788         or multiply small sinh result by itself.
25789         * math/s_ctanf.c (__ctanf): Likewise.
25790         * math/s_ctanh.c (__ctanh): Likewise.
25791         * math/s_ctanhf.c (__ctanhf): Likewise.
25792         * math/s_ctanhl.c (__ctanhl): Likewise.
25793         * math/s_ctanl.c (__ctanl): Likewise.
25794         * math/libm-test.inc (ctan_test_tonearest): New function.
25795         (ctan_test_towardzero): Likewise.
25796         (ctan_test_downward): Likewise.
25797         (ctan_test_upward): Likewise.
25798         (ctanh_test_tonearest): Likewise.
25799         (ctanh_test_towardzero): Likewise.
25800         (ctanh_test_downward): Likewise.
25801         (ctanh_test_upward): Likewise.
25802         (main): Call these new functions.
25803         * sysdeps/i386/fpu/libm-test-ulps: Update.
25804         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25805
25806 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
25807
25808         * .gitignore: Delete /ports entry.
25809
25810 2012-07-03  Andreas Jaeger  <aj@suse.de>
25811
25812         * po/bg.po: Update from translation team.
25813         * po/cs.po: Likewise.
25814         * po/de.po: Likewise.
25815         * po/hr.po: Likewise.
25816         * po/nl.pl: Likewise.
25817         * po/pl.po: Likewise.
25818         * po/vi.po: Likewise.
25819
25820 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
25821
25822         * Makeconfig [!+link] (+link-before-libc): New variable.
25823         [!+link] (+link-after-libc): Likewise.
25824         [!+link] (+link-tests): Likewise.
25825         [!+link] (+link): Define in terms of $(+link-before-libc) and
25826         $(+link-after-libc).
25827         [!+link-static] (+link-static-before-libc): New variable.
25828         [!+link-static] (+link-static-after-libc): Likewise.
25829         [!+link-static] (+link-static-tests): Likewise.
25830         [!+link-static] (+link-static): Define in terms of
25831         $(+link-static-before-libc) and $(+link-static-after-libc).
25832         [build-shared] (link-libc-before-gnulib): New variable.
25833         [build-shared] (link-libc-tests): Likewise.
25834         [build-shared] (link-libc): Define in terms of
25835         $(link-libc-before-gnulib).
25836         [!build-shared] (link-libc-tests): New variable.
25837         (link-libc-static-tests): New variable.
25838         [!gnulib] (gnulib-arch): New variable.
25839         [!gnulib] (gnulib-tests): Likewise.
25840         [!gnulib] (static-gnulib-arch): Likewise.
25841         [!gnulib] (static-gnulib-tests): Likewise.
25842         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
25843         Define with "=" instead of ":=".
25844         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
25845         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
25846         * Rules (binaries-all-notests): New variable.
25847         (binaries-all-tests): Likewise.
25848         (binaries-static-notests): Likewise.
25849         (binaries-static-tests): Likewise.
25850         (binaries-all): Define using $(binaries-all-notests) and
25851         $(binaries-all-tests).
25852         (binaries-static): Define using $(binaries-static-notests) and
25853         $(binaries-static-tests).
25854         (binaries-shared-tests): New variable.
25855         (binaries-shared-notests): Likewise.
25856         (binaries-shared): Remove variable.
25857         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
25858         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
25859         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
25860         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
25861         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
25862         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
25863         * elf/Makefile (sln-modules): New variable.
25864         (extra-objs): Add $(sln-modules:=.o).
25865         (ldconfig-modules): Add static-stubs.
25866         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
25867         * elf/static-stubs.c: New file.
25868
25869         [BZ #14283]
25870         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
25871         by 7 not 8 to examine high bit of fractional part.  Use volatile
25872         variables when splitting into final array of floats if
25873         __FLT_EVAL_METHOD__ != 0.
25874         * math/libm-test.inc (cos_test): Add another test.
25875         (sin_test): Likewise.
25876         * sysdeps/i386/fpu/libm-test-ulps: Update.
25877
25878         [BZ #14273]
25879         * math/libm-test.inc (cosh_test): Add more tests.
25880
25881         * version.h (RELEASE): Set to "development".
25882         (VERSION): Set to "2.16.90".
25883
25884 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
25885
25886         * NEWS: Update copyright. Remove last-updated date.
25887         Mention math library bug fixes and timezone data changes.
25888         * README: Mention GNU/Hurd, x32, and HPPA support status.
25889
25890 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
25891
25892         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
25893
25894 2012-06-27  Andreas Jaeger  <aj@suse.de>
25895
25896         * manual/contrib.texi (Contributors): Add Samuel Thibault.
25897
25898 2012-06-25  Andreas Jaeger  <aj@suse.de>
25899
25900         * sysdeps/s390/fpu/libm-test-ulps: Update.
25901
25902 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
25903             Thomas Schwinge  <thomas@codesourcery.com>
25904
25905         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
25906         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
25907         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
25908         fanotify_mark.
25909
25910 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
25911
25912         * sysdeps/mach/start.c: Remove file.
25913         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
25914         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
25915         * sysdeps/sh/init-first.c: Likewise.
25916
25917         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
25918         registers for frame unwinding purposes, add CFI directives.
25919         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
25920         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
25921         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
25922         Likewise.
25923
25924         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
25925         __fortify_fail returning.
25926         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
25927
25928         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
25929         sysdeps/sh/____longjmp_chk.S.
25930         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
25931         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
25932         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
25933         (gen-as-const-headers): Append sigaltstack-offsets.sym.
25934
25935         * sysdeps/sh/abort-instr.h: New file.
25936         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
25937         process in case exit returns.
25938
25939         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
25940         initialize the GOT register before use.
25941
25942         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
25943         calculation of ARGC > 4.
25944
25945         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
25946         meaningful names to some local labels.
25947
25948 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
25949             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25950
25951         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
25952         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
25953         (__arch_compare_and_exchange_val_16_acq): Likewise.
25954         (__arch_compare_and_exchange_val_32_acq): Likewise.
25955         (atomic_exchange_and_add): Fix gUSA sequence.
25956         (atomic_add): Likewise.
25957         (atomic_add_negative): Likewise.
25958         (atomic_add_zero): Likewise.
25959         (atomic_bit_test_set): Likewise.
25960
25961 2012-06-22  Andreas Schwab  <schwab@redhat.com>
25962
25963         [BZ #13579]
25964         * include/link.h (struct link_map): Add l_free_initfini.
25965         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
25966         l_initfini.
25967         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
25968         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
25969         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
25970         set.
25971
25972 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
25973
25974         * configure.in: Use AC_LANG_SOURCE.
25975         * configure: Regenerate.
25976
25977 2012-06-22  Roland McGrath  <roland@hack.frob.com>
25978
25979         * configure.in (libc_cv_localstatedir): New substituted variable.
25980         * configure: Regenerated.
25981         * config.make.in (localstatedir): New variable, substituted from
25982         libc_cv_localstatedir.
25983         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
25984         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
25985         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
25986         * sysdeps/gnu/configure: Regenerated.
25987
25988 2012-06-21  Jeff Law  <law@redhat.com>
25989
25990         [BZ #14277]
25991         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
25992         free.  Simplify list management for _LIBC case.
25993
25994 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
25995
25996         [BZ #14273]
25997         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
25998         Clear sign bit of 64-bit integer value before comparing against
25999         overflow value.
26000
26001         * sysdeps/mach/configure: Regenerated.
26002
26003 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
26004
26005         [BZ #14278]
26006         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
26007
26008 2012-06-21  Jeff Law  <law@redhat.com>
26009
26010         [BZ #13882]
26011         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
26012         uint16_t for elements in the "seen" array to avoid char overflows.
26013         * elf/dl-fini.c (_dl_sort_fini): Likewise.
26014         * elf/dl-open.c (dl_open_worker): Likewise.
26015
26016 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
26017
26018         * scripts/list-sources.sh: Scan PORTS for translations.
26019         * po/libc.pot: Regenerated.
26020
26021 2012-06-21  Andreas Jaeger  <aj@suse.de>
26022
26023         [BZ #12194]
26024         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
26025         warning.
26026         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
26027         * bits/byteswap-16.h (__bswap_16): Likewise.
26028         * bits/byteswap.h (__bswap_constant_16): Likewise.
26029
26030 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
26031
26032         [BZ #14117]
26033         * sysdeps/i386/fpu_control.h: Removed.
26034         * sysdeps/x86_64/fpu_control.h: Moved to ...
26035         * sysdeps/x86/fpu_control.h: Here.
26036
26037         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
26038         (_FPU_SETCW): Likewise.
26039
26040 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
26041
26042         [BZ #14117]
26043         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
26044         * sysdeps/x86/fpu/bits/mathinline.h: This.
26045         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
26046
26047         [BZ #14050]
26048         [BZ #14117]
26049         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
26050         functions if __x86_64__ is defined.
26051
26052 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
26053
26054         * string/endian.h: Add !__ASSEMBLER__ condition for including
26055         conversion interfaces.
26056
26057 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
26058
26059         [BZ #14241]
26060         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
26061         of ABS(x) in calculating zero to negative powers other than odd
26062         integers.
26063         * math/libm-test.inc (pow_test): Add more tests.
26064
26065 2012-06-15  Andreas Jaeger  <aj@suse.de>
26066
26067         * manual/contrib.texi (Contributors): Update entry of Liubov
26068         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
26069         Machado Filho.
26070
26071 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
26072
26073         * string/string.h: Add __wur to GNU version of strerror_r.
26074
26075 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
26076
26077         [BZ #14229]
26078         * string/Makefile (tests): Add tst-strtok_r.
26079         * string/tst-strtok_r.c: New file.
26080         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
26081         RAX_LP/RDX_LP on SAVE_PTR.
26082
26083 2012-06-14  Roland McGrath  <roland@hack.frob.com>
26084
26085         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
26086
26087 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
26088
26089         * libm_test.inc (csqrt_test): Allow more spurious underflow
26090         exceptions.
26091         (j0_test): Likewise.
26092         (j1_test): Likewise.
26093         (y0_test): Likewise.
26094         (y1_test): Likewise.
26095
26096 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
26097
26098         * po/Makefile (libc.pot): Use UTF-8 charset.
26099
26100 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
26101
26102         [BZ #14210]
26103         Suppress sign-conversion warning from FD_SET.
26104         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
26105         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
26106         not unsigned long int.
26107         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
26108
26109 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
26110
26111         [BZ #14050]
26112         [BZ #14117]
26113         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
26114         __extern_always_inline instead of __extern_inline.
26115         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
26116         (__signbit): Likewise.
26117         (__signbitl): Support C++ namespace.
26118         (lrintf): New inline function.
26119         (lrint): Likewise.
26120         (llrintf): Likewise.
26121         (llrint): Likewise.
26122         (fmaxf): Likewise.
26123         (fmax): Likewise.
26124         (fminf): Likewise.
26125         (fmin): Likewise.
26126         (rint): Likewise.
26127         (rintf): Likewise.
26128         (ceil): Likewise.
26129         (ceilf): Likewise.
26130         (floor): Likewise.
26131         (floorf): Likewise.
26132         (nearbyint): Likewise.
26133         (nearbyintf): Likewise.
26134
26135 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
26136
26137         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
26138         non-default versions.
26139
26140 2012-06-11  Roland McGrath  <roland@hack.frob.com>
26141
26142         [BZ #14218]
26143         * manual/argp.texi (Argp): Reword argp_parse description slightly.
26144
26145 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
26146
26147         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
26148         (FE_UPWARD, FE_DOWNWARD): Don't define.
26149         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
26150         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
26151
26152         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
26153         reading it.
26154         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
26155         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
26156
26157 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
26158
26159         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
26160         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
26161         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
26162         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
26163
26164 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
26165
26166         [BZ #14117]
26167         * sysdeps/i386/fpu/bits/fenv.h: Removed.
26168         * sysdeps/i386/fpu/Implies: New file.
26169         * sysdeps/x86_64/fpu/Implies: Likewise.
26170         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
26171         * sysdeps/x86/fpu/bits/fenv.h: This.
26172
26173         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
26174         __SSE_MATH__.
26175
26176 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
26177
26178         [BZ #14134]
26179         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
26180         character 0xffff that matches the last element of the
26181         conversion table.
26182
26183 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26184
26185         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
26186         fmodl commit.
26187
26188 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26189
26190         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
26191         values higher than 25.6283.
26192
26193 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26194
26195         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
26196         subnormal exponent extraction and add some __builtin_expect.
26197         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
26198         Fix for subnormal mantissa calculation.
26199
26200 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
26201
26202         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
26203         cpu2 is -1 and errno is not ENOSYS.
26204
26205 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
26206
26207         [BZ #14117]
26208         * sysdeps/i386/i486/bits/string.h: Renamed to ...
26209         * sysdeps/x86/bits/string.h: This.
26210         * sysdeps/x86_64/bits/string.h: Removed.
26211
26212         * sysdeps/i386/i486/bits/string.h: Define inline functions only
26213         if not compiling for x86-64, but compiling for >= i486.
26214
26215         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
26216         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
26217
26218         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
26219         New macro from Linux kernel 3.4.0.
26220         (FP_XSTATE_MAGIC2): Likewise.
26221         (FP_XSTATE_MAGIC2_SIZE): Likewise.
26222         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
26223         (struct _fpx_sw_bytes): New struct.
26224         (struct _xsave_hdr): Likewise.
26225         (struct _ymmh_state): Likewise.
26226         (struct _xstate): Likewise.
26227
26228         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
26229         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
26230         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
26231         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
26232         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
26233         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
26234
26235         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
26236         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
26237         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
26238         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
26239         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
26240         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
26241
26242 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
26243
26244         [BZ #13743]
26245         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
26246         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
26247         (sysdep_headers): Include sys/platform/ppc.h.
26248         * sysdeps/powerpc/test-gettimebase.c: Test for
26249         __ppc_get_timebase() to catch future ISA opcode/insn changes.
26250         * manual/Makefile (appendices): Include platform.texi.
26251         * manual/contrib.texi (Contributors): Update @node pointers.
26252         * manual/maint.texi (Maintenance): Likewise.
26253         (Platform): New node.
26254         * manual/platform.texi: New file.  Document the new features.
26255
26256 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26257             Jakub Jelinek  <jakub@redhat.com>
26258
26259         [BZ #14188]
26260         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
26261         where __builtin_expect is unavailable.
26262
26263 2012-06-03  David S. Miller  <davem@davemloft.net>
26264
26265         * stdlib/longlong.h: Updated from GCC.
26266
26267 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
26268
26269         [BZ #14042]
26270         * sysdeps/powerpc/powerpc32/mcount.c: New file.
26271         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
26272         __mcount_internal.
26273         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
26274         (GLIBC_2.16): Likewise.
26275
26276 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
26277
26278         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
26279
26280 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
26281
26282         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
26283         (default-abi): New variable.
26284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
26285         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
26286         variable.
26287         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
26288         Likewise.
26289         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
26290         Likewise.
26291         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
26292         Likewise.
26293
26294         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
26295         definition.  Document in comment.
26296
26297 2012-06-01  David S. Miller  <davem@davemloft.net>
26298
26299         * stdlib/longlong.h: Updated from GCC.
26300
26301 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
26302
26303         [BZ #14117]
26304         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
26305         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
26306         sys/debugreg.h sys/io.h here.
26307         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
26308         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
26309         sys/io.h.
26310         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
26311         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
26312         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
26313         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
26314         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
26315         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
26316
26317         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
26318         Define only if __x86_64__ is defined.
26319
26320 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
26321
26322         [BZ #14048]
26323         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
26324         Use int64_t for variable i.
26325         * math/libm-test.inc (fmod_test): Add more tests.
26326
26327         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
26328         z computation is not scheduled after fetestexcept.
26329         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
26330         Use math_force_eval instead of asm to ensure calculation scheduled
26331         before exception test.
26332         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
26333         Ensure a1 + u.d computation is not scheduled after fetestexcept.
26334
26335 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
26336
26337         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
26338         computation is not scheduled after fetestexcept.
26339
26340 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
26341
26342         [BZ #14117]
26343         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
26344         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
26345
26346 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26347
26348         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
26349         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
26350
26351 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
26352
26353         [BZ #14117]
26354         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
26355         <bits/wordsize.h>.
26356         (__WCHAR_MIN): Support __WORDSIZE == 64.
26357         (__WCHAR_MAX): Likewise.
26358
26359         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
26360         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
26361
26362         [BZ #14183]
26363         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
26364         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
26365
26366         [BZ #14117]
26367         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
26368         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
26369
26370         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
26371         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
26372
26373         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
26374         Defined to 1 if __x86_64__ isn't defined.
26375         (_STAT_VER_LINUX_OLD): New.
26376         (st_atime): Remove duplicate.
26377         (st_mtime): Likewise.
26378         (st_ctime): Likewise.
26379
26380 2012-05-31  David S. Miller  <davem@davemloft.net>
26381
26382         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
26383         entries.
26384
26385 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
26386
26387         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
26388         gen-libm-test.pl.
26389
26390         [BZ #14132]
26391         * elf/dl-reloc.c: Include <_itoa.h>.
26392         (_dl_reloc_bad_type): Remove use of INTUSE.
26393         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
26394         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
26395         * stdio-common/psiginfo.c (psiginfo): Likewise.
26396         * stdio-common/psignal.c (psignal): Likewise.
26397         * string/strsignal.c (strsignal): Likewise.
26398         * include/signal.h (_sys_siglist): Declare hidden proto.
26399         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
26400         INTVARDEF with libc_hidden_data_def.
26401         * stdio-common/itoa-udigits.c: Likewise.
26402         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
26403         (_itoa_lower_digits_internal): Remove declaration.
26404         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
26405         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
26406         (_sys_sigabbrev_internal): Remove aliases.
26407         (_sys_siglist): Define hidden alias.
26408
26409 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
26410
26411         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
26412         bits/sysctl.h.
26413
26414 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
26415
26416         [BZ #14117]
26417         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
26418         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
26419
26420         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
26421         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
26422         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
26423         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
26424         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
26425         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
26426
26427         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
26428         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
26429         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
26430
26431         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
26432         with __addr.
26433         (insw): Likewise.
26434         (insl): Likewise.
26435         (outsb): Likewise.
26436         (outsw): Likewise.
26437         (outsl): Likewise.
26438
26439         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
26440         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
26441         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
26442
26443         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
26444         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
26445         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
26446         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
26447         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
26448         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
26449
26450         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
26451         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
26452
26453         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
26454         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
26455
26456         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
26457         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
26458         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
26459
26460         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
26461         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
26462         to ...
26463         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
26464
26465         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
26466         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
26467         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
26468
26469         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
26470         for x86-64.
26471         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
26472
26473 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
26474
26475         * math/math.h (M_El): Use two more decimal places.
26476         (M_LOG2El): Likewise.
26477         (M_LOG10El): Likewise.
26478         (M_LN2l): Likewise.
26479         (M_LN10l): Likewise.
26480         (M_PIl): Likewise.
26481         (M_PI_2l): Likewise.
26482         (M_PI_4l): Likewise.
26483         (M_1_PIl): Likewise.
26484         (M_2_PIl): Likewise.
26485         (M_2_SQRTPIl): Likewise.
26486         (M_SQRT2l): Likewise.
26487         (M_SQRT1_2l): Likewise.
26488
26489 2012-05-31  David S. Miller  <davem@davemloft.net>
26490
26491         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
26492         values between float registers.
26493         * sysdeps/sparc/sparc64/memset.S: Likewise.
26494         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
26495
26496 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
26497
26498         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
26499         -D_FORTIFY_SOURCE=1.
26500         (CPPFLAGS-tst-longjmp_chk.c): Define.
26501         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
26502         (CPPFLAGS-tst-longjmp_chk2.c): Define.
26503         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
26504         CFLAGS-tst-wchar-h.c.
26505
26506 2012-05-31  Marek Polacek  <polacek@redhat.com>
26507
26508         [BZ #14132]
26509         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
26510         __endmntent_internal): Remove declaration.
26511         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
26512         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
26513         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
26514
26515 2012-05-30  David S. Miller  <davem@davemloft.net>
26516
26517         * sysdeps/sparc/sparc32/soft-fp/q_util.c
26518         (___Q_simulate_exceptions): Use real FP ops rather than writing
26519         into the %fsr.
26520         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
26521         Likewise.
26522
26523 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
26524
26525         [BZ #14117]
26526         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
26527         * sysdeps/x86/bits/xtitypes.h: This.
26528
26529         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
26530         * sysdeps/x86/bits/wordsize.h: This.
26531
26532         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
26533         * sysdeps/x86/bits/huge_vall.h: This.
26534
26535         * sysdeps/i386/bits/select.h: Removed.
26536         * sysdeps/x86_64/bits/select.h: Renamed to ...
26537         * sysdeps/x86/bits/select.h: This.
26538
26539         * sysdeps/i386/bits/setjmp.h: Removed.
26540         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
26541         * sysdeps/x86/bits/setjmp.h: This.
26542
26543         * sysdeps/i386/bits/mathdef.h: Removed.
26544         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
26545         * sysdeps/x86/bits/mathdef.h: This.
26546
26547 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
26548
26549         [BZ #14132]
26550         * include/sys/socket.h (__connect_internal)
26551         (__libc_sa_len_internal): Remove declaration.
26552         (__connect, __libc_sa_len): Declare hidden_proto.
26553         (SA_LEN): Remove use of INTUSE.
26554         * socket/connect.c: Add libc_hidden_def.
26555         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
26556         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
26557         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
26558         alias.
26559         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
26560         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
26561         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
26562         of adding _internal alias.
26563
26564 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
26565
26566         [BZ #14117]
26567         * sysdeps/i386/bits/link.h: Removed.
26568         * sysdeps/i386/bits/linkmap.h: Likewise.
26569         * sysdeps/x86_64/bits/link.h: Renamed to ...
26570         * sysdeps/x86/bits/link.h: This.
26571         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
26572         * sysdeps/x86/bits/linkmap.h: This.
26573
26574         * sysdeps/i386/bits/endian.h: Removed.
26575         * sysdeps/x86_64/bits/endian.h: Renamed to ...
26576         * sysdeps/x86/bits/endian.h: This.
26577
26578         * sysdeps/i386/bits/byteswap.h: Removed.
26579         * sysdeps/i386/bits/byteswap-16.h: Likewise.
26580         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
26581         * sysdeps/x86/bits/byteswap.h: This.
26582         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
26583         * sysdeps/x86/bits/byteswap-16.h: This.
26584         * sysdeps/i386/Implies: Add x86.
26585         * sysdeps/x86_64/Implies: Likewise.
26586
26587 2012-05-30  David S. Miller  <davem@davemloft.net>
26588
26589         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
26590         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
26591         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
26592         (FP_TRAPPING_EXCEPTIONS): Define.
26593         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
26594         (FP_TRAPPING_EXCEPTIONS): Define.
26595         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
26596         subnormals only when inexact has been signalled or underflow
26597         exceptions are enabled.
26598         (_FP_PACK_CANONICAL): Likewise.
26599
26600 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
26601
26602         [BZ #14183]
26603         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
26604         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
26605
26606 2012-05-30  Richard Henderson  <rth@twiddle.net>
26607
26608         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
26609         with #ifndef NOT_IN_libc.
26610
26611         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
26612         marked to avoid plt entry.
26613
26614 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
26615
26616         [BZ #14112]
26617         * Makeconfig (default-abi): New macro.
26618         (abi-includes): Likewise.
26619         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
26620         $(abi-$(default-abi)-lib-soname) for soname if defined.
26621         ($(common-objpfx)gnu/lib-names.stmp): Generate from
26622         abi-variants.
26623         * Makefile (installed-stubs): Likewise.
26624         * include/stubs-biarch.h: Removed.
26625         * scripts/lib-names.awk: Only handle one library at a time.
26626         * scripts/soversions.awk: Remove WORDSIZE support.
26627         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
26628         entries.
26629         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
26630         Removed.
26631         (syscall-list-default-condition): Likewise.
26632         (syscall-list-default-condition): Likewise.
26633         (syscall-list-includes): Likewise.
26634         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
26635         syscall-list-* with abi-*.  Handle undefined abi-variants.
26636         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
26637         * sysdeps/unix/sysv/linux/i386/Implies: New file.
26638         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
26639         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
26640         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
26641         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
26642         Removed.
26643         (syscall-list-32-options): Likewise.
26644         (syscall-list-32-condition): Likewise.
26645         (syscall-list-64-options): Likewise.
26646         (syscall-list-64-condition): Likewise.
26647         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
26648         macro.
26649         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
26650         Renamed to ...
26651         (abi-*): This.
26652         (abi-64-ld-soname): New macro.
26653         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
26654         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
26655         Renamed to ...
26656         (abi-*): This.
26657         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
26658         * sysdeps/x86_64/x32/shlib-versions: Likewise.
26659
26660 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
26661
26662         * sysdeps/unix/sysv/linux/kernel-features.h
26663         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
26664         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
26665         include <kernel-features.h>.
26666         [!__NR_ftruncate64]: Remove conditional code.
26667         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
26668         [__NR_ftruncate64]: Make code unconditional.
26669         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
26670         * sysdeps/unix/sysv/linux/truncate64.c: Do not
26671         include <kernel-features.h>.
26672         [!__NR_ftruncate64]: Remove conditional code.
26673         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
26674         [__NR_ftruncate64]: Make code unconditional.
26675         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
26676         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
26677         include <kernel-features.h>.
26678         [!__NR_ftruncate64]: Remove conditional code.
26679         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
26680         [__NR_ftruncate64]: Make code unconditional.
26681         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
26682         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
26683         include <kernel-features.h>.
26684         [!__NR_ftruncate64]: Remove conditional code.
26685         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
26686         [__NR_ftruncate64]: Make code unconditional.
26687         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
26688
26689         * configure.in (libc_cv_fpie): Weaken to a compile test using
26690         LIBC_TRY_CC_OPTION.
26691         * configure: Regenerated.
26692
26693 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26694
26695         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
26696         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
26697         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
26698         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
26699         Refreshed.
26700         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
26701         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
26702         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
26703         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
26704         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
26705         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
26706         Refreshed.
26707
26708 2012-05-27  David S. Miller  <davem@davemloft.net>
26709
26710         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
26711         (___Q_zero): New.
26712         (__Q_simulate_exceptions): Return void.  Change to simulate
26713         exceptions by writing into the %fsr.
26714         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
26715         (__Qp_handle_exceptions): Likewise.
26716         (numbers): Delete.
26717         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
26718         __Qp_handle_exceptions.
26719         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
26720         __Qp_handle_exceptions.
26721         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
26722         as unused and give dummy FP_RND_NEAREST initializer.
26723         (FP_INHIBIT_RESULTS): Define.
26724         (___Q_simulate_exceptions): Update declaration.
26725         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
26726         formatting.
26727         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
26728         as unused and give dummy FP_RND_NEAREST initializer.
26729         (__Qp_handle_exceptions): Update declaration.
26730         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
26731         formatting.
26732
26733 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
26734
26735         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
26736         the temporary FPU control word.
26737         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
26738         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
26739         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
26740         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
26741         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
26742         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
26743         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
26744         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
26745         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
26746         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
26747         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
26748
26749 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
26750
26751         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
26752         fields.
26753
26754 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
26755
26756         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
26757         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
26758         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
26759         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
26760         Likewise.
26761         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
26762         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
26763         Likewise.
26764
26765 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
26766
26767         * po/h.po: Update from translation team.
26768
26769 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
26770
26771         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
26772
26773         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
26774         handling of denormals.
26775         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
26776         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
26777         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
26778         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
26779         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
26780         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
26781         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
26782         Likewise.
26783
26784 2012-05-26  Marek Polacek  <polacek@redhat.com>
26785
26786         [BZ #14152]
26787         * math/libm-test.inc (fma_test): Don't always expect underflow
26788         exception.
26789
26790 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26791
26792         [BZ #12416]
26793         * elf/tst-execstack.c: Include stackinfo.h.
26794         (do_test): Adjust test case to ensure that pthread_getattr_np
26795         behaviour remains the same after marking stack executable.
26796
26797 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
26798
26799         * sysdeps/unix/sysv/linux/kernel-features.h
26800         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
26801         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
26802         kernel-features.h.
26803         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
26804         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
26805         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
26806         kernel-features.h.
26807         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
26808         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
26809
26810 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
26811
26812         * configure.in: Define the default includes to being none.
26813         * configure: Regenerated.
26814
26815 2012-05-25  Roland McGrath  <roland@hack.frob.com>
26816
26817         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
26818         * sysdeps/x86_64/setjmp.S: Likewise.
26819         * sysdeps/i386/bsd-setjmp.S: Likewise.
26820         * sysdeps/i386/bsd-_setjmp.S: Likewise.
26821         * sysdeps/i386/setjmp.S: Likewise.
26822         * sysdeps/i386/__longjmp.S: Likewise.
26823         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
26824         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
26825
26826         * include/stap-probe.h: New file.
26827         * configure.in: Handle --enable-systemtap.
26828         * configure: Regenerated.
26829         * config.h.in (USE_STAP_PROBE): New #undef.
26830         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
26831         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
26832         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
26833
26834 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
26835
26836         [BZ #13717]
26837         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
26838         to 2.4.0 where earlier.
26839         * sysdeps/unix/sysv/linux/configure: Regenerated.
26840         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
26841         <kernel-features.h>.
26842         [__ASSUME_32BITUIDS]: Make code unconditional.
26843         [!__ASSUME_32BITUIDS]: Remove conditional code.
26844         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
26845         <kernel-features.h>.
26846         [__ASSUME_32BITUIDS]: Make code unconditional.
26847         [!__ASSUME_32BITUIDS]: Remove conditional code.
26848         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
26849         [__ASSUME_32BITUIDS]: Make code unconditional.
26850         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
26851         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
26852         <kernel-features.h>.
26853         [__ASSUME_32BITUIDS]: Make code unconditional.
26854         [!__ASSUME_32BITUIDS]: Remove conditional code.
26855         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
26856         <kernel-features.h>.
26857         [__ASSUME_32BITUIDS]: Make code unconditional.
26858         [!__ASSUME_32BITUIDS]: Remove conditional code.
26859         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
26860         <kernel-features.h>.
26861         [__ASSUME_32BITUIDS]: Make code unconditional.
26862         [!__ASSUME_32BITUIDS]: Remove conditional code.
26863         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
26864         <kernel-features.h>.
26865         [__ASSUME_32BITUIDS]: Make code unconditional.
26866         [!__ASSUME_32BITUIDS]: Remove conditional code.
26867         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
26868         <kernel-features.h>.
26869         [__ASSUME_32BITUIDS]: Make code unconditional.
26870         [!__ASSUME_32BITUIDS]: Remove conditional code.
26871         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
26872         <kernel-features.h>.
26873         [__ASSUME_32BITUIDS]: Make code unconditional.
26874         [!__ASSUME_32BITUIDS]: Remove conditional code.
26875         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
26876         <kernel-features.h>.
26877         [__ASSUME_32BITUIDS]: Make code unconditional.
26878         [!__ASSUME_32BITUIDS]: Remove conditional code.
26879         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
26880         <kernel-features.h>.
26881         [__ASSUME_32BITUIDS]: Make code unconditional.
26882         [!__ASSUME_32BITUIDS]: Remove conditional code.
26883         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
26884         <kernel-features.h>.
26885         [__ASSUME_32BITUIDS]: Make code unconditional.
26886         [!__ASSUME_32BITUIDS]: Remove conditional code.
26887         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
26888         <kernel-features.h>.
26889         [__ASSUME_32BITUIDS]: Make code unconditional.
26890         [!__ASSUME_32BITUIDS]: Remove conditional code.
26891         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
26892         <kernel-features.h>.
26893         [__NR_setresgid] (__setresgid): Do not declare.
26894         [__ASSUME_32BITUIDS]: Make code unconditional.
26895         [!__ASSUME_32BITUIDS]: Remove conditional code.
26896         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
26897         <kernel-features.h>.
26898         [__NR_setresuid] (__setresuid): Do not declare.
26899         [__ASSUME_32BITUIDS]: Make code unconditional.
26900         [!__ASSUME_32BITUIDS]: Remove conditional code.
26901         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
26902         <kernel-features.h>.
26903         [__ASSUME_32BITUIDS]: Make code unconditional.
26904         [!__ASSUME_32BITUIDS]: Remove conditional code.
26905         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
26906         <kernel-features.h>.
26907         [__ASSUME_32BITUIDS]: Make code unconditional.
26908         [!__ASSUME_32BITUIDS]: Remove conditional code.
26909         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
26910         <kernel-features.h>.
26911         [__ASSUME_32BITUIDS]: Make code unconditional.
26912         [!__ASSUME_32BITUIDS]: Remove conditional code.
26913         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
26914         <kernel-features.h>.
26915         [__ASSUME_32BITUIDS]: Make code unconditional.
26916         [!__ASSUME_32BITUIDS]: Remove conditional code.
26917         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
26918         <kernel-features.h>.
26919         [__ASSUME_32BITUIDS]: Make code unconditional.
26920         [!__ASSUME_32BITUIDS]: Remove conditional code.
26921         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
26922         <kernel-features.h>.
26923         [__ASSUME_32BITUIDS]: Make code unconditional.
26924         [!__ASSUME_32BITUIDS]: Remove conditional code.
26925         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
26926         <kernel-features.h>.
26927         [__ASSUME_32BITUIDS]: Make code unconditional.
26928         [!__ASSUME_32BITUIDS]: Remove conditional code.
26929         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
26930         <kernel-features.h>.
26931         [__ASSUME_32BITUIDS]: Make code unconditional.
26932         [!__ASSUME_32BITUIDS]: Remove conditional code.
26933         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
26934         <kernel-features.h>.
26935         [__ASSUME_32BITUIDS]: Make code unconditional.
26936         [!__ASSUME_32BITUIDS]: Remove conditional code.
26937         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
26938         <kernel-features.h>.
26939         [__ASSUME_32BITUIDS]: Make code unconditional.
26940         [!__ASSUME_32BITUIDS]: Remove conditional code.
26941         * sysdeps/unix/sysv/linux/kernel-features.h
26942         (__ASSUME_SETRESUID_SYSCALL): Remove.
26943         (__ASSUME_SETRESGID_SYSCALL): Likewise.
26944         (__ASSUME_32BITUIDS): Likewise.
26945         (__ASSUME_LDT_WORKS): Likewise.
26946         (__ASSUME_O_DIRECTORY): Likewise.
26947         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
26948         architecture but not kernel version.
26949         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
26950         (__ASSUME_MMAP2_SYSCALL): Likewise.
26951         (__ASSUME_STAT64_SYSCALL): Likewise.
26952         (__ASSUME_IPC64): Likewise.
26953         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
26954         <kernel-features.h>.
26955         [__ASSUME_32BITUIDS]: Make code unconditional.
26956         [!__ASSUME_32BITUIDS]: Remove conditional code.
26957         * sysdeps/unix/sysv/linux/opendir.c: Do not include
26958         <kernel-features.h>.
26959         [__ASSUME_O_DIRECTORY]: Make code unconditional.
26960         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
26961         132096]: Remove conditional code.
26962         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
26963         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
26964         <kernel-features.h>.
26965         [__ASSUME_32BITUIDS]: Make code unconditional.
26966         [!__ASSUME_32BITUIDS]: Remove conditional code.
26967         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
26968         <kernel-features.h>.
26969         [__ASSUME_32BITUIDS]: Make code unconditional.
26970         [!__ASSUME_32BITUIDS]: Remove conditional code.
26971         * sysdeps/unix/sysv/linux/setegid.c: Do not include
26972         <kernel-features.h>.
26973         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
26974         unconditional.
26975         (__setresgid): Do not declare.
26976         [__ASSUME_32BITUIDS]: Make code unconditional.
26977         [!__ASSUME_32BITUIDS]: Remove conditional code.
26978         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
26979         <kernel-features.h>.
26980         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
26981         unconditional.
26982         (__setresuid): Do not declare.
26983         [__ASSUME_32BITUIDS]: Make code unconditional.
26984         [!__ASSUME_32BITUIDS]: Remove conditional code.
26985         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
26986         <kernel-features.h>.
26987         [__ASSUME_32BITUIDS]: Make code unconditional.
26988         [!__ASSUME_32BITUIDS]: Remove conditional code.
26989         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
26990         <kernel-features.h>.
26991         [__ASSUME_32BITUIDS]: Make code unconditional.
26992         [!__ASSUME_32BITUIDS]: Remove conditional code.
26993
26994 2012-05-25  Richard Henderson  <rth@twiddle.net>
26995
26996         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
26997         dl_hwcap to ifunc resolver.
26998         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
26999         elf_ifunc_invoke.
27000         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
27001         dl_hwcap to ifunc resolver.
27002         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
27003
27004 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
27005
27006         [BZ #14153]
27007         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
27008         for |x| <= 2**-26, not 2**-57.
27009         * math/libm-test.inc (acos_test): Do not allow spurious underflow
27010         exception.
27011
27012 2012-05-24  Jeff Law  <law@redhat.com>
27013
27014         * stdio-common/Makefile (tests): Add bug25.
27015         * stdio-common/bug25.c: New test.
27016
27017 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
27018
27019         [BZ #13576]
27020         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
27021         multiple of MALLOC_ALIGNMENT in size.
27022         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
27023
27024 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
27025
27026         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
27027         Require >= 256.
27028         (FILENAME_MAX): Use macro-int-constant.
27029         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
27030         (_IOFBF): Use macro-int-constant.
27031         (_IOLBF): Likewise.
27032         (_IONBF): Likewise.
27033         (SEEK_CUR): Likewise.
27034         (SEEK_END): Likewise.
27035         (SEEK_SET): Likewise.
27036         (TMP_MAX): Likewise.
27037         (EOF): Use macro-int-constant.  Require < 0.
27038         (NULL): Use macro-constant.  Require == 0.
27039         (stdin): Require type to be FILE *.
27040         (stdout): Likewise.
27041         (stderr): Likewise.
27042         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
27043         macro-int-constant.
27044         (EXIT_SUCCESS): Likewise.
27045         (NULL): Use macro-constant.  Require == 0.
27046         (RAND_MAX): Use macro-int-constant.
27047         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
27048         [C99-based standards] (strtof): Require function.
27049         [C99-based standards] (strtold): Likewise.
27050         [C99-based standards] (strtoll): Likewise.
27051         [C99-based standards] (strtoull): Likewise.
27052         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
27053         [ISO || ISO99 || ISO11] (limits.h): Likewise.
27054         [ISO || ISO99 || ISO11] (math.h): Likewise.
27055         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
27056         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
27057         [ISO || ISO99 || ISO11] (*_t): Do not allow.
27058
27059 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
27060
27061         [BZ #14132]
27062         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
27063         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
27064         * intl/dgettext.c (DCGETTEXT): Likewise.
27065         * intl/gettext.c (DCGETTEXT): Likewise.
27066         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
27067         * posix/regex_internal.h (gettext): Likewise.
27068         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
27069         Remove declaration.
27070         * include/argz.h (__argz_count_internal)
27071         (__argz_stringify_internal): Remove declaration.
27072         (__argz_count, __argz_stringify): Declare hidden proto.
27073         * intl/dcgettext.c: Remove use of INTDEF.
27074         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
27075         * string/argz-stringify.c: Likewise.
27076         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
27077         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
27078         Declare hidden proto.
27079         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
27080         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
27081         Declare hidden proto.
27082         * include/stdio.h (__asprintf_internal): Don't declare.
27083         (__asprintf): Don't define as macro.  Declare hidden proto.
27084         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
27085         (__fsetlocking): Declare hidden proto.
27086         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
27087         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
27088         hidden proto.
27089         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
27090         (_IO_setlinebuf): Remove use of INTUSE.
27091         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
27092         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
27093         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
27094         Remove declaration.
27095         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
27096         (_IO_do_flush): Remove use of INTUSE.
27097         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
27098         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
27099         (_IO_adjust_column, _IO_least_wmarker)
27100         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
27101         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
27102         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
27103         (_IO_default_doallocate, _IO_wdefault_doallocate)
27104         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
27105         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
27106         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
27107         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
27108         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
27109         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
27110         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
27111         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
27112         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
27113         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
27114         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
27115         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
27116         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
27117         proto.
27118         (_IO_flush_all_internal, _IO_adjust_column_internal)
27119         (_IO_default_uflow_internal, _IO_default_finish_internal)
27120         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
27121         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
27122         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
27123         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
27124         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
27125         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
27126         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
27127         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
27128         (_IO_file_close_internal, _IO_file_close_it_internal)
27129         (_IO_file_underflow_internal, _IO_file_overflow_internal)
27130         (_IO_file_init_internal, _IO_file_attach_internal)
27131         (_IO_file_fopen_internal, _IO_file_read_internal)
27132         (_IO_file_sync_internal, _IO_file_seek_internal)
27133         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
27134         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
27135         (_IO_str_underflow_internal, _IO_str_overflow_internal)
27136         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
27137         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
27138         (_IO_list_all_internal, _IO_link_in_internal)
27139         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
27140         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
27141         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
27142         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
27143         (_IO_do_write_internal, _IO_padn_internal)
27144         (_IO_getline_info_internal, _IO_getline_internal)
27145         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
27146         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
27147         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
27148         (_IO_vfscanf_internal, _IO_vfprintf_internal)
27149         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
27150         (_IO_init_internal, _IO_un_link_internal): Don't declare.
27151         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
27152         with libc_hidden_ver, remove use of INTUSE.
27153         * libio/genops.c: Likewise.
27154         * libio/freopen.c: Likewise.
27155         * libio/freopen64.c: Likewise.
27156         * libio/iofclose.c: Likewise.
27157         * libio/iofdopen.c: Likewise.
27158         * libio/iofflush.c: Likewise.
27159         * libio/iofflush_u.c: Likewise.
27160         * libio/iofgets.c: Likewise.
27161         * libio/iofgets_u.c: Likewise.
27162         * libio/iofopen.c: Likewise.
27163         * libio/iofopncook.c: Likewise.
27164         * libio/iofread.c: Likewise.
27165         * libio/iofread_u.c: Likewise.
27166         * libio/ioftell.c: Likewise.
27167         * libio/iofwrite.c: Likewise.
27168         * libio/iogetline.c: Likewise.
27169         * libio/iogets.c: Likewise.
27170         * libio/iogetwline.c: Likewise.
27171         * libio/iopadn.c: Likewise.
27172         * libio/iopopen.c: Likewise.
27173         * libio/ioseekoff.c: Likewise.
27174         * libio/ioseekpos.c: Likewise.
27175         * libio/iosetbuffer.c: Likewise.
27176         * libio/iosetvbuf.c: Likewise.
27177         * libio/ioungetc.c: Likewise.
27178         * libio/ioungetwc.c: Likewise.
27179         * libio/iovdprintf.c: Likewise.
27180         * libio/iovsprintf.c: Likewise.
27181         * libio/iovsscanf.c: Likewise.
27182         * libio/memstream.c: Likewise.
27183         * libio/obprintf.c: Likewise.
27184         * libio/oldfileops.c: Likewise.
27185         * libio/oldiofclose.c: Likewise.
27186         * libio/oldiofdopen.c: Likewise.
27187         * libio/oldiofopen.c: Likewise.
27188         * libio/oldiopopen.c: Likewise.
27189         * libio/oldstdfiles.c: Likewise.
27190         * libio/putc.c: Likewise.
27191         * libio/setbuf.c: Likewise.
27192         * libio/setlinebuf.c: Likewise.
27193         * libio/stdfiles.c: Likewise.
27194         * libio/strops.c: Likewise.
27195         * libio/vasprintf.c: Likewise.
27196         * libio/vscanf.c: Likewise.
27197         * libio/vsnprintf.c: Likewise.
27198         * libio/vswprintf.c: Likewise.
27199         * libio/wfiledoalloc.c: Likewise.
27200         * libio/wfileops.c: Likewise.
27201         * libio/wgenops.c: Likewise.
27202         * libio/wmemstream.c: Likewise.
27203         * libio/wstrops.c: Likewise.
27204         * libio/__fpurge.c: Likewise.
27205         * libio/__fsetlocking.c: Likewise.
27206         * assert/assert.c: Likewise.
27207         * debug/fgets_chk.c: Likewise.
27208         * debug/fgets_u_chk.c: Likewise.
27209         * debug/fread_chk.c: Likewise.
27210         * debug/fread_u_chk.c: Likewise.
27211         * debug/gets_chk.c: Likewise.
27212         * debug/obprintf_chk.c: Likewise.
27213         * debug/vasprintf_chk.c: Likewise.
27214         * debug/vdprintf_chk.c: Likewise.
27215         * debug/vsnprintf_chk.c: Likewise.
27216         * debug/vsprintf_chk.c: Likewise.
27217         * malloc/mtrace.c: Likewise.
27218         * misc/error.c: Likewise.
27219         * misc/syslog.c: Likewise.
27220         * stdio-common/asprintf.c: Likewise.
27221         * stdio-common/fxprintf.c: Likewise.
27222         * stdio-common/getw.c: Likewise.
27223         * stdio-common/isoc99_fscanf.c: Likewise.
27224         * stdio-common/isoc99_scanf.c: Likewise.
27225         * stdio-common/isoc99_vfscanf.c: Likewise.
27226         * stdio-common/isoc99_vscanf.c: Likewise.
27227         * stdio-common/isoc99_vsscanf.c: Likewise.
27228         * stdio-common/printf-prs.c: Likewise.
27229         * stdio-common/printf_fp.c: Likewise.
27230         * stdio-common/printf_fphex.c: Likewise.
27231         * stdio-common/printf_size.c: Likewise.
27232         * stdio-common/putw.c: Likewise.
27233         * stdio-common/scanf.c: Likewise.
27234         * stdio-common/sprintf.c: Likewise.
27235         * stdio-common/tmpfile.c: Likewise.
27236         * stdio-common/vfprintf.c: Likewise.
27237         * stdio-common/vfscanf.c: Likewise.
27238         * stdlib/strfmon_l.c: Likewise.
27239         * sunrpc/openchild.c: Likewise.
27240         * sunrpc/xdr_stdio.c: Likewise.
27241         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
27242         * sysdeps/mach/hurd/tmpfile.c: Likewise.
27243
27244 2012-05-24  Roland McGrath  <roland@hack.frob.com>
27245
27246         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
27247
27248         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
27249         in the third column, to generate for the shared library an IFUNC
27250         that uses _dl_vdso_vsym.
27251         * Makerules (COMPILE.c, compile-stdin.c): New variables.
27252         * Makeconfig (object-suffixes-noshared): New variable.
27253
27254         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
27255         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
27256         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
27257         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
27258
27259         [BZ #14132]
27260         * include/sys/time.h (__gettimeofday): Remove macro.
27261         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
27262         * time/gettimeofday.c (__gettimeofday): Remove #undef.
27263         Remove INTDEF.
27264         (__gettimeofday): Add libc_hidden_def.
27265         (gettimeofday): Add libc_hidden_weak.
27266         * sysdeps/mach/gettimeofday.c: Likewise.
27267         * sysdeps/posix/gettimeofday.c: Likewise.
27268         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
27269         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
27270         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
27271         (__gettimeofday_internal): Remove strong_alias.
27272         (__gettimeofday): Add libc_hidden_def.
27273         (gettimeofday): Add libc_hidden_weak.
27274         * sysdeps/unix/syscalls.list (gettimeofday):
27275         Remove __gettimeofday_internal alias.
27276
27277 2012-05-24  Daniel Jacobowitz  <drow@false.org>
27278             H.J. Lu  <hongjiu.lu@intel.com>
27279
27280         [BZ #12495]
27281         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
27282         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
27283         (largebin_index_32_big): New.
27284         (largebin_index): Use it for 16-byte alignment.
27285         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
27286         correction with front_misalign.
27287
27288 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
27289
27290         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
27291         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
27292         Likewise.
27293         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
27294         Likewise.
27295         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
27296         Likewise.
27297         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
27298         Likewise.
27299         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
27300         Likewise.
27301         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
27302         Likewise.
27303         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
27304         Likewise.
27305         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
27306         Likewise.
27307         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
27308         Likewise.
27309         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
27310         Likewise.
27311         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
27312         Likewise.
27313         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
27314         Likewise.
27315
27316         * scripts/data/c++-types-x32-linux-gnu.data: New file.
27317         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
27318
27319 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
27320
27321         [BZ #10846]
27322         [BZ #14036]
27323         * math/libm-test.inc (exp_test): Add test from bug 14036.
27324         (pow_test): Add test from bug 10846.
27325
27326         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
27327         and other flags.
27328         (special_function): Do not include flags in test name.
27329         (parse_args): Likewise.
27330         * sysdeps/i386/fpu/libm-test-ulps: Update.
27331         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27332         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27333         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27334         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27335
27336         * math/gen-libm-test.pl (%beautify): Add entries for underflow
27337         exceptions.
27338         * math/libm-test.inc ("Philosophy"): Update comment about
27339         exception testing.
27340         (UNDERFLOW_EXCEPTION): New macro.
27341         (UNDERFLOW_EXCEPTION_OK): Likewise.
27342         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
27343         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
27344         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
27345         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
27346         (INVALID_EXCEPTION_OK): Update value.
27347         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
27348         (OVERFLOW_EXCEPTION_OK): Likewise.
27349         (IGNORE_ZERO_INF_SIGN): Likewise.
27350         (test_exceptions): Handle underflow exceptions.
27351         (acos_test): Update for underflow exception expectations.
27352         (cexp_test): Likewise.
27353         (clog_test): Likewise.
27354         (clog10_test): Likewise.
27355         (csqrt_test): Likewise.
27356         (ctan_test): Likewise.
27357         (ctanh_test): Likewise.
27358         (exp_test): Likewise.
27359         (exp10_test): Likewise.
27360         (exp2_test): Likewise.
27361         (expm1_test): Likewise.
27362         (fma_test): Likewise.
27363         (j0_test): Likewise.
27364         (jn_test): Likewise.
27365         (nexttoward_test): Likewise.
27366         (pow_test): Likewise.
27367         (scalbn_test): Likewise.
27368         (scalbln_test): Likewise.
27369         (tan_test): Likewise.
27370         (y1_test): Likewise.
27371         * sysdeps/i386/fpu/libm-test-ulps: Update.
27372         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27373
27374 2012-05-23  David S. Miller  <davem@davemloft.net>
27375
27376         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
27377         (__libc_sigaction): Remove unused local variables.
27378
27379 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
27380
27381         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
27382
27383 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
27384
27385         mktime: avoid signed integer overflow
27386         * time/mktime.c (__mktime_internal): Do not mishandle the case
27387         where diff == INT_MIN.
27388
27389         mktime: simplify computation of average
27390         * time/mktime.c (ranged_convert): Use new time_t_avg function
27391         instead of rolling our own (probably-slower) code.
27392
27393         mktime: do not assume signed right shift propagates sign bit
27394         * time/mktime.c (isdst_differ): New static function.
27395         (__mktime_internal): No need to normalize tm_isdst now.
27396         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
27397         tm_isdst values.
27398
27399         mktime: merge another wrapv change from gnulib
27400         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
27401         from some compilers.
27402
27403         mktime: remove incorrect attempt at unusual arithmetics
27404         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
27405         The code didn't really work on such machines anyway.
27406         (TYPE_MINIMUM): Assume two's complement.
27407         (twos_complement_arithmetic): Verify that long_int and time_t
27408         are two's complement (or unsigned, in the latter case).
27409
27410         mktime: check signed shifts on long_int and time_t, too
27411         * time/mktime.c (SHR): Check that shifts work as desired
27412         on the types long_int and time_t too, as SHR is used on
27413         such types.
27414
27415         mktime: do not assume 'long' is wide enough
27416         * time/mktime.c (verify): Move decl up.
27417         (long_int): New type.
27418         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
27419         to remove assumption in the code that 'long' is wide enough to
27420         store year values.  This assumption is not true on x32 and on
27421         some non-glibc platforms.
27422
27423         mktime: merge wrapv change from gnulib
27424         * time/mktime.c (WRAPV): New macro.
27425         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
27426         (guess_time_tm, __mktime_internal): Do not assume that signed
27427         integer overflow wraps around; modern compilers generate code
27428         where this assumption is no longer valid.
27429
27430 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
27431
27432         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
27433         Replace "jmp L(pseudo_end)" with "ret".
27434         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
27435         Likewise.
27436
27437 2012-05-23  Andreas Jaeger  <aj@suse.de>
27438
27439         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
27440         * sysdeps/unix/sysv/linux/poll.c: Remove file.
27441
27442 2012-05-23  Andreas Jaeger  <aj@suse.de>
27443             Maximilian Attems  <max@stro.at>
27444
27445         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
27446         New macros.
27447
27448 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
27449
27450         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
27451         code so that pseudo_end is just ret and the stack pointer is
27452         correct also for static library in error case.
27453
27454 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
27455
27456         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
27457         move to syscalls.list.
27458         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
27459         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
27460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
27461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
27462
27463         * manual/install.texi (Running make install): Do not mention Linux
27464         kernel version for which pt_chown is not needed.
27465         (Linux): Do not mention problems with nscd with 2.0 kernels.
27466         * INSTALL: Regenerated.
27467
27468 2012-05-23  Andreas Jaeger  <aj@suse.de>
27469
27470         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
27471         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
27472         macro.
27473         * sysdeps/unix/sysv/linux/s390/bits/mman.h
27474         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
27475         * sysdeps/unix/sysv/linux/sh/bits/mman.h
27476         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
27477         * sysdeps/unix/sysv/linux/i386/bits/mman.h
27478         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
27479         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
27480         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
27481         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
27482         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
27483         * sysdeps/unix/sysv/linux/bits/in.h
27484         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
27485
27486 2012-05-22  Roland McGrath  <roland@hack.frob.com>
27487
27488         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
27489         (PREPARE_VERSION): Just use assert instead, it will be elided
27490         under [NDEBUG] anyway.
27491
27492 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
27493
27494         * sysdeps/unix/sysv/linux/Makefile: Include
27495         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
27496         (sysdep_routines): Remove sysctl.
27497         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
27498         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
27499         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
27500         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
27501         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
27502
27503 2012-05-22  Andreas Jaeger  <aj@suse.de>
27504
27505         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
27506         that pseudo_end is just ret and the stack pointer is correct also
27507         for static library in error case.
27508
27509 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
27510
27511         [BZ #14122]
27512         * nss/nsswitch.c (defconfig_entries): New variable.
27513         (__nss_database_lookup): Don't leak defconfig entries.
27514         (nss_parse_service_list): Don't leak on error paths.
27515         (free_database_entries): New function.
27516         (free_defconfig): New function.
27517         (free_mem): Move common code to free_database_entries.
27518
27519 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
27520
27521         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
27522         Add arch_prctl.
27523         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
27524
27525         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
27526         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
27527         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
27528         New macro.
27529         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
27530         (INTERNAL_SYSCALL_TYPES): Likewise.
27531         (LOAD_ARGS_TYPES_[1-6]): Likewise.
27532         (LOAD_REGS_TYPES_[1-6]): Likewise.
27533         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
27534         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
27535
27536 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27537
27538         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
27539         copysignl for GLIBC_2_0.
27540         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
27541         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
27542         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
27543         logbl for GLIBC_2_0.
27544         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
27545         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
27546
27547 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
27548
27549         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
27550         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
27551
27552         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
27553         Use "neg %eax".
27554
27555         * time/mktime.c: Update copyright years.
27556
27557 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
27558
27559         mktime: merge comment-quoting-style change from gnulib
27560         * time/mktime.c: Quote 'like this' in comments.
27561         The GNU coding standards suggest that we no longer quote `like this',
27562         as "`" and "'" are typically rendered asymmetrically nowadays.
27563         The typical gnulib style is to quote 'like this' when quoting
27564         code, and "like this" when quoting English.
27565
27566         * time/mktime.c (compile-command): Add "-I.".
27567
27568         mktime: merge mktime-internal.h change from gnulib
27569         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
27570
27571         mktime: merge time_r change from gnulib
27572         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
27573
27574         mktime: merge DEBUG change from gnulib
27575         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
27576         case system <time.h> has a #define.
27577
27578         mktime: merge <sys/types.h> change from gnulib
27579         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
27580         since <time.t> is now guaranteed to define time_t.
27581
27582         mktime: merge HAVE_CONFIG_H change from gnulib
27583         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
27584
27585 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
27586
27587         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
27588         Use "neg %eax".
27589
27590         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
27591         __rlim_t cast.
27592         (struct rusage): Use anonymous union to pad each field to
27593         __syscall_slong_t.
27594
27595 2012-05-21  David S. Miller  <davem@davemloft.net>
27596
27597         * Makefules (o-iterator): Remove .s cases.
27598         (compile-command.s): Delete.
27599         (COMPILE.s): Delete.
27600         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
27601
27602 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
27603
27604         * configure.in (libc_cv_predef_stack_protector): Only consider
27605         "foobar" and "__stack_chk_fail" lines in libc_undefs.
27606         * configure: Regenerated.
27607
27608 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
27609
27610         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
27611         New macro.  Use R*LP on int and pointer.
27612         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
27613         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
27614         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
27615         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
27616
27617         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
27618         [__WORDSIZE_TIME64_COMPAT32] instead of
27619         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
27620         (struct utmp): Likewise.
27621         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
27622         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
27623         Renamed to ...
27624         (__WORDSIZE_TIME64_COMPAT32): This.
27625         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
27626         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
27627         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
27628         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
27629         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
27630         (__WORDSIZE_TIME64_COMPAT32): New macro.
27631
27632 2012-05-21  Andreas Jaeger  <aj@suse.de>
27633
27634         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
27635         only if [SHARED]. Add prototype for __wcschr_ia32.
27636
27637 2012-05-21  Roland McGrath  <roland@hack.frob.com>
27638
27639         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
27640         of %rbp unmolested in the jmp_buf while mangling the low bits.
27641         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
27642         unmolested high bits of %rbp while demangling the low bits.
27643         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
27644
27645 2012-05-21  Andreas Jaeger  <aj@suse.de>
27646
27647         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
27648         * sunrpc/svc_simple.c: Use it for registerrpc.
27649         * sunrpc/xcrypt.c: Use it for passwd2des.
27650
27651         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
27652
27653 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
27654
27655         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
27656         Don't define if [__SYSCALL_WORDSIZE != 32].
27657         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
27658         New macro.
27659
27660 2012-05-21  Bruno Haible  <bruno@clisp.org>
27661             Andreas Jaeger  <aj@suse.de>
27662
27663         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
27664         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
27665         inptr and inend for must_buffer_ch.
27666         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
27667         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
27668         * stdio-common/Makefile (tests): Remove bug15.
27669         (bug15-ENV): Remove macro.
27670         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
27671         anymore.
27672
27673 2012-05-19  Andreas Jaeger  <aj@suse.de>
27674             Roland McGrath  <roland@hack.frob.com>
27675
27676         * manual/contrib.texi: Completely rewritten. It contains now an
27677         alphabetical list of contributors and their contributions.
27678
27679 2012-05-21  Richard Henderson  <rth@twiddle.net>
27680
27681         * misc/getauxval.c (__getauxval): Use unsigned long int.
27682         * misc/sys/auxv.h: Include <sys/cdefs.h>.
27683         (getauxval): Use unsigned long int.
27684
27685 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
27686
27687         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
27688
27689 2012-05-21  Roland McGrath  <roland@hack.frob.com>
27690
27691         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
27692         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
27693         __alignof__ (long double).
27694
27695 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27696
27697         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27698
27699 2012-05-20  Richard Henderson  <rth@twiddle.net>
27700
27701         * misc/getauxval.c: New file.
27702         * misc/sys/auxv.h: New file.
27703         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
27704         (routines): Add getauxval.
27705         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
27706         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
27707         * elf/dl-sysdep.c (_dl_auxv): Remove.
27708         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
27709         * elf/dl-support.c (_dl_auxv): New variable.
27710         (_dl_aux_init): Initialize it.
27711         * manual/startup.texi (Auxiliary Vector): New node.
27712         * sysdeps/generic/bits/hwcap.h: New file.
27713         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
27714         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
27715         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
27716         * sysdeps/sparc/sysdep.h: ... here.  Include it.
27717         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
27718         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
27719         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
27720         Update.
27721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
27722         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
27723         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
27724         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
27725         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
27726         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
27727         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
27728         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
27729
27730 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27731
27732         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27733
27734 2012-05-19  David S. Miller  <davem@davemloft.net>
27735
27736         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27737
27738 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
27739
27740         [BZ #14123]
27741         * math/s_ccosh.c: Include <float.h>
27742         (__ccosh): Avoid internal overflow calculating sinh and cosh
27743         values before multiplying by sin and cos values.
27744         * math/s_ccoshf.c: Likewise.
27745         * math/s_ccoshl.c: Likewise.
27746         * math/s_csin.c: Likewise.
27747         * math/s_csinf.c: Likewise.
27748         * math/s_csinl.c: Likewise.
27749         * math/s_csinh.c: Likewise.
27750         * math/s_csinhf.c: Likewise.
27751         * math/s_csinhl.c: Likewise.
27752         * math/libm-test.inc (ccos_test): Add more tests.
27753         (ccosh_test): Likewise.
27754         (csin_test): Likewise.
27755         (csinh_test): Likewise.
27756         * sysdeps/i386/fpu/libm-test-ulps: Update.
27757         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27758
27759 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
27760
27761         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
27762         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
27763
27764         * sysdeps/x86_64/x32/_itoa.h: Add comment.
27765
27766 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
27767
27768         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
27769         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
27770         * sysdeps/powerpc/soft-fp/Versions: Likewise.
27771         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
27772         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
27773         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
27774         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
27775         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
27776         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
27777         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
27778         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
27779         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
27780         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
27781         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
27782         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
27783         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
27784         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
27785         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
27786         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
27787         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
27788         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
27789         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
27790         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
27791         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
27792         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
27793         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
27794         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
27795         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
27796         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
27797         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
27798         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
27799
27800 2012-05-18  Andreas Jaeger  <aj@suse.de>
27801
27802         * csu/.gitignore: Delete.
27803
27804 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
27805
27806         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
27807         (timex): Use __syscall_slong_t.
27808
27809 2012-05-18  Andreas Jaeger  <aj@suse.de>
27810             Carlos O'Donell  <carlos_odonell@mentor.com>
27811
27812         * manual/install.texi (Configuring and compiling): Update
27813         description about files modified in the source directory.
27814         * INSTALL: Regenerated.
27815
27816 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
27817
27818         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
27819         value.  Use "or" to set return value to -1.
27820         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
27821         negate return value.
27822
27823 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27824
27825         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c,
27826         CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
27827         failure if the compiler has Graphite support disabled.
27828         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
27829         Likewise.
27830         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c,
27831         CFLAGS-memmove.c): Likewise.
27832         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
27833         Likewise.
27834
27835 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
27836
27837         * sysdeps/x86_64/x32/_itoa.h: New file.
27838
27839         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
27840         getdents system call only if kernel and user dirents have the
27841         same d_ino and d_off.
27842
27843         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
27844         LLONG_MAX != LONG_MAX.
27845         (_itoa_word): Use _ITOA_WORD_TYPE on value.
27846         (_fitoa_word): Likewise.
27847
27848         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
27849         years.
27850         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
27851         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
27852         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
27853
27854         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
27855         include <bits/wordsize.h>.  Check __x86_64__ instead of
27856         __WORDSIZE.
27857         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
27858         if __x86_64__ is defined.  Use anonymous union on fpstate.
27859
27860         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
27861         anonymous union.
27862
27863 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
27864
27865         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
27866         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
27867         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
27868         Refer to _rtld_local_ro instead of _rtld_global_ro.
27869         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
27870         Likewise.
27871         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
27872         Likewise.
27873         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
27874         Likewise.
27875         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
27876         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
27877         of _rtld_global, and rtld_progname instead of _dl_argv[0].
27878
27879         * sysdeps/powerpc/powerpc32/dl-machine.c
27880         (__elf_machine_runtime_setup) [PROF]: Don't reference
27881         _dl_prof_resolve.
27882
27883 2012-05-18  Andreas Jaeger  <aj@suse.de>
27884
27885         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
27886         function only available for GCCs before 3.4 since GCC 3.4
27887         introduced a builtin.
27888         (lrint): Likewise.
27889         (llrintf): Likewise.
27890         (llrint): Likewise.
27891         (fmaxf): Likewise.
27892         (fmax): Likewise.
27893         (fminf): Likewise.
27894         (fmin): Likewise.
27895         (rint): Likewise.
27896         (rintf): Likewise.
27897         (nearbyint): Likewise.
27898         (nearbyintf): Likewise.
27899         (ceil): Likewise.
27900         (ceilf): Likewise.
27901         (floor): Likewise.
27902         (floorf): Likewise.
27903
27904 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
27905
27906         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
27907         on both fields and cast pointer to __syscall_ulong_t.
27908
27909         * bits/types.h (__fsword_t): New type.
27910         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
27911         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
27912         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
27913         (__FSWORD_T_TYPE): Likewise.
27914         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
27915         (__FSWORD_T_TYPE): Likewise.
27916         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
27917         (__FSWORD_T_TYPE): Likewise.
27918         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
27919         (__FSWORD_T_TYPE): Likewise.
27920         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
27921         __SWORD_TYPE with __fsword_t.
27922         (statfs64): Likewise.
27923
27924 2012-05-17  David S. Miller  <davem@davemloft.net>
27925
27926         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
27927
27928 2012-05-17  Andreas Jaeger  <aj@suse.de>
27929
27930         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
27931         warning.
27932
27933 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
27934
27935         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
27936
27937 2012-05-17  Andreas Jaeger  <aj@suse.de>
27938
27939         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
27940         when it is used.
27941
27942 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
27943
27944         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
27945
27946 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
27947
27948         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
27949         * sysdeps/x86_64/tst-mallocalign1.c: New file.
27950
27951 2012-05-17  Andreas Jaeger  <aj@suse.de>
27952             Carlos O'Donell  <carlos_odonell@mentor.com>
27953
27954         [BZ #14059]
27955         * sysdeps/x86_64/multiarch/init-arch.h
27956         (bit_YMM_Usable): Rename to...
27957         (bit_AVX_Usable): ... this.
27958         (bit_FMA4_Usable): New macro.
27959         (bit_XMM_state): New macro.
27960         (bit_YMM_state): New macro.
27961         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
27962         [__ASSEMBLER__] (index_AVX_Usable): ... this.
27963         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
27964         (CPUID_OSXSAVE): New macro.
27965         (CPUID_AVX): New macro.
27966         (CPUID_FMA4): New macro.
27967         (index_YMM_Usable): Rename to...
27968         (index_AVX_Usable): ... this.
27969         (HAS_AVX): Use HAS_ARCH_FEATURE.
27970         (HAS_FMA4): Likewise.
27971         (HAS_YMM_USABLE): Remove.
27972         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27973         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
27974         are present.
27975         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
27976         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
27977         * sysdeps/x86_64/multiarch/Makefile: Likewise.
27978         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
27979         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
27980
27981 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
27982
27983         * math/libm-test.c: Support platforms without multiple rounding modes.
27984         * math/bug-nextafter.c: Support platforms without FP exceptions.
27985         * math/bug-nexttoward.c: Likewise.
27986         * math/test-fenv.c: Likewise.
27987         * math/test-misc.c: Likewise.
27988         * stdlib/bug-getcontext.c: Likewise.
27989
27990 2012-05-17  Andreas Jaeger  <aj@suse.de>
27991
27992         * manual/examples/search.c (critter_cmp): Change signature to
27993         avoid warnings.
27994         * manual/string.texi (Collation Functions): Likewise.
27995
27996 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
27997
27998         * bits/types.h: Fold copyright years.
27999         * bits/typesizes.h: Likewise.
28000         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
28001         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
28002         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
28003         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
28004         * time/time.h: Likewise.
28005
28006 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
28007
28008         [BZ #208]
28009         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
28010         in instead of returning them.  Return void.
28011         (__libc_mallinfo): Accumulate over all arenas.
28012         (__malloc_stats): Adjust for change in int_mallinfo interface.
28013
28014 2012-05-16  Roland McGrath  <roland@hack.frob.com>
28015
28016         [BZ #10375]
28017         * configure.in (NM): Add AC_CHECK_TOOL for it.
28018         (libc_extra_cflags): New substituted variable.
28019         Check for -fstack-protector being used implicitly.
28020         * configure: Regenerated.
28021         * config.make.in (config-extra-cflags): New variable,
28022         gets @libc_extra_cflags@.
28023         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
28024
28025         [BZ #10375]
28026         * configure.in: Check for _FORTIFY_SOURCE being predefined.
28027         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
28028         * configure: Regenerated.
28029         * config.make.in (CPPUNDEFS): New substituted variable.
28030         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
28031         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
28032         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
28033
28034 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
28035
28036         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
28037         (mq_attr): Use __syscall_slong_t.
28038
28039 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
28040
28041         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
28042         Check __x86_64__ instead of __WORDSIZE.
28043         (_STAT_VER_LINUX): Likewise.
28044         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
28045         __syscall_ulong_t and __syscall_slong_t.
28046         (stat64): Likewise.
28047
28048 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
28049
28050         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
28051
28052 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
28053
28054         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
28055
28056 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
28057
28058         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
28059         __syscall_ulong_t.
28060
28061         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
28062         include <bits/wordsize.h>.  Check __x86_64__ instead of
28063         __WORDSIZE.
28064         (greg_t): Use "__extension__ long long int" if __x86_64__ is
28065         defined.
28066         (mcontext_t): Replace "unsigned long" with "unsigned long long".
28067
28068         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
28069         include <bits/wordsize.h>.  Check __x86_64__ instead of
28070         __WORDSIZE.
28071         (user_regs_struct): Use "__extension__ unsigned long long"
28072         instead of "unsigned long" if __x86_64__ is defined.
28073         (user): Likewise.  Pad after pointer field if __ILP32__ is
28074         defined.
28075
28076 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
28077
28078         * configure.in (makeinfo): Require version 4.5 or later.  Allow
28079         versions 5 to 9.
28080         * configure: Regenerated.
28081         * manual/install.texi (texinfo): Increase version requirement to
28082         4.5 or later.
28083         * INSTALL: Regenerated.
28084
28085         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
28086
28087 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
28088
28089         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
28090
28091         * sysdeps/x86_64/x32/ffs.c: New file.
28092
28093         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
28094         __syscall_ulong_t.
28095         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
28096         defined.  Use __syscall_ulong_t.
28097         (shminfo): Use __syscall_ulong_t.
28098         (shm_info): Likewise.
28099
28100         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
28101         __syscall_ulong_t.
28102
28103         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
28104         <bits/wordsize.h>.
28105         (msgqnum_t): Use __syscall_ulong_t.
28106         (msglen_t): Likewise.
28107         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
28108         __syscall_ulong_t.
28109
28110         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
28111         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
28112
28113         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
28114
28115         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
28116         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
28117
28118         * sysvipc/sys/msg.h (msgbuf): Replace long int with
28119         __syscall_slong_t.
28120
28121         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
28122         include <bits/wordsize.h>.  Check __x86_64__ instead of
28123         __WORDSIZE.
28124
28125         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
28126         "unsigned long long int" if __x86_64__ is defined.
28127         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
28128
28129         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
28130         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
28131         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
28132
28133         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
28134         <stdint.h>.
28135         (GET_PC): Cast to uintptr_t first.
28136         (GET_FRAME): Likewise.
28137         (GET_STACK): Likewise.
28138
28139         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
28140         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
28141         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
28142         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
28143         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
28144         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
28145         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
28146         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
28147         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
28148         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
28149         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
28150         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
28151         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
28152         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
28153         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
28154         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
28155         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
28156         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
28157         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
28158         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
28159         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
28160         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
28161         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
28162         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
28163         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
28164         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
28165         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
28166         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
28167         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
28168
28169 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
28170
28171         * Makerules (+depfiles): Also collect depfiles from .oS in
28172         $(extra-objs).
28173         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
28174         .oS, $(libnldbl-routines)).
28175
28176         * Makerules (native-compile-mkdep-flags): Define.
28177         * sunrpc/Makefile (extra-objs): Add $(addprefix
28178         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
28179         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
28180         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
28181         calling $(make-target-directory).
28182
28183 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
28184
28185         * bits/types.h (__snseconds_t): Removed.
28186         * time/time.h (struct timespec): Replace __snseconds_t with
28187         __syscall_slong_t.
28188         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
28189         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
28190         Likewise.
28191         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
28192         (__SNSECONDS_T_TYPE): Likewise.
28193         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
28194         (__SNSECONDS_T_TYPE): Likewise.
28195         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
28196         (__SNSECONDS_T_TYPE): Likewise.
28197
28198 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
28199
28200         * sysdeps/mach/hurd/bits/typesizes.h
28201         (__SYSCALL_SLONG_TYPE): New macro.
28202         (__SYSCALL_ULONG_TYPE): Likewise.
28203
28204 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
28205
28206         * bits/types.h (__syscall_slong_t): New type.
28207         (__syscall_ulong_t): Likewise.
28208
28209         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
28210         (__SYSCALL_ULONG_TYPE): Likewise.
28211         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
28212         (__SYSCALL_SLONG_TYPE): Likewise.
28213         (__SYSCALL_ULONG_TYPE): Likewise.
28214         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
28215         (__SYSCALL_SLONG_TYPE): Likewise.
28216         (__SYSCALL_ULONG_TYPE): Likewise.
28217         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
28218         (__SYSCALL_SLONG_TYPE): Likewise.
28219         (__SYSCALL_ULONG_TYPE): Likewise.
28220
28221 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
28222
28223         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
28224         Add sigaltstack-offsets.sym.
28225         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
28226         <sigaltstack-offsets.h>.
28227         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
28228         longjmp_msg pointer.
28229         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
28230         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
28231         signal stack.
28232         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
28233
28234 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
28235
28236         * elf/stackguard-macros.h: Remove file.
28237         * sysdeps/generic/stackguard-macros.h: New file.
28238         * sysdeps/i386/stackguard-macros.h: Likewise.
28239         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
28240         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
28241         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
28242         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
28243         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
28244         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
28245         * sysdeps/x86_64/stackguard-macros.h: Likewise.
28246         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
28247         <elf/stackguard-macros.h>.
28248
28249         [BZ #14109]
28250         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
28251         __aligned__ in attribute.
28252         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
28253         (gregset_t): Likewise.
28254
28255 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
28256
28257         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
28258         * sysdeps/x86_64/64/Implies-after: Here.  New file.
28259         * sysdeps/x86_64/x32/Implies-after: New file.
28260
28261 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
28262
28263         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
28264         and access return value for _dl_profile_fixup.  Use R10_LP to
28265         load frame size.
28266
28267 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
28268
28269         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
28270
28271 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
28272
28273         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
28274         * sysdeps/x86_64/x32/sysdep.h: New file.
28275
28276 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
28277
28278         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
28279         * sysdeps/x86_64/setjmp.S: Likewise.
28280
28281 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28282
28283         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
28284         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
28285         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
28286         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
28287         remove unused global constant.
28288
28289 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
28290
28291         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
28292         include of <not-cancel.h>.
28293
28294 2012-05-15  Roland McGrath  <roland@hack.frob.com>
28295
28296         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
28297
28298 2012-05-15  Jeff Law  <law@redhat.com>
28299             Andreas Jaeger  <aj@suse.de>
28300
28301         [BZ #13594]
28302         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
28303         out from...
28304         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
28305         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
28306         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
28307         code changing __hst_map_handle.map.
28308
28309 2012-05-15  Roland McGrath  <roland@hack.frob.com>
28310
28311         * configure.in (sysnames): Look for Implies-before and Implies-after
28312         files.
28313         * configure: Regenerated.
28314
28315 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
28316
28317         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
28318         8-byte data alignment with LP_SIZE alignment.
28319
28320 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
28321
28322         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
28323         into R10_LP.
28324
28325 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
28326
28327         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
28328
28329 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
28330
28331         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
28332         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
28333         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
28334         Likewise.
28335         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
28336
28337 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
28338
28339         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
28340         (stackinfo_sub_sp): Likewise.
28341
28342 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
28343
28344         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
28345         RAX_LP.
28346
28347 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
28348
28349         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
28350         into R*_LP.
28351
28352 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
28353
28354         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
28355         sizes into R*_LP.
28356
28357 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
28358
28359         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
28360
28361 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
28362
28363         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
28364         into R11_LP and load __x86_64_shared_cache_size_half into
28365         R8_LP.
28366
28367 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
28368
28369         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
28370         R8_LP.
28371
28372 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28373
28374         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
28375         logb for POWER7.
28376         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
28377         logbf for POWER7.
28378         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
28379         logbl for POWER7.
28380         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
28381         powerpc32/power7/fpu/s_logb.c via #include.
28382         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
28383         powerpc32/power7/fpu/s_logbf.c via #include.
28384         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
28385         powerpc32/power7/fpu/s_logbl.c via #include.
28386
28387 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
28388
28389         * README.libm: Remove file.
28390
28391 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
28392
28393         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
28394         count for x32.  Use R*_LP and omit operand-size suffix.
28395
28396 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
28397
28398         * shlib-versions: Move x86_64-.*-linux.* entries to ...
28399         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
28400         * sysdeps/x86_64/x32/shlib-versions: New file.
28401
28402 2012-05-14  Roland McGrath  <roland@hack.frob.com>
28403
28404         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
28405         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
28406         Use _dl_fatal_printf instead.
28407
28408 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
28409
28410         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
28411         set if not set by the user.  Do not allow for being unset.
28412         * sysdeps/unix/sysv/linux/configure: Regenerated.
28413
28414 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
28415
28416         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
28417         the `q' suffix from lea and replace .quad with ASM_ADDR.
28418
28419 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
28420
28421         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
28422         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
28423         instead of $17.
28424         (PTR_DEMANGLE): Likewise.
28425
28426 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
28427
28428         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
28429         (LP_OP): Likewise.
28430         (ASM_ADDR): Likewise.
28431         (RAX_LP): Likewise.
28432         (RBP_LP): Likewise.
28433         (RBX_LP): Likewise.
28434         (RCX_LP): Likewise.
28435         (RDI_LP): Likewise.
28436         (RSI_LP): Likewise.
28437         (RSP_LP): Likewise.
28438         (R8_LP): Likewise.
28439         (R9_LP): Likewise.
28440         (R10_LP): Likewise.
28441         (R10_LP): Likewise.
28442         (R11_LP): Likewise.
28443         (R12_LP): Likewise.
28444         (R13_LP): Likewise.
28445         (R14_LP): Likewise.
28446         (R15_LP): Likewise.
28447
28448 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
28449
28450         * sysdeps/x86_64/x32/dl-machine.h: New file.
28451
28452 2012-05-14  Andreas Jaeger  <aj@suse.de>
28453
28454         * manual/Makefile (subdir): Remove export of subdir.
28455         (all): Remove target.
28456         (.PHONY): Remove all from list.
28457         (mkinstalldirs): Remove.
28458         (.PHONY): Remove installdirs from list.
28459         ($(inst_infodir)/libc.info): Use make-target-directory.
28460         (installdirs): Remove.
28461         (subdir_%): Remove.
28462         (glibc-targets): Remove.
28463         (lib): Remove.
28464         (stubs): Remove.
28465         ($(objpfx)stubs ../po/manual.pot): Remove.
28466         ($(objpfx)stamp%): Remove.
28467         (make-target-directory): Remove.
28468         (subdir_install): Remove.
28469         (routines): Remove.
28470         (aux): Remove.
28471         (sources): Remove.
28472         (objects): Remove.
28473         (headers): Remove.
28474
28475         [BZ #13750]
28476         * manual/.gitignore: Remove, it's not needed anymore.
28477         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
28478         all files in it.
28479         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
28480         directory.
28481         (texis): Renamed to $(objpfx)texis.
28482         (texis-path): New, contains path to generated files.
28483         (chapters.%): Use texis-path for complete path, add extra argument
28484         libc-texinfo.sh.
28485         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
28486         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
28487         (summary,texi, stamp-summary): Use complete path of
28488         files. Generate files in build dir.
28489         (dir-add.texi): Build in build dir.
28490         (libm-err.texi,stamp-libm-err): Likewise.
28491         (version.texi, stamp-version): Likewise.
28492         (.%c.texi): Likewise.
28493         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
28494         (mostlyclean): Remove target.
28495         (realclean): Remove target.
28496         (generated): Add new variable with contents from mostlyclean and
28497         realclean, remove entries duplicated in common-mostlyclean, add
28498         stamp-libm-err and stamp-version.
28499         (generated-dirs): Add libc directory.
28500         ($(inst_infodir)/libc.info): Install files from build dir.
28501
28502         * manual/install.texi (Configuring and compiling): Adjust since
28503         the info files are not part of the tar ball anymore.
28504
28505 2012-05-14  Andreas Jaeger  <aj@suse.de>
28506
28507         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
28508         variable.
28509
28510 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
28511
28512         [BZ #13717]
28513         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
28514         to 2.2.0 where earlier.
28515         * sysdeps/unix/sysv/linux/configure: Regenerated.
28516         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
28517         Remove conditional code.
28518         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
28519         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
28520         Remove conditional code.
28521         [!__NR_lchown]: Likewise.
28522         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
28523         [__NR_lchown]: Likewise.
28524         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
28525         comment referencing __ASSUME_LCHOWN_SYSCALL.
28526         * sysdeps/unix/sysv/linux/i386/sigaction.c
28527         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
28528         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
28529         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
28530         Remove conditional code.
28531         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
28532         (__protocol_available): Remove #if 0 code.
28533         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
28534         conditional code.
28535         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
28536         * sysdeps/unix/sysv/linux/kernel-features.h
28537         (__ASSUME_GETCWD_SYSCALL): Don't define.
28538         (__ASSUME_REALTIME_SIGNALS): Likewise.
28539         (__ASSUME_PREAD_SYSCALL): Likewise.
28540         (__ASSUME_PWRITE_SYSCALL): Likewise.
28541         (__ASSUME_POLL_SYSCALL): Likewise.
28542         (__ASSUME_LCHOWN_SYSCALL): Likewise.
28543         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
28544         non-SPARC.
28545         (__ASSUME_SIOCGIFNAME): Don't define.
28546         (__ASSUME_MSG_NOSIGNAL): Likewise.
28547         (__ASSUME_SENDFILE): Define unconditionally.
28548         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
28549         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
28550         conditional code.
28551         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
28552         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
28553         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
28554         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
28555         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
28556         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
28557         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
28558         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
28559         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
28560         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
28561         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
28562         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
28563         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
28564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
28565         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
28566         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
28567         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
28568         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
28569         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
28570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
28571         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
28572         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
28573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
28574         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
28575         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
28576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
28577         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
28578         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
28579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
28580         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
28581         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
28582         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
28583         Remove conditional code.
28584         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
28585         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
28586         Remove conditional code.
28587         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
28588         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
28589         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
28590         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
28591         Remove conditional code.
28592         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
28593         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
28594         Remove conditional code.
28595         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
28596         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
28597         Remove conditional code.
28598         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
28599         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
28600         Remove conditional code.
28601         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
28602         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
28603         Remove conditional code.
28604         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
28605         * sysdeps/unix/sysv/linux/sh/pwrite64.c
28606         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
28607         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
28608         * sysdeps/unix/sysv/linux/sigaction.c
28609         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
28610         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
28611         * sysdeps/unix/sysv/linux/sigpending.c
28612         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
28613         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
28614         * sysdeps/unix/sysv/linux/sigprocmask.c
28615         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
28616         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
28617         * sysdeps/unix/sysv/linux/sigsuspend.c
28618         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
28619         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
28620         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
28621         (__libc_missing_rt_sigs): Remove.
28622         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
28623         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
28624         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
28625         Remove conditional code.
28626         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
28627         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
28628         return 1.
28629         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
28630         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
28631         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
28632         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
28633
28634 2012-05-14  Andreas Jaeger  <aj@suse.de>
28635
28636         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
28637         it's not used in glibc.
28638         (__coshm1): Likewise.
28639         (__acosh1p): Likewise.
28640         (__sgn): Likewise.
28641
28642         * manual/string.texi (Copying and Concatenation): Add missing
28643         variable in concat example.
28644         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
28645
28646 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
28647
28648         [BZ #14103]
28649         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
28650         __builtin_clzl with __builtin_clzll.
28651
28652 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
28653
28654         [BZ #14104]
28655         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
28656         libc_freeres_ptr.
28657
28658 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
28659
28660         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
28661         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
28662         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
28663         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
28664
28665 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
28666
28667         * NEWS: Update ia64 info.
28668
28669 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
28670
28671         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
28672         used as bcopy.
28673
28674 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
28675
28676         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
28677         * sysdeps/unix/syscalls.list (dup3): Likewise.
28678         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
28679         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
28680
28681 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
28682
28683         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
28684         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
28685
28686 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
28687
28688         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
28689         thread pointer.
28690         (TLS_IE): Use mov/add instead of movq/addq to load thread
28691         pointer.
28692         (TLS_GD_PREFIX): New.
28693         (TLS_GD): Use it.
28694
28695 2012-05-11  David S. Miller  <davem@davemloft.net>
28696
28697         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
28698         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
28699         (_FPU_SETCW): Likewise.
28700
28701 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
28702
28703         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
28704         is 32-byte aligned.
28705
28706 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
28707
28708         [BZ #11837]
28709         * iconvdata/gb18030.c: Update tables.
28710         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
28711         characters specially.
28712         (BODY for TO_LOOP): Add encoding of missing ranges.
28713
28714 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
28715
28716         [BZ #13673]
28717         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
28718         * sysdeps/mach/hurd/dup3.c: Likewise.
28719         * sysdeps/mach/hurd/readlinkat.c: Likewise.
28720         * sysdeps/powerpc/memmove.c:: Likewise.
28721
28722 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
28723
28724         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
28725         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
28726
28727 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
28728
28729         * elf/elf.h (R_X86_64_RELATIVE64): New.
28730         (R_X86_64_NUM): Updated.
28731         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
28732         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
28733         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
28734         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
28735         tst-quad1pie tst-quad2pie
28736         (modules-names): Add tst-quadmod1 tst-quadmod2.
28737         ($(objpfx)tst-quad1): New dependency.
28738         ($(objpfx)tst-quad2): Likewise.
28739         ($(objpfx)tst-quad1pie): Likewise.
28740         ($(objpfx)tst-quad2pie): Likewise.
28741         * sysdeps/x86_64/tst-quad1.c: New file.
28742         * sysdeps/x86_64/tst-quad1pie.c: New file.
28743         * sysdeps/x86_64/tst-quad2.c: Likewise.
28744         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
28745         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
28746         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
28747         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
28748         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
28749
28750 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28751
28752         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
28753         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
28754         * streams/stropts.h (t_scalar_t): Define type.
28755
28756         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
28757         (_PATH_PRESERVE): Set to "/var/lib".
28758         (_PATH_RWHODIR): Set to "/var/spool/rwho".
28759
28760         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
28761         instead of int.
28762
28763         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
28764         if __dir_mkfile succeeded.
28765
28766         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
28767         checking for _hurd_dtablesize.  Unlock it right after having
28768         finished _hurd_dtable allocation.
28769
28770 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
28771
28772         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
28773         * sysdeps/mach/hurd/configure: Regenerated.
28774         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
28775         special-casing to...
28776         * sysdeps/gnu/configure.in: ... this new file.
28777         * sysdeps/unix/sysv/linux/configure: Regenerated.
28778         * sysdeps/gnu/configure: New generated file.
28779
28780         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
28781         for Linux: use nsec instead of usec, as well as:
28782         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
28783         members of type struct timespec.
28784         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
28785         New macros.
28786         (struct stat64): Likewise.
28787         (_STATBUF_ST_NSEC): New macro.
28788         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
28789
28790         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
28791         __strtoul_internal rather than strtoul.
28792
28793 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
28794
28795         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
28796         and reject them.
28797
28798 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28799
28800         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
28801         which preserves existing values.
28802         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
28803
28804 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
28805
28806         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
28807         TIMEOUT values.  Return EINVAL for NFDS values either negative or
28808         greater than FD_SETSIZE.
28809
28810 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28811
28812         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
28813         allocated, call __vm_protect to finish enabling the existing space, and
28814         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
28815         allocate the remainder.
28816
28817 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
28818
28819         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
28820         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
28821
28822 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28823
28824         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
28825         sysdeps/mach/hurd/readlink.c.
28826
28827         * posix/tst-sysconf.c (posix_options): Only use
28828         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
28829         _POSIX_SYNCHRONIZED_IO when they are defined
28830         * sysdeps/mach/hurd/bits/posix_opt.h:
28831         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
28832         (_XOPEN_REALTIME): Undefine macro.
28833         (_XOPEN_REALTIME_THREADS): Undefine macro.
28834         (_XOPEN_SHM): Undefine macro.
28835         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
28836         macro to -1.
28837         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
28838         macro to -1.
28839         (_POSIX_ASYNC_IO): Undefine macro.
28840         (_POSIX_PRIORITIZED_IO): Undefine macro.
28841         (_POSIX_SPIN_LOCKS): Define macro to -1.
28842
28843         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
28844         SA_NODEFER, SA_RESETHAND.
28845         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
28846         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
28847         F_DUPFD_CLOEXEC.
28848
28849 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
28850
28851         * elf/Makefile (pldd-modules): Define unconditionally.
28852
28853 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
28854
28855         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
28856
28857 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28858
28859         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
28860         Return ENOENT when name is empty.
28861         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
28862
28863 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
28864
28865         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
28866
28867         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
28868
28869 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28870
28871         Fix mlock in all cases except non-readable pages.
28872         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
28873         instead of VM_PROT_ALL as parameter to __vm_wire function.
28874
28875         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
28876         (__mkdir): When path is `/', just fail with EEXIST.
28877         * sysdeps/mach/hurd/mkdirat.c: Likewise.
28878
28879 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
28880
28881         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
28882         <sys/uio.h> (for writev).
28883         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
28884         and <sys/param.h> (for MIN).
28885
28886 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
28887
28888         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
28889         REQUESTED_TIME.  Properly set the remaining time and return EINTR
28890         if interrupted.
28891
28892 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
28893
28894         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
28895         Depend on against $(link-rpcuserlibs).
28896
28897 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28898
28899         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
28900         (__libc_stack_end): Do not use attribute_relro.
28901         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
28902         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
28903         to libthread-provided value.
28904         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
28905         attribute_relro.
28906
28907 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
28908
28909         [BZ #3748]
28910         * bits/libc-lock.h (__libc_once_get): New macro.
28911         * sysdeps/mach/bits/libc-lock.h: Likewise.
28912         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
28913         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
28914         instead of using implementation details.
28915
28916         * libio/fileops.c: Unconditionally include <kernel-features.h>.
28917         * libio/freopen.c: Likewise.
28918         * libio/freopen64.c: Likewise.
28919         * misc/syslog.c: Likewise.
28920         * nscd/connections.c: Likewise.
28921         * nscd/netgroupcache.c: Likewise.
28922         * sysdeps/posix/getcwd.c: Likewise.
28923
28924 2012-05-10  Roland McGrath  <roland@hack.frob.com>
28925
28926         * math/w_ilogbf.c: Add #include <limits.h>.
28927
28928 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28929
28930         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
28931         path instead of returning without unlocking.
28932
28933         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
28934         immediate-write ioctls.
28935         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
28936
28937 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
28938
28939         * sysdeps/mach/hurd/i386/init-first.c (init): Use
28940         __builtin_frame_address instead of making assumptions about the
28941         location of the return address relative to DATA.  Force early load of
28942         the return address.
28943         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
28944         __builtin_frame_address.
28945
28946         dup3 for GNU Hurd.
28947         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
28948         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
28949         implement dup3 and do some further code clean-ups.
28950         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
28951         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
28952
28953 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28954
28955         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
28956
28957         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
28958         HURD_CRITICAL_END around holding _hurd_dtable_lock.
28959         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
28960         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
28961         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
28962         d->port.lock.
28963
28964         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
28965         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
28966         when handler == SIG_ERR, not when handler != SIG_ERR.
28967
28968 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
28969
28970         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
28971         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
28972         definitions.
28973
28974         accept4 for GNU Hurd.
28975         * include/sys/socket.h (__libc_accept4): New prototype.
28976         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
28977         to implement __libc_accept4.
28978         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
28979         __libc_accept4.
28980         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
28981
28982         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
28983         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
28984         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
28985         signal-defines.sym.
28986
28987 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28988
28989         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
28990
28991 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
28992
28993         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
28994         assertion on O_CLOEXEC flag.
28995         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
28996         * hurd/intern-fd.c: Likewise.
28997         * hurd/port2fd.c: Likewise.
28998
28999 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
29000
29001         [BZ #3906]
29002         * bits/in.h (IPV6_PKTINFO): Define new macro.
29003         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
29004
29005 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29006
29007         [BZ #13954]
29008         [BZ #13955]
29009         [BZ #13956]
29010         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
29011         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
29012         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
29013         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
29014         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
29015         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
29016         * math/libm-test.inc (logb_test) : Additional logb tests.
29017
29018 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
29019             Andreas Jaeger  <aj@suse.de>
29020
29021         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
29022         * configure: Regenerated.
29023         * config.h.in (LINK_OBSOLETE_RPC): New macro.
29024         * config.make.in (link-obsolete-rpc): New substituted variable.
29025         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
29026         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
29027         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
29028         (shared-only-routines): Don't set it under [link-obsolete-rpc],
29029         so that libc.a contains the symbols.
29030         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
29031         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
29032         * sunrpc/auth_none.c: Likewise.
29033         * sunrpc/auth_unix.c: Likewise.
29034         * sunrpc/authdes_prot.c: Likewise.
29035         * sunrpc/authuxprot.c: Likewise.
29036         * sunrpc/clnt_gen.c: Likewise.
29037         * sunrpc/clnt_perr.c: Likewise.
29038         * sunrpc/clnt_raw.c: Likewise.
29039         * sunrpc/clnt_simp.c: Likewise.
29040         * sunrpc/clnt_tcp.c: Likewise.
29041         * sunrpc/clnt_udp.c: Likewise.
29042         * sunrpc/clnt_unix.c: Likewise.
29043         * sunrpc/des_crypt.c: Likewise.
29044         * sunrpc/des_soft.c: Likewise.
29045         * sunrpc/get_myaddr.c: Likewise.
29046         * sunrpc/key_call.c: Likewise.
29047         * sunrpc/key_prot.c: Likewise.
29048         * sunrpc/netname.c: Likewise.
29049         * sunrpc/pm_getmaps.c: Likewise.
29050         * sunrpc/pm_getport.c: Likewise.
29051         * sunrpc/pmap_clnt.c: Likewise.
29052         * sunrpc/pmap_prot.c: Likewise.
29053         * sunrpc/pmap_prot2.c: Likewise.
29054         * sunrpc/pmap_rmt.c: Likewise.
29055         * sunrpc/publickey.c: Likewise.
29056         * sunrpc/rpc_cmsg.c: Likewise.
29057         * sunrpc/rpc_common.c: Likewise.
29058         * sunrpc/rpc_dtable.c: Likewise.
29059         * sunrpc/rpc_prot.c: Likewise.
29060         * sunrpc/rpc_thread.c: Likewise.
29061         * sunrpc/rtime.c: Likewise.
29062         * sunrpc/svc.c: Likewise.
29063         * sunrpc/svc_auth.c: Likewise.
29064         * sunrpc/svc_raw.c: Likewise.
29065         * sunrpc/svc_run.c: Likewise.
29066         * sunrpc/svc_tcp.c: Likewise.
29067         * sunrpc/svc_udp.c: Likewise.
29068         * sunrpc/svc_unix.c: Likewise.
29069         * sunrpc/svcauth_des.c: Likewise.
29070         * sunrpc/xcrypt.c: Likewise.
29071         * sunrpc/xdr.c: Likewise.
29072         * sunrpc/xdr_array.c: Likewise.
29073         * sunrpc/xdr_float.c: Likewise.
29074         * sunrpc/xdr_intXX_t.c: Likewise.
29075         * sunrpc/xdr_mem.c: Likewise.
29076         * sunrpc/xdr_rec.c: Likewise.
29077         * sunrpc/xdr_ref.c: Likewise.
29078         * sunrpc/xdr_sizeof.c: Likewise.
29079         * sunrpc/xdr_stdio.c: Likewise.
29080
29081 2012-05-10  Roland McGrath  <roland@hack.frob.com>
29082
29083         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
29084         change.  Update copyright years.
29085
29086 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
29087
29088         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
29089
29090 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
29091             Joseph Myers  <joseph@codesourcery.com>
29092             Paul Pluzhnikov  <ppluzhnikov@google.com>
29093
29094         [BZ #14012]
29095         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
29096         requiring rpcgen.
29097         [cross-compiling] (extra-libs): Likewise.
29098         [cross-compiling] (extra-libs-others): Likewise.
29099         [cross-compiling] (librpcsvc-routines): Likewise.
29100         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
29101         [cross-compiling] (omit-deps): Likewise.
29102         (sunrpc-CPPFLAGS): New variable.
29103         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
29104         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
29105         (cross-rpcgen-objs): New variable.
29106         (extra-objs): Append $(cross-rpcgen-objs).
29107         ($(cross-rpcgen-objs)): New rule.
29108         ($(objpfx)cross-rpcgen): Likewise.
29109         (rpcgen-cmd): Define to use $(built-program-file).  Expand
29110         comment.
29111         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
29112         ($(objpfx)x%.stmp): Likewise.
29113         * sunrpc/proto.h [IS_IN_build] (_): Define.
29114         [IS_IN_build] (_libc_intl_domainname): Likewise.
29115
29116 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
29117
29118         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
29119         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
29120         and R_X86_64_TPOFF64.
29121
29122 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
29123
29124         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
29125         sysdeps/unix/sysv/syscalls.list.
29126         (stime): Likewise.
29127         (utime): Likewise.
29128         * sysdeps/unix/sysv/syscalls.list: Remove file.
29129
29130 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
29131
29132         [BZ #3440]
29133         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
29134         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
29135         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
29136         (__LC_IDENTIFICATION): Make these macros useful in #if
29137         expressions, as required by C99.
29138
29139 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
29140
29141         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
29142         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
29143         after this.
29144
29145 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
29146
29147         * stdlib/longlong.h: Updated from GCC.
29148
29149 2012-05-09  Andreas Jaeger  <aj@suse.de>
29150
29151         * nscd/nscd.c (run_modes): Make named enum, reorder so that
29152         default is first entry.
29153         (run_mode): Set type.
29154         (main): Remove informal message about syslog.
29155         (options): Fix typo.
29156
29157         [BZ #14053]
29158         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
29159         to asm.
29160         (lrint): Likewise.
29161         (llrintf): Likewise.
29162         (llrint): Likewise.
29163         (rint): Likewise.
29164         (rintf): Likewise.
29165         (nearbyint): Likewise.
29166         (nearbyintf): Likewise.
29167
29168 2012-05-09  Andreas Jaeger  <aj@suse.de>
29169             Pedro Alves  <palves@redhat.com>
29170
29171         * nscd/nscd.c (run_mode): Use enum.
29172         (main): Cleanup coding style issue.
29173
29174 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
29175             Andreas Jaeger  <aj@suse.de>
29176
29177         * nscd/nscd.c (go_background): Replaced with...
29178         (run_mode): ... this.
29179         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
29180         (options): Add -F --foreground.
29181         (main): Implement it.
29182         (parse_opt): Parse it.
29183
29184 2012-05-09  Andreas Jaeger  <aj@suse.de>
29185
29186         [BZ #14083]
29187         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
29188         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
29189         -Wconversion warning.
29190         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
29191         Likewise.
29192
29193 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
29194
29195         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
29196         == 0.
29197         (LC_ALL): Use macro-int-constant.
29198         (LC_COLLATE): Likewise.
29199         (LC_CTYPE): Likewise.
29200         (LC_MESSAGES): Likewise.
29201         (LC_MONETARY): Likewise.
29202         (LC_NUMERIC): Likewise.
29203         (LC_TIME): Likewise.
29204         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
29205         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
29206         [ISO || ISO99 || ISO11] (*_t): Do not allow.
29207         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
29208         Specify type.
29209         [C99-based standards] (float_t): Expect type.
29210         [C99-based standards] (double_t): Expect type.
29211         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
29212         type.
29213         [C99-based standards] (HUGE_VALL): Likewise.
29214         [C99-based standards] (INFINITY): Likewise.
29215         [C99-based standards] (NAN): Likewise.
29216         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
29217         [C99-based standards] (FP_NAN): Likewise.
29218         [C99-based standards] (FP_NORMAL): Likewise.
29219         [C99-based standards] (FP_SUBNORMAL): Likewise.
29220         [C99-based standards] (FP_ZERO): Likewise.
29221         [C99-based standards] (FP_FAST_FMA): Use
29222         optional-macro-int-constant.  Specify type.  Require == 1.
29223         [C99-based standards] (FP_FAST_FMAF): Likewise.
29224         [C99-based standards] (FP_FAST_FMAL): Likewise.
29225         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
29226         [C99-based standards] (FP_ILOGBNAN): Likewise.
29227         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
29228         Specify type.
29229         [C99-based standards] (MATH_ERREXCEPT): Likewise.
29230         [C99-based standards] (math_errhandling): Specify type.
29231         [ISO99 || ISO11] (signgam): Do not allow.
29232         [non-C99-based standards] (copysignf): Do not allow.
29233         [non-C99-based standards] (exp2f): Likewise.
29234         [non-C99-based standards] (log2f): Likewise.
29235         [non-C99-based standards] (modff): Allow.
29236         [non-C99-based standards] (erff): Do not allow.
29237         [non-C99-based standards] (erfcf): Likewise.
29238         [non-C99-based standards] (gammaf): Likewise.
29239         [non-C99-based standards] (hypotf): Likewise.
29240         [non-C99-based standards] (j0f): Likewise.
29241         [non-C99-based standards] (j1f): Likewise.
29242         [non-C99-based standards] (jnf): Likewise.
29243         [non-C99-based standards] (lgammaf): Likewise.
29244         [non-C99-based standards] (tgammaf): Likewise.
29245         [non-C99-based standards] (y0f): Likewise.
29246         [non-C99-based standards] (y1f): Likewise.
29247         [non-C99-based standards] (ynf): Likewise.
29248         [non-C99-based standards] (isnanf): Likewise.
29249         [non-C99-based standards] (acoshf): Likewise.
29250         [non-C99-based standards] (asinhf): Likewise.
29251         [non-C99-based standards] (atanhf): Likewise.
29252         [non-C99-based standards] (cbrtf): Likewise.
29253         [non-C99-based standards] (expm1f): Likewise.
29254         [non-C99-based standards] (ilogbf): Likewise.
29255         [non-C99-based standards] (log1pf): Likewise.
29256         [non-C99-based standards] (logbf): Likewise.
29257         [non-C99-based standards] (nextafterf): Likewise.
29258         [non-C99-based standards] (remainderf): Likewise.
29259         [non-C99-based standards] (rintf): Likewise.
29260         [non-C99-based standards] (scalbf): Likewise.
29261         [non-C99-based standards] (copysignl): Likewise.
29262         [non-C99-based standards] (exp2l): Likewise.
29263         [non-C99-based standards] (log2l): Likewise.
29264         [non-C99-based standards] (modfl): Allow.
29265         [non-C99-based standards] (erfl): Do not allow.
29266         [non-C99-based standards] (erfcl): Likewise.
29267         [non-C99-based standards] (gammal): Likewise.
29268         [non-C99-based standards] (hypotl): Likewise.
29269         [non-C99-based standards] (j0l): Likewise.
29270         [non-C99-based standards] (j1l): Likewise.
29271         [non-C99-based standards] (jnl): Likewise.
29272         [non-C99-based standards] (lgammal): Likewise.
29273         [non-C99-based standards] (tgammal): Likewise.
29274         [non-C99-based standards] (y0l): Likewise.
29275         [non-C99-based standards] (y1l): Likewise.
29276         [non-C99-based standards] (ynl): Likewise.
29277         [non-C99-based standards] (isnanl): Likewise.
29278         [non-C99-based standards] (acoshl): Likewise.
29279         [non-C99-based standards] (asinhl): Likewise.
29280         [non-C99-based standards] (atanhl): Likewise.
29281         [non-C99-based standards] (cbrtl): Likewise.
29282         [non-C99-based standards] (expm1l): Likewise.
29283         [non-C99-based standards] (ilogbl): Likewise.
29284         [non-C99-based standards] (log1pl): Likewise.
29285         [non-C99-based standards] (logbl): Likewise.
29286         [non-C99-based standards] (nextafterl): Likewise.
29287         [non-C99-based standards] (remainderl): Likewise.
29288         [non-C99-based standards] (rintl): Likewise.
29289         [non-C99-based standards] (scalbl): Likewise.
29290         [ISO || ISO99 || ISO11] (*_t): Do not allow.
29291         [non-C99-based standards] (FP_*): Do not allow.
29292         [C99-based standards] (FP_*): Change to
29293         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
29294         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
29295         allow.
29296         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
29297         (SIG_ERR): Likewise.
29298         [X/Open-based standards] (SIG_HOLD): Likewise.
29299         (SIG_IGN): Likewise.
29300         (SIGABRT): Use macro-int-constant.  Specify type.  Require
29301         positive value.
29302         (SIGFPE): Likewise.
29303         (SIGILL): Likewise.
29304         (SIGINT): Likewise.
29305         (SIGSEGV): Likewise.
29306         (SIGTER): Likewise.
29307         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
29308         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
29309         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
29310         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
29311         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
29312         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
29313         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
29314         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
29315         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
29316         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
29317         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
29318         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
29319         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
29320         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
29321         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
29322         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
29323         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
29324         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
29325         [X/Open-based standards] (SIGTRAP): Likewise.
29326         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
29327         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
29328         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
29329         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
29330         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
29331         allow.
29332
29333 2012-05-08  Ian Wienand  <ianw@vmware.com>
29334
29335         [BZ #14080]
29336         * time/tzset.c (__tzset_parse_tz): Update default rules for
29337         daylight time changes in the Energy Policy Act of 2005.
29338
29339 2012-05-09  Andreas Jaeger  <aj@suse.de>
29340
29341         [BZ #13983]
29342         * elf/ldconfig.c (parse_conf): Change string to make clear that
29343         ldconfig only issued a warning if ld.so.conf does not exist.
29344
29345 2012-05-08  David S. Miller  <davem@davemloft.net>
29346
29347         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
29348         movxtod instead of popping the value on the stack.
29349
29350         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29351
29352 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
29353
29354         * config.h.in: Add HAVE_ARM_PCS_VFP.
29355
29356 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
29357
29358         [BZ #13979]
29359         * include/features.h: Warn if user requests __FORTIFY_SOURCE
29360         checking but the checks are disabled for any reason.
29361
29362 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
29363
29364         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
29365         and ELF64_R_TYPE with ELFW(R_TYPE).
29366
29367 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
29368
29369         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
29370         (ulimit): Likewise.
29371
29372         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
29373         (settimeofday): Likewise.
29374
29375 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
29376
29377         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
29378         a struct th_u2 inside the union, and move tu_block/tu_code into
29379         a new th_u3 union of tu_block/tu_code inside of that.  Move
29380         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
29381         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
29382         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
29383         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
29384         (th_stuff): Change to th_u1.tu_stuff.
29385         (th_data): Define.
29386         (th_msg): Change to th_u1.th_u2.tu_data.
29387
29388 2012-05-07  David S. Miller  <davem@davemloft.net>
29389
29390         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29391
29392         [BZ #14074]
29393         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
29394         (SETUP_PIC_REG): Use it.
29395         (SETUP_PIC_REG_LEAF): Use it.
29396
29397 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
29398
29399         [BZ #13885]
29400         [BZ #13923]
29401         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
29402         USE_AS_EXPM1L.
29403         (EXPL_FINITE): Likewise.
29404         (FLDLOG): Likewise.
29405         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
29406         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
29407         e_expl.S.
29408         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
29409         USE_AS_EXPM1L.
29410         (EXPL_FINITE): Likewise.
29411         (FLDLOG): Likewise.
29412         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
29413         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
29414         e_expl.S.
29415         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
29416         test of -max_value argument for long double.
29417         * sysdeps/i386/fpu/libm-test-ulps: Update.
29418         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29419
29420 2012-05-06  David S. Miller  <davem@davemloft.net>
29421
29422         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
29423         quad soft-float symbols whose references which are compiler
29424         generated.
29425         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
29426
29427 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
29428
29429         [BZ #13884]
29430         [BZ #13914]
29431         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
29432         USE_AS_EXP10L.
29433         (EXPL_FINITE): Likewise.
29434         (FLDLOG): Likewise.
29435         (c0): Likewise.
29436         (c1): Likewise.
29437         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
29438         Adjust comments for base varying.
29439         (__expl_finite): Change alias to EXPL_FINITE.
29440         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
29441         e_expl.S.
29442         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
29443         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
29444         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
29445         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
29446         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
29447         USE_AS_EXP10L.
29448         (EXPL_FINITE): Likewise.
29449         (FLDLOG): Likewise.
29450         (c0): Likewise.
29451         (c1): Likewise.
29452         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
29453         Adjust comments for base varying.
29454         (__expl_finite): Change alias to EXPL_FINITE.
29455         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
29456         tests for bugs.
29457         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29458
29459         [BZ #14064]
29460         * math/libm-test.inc (check_float_internal): Correct ulp
29461         calculation for subnormal expected results.
29462
29463 2012-05-06  Andreas Jaeger  <aj@suse.de>
29464
29465         * Makeconfig (+math-flags): New, set to -frounding-math.
29466         (+cflags): Add +math-flags so that all of glibc gets compiled with
29467         it.
29468
29469         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
29470
29471 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
29472
29473         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
29474         Disable one test.
29475
29476         [BZ #13787]
29477         [BZ #13922]
29478         [BZ #14036]
29479         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
29480         (__ieee754_expl): Allow for and saturate large arguments.
29481         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
29482         (u_threshold): Likewise.
29483         (__exp): Call __ieee754_exp before checking for overflow and
29484         underflow.
29485         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
29486         (u_threshold): Likewise.
29487         (__expf): Call __ieee754_expf before checking for overflow and
29488         underflow.
29489         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
29490         (u_threshold): Likewise.
29491         (__expl): Call __ieee754_expl before checking for overflow and
29492         underflow.
29493         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
29494         (__ieee754_expl): Allow for and saturate large arguments.
29495         * math/libm-test.inc (exp_test): Add another test.  Do not allow
29496         missing overflow exception on overflow.
29497         (expm1_test): Do not allow missing overflow exception on overflow.
29498
29499         * sysdeps/i386/fpu/e_expl.c: Move to ...
29500         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
29501         rather than using inline asm.
29502         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
29503         * sysdeps/x86_64/fpu/e_expl.S: Copy from
29504         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
29505
29506         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
29507         (nice): Likewise.
29508         (poll): Likewise.
29509         (signal): Likewise.
29510         (time): Likewise.
29511         (times): Likewise.
29512
29513 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
29514
29515         * sysdeps/unix/syscalls.list (adjtime): Add entry from
29516         sysdeps/unix/common/syscalls.list.
29517         (fchmod): Likewise.
29518         (fchown): Likewise.
29519         (ftruncate): Likewise.
29520         (getrusage): Likewise.
29521         (gettimeofday): Likewise.
29522         (setpgid): Likewise.
29523         (setregid): Likewise.
29524         (setreuid): Likewise.
29525         (sigaction): Likewise.
29526         (truncate): Likewise.
29527         (vhangup): Likewise.
29528         * sysdeps/unix/common/syscalls.list: Remove file.
29529         * sysdeps/unix/bsd/Implies: Don't include unix/common.
29530         * sysdeps/unix/sysv/linux/Implies: Likewise.
29531
29532 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
29533
29534         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
29535         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
29536         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
29537         Moved to ...
29538         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
29539         Here.
29540         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
29541         to ...
29542         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
29543         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
29544         to ...
29545         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
29546         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
29547         to ...
29548         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
29549         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
29550         to ...
29551         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
29552         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
29553         to ...
29554         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
29555         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
29556         to ...
29557         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
29558         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
29559         to ...
29560         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
29561         Here.
29562         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
29563         to ...
29564         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
29565         Here.
29566         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
29567         to ...
29568         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
29569         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
29570         Moved to ...
29571         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
29572         Here.
29573         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
29574         to ...
29575         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
29576
29577 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
29578
29579         * sysdeps/unix/common/bits/dirent.h: Remove file.
29580         * sysdeps/unix/common/bits/fcntl.h: Likewise.
29581
29582         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
29583         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
29584         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
29585         * sysdeps/unix/bsd/isatty.c: Likewise.
29586         * sysdeps/unix/bsd/tcdrain.c: Likewise.
29587         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
29588         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
29589
29590 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29591
29592         [BZ #13563]
29593         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
29594         long double comparison inaccuracies.
29595         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
29596         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29597
29598 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
29599
29600         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
29601         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
29602
29603 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
29604
29605         [BZ #14049]
29606         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
29607         nonzero digits before rounding a hex value.
29608         * stdlib/tst-strtod.c (tests): Add another test.
29609
29610 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29611
29612         * sysdeps/s390/fpu/libm-test-ulps: Update.
29613
29614 2012-05-03  Andreas Jaeger  <aj@suse.de>
29615
29616         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
29617         does not get optimized out.
29618         (malloc_opt_barrier): New.
29619
29620 2012-05-03  Andreas Jaeger  <aj@suse.de>
29621             Roland McGrath  <roland@hack.frob.com>
29622
29623         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
29624         intermediate file deletion.
29625         (generated): Add .symlist files.
29626
29627 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
29628
29629         [BZ #13775]
29630         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
29631         Redirect under this condition.
29632         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
29633         [__USE_GNU] (__dprintf_chk): Not under this condition.
29634         [__USE_GNU] (__vdprintf_chk): Likewise.
29635         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
29636         under this condition.
29637         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
29638         [__USE_XOPEN2K8] (dprintf): Define under this condition.
29639         [__USE_XOPEN2K8] (vdprintf): Likewise.
29640         [__USE_GNU] (__dprintf_chk): Not under this condition.
29641         [__USE_GNU] (__vdprintf_chk): Likewise.
29642         [__USE_GNU] (dprintf): Likewise.
29643         [__USE_GNU] (vdprintf): Likewise.
29644
29645 2012-05-03  Roland McGrath  <roland@hack.frob.com>
29646
29647         * elf/Makefile (common-generated): Set this instead of generated for
29648         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
29649         $(all-built-dso)-derived lists.
29650
29651 2012-05-03  Andreas Jaeger  <aj@suse.de>
29652
29653         * sysdeps/i386/fpu/libm-test-ulps: Update.
29654
29655         * FAQ: Removed.
29656         * FAQ.in: Likewise.
29657         * scripts/gen-FAQ.pl: Likewise.
29658         * manual/install.texi (Installation): Point to online location of
29659         FAQ.
29660         * Makefile (files-for-dist): Remove FAQ.
29661         (FAQ): Remove.
29662
29663 2012-05-02  Allan McRae  <allan@archlinux.org>
29664
29665         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
29666         (LDFLAGS-reldepmod5.so): Likewise.
29667         (LDFLAGS-reldep6mod1.so): Likewise.
29668         (LDFLAGS-reldep6mod4.so): Likewise.
29669         (LDFLAGS-reldep8mod3.so): Likewise.
29670         (LDFLAGS-unload4mod1.so): Likewise.
29671         (LDFLAGS-unload4mod2.so): Likewise.
29672         (LDFLAGS-tst-initorder): Likewise.
29673         (LDFLAGS-tst-initordera2.so): Likewise.
29674         (LDFLAGS-tst-initordera3.so): Likewise.
29675         (LDFLAGS-tst-initordera4.so): Likewise.
29676         (LDFLAGS-tst-initorderb2.so): Likewise.
29677         (LDFLAGS-noload): Likewise.
29678         (LDFLAGS-next): Likewise.
29679         (LDFLAGS-order2mod1.so): Likewise.
29680         (LDFLAGS-order2mod2.so): Likewise.
29681         (LDFLAGS-tst-initorder2): Likewise.
29682         (LDFLAGS-tst-initorder2a.so): Likewise.
29683         (LDFLAGS-tst-initorder2b.so): Likewise.
29684         (LDFLAGS-tst-initorder2c.so): Likewise.
29685         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
29686
29687 2012-05-02  David S. Miller  <davem@davemloft.net>
29688
29689         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29690
29691 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
29692
29693         [BZ #14055]
29694         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
29695
29696 2012-05-02  Andreas Jaeger  <aj@suse.de>
29697
29698         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
29699         since we manipulate rounding mode.
29700         (CPPFLAGS-test-idouble.c): Likewise.
29701         (CPPFLAGS-test-ifloat.c): Likewise.
29702         (CFLAGS-test-ldouble.c): Likewise.
29703         (CFLAGS-test-double.c): Likewise.
29704         (CFLAGS-test-float.c): Likewise.
29705         (CFLAGS-test-misc.c): Likewise.
29706         (CFLAGS-test-test-fenv.c): Likewise.
29707
29708 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29709
29710         [BZ #2550]
29711         [BZ #2570]
29712         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
29713         comparisons to determine direction to adjust input.
29714
29715 2012-05-01  Roland McGrath  <roland@hack.frob.com>
29716
29717         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
29718         output to the target.
29719
29720         * scripts/localplt.awk: New file.
29721         * elf/Makefile ($(objpfx)check-localplt): Target removed.
29722         (check-localplt-CFLAGS): Variable removed.
29723         ($(all-built-dso:=.jmprel)): New static pattern rule.
29724         (generated): Add those targets.
29725         (localplt-built-dso): New variable.
29726         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
29727
29728         * elf/check-localplt.c: File removed.
29729
29730         * scripts/check-execstack.awk: New file.
29731         * elf/Makefile ($(objpfx)check-execstack): Target removed.
29732         (check-execstack-CFLAGS): Variable removed.
29733         ($(objpfx)check-execstack.h): Target removed.
29734         ($(objpfx)execstack-default): New target.
29735         (generated): Add that instead of check-execstack.h.
29736         ($(all-built-dso:=.phdr)): New static pattern rule.
29737         (generated): Add those targets.
29738         * elf/check-execstack.c: File removed.
29739
29740         * scripts/check-textrel.awk: New file.
29741         * elf/Makefile ($(objpfx)check-textrel): Target removed.
29742         (check-textrel-CFLAGS): Variable removed.
29743         (all-built-dso): Use := to define.o
29744         ($(all-built-dso:=.dyn)): New static pattern rule.
29745         (generated): Add those targets.
29746         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
29747         * config.make.in (READELF): New substituted variable.
29748         * elf/check-textrel.c: File removed.
29749
29750 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
29751
29752         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
29753         allow.
29754         * conform/data/ctype.h-data [C99-based standards] (isblank):
29755         Expect function.
29756         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
29757         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
29758         [ISO || ISO99 || ISO11] (*_t): Do not allow.
29759         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
29760         Specify type.  Require positive value.
29761         (EILSEQ): Likewise.
29762         (ERANGE): Likewise.
29763         [ISO || POSIX] (EILSEQ): Do not expect.
29764         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
29765         Specify type.  Require positive value.
29766         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
29767         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
29768         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
29769         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
29770         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
29771         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
29772         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
29773         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
29774         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
29775         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
29776         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
29777         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
29778         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
29779         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
29780         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
29781         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
29782         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
29783         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
29784         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
29785         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
29786         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
29787         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
29788         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
29789         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
29790         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
29791         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
29792         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
29793         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
29794         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
29795         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
29796         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
29797         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
29798         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
29799         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
29800         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
29801         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
29802         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
29803         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
29804         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
29805         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
29806         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
29807         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
29808         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
29809         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
29810         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
29811         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
29812         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
29813         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
29814         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
29815         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
29816         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
29817         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
29818         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
29819         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
29820         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
29821         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
29822         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
29823         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
29824         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
29825         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
29826         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
29827         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
29828         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
29829         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
29830         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
29831         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
29832         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
29833         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
29834         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
29835         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
29836         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
29837         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
29838         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
29839         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
29840         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
29841         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
29842         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
29843         Require >= 2.
29844         (FLT_ROUNDS): Expect as macro, not constant.
29845         (FLT_MANT_DIG): Use macro-int-constant.
29846         (DBL_MANT_DIG): Likewise.
29847         (LDBL_MANT_DIG): Likewise.
29848         (FLT_DIG): Likewise.
29849         (DBL_DIG): Likewise.
29850         (LDBL_DIG): Likewise.
29851         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
29852         (DBL_MIN_EXP): Likewise.
29853         (LDBL_MIN_EXP): Likewise.
29854         (FLT_MAX_EXP): Use macro-int-constant.
29855         (DBL_MAX_EXP): Likewise.
29856         (LDBL_MAX_EXP): Likewise.
29857         (FLT_MAX_10_EXP): Likewise.
29858         (DBL_MAX_10_EXP): Likewise.
29859         (LDBL_MAX_10_EXP): Likewise.
29860         (FLT_MAX): Use macro-constant.
29861         (DBL_MAX): Likewise.
29862         (LDBL_MAX): Likewise.
29863         (FLT_EPSILON): Use macro-constant.  Give upper bound.
29864         (DBL_EPSILON): Likewise.
29865         (LDBL_EPSILON): Likewise.
29866         (FLT_MIN): Likewise.
29867         (DBL_MIN): Likewise.
29868         (LDBL_MIN): Likewise.
29869         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
29870         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
29871         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
29872         [ISO11] (FLT_HAS_SUBNORM): Likewise.
29873         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
29874         [ISO11] (DBL_DECIMAL_DIG): Likewise.
29875         [ISO11] (FLT_DECIMAL_DIG): Likewise.
29876         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
29877         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
29878         [ISO11] (FLT_TRUE_MIN): Likewise.
29879         [ISO11] (LDBL_TRUE_MIN): Likewise.
29880         [ISO || ISO99 || ISO11] (*_t): Do not allow.
29881         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
29882         (SCHAR_MIN): Use macro-int-constant.  Specify type.
29883         (SCHAR_MAX): Likewise.
29884         (UCHAR_MAX): Likewise.
29885         (CHAR_MIN): Likewise.
29886         (CHAR_MAX): Likewise.
29887         (MB_LEN_MAX): Use macro-int-constant.
29888         (SHRT_MIN): Use macro-int-constant.  Specify type.
29889         (SHRT_MAX): Likewise.
29890         (USHRT_MAX): Likewise.
29891         (INT_MAX): Likewise.
29892         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
29893         bound negative.
29894         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
29895         bound with "U".
29896         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
29897         bound with "L".
29898         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
29899         bound negative.  Suffix upper bound with "L".
29900         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
29901         bound with "UL".
29902         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
29903         Specify type.
29904         [C99-based standards] (LLONG_MAX): Likewise.
29905         [C99-based standards] (ULLONG_MAX): Likewise.
29906         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
29907         == 0.
29908         [ISO11] (max_align_t): Require type.
29909         [ISO || ISO99 || ISO11] (*_t): Do not allow.
29910
29911         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
29912         from $CFLAGS, without defining away __attribute__ calls.
29913         (checknamespace): Use $CFLAGS_namespace.
29914
29915         * conform/conformtest.pl (@keywords): Only include C99 keywords
29916         for standards based on C99 or C11.
29917
29918         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
29919         Disable tests.
29920         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
29921         UNIX98]: Likewise.
29922
29923         * conform/conformtest.pl: Handle "macro-int-constant" and test for
29924         usability of symbols in #if.
29925
29926         * conform/conformtest.pl: If macro or constant types start
29927         "promoted:", expect the symbol to be of the following type
29928         promoted by the integer promotions.
29929
29930         * conform/conformtest.pl: Parse all "constant" and "macro" lines
29931         in one place.  Also handle "macro-constant".
29932
29933         * conform/conformtest.pl: Only accept expected macro values with
29934         "==".  Parse all "macro" lines in one place.
29935         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
29936
29937         * conform/conformtest.pl: Handle braced types on "constant" lines
29938         instead of handling "typed-constant".
29939         * conform/data/signal.h-data: Use "constant" instead of
29940         "typed-constant".
29941
29942         * conform/conformtest.pl: Handle "optional-" at start of lines in
29943         one place rather than duplicating several cases.  Handle each
29944         format of "macro" line with initial "optional-".
29945
29946         * conform/conformtest.pl: Only accept expected constant or
29947         optional-constant values with "==".  Parse all "constant" lines in
29948         one place.  Parse all "optional-constant" lines in one place.
29949         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
29950         * conform/data/fmtmsg.h-data: Likewise.
29951         * conform/data/netinet/in.h-data: Likewise.
29952         * conform/data/tar.h-data: Likewise.
29953         * conform/data/limits.h-data: Use "==" form on "constant" and
29954         "optional-constant" lines.
29955
29956         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
29957         Use -std=c99 for XOPEN2K.
29958         (@knownproblems): Remove.
29959         (newtoken): Don't check %isknown.
29960
29961         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
29962         Do not expect macro.
29963         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
29964         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
29965         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
29966         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
29967         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
29968         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
29969         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
29970         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
29971         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
29972         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
29973         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
29974         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
29975         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
29976         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
29977         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
29978         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
29979         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
29980         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
29981         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
29982         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
29983         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
29984         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
29985         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
29986         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
29987         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
29988         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
29989         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
29990         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
29991         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
29992         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
29993         [XPG3] (acosh): Likewise.
29994         [XPG3] (asinh): Likewise.
29995         [XPG3] (atanh): Likewise.
29996         [XPG3] (cbrt): Likewise.
29997         [XPG3] (expm1): Likewise.
29998         [XPG3] (ilogb): Likewise.
29999         [XPG3] (log1p): Likewise.
30000         [XPG3] (logb): Likewise.
30001         [XPG3] (nextafter): Likewise.
30002         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
30003         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
30004         [XPG3] (remainder): Likewise.
30005         [XPG3] (rint): Likewise.
30006         [XPG3 || XPG4 || UNIX98] (round): Likewise.
30007         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
30008         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
30009         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
30010         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
30011         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
30012         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
30013         [UNIX98 || XOPEN2K] (scalb): Expect.
30014         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
30015         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
30016         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
30017         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
30018         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
30019         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
30020         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
30021         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
30022         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
30023         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
30024         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
30025         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
30026         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
30027         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
30028         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
30029         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
30030         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
30031         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
30032         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
30033         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
30034         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
30035         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
30036         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
30037         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
30038         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
30039         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
30040         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
30041         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
30042         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
30043         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
30044         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
30045         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
30046         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
30047         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
30048         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
30049         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
30050         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
30051         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
30052         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
30053         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
30054         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
30055         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
30056         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
30057         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
30058         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
30059         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
30060         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
30061         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
30062         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
30063         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
30064         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
30065         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
30066         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
30067         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
30068         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
30069         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
30070         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
30071         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
30072         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
30073         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
30074         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
30075         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
30076         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
30077         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
30078         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
30079         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
30080         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
30081         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
30082         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
30083         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
30084         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
30085         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
30086         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
30087         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
30088         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
30089         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
30090         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
30091         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
30092         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
30093         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
30094         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
30095         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
30096         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
30097         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
30098         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
30099         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
30100         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
30101         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
30102         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
30103         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
30104         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
30105         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
30106         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
30107         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
30108         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
30109         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
30110         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
30111         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
30112         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
30113         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
30114         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
30115         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
30116         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
30117         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
30118         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
30119         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
30120         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
30121         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
30122         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
30123         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
30124         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
30125         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
30126         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
30127         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
30128         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
30129         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
30130         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
30131         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
30132         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
30133         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
30134         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
30135         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
30136         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
30137         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
30138         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
30139         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
30140         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
30141         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
30142         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
30143         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
30144         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
30145         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
30146         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
30147         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
30148         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
30149         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
30150         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
30151
30152         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
30153         _XOPEN_SOURCE_EXTENDED for XPG4.
30154
30155         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
30156
30157         * Makeconfig (localtime): Remove variable.
30158         (inst_localtime-file): Likewise.
30159
30160 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
30161
30162         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
30163         Update.
30164         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30165         Update.
30166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
30167         Update.
30168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
30169         Update.
30170         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
30171         Update.
30172         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
30173         Update.
30174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30175         Update.
30176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
30177         Update.
30178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
30179         Update.
30180
30181 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
30182
30183         [BZ #2550]
30184         [BZ #2570]
30185         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
30186         comparisons to determine direction to adjust input.
30187         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
30188         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
30189         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
30190         Likewise.
30191         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
30192         Likewise.
30193         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
30194         Likewise.
30195         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
30196         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
30197         Likewise.
30198         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
30199         Likewise.
30200         * math/libm-test.inc (nexttoward_test): Add more tests.
30201
30202 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
30203
30204         [BZ #14040]
30205         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
30206         in version GLIBC_2.1, not GLIBC_2.0.
30207         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
30208         Likewise.
30209
30210 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
30211
30212         [BZ #13942]
30213         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
30214         (1 - x) * (1 + x).
30215         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
30216         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
30217         * math/libm-test.inc (acos_test): Add more tests.
30218         (asin_test): Likewise.
30219         * sysdeps/i386/fpu/libm-test-ulps: Update.
30220         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30221
30222         [BZ #14034]
30223         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
30224         of square root.
30225         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
30226         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
30227         * math/libm-test.inc (acos_test_tonearest): New function.
30228         (acos_test_towardzero): Likewise.
30229         (acos_test_downward): Likewise.
30230         (acos_test_upward): Likewise.
30231         (asin_test_tonearest): Likewise.
30232         (asin_test_towardzero): Likewise.
30233         (asin_test_downward): Likewise.
30234         (asin_test_upward): Likewise.
30235         (main): Call the new functions.
30236         * sysdeps/i386/fpu/libm-test-ulps: Update.
30237         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30238
30239         [BZ #13884]
30240         [BZ #13924]
30241         * math/e_exp10.c: Include <float.h>.
30242         (__ieee754_exp10): Handle underflow here rather than multiplying
30243         large negative argument by M_LN10.
30244         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
30245         of __ieee754_expf.
30246         * math/e_exp10l.c: Include <float.h>.
30247         (__ieee754_exp10l): Handle underflow here rather than multiplying
30248         large negative argument by M_LN10l.
30249         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
30250         spurious overflow exception on underflow.
30251
30252 2012-04-29  Marek Polacek  <polacek@redhat.com>
30253
30254         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
30255         (__fortify_function): New macro.
30256         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
30257         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
30258         __extern_always_inline.
30259         * libio/bits/stdio2.h: Likewise.
30260         * libio/bits/stdio.h: Likewise.
30261         * string/string.h: Likewise.
30262         * string/bits/string3.h: Likewise.
30263         * include/stdio.h: Likewise.
30264         * stdlib/bits/stdlib.h: Likewise.
30265         * stdlib/stdlib.h: Likewise.
30266         * rt/bits/mqueue2.h: Likewise.
30267         * rt/mqueue.h: Likewise.
30268         * posix/bits/unistd.h: Likewise.
30269         * posix/unistd.h: Likewise.
30270         * io/bits/poll2.h: Likewise.
30271         * io/bits/fcntl2.h: Likewise.
30272         * io/fcntl.h: Likewise.
30273         * io/sys/poll.h: Likewise.
30274         * misc/bits/syslog.h: Likewise.
30275         * misc/bits/syslog-ldbl.h: Likewise.
30276         * misc/sys/syslog.h: Likewise.
30277         * socket/bits/socket2.h: Likewise.
30278         * socket/sys/socket.h: Likewise.
30279         * debug/tst-chk1.c: Likewise.
30280         * wcsmbs/bits/wchar2.h: Likewise.
30281         * wcsmbs/bits/wchar-ldbl.h: Likewise.
30282         * wcsmbs/wchar.h: Likewise.
30283
30284 2012-04-29  Andreas Jaeger  <aj@suse.de>
30285
30286         * Makerules (tests): Remove enable-check-abi protection.
30287         (check-abi-warn): Remove.
30288         (check-abi-%): Remove check-abi-warn usage.
30289
30290         * configure.in: Remove check-abi configure option.
30291         * configure: Regenerated.
30292         * config.make.in (enable-check-abi): Remove.
30293
30294 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
30295
30296         [BZ #14033]
30297         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
30298         double functions to double *_finite functions.
30299
30300         [BZ #13941]
30301         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
30302         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
30303         LDBL_MIN_EXP.
30304         * stdio-common/Makefile (tests): Add tst-sprintf3.
30305         * stdio-common/tst-sprintf3.c: New file.
30306
30307         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
30308         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
30309
30310 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
30311
30312         * conform/conformtest.pl: Remove duplicate typed-constant
30313         handling.
30314
30315 2012-04-28  David S. Miller  <davem@davemloft.net>
30316
30317         * Makerules (%.abilist): Add vpath on sysdep_dirs.
30318         (check-abi-%): Remove AWK script prerequisite and explicit
30319         abilist directory.
30320         (check-abi): Rewrite to just diff the symlist with the abilist.
30321         (config-tls, config-abi-config): Delete, no longer used.
30322         (update-abi-%): Remove AWK script and explicit abilist directory.
30323         (update-abi): Rewrite to simply compare and conditionally copy the
30324         symlist and the sysdep abilist file.  Remove update-abi-config
30325         checks.
30326         * abilist/ld.abilist: Remove.
30327         * abilist/libBrokenLocale.abilist: Remove.
30328         * abilist/libanl.abilist: Remove.
30329         * abilist/libcrypt.abilist: Remove.
30330         * abilist/libdl.abilist: Remove.
30331         * abilist/librt.abilist: Remove.
30332         * abilist/libthread_db.abilist: Remove.
30333         * abilist/libutil.abilist: Remove.
30334         * scripts/extract-abilist.awk: Remove.
30335         * scripts/merge-abilist.awk: Remove.
30336         * sysdeps/generic/libcidn.abilist: New file.
30337         * sysdeps/generic/libnss_compat.abilist: New file.
30338         * sysdeps/generic/libnss_db.abilist: New file.
30339         * sysdeps/generic/libnss_dns.abilist: New file.
30340         * sysdeps/generic/libnss_files.abilist: New file.
30341         * sysdeps/generic/libnss_hesiod.abilist: New file.
30342         * sysdeps/generic/libnss_nis.abilist: New file.
30343         * sysdeps/generic/libnss_nisplus.abilist: New file.
30344         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
30345         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
30346         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
30347         file.
30348         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
30349         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
30350         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
30351         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
30352         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
30353         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
30354         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
30355         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
30356         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
30357         file.
30358         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
30359         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
30360         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
30361         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
30362         file.
30363         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
30364         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
30365         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
30366         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
30367         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
30368         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
30369         file.
30370         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
30371         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
30372         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
30373         file.
30374         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
30375         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
30376         New file.
30377         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
30378         New file.
30379         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
30380         New file.
30381         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
30382         New file.
30383         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
30384         New file.
30385         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
30386         New file.
30387         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
30388         New file.
30389         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
30390         New file.
30391         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
30392         New file.
30393         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
30394         New file.
30395         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
30396         New file.
30397         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
30398         New file.
30399         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
30400         New file.
30401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
30402         file.
30403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
30404         New file.
30405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
30406         New file.
30407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
30408         file.
30409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
30410         New file.
30411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
30412         New file.
30413         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
30414         file.
30415         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
30416         New file.
30417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
30418         New file.
30419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
30420         New file.
30421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
30422         New file.
30423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
30424         New file.
30425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
30426         New file.
30427         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
30428         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
30429         file.
30430         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
30431         New file.
30432         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
30433         file.
30434         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
30435         file.
30436         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
30437         file.
30438         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
30439         file.
30440         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
30441         file.
30442         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
30443         New file.
30444         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
30445         file.
30446         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
30447         file.
30448         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
30449         New file.
30450         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
30451         file.
30452         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
30453         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
30454         file.
30455         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
30456         New file.
30457         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
30458         file.
30459         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
30460         file.
30461         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
30462         file.
30463         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
30464         file.
30465         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
30466         file.
30467         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
30468         New file.
30469         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
30470         file.
30471         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
30472         file.
30473         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
30474         New file.
30475         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
30476         file.
30477         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
30478         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
30479         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
30480         file.
30481         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
30482         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
30483         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
30484         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
30485         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
30486         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
30487         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
30488         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
30489         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
30490         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
30491         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
30492         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
30493         file.
30494         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
30495         New file.
30496         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
30497         file.
30498         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
30499         file.
30500         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
30501         file.
30502         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
30503         file.
30504         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
30505         file.
30506         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
30507         New file.
30508         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
30509         New file.
30510         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
30511         file.
30512         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
30513         New file.
30514         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
30515         file.
30516         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
30517         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
30518         file.
30519         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
30520         New file.
30521         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
30522         file.
30523         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
30524         file.
30525         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
30526         file.
30527         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
30528         file.
30529         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
30530         file.
30531         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
30532         New file.
30533         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
30534         New file.
30535         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
30536         file.
30537         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
30538         New file.
30539         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
30540         file.
30541
30542 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
30543
30544         * conform/conformtest.pl: Fix typo in handling typed-constant from
30545         allow-header.
30546
30547 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
30548
30549         * README: Cut down references to pre-2.6 Linux kernels and
30550         Linuxthreads.  Update lists of configurations in libc and ports
30551         and sort alphabetically.  Say "or newer" with Linux kernel version
30552         requirements.
30553
30554         * config.h.in [IS_IN_build]: Allow compiling without optimization.
30555
30556 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
30557
30558         [BZ #887]
30559         * math/libm-test.inc (logb_test_downward): New test to expose
30560         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
30561         rounding mode.
30562
30563 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
30564
30565         [BZ #14027]
30566         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
30567         to be done.
30568         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
30569         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
30570
30571 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
30572
30573         * sysdeps/unix/i386/brk.S: Remove file.
30574         * sysdeps/unix/i386/dl-brk.S: Likewise.
30575         * sysdeps/unix/i386/pipe.S: Likewise.
30576         * sysdeps/unix/i386/sigreturn.S: Likewise.
30577         * sysdeps/unix/i386/syscall.S: Likewise.
30578         * sysdeps/unix/i386/vfork.S: Likewise.
30579         * sysdeps/unix/i386/wait.S: Likewise.
30580
30581         * sysdeps/unix/common/tcsendbrk.c: Move to ...
30582         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
30583
30584         * configure.in (arm*-none*): Do not allow without
30585         --enable-hacker-mode.
30586         (netbsd*): Remove case setting base_os.
30587         (386bsd*): Likewise.
30588         (freebsd*): Likewise.
30589         (bsdi*): Likewise.
30590         (osf*): Likewise.
30591         (sunos*): Likewise.
30592         (ultrix*): Likewise.
30593         (newsos*): Likewise.
30594         (dynix*): Likewise.
30595         (*bsd*): Likewise.
30596         (sysv*): Likewise.
30597         (isc*): Likewise.
30598         (esix*): Likewise.
30599         (sco*): Likewise.
30600         (minix*): Likewise.
30601         (irix4*): Likewise.
30602         (irix6*): Likewise.
30603         (solaris[2-9]*): Likewise.
30604         (none): Likewise.
30605         * configure: Regenerated.
30606
30607 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30608
30609         [BZ #11521]
30610         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
30611         overflow or cancellation in calculating denominator.
30612         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
30613         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
30614         down expression to avoid unexpected rounding in newer GCCs.
30615         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
30616
30617 2012-04-26  David S. Miller  <davem@davemloft.net>
30618
30619         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
30620         long-double compat symbols.
30621         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30622         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
30623         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
30624         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
30625         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
30626         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
30627         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
30628         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
30629         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
30630         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
30631         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
30632         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
30633         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
30634
30635 2012-04-25  David S. Miller  <davem@davemloft.net>
30636
30637         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
30638         HWCAP_* values only after the memory barriers have been defined.
30639         (atomic_full_barrier): Define.
30640         (atomic_read_barrier): Define.
30641         (atomic_write_barrier): Define.
30642
30643 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30644
30645         * shlib-versions: Add libgcc_s version information.
30646         * sysdeps/generic/libgcc_s.h: Remove.
30647         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
30648         libgcc_s.h.
30649         * sysdeps/gnu/unwind-resume.c: Likewise.
30650         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
30651
30652 2012-04-25  David S. Miller  <davem@davemloft.net>
30653
30654         * sysdeps/unix/sparc/brk.S: Delete.
30655         * sysdeps/unix/sparc/dl-brk.S: Delete.
30656         * sysdeps/unix/sparc/pipe.S: Delete.
30657         * sysdeps/unix/sparc/sysdep.S: Delete.
30658         * sysdeps/unix/sparc/sysdep.h: Delete.
30659         * sysdeps/unix/sparc/vfork.S: Delete.
30660         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG,
30661         SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
30662         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO,
30663         ret_ERRVAL, r0, r1, MOVE): Define.
30664         (JUMPTARGET): Remove.
30665         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
30666         sysdeps/unix/sparc/sysdep.h
30667         (ENTRY, END): Remove.
30668         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
30669
30670 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
30671
30672         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
30673         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
30674         -DIS_IN_build.
30675
30676         * timezone/README: Update upstream location and email address for
30677         tzcode and tzdata.
30678         * timezone/zdump.c: Update from tzcode 2012b.
30679         * timezone/zic.c: Likewise.
30680
30681         * configure.in (libc_cv_as_needed): Remove test.
30682         * configure: Regenerated.
30683         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
30684         conditional definition.
30685         [$(have-as-needed) != yes] (no-as-needed): Likewise.
30686         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
30687         * config.make.in (have-as-needed): Remove variable.
30688
30689 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30690             Paul Pluzhnikov  <ppluzhnikov@google.com>
30691
30692         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
30693         strings correctly.
30694
30695 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
30696
30697         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
30698         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
30699         * sysdeps/sh/strlen.S: Likewise.
30700
30701 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
30702
30703         * sysdeps/unix/fork.S: Remove file.
30704         * sysdeps/unix/i386/fork.S: Likewise.
30705         * sysdeps/unix/sparc/fork.S: Likewise.
30706
30707         * sysdeps/unix/system.c: Remove file.
30708         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
30709
30710         * sysdeps/unix/getegid.S: Remove file.
30711         * sysdeps/unix/geteuid.S: Likewise.
30712
30713 2012-04-24  Roland McGrath  <roland@hack.frob.com>
30714
30715         * scripts/check-localplt.awk: New file.
30716         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
30717         of diff.
30718         * scripts/data/localplt-generic.data: Add a comment.
30719
30720         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
30721         NODE when __dir_mkfile failed.
30722         * sysdeps/mach/hurd/symlinkat.c: Likewise.
30723         Reported by Ludovic Courtès <ludo@gnu.org>.
30724
30725 2012-04-24  Andreas Jaeger  <aj@suse.de>
30726
30727         * Makerules (common-clean): Also remove gen-as-const-headers
30728         files.
30729
30730 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
30731
30732         * Makerules (native-compile): Do not change working directory for
30733         build.  Use $(OUTPUT_OPTION) in command.
30734         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
30735
30736 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30737
30738         [BZ #13886]
30739         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
30740         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
30741         * math/libm-test.inc (floor_test): Add more tests.
30742         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
30743
30744 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
30745
30746         * sysdeps/unix/getdents.c: Remove file.
30747         * sysdeps/unix/sysv/getdents.c: Likewise.
30748         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
30749
30750         * sysdeps/unix/syscalls.list (madvise): Add syscall from
30751         sysdeps/unix/mman/syscalls.list.
30752         (mmap): Likewise.
30753         (mprotect): Likewise.
30754         (msync): Likewise.
30755         (munmap): Likewise.
30756         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
30757         * sysdeps/unix/mman/syscalls.list: Remove.
30758         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
30759
30760         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
30761         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
30762         * configure: Regenerated.
30763         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
30764         $(libgcc_s_suffix).
30765         * config.make.in (libgcc_s_suffix): Remove variable.
30766
30767 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
30768
30769         * sysdeps/unix/sysv/gethostname.c: Move to ...
30770         * sysdeps/posix/gethostname.c: ... here.
30771
30772         * sysdeps/unix/execve.S: Remove file.
30773
30774         * sysdeps/unix/_exit.S: Remove file.
30775
30776 2012-04-23  Andreas Jaeger  <aj@suse.de>
30777
30778         [BZ #13739]
30779         * manual/Makefile: Remove make dist support, there's no
30780         need for a stand-alone documentation tar ball.
30781         (TEXI2DVI): Define always, it's not in Makeconfig.
30782         (dist): Removed.
30783         (tar-it): Removed.
30784         (edition): Removed.
30785         (glibc-doc-$(edition).tar): Removed
30786         (%.Z): Removed.
30787         (%.gz): Removed.
30788         (%.uu): Removed.
30789         (ETAGS): Remove, it's in Makeconfig.
30790         (move-if-change): Remove, it's in Makeconfig.
30791
30792 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
30793
30794         [BZ #13970]
30795         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
30796         (strtod, strtof, strtold, strtol, strtoul, strtoq)
30797         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
30798         (strtod_l, strtof_l, strtold_l): Remove __wur.
30799         It is not necessarily an error to ignore strtol's return value.
30800         One can reliably look at the stored endptr to decide whether
30801         the number had valid syntax.
30802
30803 2012-04-21  Andreas Jaeger  <aj@suse.de>
30804
30805         [BZ #13739]
30806         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
30807
30808 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
30809
30810         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
30811         * sysdeps/unix/sysv/Versions: Remove file.
30812
30813 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
30814
30815         [BZ #13927]
30816         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30817
30818 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
30819
30820         [BZ #7064]
30821         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
30822         version from __vm86.
30823
30824 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
30825
30826         * sysdeps/unix/common/lxstat.c: Remove file.
30827         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
30828
30829         * sysdeps/unix/sysv/Makefile: Remove file.
30830
30831         * sysdeps/unix/sysv/direct.h: Remove file.
30832
30833         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
30834         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
30835         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
30836         * sysdeps/unix/sysv/bits/signum.h: Likewise.
30837         * sysdeps/unix/sysv/bits/stat.h: Likewise.
30838         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
30839         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
30840
30841         * sysdeps/unix/sysv/setrlimit.c: Remove file.
30842
30843         * sysdeps/unix/xmknod.c: Remove file.
30844         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
30845
30846         * sysdeps/unix/sysv/settimeofday.c: Remove file.
30847
30848         * sysdeps/unix/sysv/i386/time.S: Remove file.
30849
30850         * sysdeps/unix/fxstat.c: Remove file.
30851         * sysdeps/unix/xstat.c: Likewise.
30852         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
30853
30854         * sysdeps/unix/sysv/sigaction.c: Remove file.
30855
30856         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
30857         (sysdep_headers): Remove variable.
30858         [termio.h not in sysdep_headers] (generated): Likewise.
30859         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
30860         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
30861         * sysdeps/unix/sysv/tcdrain.c: Likewise.
30862         * sysdeps/unix/sysv/tcflow.c: Likewise.
30863         * sysdeps/unix/sysv/tcflush.c: Likewise.
30864         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
30865         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
30866         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
30867         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
30868         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
30869
30870         * sysdeps/unix/siglist.c: Remove file.
30871
30872         * sysdeps/unix/getppid.S: Remove file.
30873
30874         * sysdeps/unix/mkdir.c: Remove file.
30875         * sysdeps/unix/rmdir.c: Likewise.
30876
30877 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
30878
30879         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
30880         ERR_MAX value.
30881         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
30882         errlist-compat value.
30883
30884 2012-04-18  David S. Miller  <davem@davemloft.net>
30885
30886         * sysdeps/generic/memcopy.h (reg_char): Delete.
30887         * debug/strcat_chk.c: Use char, not reg_char.
30888         * debug/strcpy_chk.c: Likewise.
30889         * debug/strncat_chk.c: Likewise.
30890         * debug/strncpy_chk.c: Likewise.
30891         * string/memchr.c: Likewise.
30892         * string/memrchr.c: Likewise.
30893         * string/rawmemchr.c: Likewise.
30894         * string/strcat.c: Likewise.
30895         * string/strchr.c: Likewise.
30896         * string/strchrnul.c: Likewise.
30897         * string/strcmp.c: Likewise.
30898         * string/strcpy.c: Likewise.
30899         * string/strncat.c: Likewise.
30900         * string/strncmp.c: Likewise.
30901         * string/strncpy.c: Likewise.
30902
30903 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
30904
30905         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
30906         __builtin_memcopy is called when src and dest ranges are known to not
30907         overlap.
30908
30909 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
30910
30911         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
30912         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
30913         fwd_align_merge macro call.
30914         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
30915         bwd_align_merge macro call.
30916         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
30917
30918 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
30919
30920         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
30921         bwd_align_merge macros.
30922         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
30923         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
30924         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
30925
30926 2012-04-18  David S. Miller  <davem@davemloft.net>
30927
30928         * sysdeps/sparc/sparc64/memcopy.h: Delete.
30929
30930 2012-04-18  Andreas Jaeger  <aj@suse.de>
30931
30932         [BZ# 6794]
30933         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
30934         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
30935         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
30936
30937         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
30938         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
30939         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
30940
30941         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
30942         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
30943         Adjust for changed ldbl-128 files.
30944
30945         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
30946         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
30947         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
30948
30949 2012-04-17  David S. Miller  <davem@davemloft.net>
30950
30951         * sysdeps/sparc/sparc32/memcopy.h: Delete.
30952
30953 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
30954
30955         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
30956         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
30957         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
30958         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
30959         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
30960         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
30961
30962 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30963
30964         [BZ #6794]
30965         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
30966         * math/libm-test.inc: Add ilogb errno and exception tests.
30967         * math/w_ilogb.c: New file: ilogb wrapper.
30968         * math/w_ilogbf.c: New file: ilogbf wrapper.
30969         * math/w_ilogbl.c: New file: ilogbl wrapper.
30970         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
30971         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
30972         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
30973         exception being thrown with 0.0 as argument.
30974         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
30975         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
30976         exception being thrown with 0.0 as argument.
30977         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
30978         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
30979         exception being thrown with 0.0 as argument.
30980         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
30981         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
30982         exception being thrown with 0.0 as argument.
30983         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
30984         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
30985         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
30986         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
30987         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
30988         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
30989         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
30990         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
30991         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
30992
30993 2012-04-17  Petr Baudis  <pasky@ucw.cz>
30994
30995         * include/sys/uio.h: Change __vector to __iovec to avoid clash
30996         with altivec.
30997
30998 2012-04-16  Marek Polacek  <polacek@redhat.com>
30999
31000         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
31001
31002 2012-04-16  Marek Polacek  <polacek@redhat.com>
31003
31004         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
31005         operands of fdivp instruction.
31006
31007 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
31008
31009         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
31010         * elf/tst-auditmod3b.c: Likewise.
31011         * elf/tst-auditmod4b.c: Likewise.
31012         * elf/tst-auditmod5b.c: Likewise.
31013         * elf/tst-auditmod6b.c: Likewise.
31014         * elf/tst-auditmod6c.c: Likewise.
31015         * elf/tst-auditmod7b.c: Likewise.
31016         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
31017         * sysdeps/x86_64/preconfigure.in: Likewise.
31018         * sysdeps/x86_64/preconfigure: Regenerated.
31019
31020 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
31021
31022         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
31023         __ILP32__.
31024
31025 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
31026
31027         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
31028         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
31029
31030 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
31031
31032         [BZ #13973]
31033         * locale/iso-639.def: Fix gl language name. Spotted by
31034         Yaron Shahrabani.
31035
31036 2012-04-12  Roland McGrath  <roland@hack.frob.com>
31037
31038         [BZ #2074]
31039         * libio/libio.h (__io_write_fn): Update comment.
31040
31041 2012-04-12  Petr Baudis  <pasky@ucw.cz>
31042
31043         [BZ #2074]
31044         * stdio.texi (Hook Functions): The user provided writer function
31045         is not allowed to return -1.
31046
31047 2012-04-11  David S. Miller  <davem@davemloft.net>
31048
31049         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31050
31051 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
31052
31053         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
31054         Add a leading slash to rtkaio.
31055
31056 2012-04-11  Jim Meyering  <meyering@redhat.com>
31057
31058         [BZ #11959]
31059         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
31060         It is not necessarily an error to ignore fwrite's return
31061         value.  One can reliably use ferror to test for errors after
31062         the fact.
31063
31064 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
31065
31066         * bits/types.h (__snseconds_t): New type.
31067         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
31068
31069         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
31070         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
31071         (__SNSECONDS_T_TYPE): Likewise.
31072         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
31073         (__SNSECONDS_T_TYPE): Likewise.
31074         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31075         (__SNSECONDS_T_TYPE): Likewise.
31076
31077 2012-04-10  Andreas Jaeger  <aj@suse.de>
31078
31079         [BZ #2636]
31080         * manual/time.texi (Processor Time): Return type of times is
31081         elapsed real time since an arbitrary point in the past.
31082         (CPU Time): Move CLK_TCK from here...
31083         (Processor Time): ...to here.  Correct description.
31084         * manual/conf.texi (Constants for Sysconf): Correct description of
31085         _SC_CLK_TCK.
31086
31087 2012-04-10  David S. Miller  <davem@davemloft.net>
31088
31089         [BZ #13967]
31090         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
31091         where the is a gap between DT_REL(A) and DT_JMPREL.
31092
31093 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
31094
31095         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
31096         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
31097         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
31098
31099 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
31100
31101         * elf/dl-support.c (_dl_inhibit_cache): New variable.
31102         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
31103         (dl_main): Handle --inhibit-cache.
31104         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
31105         _dl_inhibit_cache.
31106         * elf/dl-load.c (_dl_map_object): Use it.
31107         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
31108
31109 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
31110
31111         [BZ #13872]
31112         * sysdeps/i386/fpu/e_powl.S (p78): New object.
31113         (__ieee754_powl): Saturate large exponents rather than testing for
31114         overflow of y*log2(x).
31115         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
31116         * math/libm-test.inc (pow_test): Do not permit spurious overflow
31117         exceptions.
31118
31119         [BZ #11521]
31120         * math/s_ctan.c: Include <float.h>.
31121         (__ctan): Avoid internal overflow or cancellation in calculating
31122         denominator.
31123         * math/s_ctanf.c: Likewise.
31124         * math/s_ctanl.c: Likewise.
31125         * math/s_ctanh.c: Likewise.
31126         * math/s_ctanhf.c: Likewise.
31127         * math/s_ctanhl.c: Likewise.
31128         * math/libm-test.inc (ctan_test): Add more tests.
31129         (ctanh_test): Likewise.
31130         * sysdeps/i386/fpu/libm-test-ulps: Update.
31131         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31132
31133 2012-04-09  Andreas Jaeger  <aj@suse.de>
31134
31135         [BZ #6894]
31136         * manual/filesys.texi (Directory Entries): Mention that d_namlen
31137         is an optional BSD extension.
31138
31139         [BZ #10254]
31140         * manual/stdio.texi (Opening Streams): Document additional fopen
31141         parameters.
31142
31143 2012-04-09  Roland McGrath  <roland@hack.frob.com>
31144
31145         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
31146         %eax without telling the compiler.
31147
31148 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
31149
31150         [BZ # 13963]
31151         * manual/install.texi: Use sourceware.org.
31152
31153 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
31154
31155         [BZ #13873]
31156         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
31157         (__ieee754_pow): Generate overflow and underflow using huge*huge
31158         and tiny*tiny rather than just returning constant infinity or zero
31159         for large exponents.
31160         * math/libm-test.inc (pow_test): Require overflow exceptions for
31161         applicable cases of large exponents.
31162
31163         [BZ #706]
31164         * sysdeps/i386/fpu/e_pow.S (p10): New object.
31165         (__ieee754_pow): Use iterative multiplication algorithm only for
31166         integer exponents with absolute value below 1024.  Check for odd
31167         integer exponents when using algorithm for real exponents.
31168         * math/libm-test.inc (pow_test): Add more tests.
31169         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31170
31171 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
31172
31173         [BZ #13705]
31174         * math/libm-test.inc (exp_test): Do not allow overflow exception
31175         on underflow test.
31176
31177 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
31178
31179         [BZ #13705]
31180         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
31181         instead of __kernel_standard_f.
31182
31183 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
31184
31185         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
31186         * sysdeps/x86_64/memset_chk.S: Likewise.
31187
31188 2012-04-08  Andreas Jaeger  <aj@suse.de>
31189
31190         [BZ #10153]
31191         * manual/startup.texi (Environment Access): Describe return value
31192         for putenv and setenv.
31193
31194         [BZ #6895]
31195         * manual/filesys.texi (Directory Entries): Add description for
31196         DT_LNK.
31197
31198         [BZ #6890]
31199         * manual/filesys.texi (Directory Entries): Clarify that it's file
31200         system not operating system in the description of DT_UNKNOWN.
31201
31202         [BZ #6578]
31203         * manual/syslog.texi (closelog): Fix reference, it's openlog.
31204
31205 2012-04-08  Stephen Compall  <s11@member.fsf.org>
31206
31207         [BZ #6649]
31208         * manual/llio.texi (Opening and Closing Files): Add cross
31209         reference to explain mode argument.
31210
31211 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
31212
31213         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
31214         * sysdeps/x86_64/memset_chk.S: Likewise.
31215
31216 2012-04-07  David S. Miller  <davem@davemloft.net>
31217
31218         * elf/elf.h (R_SPARC_WDISP10): Define.
31219         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
31220         R_SPARC_SIZE32.
31221         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
31222         R_SPARC_SIZE64 and R_SPARC_H34.
31223
31224 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
31225
31226         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
31227         conditions and remove no longer applicable assertion.
31228
31229 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
31230
31231         * bits/byteswap.h: Include <features.h>.
31232         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
31233         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
31234
31235 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
31236
31237         * bits/byteswap.h (__bswap_16): Removed.
31238         Include <bits/byteswap-16.h> to get __bswap_16.
31239         * sysdeps/i386/bits/byteswap.h: Likewise.
31240         * sysdeps/s390/bits/byteswap.h: Likewise.
31241         * sysdeps/x86_64/bits/byteswap.h: Likewise.
31242         * bits/byteswap-16.h: New file.
31243         * sysdeps/i386/bits/byteswap-16.h: Likewise.
31244         * sysdeps/s390/bits/byteswap-16.h: Likewise.
31245         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
31246         * string/Makefile (headers): Add bits/byteswap-16.h.
31247
31248 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
31249
31250         [BZ #13895]
31251         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
31252         extra indirection.
31253         * nss/Makefile (tests-static, tests): Add tst-nss-static.
31254         * nss/tst-nss-static.c: New.
31255
31256 2012-04-06  Robert Millan  <rmh@gnu.org>
31257
31258         [BZ #6486]
31259         * manual/llio.texi (File Position Primitive): lseek
31260         refers to WHENCE when it really means OFFSET.
31261
31262 2012-04-06  Andreas Jaeger  <aj@suse.de>
31263
31264         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
31265         strncmp declarations.
31266
31267         * abilist/libc.abilist: Add __poll and __ppoll.
31268
31269 2012-04-05  David S. Miller  <davem@davemloft.net>
31270
31271         * scripts/check-local-headers.sh: Accept a host triplet in the
31272         path matched by the exclude regexp.
31273
31274         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
31275         definition.
31276         * sysdeps/powerpc/powerpc32/dl-machine.h
31277         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
31278         * sysdeps/s390/s390-32/dl-machine.h
31279         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
31280         * sysdeps/sparc/sparc32/dl-machine.h
31281         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
31282         * sysdeps/sparc/sparc64/dl-machine.h
31283         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
31284
31285         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
31286         lazy binding.
31287         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
31288         undefined symbol errors.
31289
31290         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
31291         DT_NEEDED entries.
31292
31293 2012-04-05  Michael Matz  <matz@suse.de>
31294
31295         [BZ #13592]
31296         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
31297
31298 2012-04-05  Andreas Jaeger  <aj@suse.de>
31299
31300         [BZ #13908]
31301         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
31302         comment.
31303
31304 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
31305
31306         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
31307         which ROUND is no valid rounding mode.
31308
31309 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
31310
31311         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
31312         read again.
31313         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
31314
31315 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
31316
31317         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
31318         an exception using FPU order intentionally.
31319
31320 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
31321
31322         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
31323         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
31324         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
31325         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
31326
31327 2012-04-05  Simon Josefsson  <simon@josefsson.org>
31328
31329         [BZ #12340]
31330         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
31331         EINVAL when BUFLEN is too smal.
31332
31333 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
31334
31335         [BZ #13553]
31336         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
31337         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
31338
31339 2012-04-03  Andreas Jaeger  <aj@suse.de>
31340
31341         [BZ #13938]
31342         * manual/setjmp.texi (System V contexts): Fix sentence.
31343
31344         [BZ #13926]
31345         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
31346         New macro for this case.
31347         [!__GNUC__] (__bswap_64): New inline function for this case.
31348         * sysdeps/x86_64/bits/byteswap.h: Likewise.
31349         * bits/byteswap.h: Likewise.
31350         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
31351         ull, guard with __GLIBC_HAVE_LONG_LONG.
31352
31353         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
31354         __GLIBC_HAVE_LONG_LONG.
31355
31356         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
31357         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
31358
31359 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
31360
31361         [BZ #13691]
31362         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
31363         inptr and inend, rather than using last_ch.
31364
31365 2012-04-02  David S. Miller  <davem@davemloft.net>
31366
31367         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
31368         * stdio-common/printf-parse.h (read_int): Change return type to
31369         'int', return -1 on INT_MAX overflow.
31370         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
31371         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
31372         overflows INT_MAX.  Check for overflow of in-format-string precision
31373         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
31374         SIZE_MAX not INT_MAX for integer overflow test.
31375         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
31376         skip the construct in the format string but do not record anything.
31377         * stdio-common/bug22.c: Adjust to test both width/prevision
31378         INT_MAX overflow as well as total length INT_MAX overflow.  Check
31379         explicitly for proper errno values.
31380
31381 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
31382
31383         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
31384         CHAR_MAX.
31385         * string/test-strcmp.c [! WIDE]: Likewise.
31386         * time/tst-mktime2.c: Likewise for INT_MAX.
31387         * string/test-string.h: #include <sys/param.h> for MIN.
31388
31389         * csu/init-first.c (__libc_init_first): Call __ctype_init.
31390         * sysdeps/i386/init-first.c (init): Likewise.
31391         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
31392         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
31393         * sysdeps/sh/init-first.c (init): Likewise.
31394
31395 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
31396
31397         * po/ru.po: Update from translation team.
31398         * po/vi.po: Likewise.
31399
31400 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
31401
31402         * resolv/nss_dns/dns-host.c: Merge copyright years.
31403
31404 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31405
31406         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
31407         Optimize memcpy with prefetch if
31408         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
31409         src, dst pointers have unequal 16 byte alignments.
31410
31411 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31412
31413         [BZ #13928]
31414         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
31415         from a CNAME entry and return the minimum ttl for the query.
31416         (gaih_getanswer_slice): Likewise.
31417
31418 2012-03-30  Jeff Law  <law@redhat.com>
31419
31420         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
31421         due to long keys.
31422         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
31423         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
31424
31425         * resolv/nss_dns/dns-host.c: Update copyright year.
31426
31427 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
31428
31429         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
31430         requests to save a system call.  Fix check that all bytes are sent.
31431
31432         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
31433         comments for sendmmsg.
31434
31435 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31436
31437         [BZ #13691]
31438         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
31439         with only 1 character between 0x0041 and 0x01b0.
31440         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
31441         * wcsmbs/tst-mbsnrtowcs.c: New file.
31442
31443 2012-03-29  David S. Miller  <davem@davemloft.net>
31444
31445         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
31446         small copies by hand.
31447
31448 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31449
31450         [BZ #13761]
31451         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss,
31452         _nss_compat_initgroups_dyn): Fall back to malloc/free
31453         for large group memberships.
31454
31455 2012-03-28  David S. Miller  <davem@davemloft.net>
31456
31457         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
31458         that branches into memcpy.
31459         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
31460         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
31461         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
31462         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
31463         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
31464         bits.
31465         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
31466         implementation too.
31467         * sysdeps/sparc/mempcpy.S: New file.
31468
31469         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
31470         the IFUNC routine in the libc case.
31471         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
31472
31473         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
31474         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
31475         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
31476         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
31477         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
31478         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
31479         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
31480         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
31481
31482         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
31483         loop to 256 bytes instead of 64 bytes and fix test signedness.
31484
31485         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
31486         * sysdeps/sparc/sparc32/Makefile: rather than here...
31487         * sysdeps/sparc/sparc64/Makefile: and here.
31488
31489 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
31490
31491         * malloc/mallocbug.c: Avoid warnings about unused variables.
31492
31493 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
31494
31495         [BZ #13760]
31496         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
31497         in the right place. Discard and retry query if response is
31498         larger than input buffer size.
31499
31500 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
31501
31502         [BZ #369]
31503         [BZ #2678]
31504         [BZ #3866]
31505         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
31506         x for large integer exponent.
31507         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
31508         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
31509         sign of result as needed afterwards.
31510         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
31511         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
31512         result for underflowing pow the same as for overflow.
31513         (__kernel_standard_l): Handle powl overflow and underflow here
31514         rather than calling __kernel_standard.
31515         * math/libm-test.inc (pow_test): Add more tests.
31516
31517         [BZ #3868]
31518         [BZ #13879]
31519         [BZ #13910]
31520         [BZ #13911]
31521         [BZ #13912]
31522         [BZ #13913]
31523         [BZ #13915]
31524         [BZ #13916]
31525         [BZ #13917]
31526         [BZ #13918]
31527         [BZ #13919]
31528         [BZ #13920]
31529         [BZ #13921]
31530         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
31531         * sysdeps/ieee754/k_standard.c: Include <float.h>.
31532         (__kernel_standard_l): New function.
31533         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
31534         __kernel_standard.
31535         * math/w_acosl.c (__acosl): Likewise.
31536         * math/w_asinl.c (__asinl): Likewise.
31537         * math/w_atan2l.c (__atan2l): Likewise.
31538         * math/w_atanhl.c (__atanhl): Likewise.
31539         * math/w_coshl.c (__coshl): Likewise.
31540         * math/w_exp10l.c (__exp10l): Likewise.
31541         * math/w_exp2l.c (__exp2l): Likewise.
31542         * math/w_fmodl.c (__fmodl): Likewise.
31543         * math/w_hypotl.c (__hypotl): Likewise.
31544         * math/w_j0l.c (__j0l, __y0l): Likewise.
31545         * math/w_j1l.c (__j1l, __y1l): Likewise.
31546         * math/w_jnl.c (__jnl, __ynl): Likewise.
31547         * math/w_lgammal.c (__lgammal): Likewise.
31548         * math/w_log10l.c (__log10l): Likewise.
31549         * math/w_log2l.c (__log2l): Likewise.
31550         * math/w_logl.c (__logl): Likewise.
31551         * math/w_powl.c (__powl): Likewise.
31552         * math/w_remainderl.c (__remainderl): Likewise.
31553         * math/w_scalbl.c (sysv_scalbl): Likewise.
31554         * math/w_sinhl.c (__sinhl): Likewise.
31555         * math/w_sqrtl.c (__sqrtl): Likewise.
31556         * math/w_tgammal.c (__tgammal): Likewise.
31557         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
31558         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
31559         * math/libm-test.inc (acos_test): Add more tests.
31560         (acosh_test): Likewise.
31561         (asin_test): Likewise.
31562         (atanh_test): Likewise.
31563         (exp_test): Likewise.
31564         (exp10_test): Likewise.
31565         (exp2_test): Likewise.
31566         (expm1_test): Likewise.
31567         (lgamma_test): Likewise.
31568         (log_test): Likewise.
31569         (log10_test): Likewise.
31570         (log1p_test): Likewise.
31571         (log2_test): Likewise.
31572         (pow_test): Do not allow some spurious overflow exceptions.
31573         (sqrt_test): Add more tests.
31574         (tgamma_test): Likewise.
31575         (y0_test): Likewise.
31576         (y1_test): Likewise.
31577         (yn_test): Likewise.
31578
31579 2012-03-27  Anton Blanchard  <anton@samba.org>
31580
31581         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
31582         MAP_HUGETLB.
31583         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
31584         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
31585         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
31586
31587 2012-03-27  David S. Miller  <davem@davemloft.net>
31588
31589         * conform/Makefile: Run run-conformtest.sh using $(BASH).
31590
31591         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
31592         have-as-vis3 check.
31593
31594 2012-03-27  Andreas Jaeger  <aj@suse.de>
31595
31596         * sysdeps/x86_64/elf/configure.in: Moved to ...
31597         * sysdeps/x86_64/configure.in: ... here.
31598         * sysdeps/x86_64/elf/start.S: Moved to ...
31599         * sysdeps/x86_64/start.S: ... here.
31600         * sysdeps/x86_64/elf/configure: Delete.
31601
31602         * sysdeps/x86_64/configure.in: Merge contents from
31603         sysdeps/i386/configure.in (without i686 check).
31604
31605         * sysdeps/i386/elf/Versions: Merge into ...
31606         * sysdeps/i386/Versions: ... this.
31607         * sysdeps/i386/elf/Versions: Delete file.
31608         * sysdeps/i386/elf/start.S: Moved to ...
31609         * sysdeps/i386/start.S: ...here.
31610         * sysdeps/i386/elf/configure.in: Merge into...
31611         * sysdeps/i386/configure.in: ...here.
31612         * sysdeps/i386/elf/configure.in: Delete file.
31613         * sysdeps/i386/elf/configure: Delete file.
31614
31615         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
31616         * debug/backtracesyms.c: ... here.
31617         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
31618         * debug/backtracesymsfd.c: ... here.
31619         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
31620         * sysdeps/generic/ifunc-sel.h: ... here.
31621
31622         * sysdeps/unix/i386/start.c: Delete file.
31623         * sysdeps/unix/sparc/start.c: Delete file.
31624         * sysdeps/unix/start.c: Delete file.
31625
31626         * sysdeps/sh/elf/configure.in: Moved to ...
31627         * sysdeps/sh/configure.in: ... here.
31628         * sysdeps/sh/elf/start.S: Moved to ...
31629         * sysdeps/sh/start.S: ... here.
31630         * sysdeps/sh/elf/configure: Delete file.
31631
31632         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
31633         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
31634         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
31635         * sysdeps/powerpc/powerpc64/entry.h: ... here.
31636         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
31637         * sysdeps/powerpc/powerpc64/start.S: here.
31638         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
31639         * sysdeps/powerpc/powerpc64/Makefile: ... this.
31640         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
31641         * sysdeps/powerpc/powerpc64/configure.in: ... this.
31642         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
31643
31644         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
31645         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
31646         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
31647         * sysdeps/powerpc/powerpc32/start.S: ... here.
31648         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
31649         * sysdeps/powerpc/powerpc32/configure.in: ... this.
31650         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
31651
31652         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
31653         * sysdeps/powerpc/ifunc-sel.h: ... here.
31654         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
31655         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
31656
31657         * sysdeps/sparc/elf/configure.in: Moved to ...
31658         * sysdeps/sparc/configure.in: ... here.
31659         * sysdeps/sparc/elf/configure: Delete file.
31660         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
31661         * sysdeps/sparc/sparc32/start.S: ... here.
31662         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
31663         * sysdeps/sparc/sparc64/start.S: ... here.
31664         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
31665         * sysdeps/sparc/sparc32/Makefile: ... this.
31666         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
31667         * sysdeps/sparc/sparc64/Makefile: ... this.
31668
31669         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
31670         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
31671         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
31672         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
31673         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
31674         * sysdeps/s390/s390-32/setjmp.S: ... here.
31675         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
31676         * sysdeps/s390/s390-32/configure.in: ... here.
31677         * sysdeps/s390/s390-32/elf/configure: Delete file.
31678         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
31679         * sysdeps/s390/s390-32/start.S: ... here.
31680
31681         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
31682         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
31683         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
31684         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
31685         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
31686         * sysdeps/s390/s390-64/setjmp.S: ... here.
31687         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
31688         * sysdeps/s390/s390-64/configure.in: ... here
31689         * sysdeps/s390/s390-64/elf/configure: Delete file.
31690         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
31691         * sysdeps/s390/s390-64/start.S: ... here.
31692         * sysdeps/s390/s390-64/elf/configure: Delete.
31693
31694         * configure.in: Remove support for elf directories in sysdeps.
31695
31696         * configure: Regenerated.
31697         * sysdeps/i386/configure: Regenerated.
31698         * sysdeps/powerpc/powerpc32/configure: Regenerated.
31699         * sysdeps/powerpc/powerpc64/configure: Regenerated.
31700         * sysdeps/s390/s390-32/configure: Regenerated.
31701         * sysdeps/s390/s390-64/configure: Regenerated.
31702         * sysdeps/sh/configure: Regenerated.
31703         * sysdeps/sparc/configure: Regenerated.
31704         * sysdeps/x86_64/configure: Regenerated.
31705
31706 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
31707
31708         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31709
31710         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
31711         denormal result into account.
31712
31713 2012-03-25  Roland McGrath  <roland@hack.frob.com>
31714
31715         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
31716         Reported by Allan McRae <allan@archlinux.org>.
31717
31718 2012-03-23  Jeff Law  <law@redhat.com>
31719
31720         * nss/getnssent.c (__nss_getent): Fix typo.
31721
31722 2012-03-23  David S. Miller  <davem@davemloft.net>
31723
31724         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31725
31726 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
31727
31728         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
31729         to pad to uint64_t for each field.
31730         (dl_tls_index): Replace unsigned long with uint64_t.
31731
31732 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
31733         Paul Pluzhnikov  <ppluzhnikov@google.com>
31734
31735         [BZ #6528]
31736         * grp/Makefile (otherlibs): Don't set it.
31737         * inet/Makefile (otherlibs): Likewise.
31738         * login/Makefile (otherlibs): Likewise.
31739         * nscd/Makefile (otherlibs): Likewise.
31740         * posix/Makefile (otherlibs): Likewise.
31741         * pwd/Makefile (otherlibs): Likewise.
31742         * rt/Makefile (otherlibs): Likewise.
31743         * sunrpc/Makefile (otherlibs): Likewise.
31744         * nss/Makefile (otherlibs): Likewise.
31745         Add libnss_files to routines and static-only-routines.
31746         ($(objpfx)getent): Remove rule.
31747         * resolv/Makefile: Add libnss_dns and libresolv to routines and
31748         static-only-routines.
31749
31750 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
31751
31752         [BZ #13892]
31753         * math/s_cexp.c: Include <float.h>.
31754         (__cexp): Handle exp result overflowing not necessarily
31755         overflowing both real and imaginary parts of result.
31756         * math/s_cexpf.c: Likewise.
31757         * math/s_cexpl.c: Likewise.
31758         * math/libm-test.inc (cexp_test): Add more tests.
31759         * sysdeps/i386/fpu/libm-test-ulps: Update.
31760         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31761
31762 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
31763
31764         * include/link.h (ELFW): New macro.
31765         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
31766         Replace ELF64_R_TYPE with ELFW(R_TYPE).
31767
31768 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
31769
31770         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
31771         with uint64_t.
31772
31773 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
31774
31775         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
31776         declaration.
31777         (struct La_x32_retval): Likewise.
31778
31779 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
31780
31781         * sysdeps/x86_64/preconfigure.in: New file.
31782         * sysdeps/x86_64/preconfigure: New generated file.
31783
31784 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
31785
31786         [BZ #13824]
31787         * math/e_exp2l.c: Include <float.h>.
31788         (__ieee754_exp2l): Handle overflow and underflow cases
31789         separately.  Only pass fractional part of argument to
31790         __ieee754_expl.
31791         * math/libm-test.inc (exp2_test): Add more tests.
31792
31793         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
31794         negating x to take absolute value.
31795         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
31796         Likewise.
31797         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
31798         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
31799         Likewise.
31800         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
31801         computing low part if x was negated.
31802         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
31803
31804 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
31805
31806         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
31807         la_x32_gnu_pltexit.
31808         (pltexit): Cast int_retval to ptrdiff_t.
31809         * elf/tst-auditmod3b.c: Likewise.
31810         * elf/tst-auditmod4b.c: Likewise.
31811         * elf/tst-auditmod5b.c: Likewise.
31812         * elf/tst-auditmod6b.c: Likewise.
31813         * elf/tst-auditmod6c.c: Likewise.
31814         * elf/tst-auditmod7b.c: Likewise.
31815
31816         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
31817         and x32_gnu_pltexit.
31818
31819         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
31820         __ELF_NATIVE_CLASS.
31821         (La_x32_regs): New macro.
31822         (La_x32_retval): Likewise.
31823         (la_x32_gnu_pltenter): New function prototype.
31824         (la_x32_gnu_pltexit): Likewise.
31825
31826 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
31827
31828         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
31829         exponent.
31830
31831         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31832
31833         * configure.in (libc_cv_cc_nofma): Check for option to disable
31834         generation of FMA instructions.
31835         * configure: Regenerate.
31836         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
31837         * sysdeps/ieee754/dbl-64/Makefile: New file.
31838         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
31839         Remove brandred-fma4.
31840         (CFLAGS-brandred-fma4.c): Remove.
31841         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
31842         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
31843         define.
31844         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
31845         define.
31846
31847 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
31848
31849         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
31850         LLONG_MAX != LONG_MAX.
31851         (_itoa_word): Use _ITOA_WORD_TYPE on value.
31852         (_fitoa_word): Likewise.
31853         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
31854         LLONG_MAX != LONG_MAX.
31855         * stdio-common/_itowa.h: Include <_itoa.h>.
31856         (_itowa_word): Use _ITOA_WORD_TYPE on value.
31857         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
31858         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
31859         only if not defined.
31860         (_ITOA_WORD_TYPE): Likewise.
31861         (_itoa_word): Use _ITOA_WORD_TYPE on value.
31862         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
31863
31864 2012-03-21  David S. Miller  <davem@davemloft.net>
31865
31866         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31867
31868 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
31869
31870         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
31871         of x86_64 when setting libc_cv_slibdir, libdir and
31872         libc_cv_localedir.
31873         * sysdeps/unix/sysv/linux/configure: Regenerated.
31874
31875 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
31876
31877         * manual/lang.texi (Old Varargs): Remove section.
31878         (How Variadic): Update menu.
31879         (va_start): Do not mention varargs.h.
31880
31881 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
31882             Joseph Myers  <joseph@codesourcery.com>
31883
31884         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
31885         link test.
31886         * configure: Regenerated.
31887
31888 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
31889
31890         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
31891         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
31892         conformtest.pl
31893
31894 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
31895
31896         * NOTES: Remove.
31897         * Makefile (files-for-dist): Remove NOTES.
31898         (NOTES): Remove rule.
31899         * README: Don't refer to NOTES.
31900         * manual/creature.texi: Don't include macros.texi.
31901         * manual/intro.texi (creature.texi): Remove comment referring to
31902         NOTES.
31903
31904         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
31905         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
31906         * configure: Regenerated.
31907         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
31908         LIBC_TRY_CC_OPTION.
31909         (libc_cv_as_i686): Likewise.
31910         (libc_cv_cc_avx): Likewise.
31911         (libc_cv_cc_sse2avx): Likewise.
31912         (libc_cv_cc_fma4): Likewise.
31913         (libc_cv_cc_novzeroupper): Likewise.
31914         * sysdeps/i386/configure: Regenerated.
31915
31916         [BZ #13883]
31917         * sysdeps/i386/fpu/s_cexp.S: Remove.
31918         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
31919         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
31920         * math/libm-test.inc (cexp_test): Add more tests.
31921         * sysdeps/i386/fpu/libm-test-ulps: Update.
31922         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31923
31924 2012-03-21  Allan McRae  <allan@archlinux.org>
31925
31926         * timezone/Makefile: Do not install iso3166.tab and zone.tab
31927
31928 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
31929
31930         [BZ #13871]
31931         * math/w_exp2.c: Do not include <float.h>.
31932         (o_threshold, u_threshold): Remove.
31933         (__exp2): Calculate result before checking finiteness and calling
31934         __kernel_standard.
31935         * math/w_exp2f.c: Likewise.
31936         * math/w_exp2l.c: Likewise.
31937         * math/libm-test.inc (exp2_test): Require overflow exception for
31938         1e6 input.
31939
31940         [BZ #3866]
31941         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
31942         range of signed 64-bit integers before using fistpll.  Remove
31943         checks for whether integers fit in mantissa bits.
31944         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
31945         the range of signed 32-bit integers before using fistpl.  Remove
31946         checks for whether integers fit in mantissa bits.
31947         * sysdeps/i386/fpu/e_powl.S (p64): New object.
31948         (__ieee754_powl): Test for y outside the range of signed 64-bit
31949         integers before using fistpll.  Reduce 64-bit values to 63-bit
31950         ones as needed.
31951         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
31952         divide-by-zero is raised for zero to large negative powers.
31953         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
31954         (__ieee754_powl): Test for y outside the range of signed 64-bit
31955         integers before using fistpll.  Reduce 64-bit values to 63-bit
31956         ones as needed.
31957         * math/libm-test.inc (pow_test): Add more tests.
31958
31959 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
31960
31961         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
31962         <stdio-common/_itoa.h>.
31963         * debug/segfault.c: Likewise.
31964         * elf/dl-cache.c: Likewise.
31965         * elf/dl-minimal.c: Likewise.
31966         * elf/dl-misc.c: Likewise.
31967         * elf/dl-sysdep.c: Likewise.
31968         * elf/dl-version.c: Likewise.
31969         * elf/rtld.c: Likewise.
31970         * hurd/hurdsock.c: Likewise.
31971         * hurd/lookup-retry.c: Likewise.
31972         * malloc/malloc.c: Likewise.
31973         * malloc/mtrace.c: Likewise.
31974         * nscd/nscd_getgr_r.c: Likewise.
31975         * nscd/nscd_getpw_r.c: Likewise.
31976         * nscd/nscd_getserv_r.c: Likewise.
31977         * posix/getopt_init.c: Likewise.
31978         * posix/wordexp.c: Likewise.
31979         * stdio-common/_itoa.c: Likewise.
31980         * stdio-common/printf_fphex.c: Likewise.
31981         * stdio-common/vfprintf.c: Likewise.
31982         * string/_strerror.c: Likewise.
31983         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
31984         * sysdeps/i386/i686/hp-timing.h: Likewise.
31985         * sysdeps/mach/_strerror.c: Likewise.
31986         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
31987         * sysdeps/mach/hurd/sethostid.c: Likewise.
31988         * sysdeps/mach/hurd/xmknodat.c: Likewise.
31989         * sysdeps/mach/xpg-strerror.c: Likewise.
31990         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
31991         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
31992         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
31993         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
31994         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
31995         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
31996         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
31997         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
31998         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
31999         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
32000         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
32001         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
32002         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
32003         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
32004         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
32005         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
32006         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
32007         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
32008         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
32009         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
32010         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
32011
32012         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
32013
32014         * stdio-common/_itoa.h: Moved to ...
32015         * sysdeps/generic/_itoa.h: Here.
32016
32017         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
32018
32019         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
32020         instead of "_itoa.h" and "_itowa.h".
32021         * stdio-common/vfprintf.: Likewise.
32022
32023 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
32024
32025         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
32026         <bits/wordsize.h>.
32027         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
32028         (__signbit): Likwise.
32029         (llrintf): Likwise.
32030         (llrint): Likwise.
32031
32032 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
32033
32034         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
32035         __WORDSIZE != 64.
32036
32037 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
32038
32039         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
32040         OVERFLOW_EXCEPTION_OK.
32041         * math/libm-test.inc ("Philosophy"): Update comment about
32042         exception testing.
32043         (OVERFLOW_EXCEPTION): Define.
32044         (OVERFLOW_EXCEPTION_OK): Likewise.
32045         (INVALID_EXCEPTION_OK): Renumber.
32046         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
32047         (IGNORE_ZERO_INF_SIGN): Likewise.
32048         (test_exceptions): Handle FE_OVERFLOW.
32049         (exp10_test): Expect overflow exceptions.
32050         (exp2_test): Likewise.
32051         (expm1_test): Likewise.
32052         (nextafter_test): Likewise.
32053         (pow_test): Likewise.
32054         (scalbn_test): Likewise.
32055         (scalbln_test): Likewise.
32056
32057 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
32058
32059         * sysdeps/x86_64/bits/atomic.h
32060         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
32061         64bit integer.
32062         (atomic_exchange_acq): Likewise.
32063         (__arch_exchange_and_add_body): Likewise.
32064         (__arch_add_body): Likewise.
32065         (atomic_add_negative): Likewise.
32066         (atomic_add_zero): Likewise.
32067
32068 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
32069
32070         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
32071         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
32072
32073 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
32074
32075         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
32076         Check __x86_64__ instead of __WORDSIZE.
32077
32078 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
32079
32080         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
32081
32082 2012-03-19  David S. Miller  <davem@davemloft.net>
32083
32084         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32085
32086         * sysdeps/sparc/fpu/fenv_private.h: New file.
32087         * sysdeps/sparc/fpu/math_private.h: Use it.
32088         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
32089         Remove.
32090         (libc_feholdexcept_setround, libc_feholdexcept_setroundf,
32091         (libc_feholdexcept_setroundl): Remove.
32092         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
32093         Remove.
32094         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
32095         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
32096
32097 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
32098
32099         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
32100         int64_t instead of long int.
32101         (INSERT_WORDS64): Likwise.
32102
32103 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
32104
32105         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
32106         _Unwind_GetCFA return to _Unwind_Ptr first.
32107
32108 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
32109
32110         [BZ #13629]
32111         * math/s_clog.c: Include <float.h>.
32112         (__clog): Scale large or subnormal inputs.
32113         * math/s_clogf.c: Likewise.
32114         * math/s_clogl.c: Likewise.
32115         * math/s_clog10.c: Include <float.h>.
32116         (M_LOG10_2): Define.
32117         (__clog10): Scale large or subnormal inputs.
32118         * math/s_clog10f.c: Likewise.
32119         * math/s_clog10l.c: Likewise.
32120         * math/libm-test.inc (clog_test): Add more tests.
32121         (clog10_test): Likewise.
32122         * sysdeps/i386/fpu/libm-test-ulps: Update.
32123         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32124
32125         [BZ #11451]
32126         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
32127         x and y.
32128         * math/libm-test.inc (atan2_test): Add another test.
32129
32130         * Makerules (common-objdir-compile): Remove.
32131         * sysdeps/unix/Makefile (config-generated): Do not add
32132         $(unix-generated) to variable.
32133         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
32134         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
32135         Remove rule.
32136         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
32137         Likewise.
32138         [generic bits/local_lim.h] (before-compile): Do not append to
32139         variable.
32140         [generic bits/local_lim.h] (common-generated): Likewise.
32141         [generic sys/param.h] (before-compile): Do not append to variable.
32142         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
32143         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
32144         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
32145         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
32146         include.
32147         [generic sys/param.h] (sys/param.h-includes): Remove variable.
32148         [generic sys/param.h] (sys/param.h-includes): Remove rule.
32149         [generic sys/param.h] ($(addprefix
32150         $(common-objpfx),$(sys/param.h-includes))): Likewise.
32151         [generic sys/param.h] (common-generated): Do not append to
32152         variable.
32153         [generic sys/param.h] (sysdep_headers): Likewise.
32154         [generic bits/errno.h] (before-compile): Do not append to
32155         variable.
32156         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
32157         rule.
32158         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
32159         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
32160         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
32161         [generic bits/errno.h] (common-generated): Do not append to
32162         variable.
32163         [generic bits/ioctls.h] (before-compile): Do not append to
32164         variable.
32165         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
32166         rule.
32167         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
32168         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
32169         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
32170         rule.
32171         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
32172         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
32173         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
32174         [generic bits/ioctls.h] (common-generated): Do not append to
32175         variable.
32176         [generic sys/syscall.h] (syscall.h): Remove variable.
32177         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
32178         rule.
32179         [generic sys/syscall.h] (before-compile): Do not append to
32180         variable.
32181         [generic sys/syscall.h] (common-generated): Likewise.
32182         * sysdeps/unix/errnos-tmpl.c: Remove file.
32183         * sysdeps/unix/errnos.awk: Likewise.
32184         * sysdeps/unix/ioctls-tmpl.c: Likewise.
32185         * sysdeps/unix/ioctls.awk: Likewise.
32186         * sysdeps/unix/mk-local_lim.c: Likewise.
32187         * sysdeps/unix/snarf-ioctls: Likewise.
32188
32189 2012-03-19  Richard Henderson  <rth@twiddle.net>
32190
32191         * sysdeps/i386/fpu/fenv_private.h: New file.
32192         * sysdeps/i386/fpu/math_private.h: Use it.
32193         (math_opt_barrier, math_force_eval): Remove.
32194         (libc_feholdexcept_setround_53bit): Remove.
32195         (libc_feupdateenv_53bit): Remove.
32196         * sysdeps/x86_64/fpu/math_private.h: Likewise.
32197         (math_opt_barrier, math_force_eval): Remove.
32198         (libc_feholdexcept): Remove.
32199         (libc_feholdexcept_setround): Remove.
32200         (libc_fetestexcept, libc_fesetenv): Remove.
32201         (libc_feupdateenv_test): Remove.
32202         (libc_feupdateenv, libc_feholdsetround): Remove.
32203         (libc_feresetround): Remove.
32204
32205         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
32206         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
32207
32208         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
32209         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
32210         (libc_feupdateenv_testl): New.
32211         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
32212         (libc_feupdateenv_testf): New.
32213         (libc_feupdateenv): Use libc_feupdateenv_test.
32214         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
32215         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
32216
32217         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
32218         (libc_feholdsetroundf, libc_feholdsetroundl): New.
32219         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
32220         (libc_feresetround_noex): New.
32221         (libc_feresetround_noexf): New.
32222         (libc_feresetround_noexl): New.
32223         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
32224         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
32225         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
32226         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
32227         SET_RESTORE_ROUND.
32228         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
32229         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
32230         (__cos): Likewise.
32231         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
32232         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
32233         SET_RESTORE_ROUND_NOEX.
32234         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
32235         SET_RESTORE_ROUND_NOEXF.
32236         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
32237         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
32238         (libc_feholdsetroundf): New.
32239         (libc_feresetround, libc_feresetroundf): New.
32240
32241         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
32242         (libc_feholdexcept_setround_53bit): Convert from macro to function.
32243         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
32244
32245         * sysdeps/generic/math_private.h: Include <fenv.h>.
32246         (default_libc_feholdexcept): New.
32247         (default_libc_feholdexcept_setround): New.
32248         (default_libc_fesetenv, default_libc_feupdateenv): New.
32249         (libc_feholdexcept): Only define if undefined.
32250         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
32251         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
32252         (libc_feholdexcept_setroundl): Likewise.
32253         (libc_feholdexcept_setround_53bit): Likewise.
32254         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
32255         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
32256         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
32257         (libc_feupdateenv_53bit): Likewise.
32258         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
32259         (libc_feholdexcept): Convert from macro to inline function.
32260         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
32261         (libc_fesetenv, libc_feupdateenv): Likewise.
32262
32263         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
32264         not previously defined.
32265         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
32266         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
32267         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
32268         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
32269         * sysdeps/ieee754/flt-32/math_private.h: New file.
32270         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
32271         math_private.h below SET_FLOAT_WORD.
32272         (__isnan, __isinf_ns, __finite): Remove.
32273         (__isnanf, __isinf_nsf, __finitef): Remove.
32274
32275 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
32276
32277         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32278
32279 2012-03-17  David S. Miller  <davem@davemloft.net>
32280
32281         [BZ #6471]
32282         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
32283         for 2.16.
32284
32285 2012-03-16  David S. Miller  <davem@davemloft.net>
32286
32287         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
32288         warnings.
32289
32290         [BZ #6471]
32291         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
32292         properly.
32293         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
32294         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
32295         sysdep_routines when subdir is sysvipc.
32296         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
32297         __getshmlba helper.
32298
32299         * sysdeps/sparc/fpu/libm-test/ulps: Update.
32300
32301 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
32302
32303         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
32304         [__LP64__].
32305
32306 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
32307
32308         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
32309         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
32310         (__lround): Renamed to ...
32311         (__llround): This.  Replace long int with long long int.
32312         Define lround functions as aliases of llround functions.
32313         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
32314
32315 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
32316
32317         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
32318         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
32319         adresses to uintptr_t.  Replace "long int" and "unsigned long
32320         int" with "greg_t" on va_arg.
32321
32322 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
32323
32324         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
32325         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
32326
32327         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
32328         Move e_machine check before EI_CLASS check.  Handle x32
32329         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
32330         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
32331         SKIP_EM_IA_64 and include
32332         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
32333
32334         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
32335         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
32336         (add_system_dir): New macro.
32337
32338         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
32339         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
32340
32341 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
32342
32343         [BZ #2551]
32344         [BZ #2552]
32345         [BZ #2553]
32346         [BZ #2554]
32347         [BZ #2562]
32348         [BZ #2563]
32349         [BZ #2565]
32350         [BZ #2566]
32351         [BZ #2576]
32352         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
32353         (y0): Likewise.
32354         * math/w_j0f.c (j0f): Likewise.
32355         (y0f): Likewise.
32356         * math/w_j0l.c (__j0l): Likewise.
32357         (__y0l): Likewise.
32358         * math/w_j1.c (j1): Likewise.
32359         (y1): Likewise.
32360         * math/w_j1f.c (j1f): Likewise.
32361         (y1f): Likewise.
32362         * math/w_j1l.c (__j1l): Likewise.
32363         (__y1l): Likewise.
32364         * math/w_jn.c (jn): Likewise.
32365         (yn): Likewise.
32366         * math/w_jnf.c (jnf): Likewise.
32367         (ynf): Likewise.
32368         * math/w_jnl.c (__jnl): Likewise.
32369         (__ynl): Likewise.
32370         * math/libm-test.inc (j0_test): Add more tests.
32371         (j1_test): Likewise.
32372         (jn_test): Likewise.  Add trailing semicolon to existing test.
32373         (y0_test): Likewise.
32374         (y1_test): Likewise.
32375         * sysdeps/i386/fpu/libm-test-ulps: Update.
32376         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32377
32378         [BZ #13851]
32379         [BZ #13854]
32380         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
32381         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
32382         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
32383         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
32384         (__tanl): Set errno for infinite argument.
32385         * sysdeps/i386/fpu/mptan.c: Remove.
32386         * sysdeps/i386/fpu/s_tan.S: Likewise.
32387         * sysdeps/i386/fpu/s_tanl.S: Likewise.
32388         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
32389         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
32390         * math/libm-test.inc (tan_test): Add more tests and enable more
32391         tests for double and long double.
32392         * sysdeps/i386/fpu/libm-test-ulps: Update.
32393         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32394
32395 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
32396
32397         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
32398         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
32399
32400 2012-03-16  Roland McGrath  <roland@hack.frob.com>
32401
32402         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
32403         * configure.in: Use it for both main tree and add-ons.
32404         * configure: Regenerated.
32405
32406 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
32407
32408         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
32409
32410 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
32411
32412         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
32413         in comment.
32414
32415         [BZ #13851]
32416         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
32417         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
32418         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
32419         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
32420         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
32421         infinite argument.
32422         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
32423         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
32424         != 0 for prec == 2.
32425         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
32426         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
32427         * sysdeps/i386/fpu/s_cosl.S: Likewise.
32428         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
32429         * sysdeps/i386/fpu/s_sinl.S: Likewise.
32430         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
32431         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
32432         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
32433         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
32434         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
32435         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
32436         * math/libm-test.inc (cos_test): Add more tests and enable more
32437         tests for long double.
32438         (sin_test): Likewise.
32439         (sincos_test): Likewise.
32440         * sysdeps/i386/fpu/libm-test-ulps: Update.
32441         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32442
32443 2012-03-16  David S. Miller  <davem@davemloft.net>
32444
32445         * sysdeps/sparc/fpu/math_private.h: New file.
32446
32447 2012-03-15  David S. Miller  <davem@davemloft.net>
32448
32449         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
32450         file.
32451         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
32452         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
32453         file.
32454         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
32455         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
32456         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
32457         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
32458         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
32459         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
32460         sysdep routines.
32461         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
32462
32463         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
32464         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
32465
32466         * sysdeps/sparc/sparc-ifunc.h: New file.
32467         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
32468         sparc-ifunc.h
32469         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
32470         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
32471         Likewise.
32472         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
32473         Likewise.
32474         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
32475         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
32476         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
32477         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
32478         Likewise.
32479         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
32480         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
32481         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
32482         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
32483         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
32484         Likewise.
32485         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
32486         Likewise.
32487         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
32488         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
32489         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
32490         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
32491         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
32492         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
32493         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
32494         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
32495         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
32496         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
32497         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
32498         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
32499         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
32500         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
32501         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
32502         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
32503         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
32504         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
32505         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
32506         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
32507         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
32508         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
32509         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
32510         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
32511
32512 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
32513
32514         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
32515         scaling.
32516         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32517
32518 2012-03-15  Andreas Jaeger  <aj@suse.de>
32519
32520         [BZ #13852]
32521         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
32522         ieee754/flt-32 implementation for sin, cos and sincos.
32523         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
32524         * sysdeps/i386/fpu/s_cosf.S: Likewise.
32525         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
32526         * sysdeps/i386/fpu/s_sinf.S: Likewise.
32527         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
32528         ieee754/flt-32 implementation for tan.
32529
32530         * math/libm-test.inc (cos_test): Enable some large input tests for
32531         float as well
32532         (sin_test): Likewise.
32533         (sincos_test): Likewise.
32534         (tan_test): Add tests for large input.
32535
32536         * sysdeps/i386/fpu/libm-test-ulps: Update.
32537
32538 2012-03-15  Andreas Jaeger  <aj@suse.de>
32539
32540         [BZ #13658]
32541         * math/libm-test.inc (cos_test): Add more test cases.
32542         (sin_test): Likewise.
32543         (sincos_test): Likewise.
32544
32545 2012-03-15  Andreas Jaeger  <aj@suse.de>
32546
32547         [BZ #13837]
32548         * math/libm-test.inc (cos_test): Add a test case for large input
32549         value.
32550         (sin_test): Likewise.
32551         (sincos_test): Likewise.
32552
32553 2012-03-15  Andreas Jaeger  <aj@suse.de>,
32554         Joseph Myers  <joseph@codesourcery.com>
32555
32556         [BZ #13658]
32557         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
32558         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
32559         * sysdeps/i386/fpu/branred.c: Likewise.
32560         * sysdeps/i386/fpu/dosincos.c: Likewise.
32561         * sysdeps/i386/fpu/mpa.c: Likewise.
32562         * sysdeps/i386/fpu/s_cos.S: Likewise.
32563         * sysdeps/i386/fpu/s_sin.S: Likewise.
32564         * sysdeps/i386/fpu/s_sincos.S: Likewise.
32565         * sysdeps/i386/fpu/sincos32.c: Likewise.
32566
32567         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
32568         Define.
32569         (libc_feupdateenv_53bit): Define.
32570         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
32571         Define.
32572         (libc_feupdateenv_53bit): Define.
32573
32574         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
32575         53 bit (without extend i386 double precision).
32576
32577         * math/libm-test.inc (sincos_test): Add tests for large input.
32578         (sin): Likewise.
32579         (cos): Likewise.
32580
32581         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
32582
32583 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
32584
32585         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32586
32587 2012-03-15  David S. Miller  <davem@davemloft.net>
32588
32589         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
32590         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
32591         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
32592         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
32593         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
32594         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
32595         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
32596         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
32597         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
32598         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
32599         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
32600         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
32601         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
32602         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
32603         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
32604         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
32605         file.
32606         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
32607         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
32608         file.
32609         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
32610         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
32611         file.
32612         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
32613         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
32614         file.
32615         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
32616         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
32617         fmin/fmax sysdep routines.
32618         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
32619
32620 2012-03-14  David S. Miller  <davem@davemloft.net>
32621
32622         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
32623         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
32624         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
32625         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
32626         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
32627         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
32628         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
32629         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
32630         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
32631         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
32632         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
32633         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
32634         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
32635         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
32636         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
32637         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
32638         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
32639         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
32640         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
32641         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
32642         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
32643         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
32644         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
32645         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
32646         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
32647         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
32648         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
32649         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
32650         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
32651         routines.
32652         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
32653         file.
32654         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
32655         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
32656         file.
32657         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
32658         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
32659         file.
32660         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
32661         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
32662         file.
32663         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
32664         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
32665         file.
32666         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
32667         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
32668         file.
32669         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
32670         file.
32671         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
32672         file.
32673         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
32674         file.
32675         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
32676         New file.
32677         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
32678         file.
32679         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
32680         file.
32681         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
32682         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
32683         file.
32684         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
32685         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
32686         file.
32687         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
32688         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
32689         file.
32690         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
32691         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
32692         VIS3 routines.
32693
32694         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
32695         New file.
32696
32697         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32698
32699         * sysdeps/sparc/configure.in: New file.
32700         * sysdeps/sparc/configure: Generate.
32701         * configure.in (libc_cv_sparc_as_vis3): Substitute.
32702         * configure: Regenerate.
32703         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
32704         * config.make.in (have-as-vis3): New.
32705         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
32706         available use -Av9d instead of -Av9a.
32707         * sysdeps/sparc/sparc64/Makefile: Likewise.
32708         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
32709         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
32710         New file.
32711         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
32712         file.
32713         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
32714         New file.
32715         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
32716         file.
32717         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
32718         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
32719         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
32720         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
32721         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
32722
32723         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
32724         fzeros/fnegs to load 0x80000000 into a float register instead of
32725         using the stack.
32726         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
32727
32728 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
32729
32730         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
32731         bits/syscall.h.
32732         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
32733         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
32734         ($(inst_includedir)/bits/syscall.h): Remove rule.
32735         ($(objpfx)bits/syscall.d): Include instead of
32736         $(objpfx)syscall-list.d.
32737         (generated): Change syscall-list.h and syscall-list.d to
32738         bits/syscall.h and bits/syscall.d.
32739
32740 2012-03-14  Roland McGrath  <roland@hack.frob.com>
32741
32742         [BZ #13846]
32743         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
32744
32745 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
32746
32747         [BZ #13841]
32748         * math/s_csqrt.c: Include <float.h>.
32749         (__csqrt): Scale large or subnormal inputs.
32750         * math/s_csqrtf.c: Likewise.
32751         * math/s_csqrtl.c: Likewise.
32752         * math/libm-test.inc (csqrt_test): Add more tests.
32753         * sysdeps/i386/fpu/libm-test-ulps: Update.
32754         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32755
32756         [BZ #13840]
32757         * math/libm-test.inc (hypot_test): Add more tests.
32758
32759 2012-03-13  David S. Miller  <davem@davemloft.net>
32760
32761         [BZ #13840]
32762         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
32763         double-precision for the calculation instead of scaling.
32764
32765 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
32766
32767         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
32768         manipulate bits before adding and subtracting TWO52[sx].
32769         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
32770         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
32771         Likewise.
32772         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
32773
32774 2012-03-13  David S. Miller  <davem@davemloft.net>
32775
32776         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
32777         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
32778         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
32779         rtld-global-offsets.h
32780         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
32781
32782         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
32783         large parameters.
32784
32785         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
32786
32787         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
32788         'err' in the ifdef scope in which it is actually used.
32789
32790         * nss/nss_db/db-init.c: Include string.h
32791
32792 2012-03-12  David S. Miller  <davem@davemloft.net>
32793
32794         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
32795         masking out of the most significant byte of random value used.
32796         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
32797         Fix coding style in previous change.
32798
32799         * sysdeps/unix/sysv/linux/kernel-features.h
32800         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
32801         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
32802         expression.
32803         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
32804         later.
32805
32806 2012-03-11  David S. Miller  <davem@davemloft.net>
32807
32808         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32809         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
32810         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
32811         for 'resultvar' otherwise things get truncated on 64-bit.
32812
32813         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
32814         Fix masking out of the most significant byte of random value used.
32815
32816         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32817
32818 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
32819
32820         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32821
32822 2012-03-09  David S. Miller  <davem@davemloft.net>
32823
32824         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
32825         variables with appropriate CPP guards.
32826         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr from the
32827         frame pointer, not the stack pointer.  Correct layout comments.  Fix test
32828         on resulting framesize and the management of the outregs buffer for pltexit.
32829         Preserve floating point return values across _dl_call_pltexit call.
32830         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
32831         framesize and the management of the outregs buffer for pltexit.
32832         Preserve floating point return values across _dl_call_pltexit
32833         call.
32834         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter, la_sparc64_gnu_pltenter,
32835         la_sparc32_gnu_pltexit, la_sparc64_gnu_pltexit): New functions.
32836         (print_exit): Fix format string for return register value.
32837
32838 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
32839
32840         * sunrpc/Makefile (others): Add rpcgen.
32841         ($(objpfx)rpcgen): Remove special build rule and dependency on
32842         libc.
32843         * sunrpc/rpcgen.c: New file.
32844
32845 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
32846
32847         [BZ #13673]
32848         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
32849         * stdio-common/bug-vfprintf-nargs.c: Likewise.
32850         * sysdeps/i386/crti.S: Likewise.
32851         * sysdeps/i386/crtn.S: Likewise.
32852         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
32853         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
32854         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
32855         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
32856         * sysdeps/sh/crti.S: Likewise.
32857         * sysdeps/sh/crtn.S: Likewise.
32858         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
32859
32860         [BZ #13673]
32861         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
32862         with URL.
32863         * locale/programs/locfile-kw.gperf: Likewise.
32864         * locale/programs/charmap-kw.h: Regenerated.
32865         * locale/programs/locfile-kw.h: Likewise.
32866
32867         [BZ #13673]
32868         * intl/plural.y: Replace FSF snail mail address with URL.
32869         * intl/plural.c: Regenerated.
32870
32871 2012-03-09  Richard Henderson  <rth@twiddle.net>
32872
32873         * include/math_private.h: Remove file.
32874         * math/math_private.h: Move file ...
32875         * sysdeps/generic/math_private.h: ... here.
32876
32877         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
32878         * sysdeps/powerpc/fpu/math_private.h: Likewise.
32879         * sysdeps/x86_64/fpu/math_private.h: Likewise.
32880
32881         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
32882         and <math_private.h>.
32883         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
32884         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
32885         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
32886         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
32887         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
32888         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
32889         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
32890         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
32891         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
32892         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
32893         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
32894         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
32895         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
32896         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
32897         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
32898         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
32899         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
32900         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
32901         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
32902         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
32903         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
32904         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
32905         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
32906         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
32907         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
32908         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
32909         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
32910         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
32911         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
32912         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
32913         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
32914         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
32915         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
32916         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
32917         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
32918         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
32919         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
32920         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
32921         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
32922         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
32923         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
32924         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
32925         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
32926         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
32927         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
32928         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
32929         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
32930         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
32931         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
32932         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
32933         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
32934         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
32935         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
32936         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
32937         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
32938         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
32939         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
32940         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
32941         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
32942         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
32943         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
32944         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
32945         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
32946         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
32947         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
32948         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
32949         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
32950         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
32951         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
32952         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
32953         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
32954         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
32955         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
32956         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
32957         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
32958         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
32959         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
32960         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
32961         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
32962         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
32963         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
32964         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
32965         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
32966         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
32967         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
32968         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
32969         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
32970         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
32971         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
32972         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
32973         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
32974         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
32975         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
32976         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
32977         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
32978         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
32979         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
32980         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
32981         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
32982         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
32983         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
32984         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
32985         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
32986         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
32987         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
32988         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
32989         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
32990         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
32991         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
32992         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
32993         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
32994         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
32995         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
32996         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
32997         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
32998         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
32999         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
33000         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
33001         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
33002         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
33003         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
33004         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
33005         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
33006         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
33007         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
33008         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
33009         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
33010         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
33011         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
33012         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
33013         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
33014         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
33015         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
33016         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
33017         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
33018         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
33019         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
33020         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
33021         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
33022         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
33023         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
33024         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
33025         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
33026         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
33027         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
33028         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
33029         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
33030         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
33031         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
33032         * sysdeps/ieee754/k_standard.c: Likewise.
33033         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
33034         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
33035         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
33036         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
33037         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
33038         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
33039         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
33040         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
33041         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
33042         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
33043         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
33044         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
33045         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
33046         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
33047         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
33048         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
33049         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
33050         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
33051         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
33052         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
33053         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
33054         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
33055         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
33056         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
33057         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
33058         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
33059         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
33060         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
33061         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
33062         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
33063         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
33064         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
33065         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
33066         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
33067         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
33068         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
33069         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
33070         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
33071         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
33072         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
33073         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
33074         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
33075         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
33076         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
33077         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
33078         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
33079         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
33080         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
33081         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
33082         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
33083         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
33084         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
33085         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
33086         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
33087         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
33088         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
33089         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
33090         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
33091         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
33092         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
33093         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
33094         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
33095         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
33096         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
33097         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
33098         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
33099         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
33100         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
33101         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
33102         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
33103         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
33104         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
33105         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
33106         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
33107         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
33108         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
33109         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
33110         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
33111         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
33112         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
33113         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
33114         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
33115         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
33116         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
33117         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
33118         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
33119         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
33120         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
33121         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
33122         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
33123         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
33124         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
33125         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
33126         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
33127         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
33128         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
33129         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
33130         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
33131         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
33132         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
33133         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
33134         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
33135         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
33136         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
33137         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
33138         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
33139         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
33140         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
33141         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
33142         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
33143         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
33144         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
33145         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
33146         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
33147         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
33148         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
33149         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
33150         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
33151         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
33152         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
33153         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
33154         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
33155         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
33156         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
33157         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
33158         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
33159         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
33160         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
33161         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
33162         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
33163         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
33164         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
33165         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
33166         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
33167         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
33168         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
33169         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
33170         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
33171         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
33172         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
33173         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
33174         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
33175         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
33176         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
33177         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
33178         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
33179         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
33180         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
33181         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
33182         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
33183         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
33184         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
33185         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
33186         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
33187         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
33188         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
33189         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
33190         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
33191         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
33192         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
33193         * sysdeps/ieee754/s_lib_version.c: Likewise.
33194         * sysdeps/ieee754/s_matherr.c: Likewise.
33195         * sysdeps/ieee754/s_signgam.c: Likewise.
33196         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
33197         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
33198         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
33199         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
33200         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
33201         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
33202         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
33203         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
33204         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
33205         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
33206         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
33207         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
33208         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
33209         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
33210         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
33211         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
33212         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33213         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
33214         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33215         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
33216         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
33217
33218 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
33219
33220         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
33221         * sunrpc/rpc_main.c: Likewise.
33222         * sunrpc/rpc_svcout.c: Likewise.
33223
33224 2012-03-09  David S. Miller  <davem@davemloft.net>
33225
33226         * include/math_private.h: New file.
33227
33228 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
33229
33230         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
33231         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
33232         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
33233         from <bits/socket_type.h>.
33234         (enum __socket_type): Don't define here.
33235         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
33236         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33237         bits/socket_type.h.
33238
33239         [BZ #13566]
33240         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
33241         checking __USE_GNU.
33242
33243         * Makerules ($(inst_includedir)/%.h): New rule.
33244         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
33245         (install-others): Remove variable setting.
33246         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
33247
33248 2012-03-08  Richard Henderson  <rth@twiddle.net>
33249
33250         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
33251         from macro to inline function; merge with the
33252         !__LIBC_INTERNAL_MATH_INLINES version.
33253         (__ieee754_sqrtf): Likewise.
33254
33255         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
33256         to inline function.
33257         (__rintf, __floor, __floorf): Likewise.
33258
33259         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
33260         macro to inline function.
33261         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
33262
33263         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
33264         not <math/math_private.h>.
33265
33266 2012-03-08  David S. Miller  <davem@davemloft.net>
33267
33268         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
33269         copyright year.
33270         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
33271
33272 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
33273
33274         * resolv/gai_misc.c (handle_requests): Fix struct timespec
33275         normalization.
33276         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
33277         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
33278
33279 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
33280
33281         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
33282         be defined individually, they must be defined as a block.  Define
33283         S for printing a string instead of hidint the different by using a
33284         macro for adding the 'l'.
33285         * stdio-common/tst-fphex-wide.c: Adjust.
33286
33287 2012-03-07  Marek Polacek  <polacek@redhat.com>
33288
33289         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
33290
33291 2012-03-08  Marek Polacek  <polacek@redhat.com>
33292
33293         [BZ #13806]
33294         * stdio-common/Makefile (tests): Add tst-fphex-wide.
33295         * stdio-common/tst-fphex.c: Define a few macros to make the
33296         test reusable.  Use them.
33297         * stdio-common/tst-fphex-wide.c: New file.
33298
33299 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
33300
33301         [BZ #6911]
33302         * manual/macros.texi (gnusystems): New macro.
33303         (nongnusystems): Likewise.
33304         (gnulinuxhurdsystems): Likewise.
33305         (gnuhurdsystems): Likewise..
33306         (gnulinuxsystems): Likewise.
33307         * manual/charset.texi: Use new macros or @theglibc{} to refer to
33308         variants of the GNU system, not "GNU system".
33309         * manual/conf.texi: Likewise.
33310         * manual/errno.texi: Likewise.  Update example of errno macro
33311         expansion.
33312         * manual/filesys.texi: Likewise.
33313         (getumask): Document as specific to GNU/Hurd.
33314         * manual/install.texi: Likewise.  Reword some references to
33315         GNU/Linux.
33316         * manual/intro.texi: Likewise.
33317         * manual/io.texi: Likewise.
33318         (File Name Portability): Detail which constraints are inapplicable
33319         to all GNU systems and which are only inapplicable to GNU/Hurd.
33320         * manual/job.texi: Likewise.
33321         * manual/llio.texi: Likewise.
33322         (O_NOCTTY): Document as present on GNU/Linux.
33323         * manual/maint.texi: Likewise.
33324         * manual/memory.texi: Likewise.
33325         * manual/pattern.texi: Likewise.
33326         * manual/pipe.texi: Likewise.
33327         * manual/process.texi: Likewise.
33328         * manual/resource.texi: Likewise.
33329         (RUSAGE_CHILDREN): Remove statement about specifying a particular
33330         child on GNU/Hurd.
33331         * manual/setjmp.texi: Likewise.
33332         * manual/signal.texi: Likewise.
33333         * manual/startup.texi: Likewise.
33334         * manual/stdio.texi: Likewise.
33335         * manual/terminal.texi: Likewise.
33336         (ONLCR): Document as POSIX.
33337         (OXTABS): Document availability on GNU/Linux as XTABS.
33338         (ONOEOT): Document availability separately from other bits.
33339         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
33340         * manual/time.texi: Likewise.
33341         * manual/users.texi: Likewise.
33342         * INSTALL: Regenerated.
33343         * sysdeps/gnu/errlist.c: Regenerated.
33344
33345         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
33346         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
33347         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
33348         puts.
33349         * configure: Regenerated.
33350
33351 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
33352
33353         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
33354         default includes instead of AC_HEADER_CHECK.
33355         * sysdeps/i386/configure: Regenerated.
33356
33357         [BZ #10716]
33358         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
33359         * math/s_cacoshf.c (__cacoshf): Likewise.
33360         * math/s_cacoshl.c (__cacoshl): Likewise.
33361         * math/s_casinh.c (__casinh): Set signs of result from argument.
33362         * math/s_casinhf.c (__casinhf): Likewise.
33363         * math/s_casinhl.c (__casinhl): Likewise.
33364         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
33365         (casinh_test): Add more tests.
33366         * sysdeps/i386/fpu/libm-test-ulps: Update.
33367         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33368
33369 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
33370
33371         * po/zh_TW.po: Update from translation team.
33372
33373         * login/Makefile (distribute): Remove variable.
33374         * catgets/Makefile: Likewise.
33375         * mach/Makefile: Likewise.
33376         * malloc/Makefile: Likewise.
33377         * misc/Makefile: Likewise.
33378         * iconv/Makefile: Likewise.
33379         * nscd/Makefile: Likewise.
33380         * hurd/Makefile: Likewise.
33381         * manual/Makefile: Likewise.
33382         * locale/Makefile: Likewise.
33383         * intl/Makefile: Likewise.
33384         * conform/Makefile: Likewise.
33385         * nss/Makefile: Likewise.
33386         * time/Makefile: Likewise.
33387         * soft-fp/Makefile: Likewise.
33388         * dirent/Makefile: Likewise.
33389         * gmon/Makefile: Likewise.
33390         * po/Makefile: Likewise.
33391         * rt/Makefile: Likewise.
33392         * socket/Makefile: Likewise.
33393         * math/Makefile: Likewise.
33394         * signal/Makefile: Likewise.
33395         * debug/Makefile: Likewise.
33396         * elf/Makefile: Likewise.
33397         * timezone/Makefile: Likewise.
33398         * stdlib/Makefile: Likewise.
33399         * iconvdata/Makefile: Likewise.
33400         * sunrpc/Makefile: Likewise.
33401         * io/Makefile: Likewise.
33402         * argp/Makefile: Likewise.
33403         * inet/Makefile: Likewise.
33404         * hesiod/Makefile: Likewise.
33405         * grp/Makefile: Likewise.
33406         * csu/Makefile: Likewise.
33407         * wctype/Makefile: Likewise.
33408         * crypt/Makefile: Likewise.
33409         * libio/Makefile: Likewise.
33410         * string/Makefile: Likewise.
33411         * nis/Makefile: Likewise.
33412         * resolv/Makefile: Likewise.
33413         * stdio-common/Makefile: Likewise.
33414         * wcsmbs/Makefile: Likewise.
33415         * dlfcn/Makefile: Likewise.
33416         * posix/Makefile: Likewise.
33417
33418         [BZ #6959]
33419         * timezone/Makefile: Don't install timezone files, just the programs
33420         and scripts.
33421
33422 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
33423
33424         * nss/databases.def: Add missing gshadow entry.
33425
33426         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
33427
33428 2012-03-06  Marek Polacek  <polacek@redhat.com>
33429
33430         [BZ #13726]
33431         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
33432         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
33433         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
33434         * stdio-common/tst-long-dbl-fphex.c: New file.
33435
33436 2012-03-06  David S. Miller  <davem@davemloft.net>
33437
33438         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33439         (set_obp_int): New function.
33440         (get_obp_int): New function.
33441         (__get_clockfreq_via_dev_openprom): Likewise.
33442         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
33443         Avoid unused variable warnings on 'val' and use builtin_expect.
33444         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
33445         __builtin_expect.
33446         (INLINE_CLONE_SYSCALL): Likewise.
33447
33448 2012-03-05  David S. Miller  <davem@davemloft.net>
33449
33450         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33451
33452 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
33453
33454         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33455
33456         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
33457         only for |x| >= 40.
33458         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
33459
33460 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
33461
33462         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
33463         Replace gettimeofday with __vdso_gettimeofday.
33464
33465         * sysdeps/unix/sysv/linux/x86_64/init-first.c
33466         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
33467         __vdso_clock_gettime and __vdso_getcpu.
33468
33469         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
33470         time with __vdso_time.
33471
33472 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
33473
33474         * manual/lang.texi (size_t): Note types to which size_t may be
33475         equivalent with the GNU C Library, but do not describe when
33476         differences between them are significant.
33477
33478 2012-03-05  Andreas Jaeger  <aj@suse.de>
33479
33480         * sysdeps/i386/fpu/libm-test-ulps: Update.
33481
33482 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
33483
33484         [BZ #3976]
33485         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
33486         (__ieee754_pow): Save and restore rounding mode and use
33487         round-to-nearest for main computations.
33488         * math/libm-test.inc (pow_test_tonearest): New function.
33489         (pow_test_towardzero): Likewise.
33490         (pow_test_downward): Likewise.
33491         (pow_test_upward): Likewise.
33492         (main): Call the new functions.
33493         * sysdeps/i386/fpu/libm-test-ulps: Update.
33494         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33495
33496         [BZ #3976]
33497         * math/libm-test.inc (cosh_test_tonearest): New function.
33498         (cosh_test_towardzero): Likewise.
33499         (cosh_test_downward): Likewise.
33500         (cosh_test_upward): Likewise.
33501         (sinh_test_tonearest): Likewise.
33502         (sinh_test_towardzero): Likewise.
33503         (sinh_test_downward): Likewise.
33504         (sinh_test_upward): Likewise.
33505         (main): Call the new functions.
33506         * sysdeps/i386/fpu/libm-test-ulps: Update.
33507         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33508
33509 2012-03-05  Tom de Vries  <tom@codesourcery.com>
33510
33511         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
33512         default stack guard is set in last bytes.
33513         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
33514
33515 2012-03-05  Kees Cook  <keescook@chromium.org>
33516
33517         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
33518
33519         [BZ #13656]
33520         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
33521         possibly allocate from heap instead of stack.
33522         * stdio-common/bug-vfprintf-nargs.c: New file.
33523         * stdio-common/Makefile (tests): Add nargs overflow test.
33524
33525 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
33526
33527         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33528
33529 2012-03-03  Marek Polacek  <polacek@redhat.com>
33530
33531         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
33532         * math/math_private.h: Likewise.
33533         * stdlib/tst-strtod.c: Likewise.
33534         * sysdeps/i386/i486/bits/atomic.h: Likewise.
33535         * sysdeps/x86_64/bits/atomic.h: Likewise.
33536
33537 2012-03-02  David S. Miller  <davem@davemloft.net>
33538
33539         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
33540         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
33541         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
33542         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
33543         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
33544         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
33545         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
33546         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
33547
33548 2012-03-02  Roland McGrath  <roland@hack.frob.com>
33549
33550         [BZ #13792]
33551         * manual/examples/README: New file, says the example source files
33552         can be used under GPL>=2.
33553         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
33554         line containing just "*/".
33555         * manual/examples/add.c: Add copyright header (GPL>=2).
33556         * manual/examples/argp-ex1.c: Likewise.
33557         * manual/examples/argp-ex2.c: Likewise.
33558         * manual/examples/argp-ex3.c: Likewise.
33559         * manual/examples/argp-ex4.c: Likewise.
33560         * manual/examples/atexit.c: Likewise.
33561         * manual/examples/db.c: Likewise.
33562         * manual/examples/dir.c: Likewise.
33563         * manual/examples/dir2.c: Likewise.
33564         * manual/examples/execinfo.c: Likewise.
33565         * manual/examples/filecli.c: Likewise.
33566         * manual/examples/filesrv.c: Likewise.
33567         * manual/examples/fmtmsgexpl.c: Likewise.
33568         * manual/examples/genpass.c: Likewise.
33569         * manual/examples/inetcli.c: Likewise.
33570         * manual/examples/inetsrv.c: Likewise.
33571         * manual/examples/isockad.c: Likewise.
33572         * manual/examples/longopt.c: Likewise.
33573         * manual/examples/memopen.c: Likewise.
33574         * manual/examples/memstrm.c: Likewise.
33575         * manual/examples/mkfsock.c: Likewise.
33576         * manual/examples/mkisock.c: Likewise.
33577         * manual/examples/mygetpass.c: Likewise.
33578         * manual/examples/pipe.c: Likewise.
33579         * manual/examples/popen.c: Likewise.
33580         * manual/examples/rprintf.c: Likewise.
33581         * manual/examples/search.c: Likewise.
33582         * manual/examples/select.c: Likewise.
33583         * manual/examples/setjmp.c: Likewise.
33584         * manual/examples/sigh1.c: Likewise.
33585         * manual/examples/sigusr.c: Likewise.
33586         * manual/examples/stpcpy.c: Likewise.
33587         * manual/examples/strdupa.c: Likewise.
33588         * manual/examples/strftim.c: Likewise.
33589         * manual/examples/strncat.c: Likewise.
33590         * manual/examples/subopt.c: Likewise.
33591         * manual/examples/swapcontext.c: Likewise.
33592         * manual/examples/termios.c: Likewise.
33593         * manual/examples/testopt.c: Likewise.
33594         * manual/examples/testpass.c: Likewise.
33595         * manual/examples/timeval_subtract.c: Likewise.
33596
33597         [BZ #13792]
33598         * manual/time.texi (Elapsed Time): Move timeval_subtract example
33599         function to ...
33600         * manual/timeval_subtract.c.texi: ... here, new file.
33601
33602 2012-03-02  David S. Miller  <davem@davemloft.net>
33603
33604         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
33605
33606 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
33607
33608         [BZ #3976]
33609         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
33610         (__sin): Save and restore rounding mode and use round-to-nearest
33611         for all computations.
33612         (__cos): Save and restore rounding mode and use round-to-nearest
33613         for all computations.
33614         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
33615         <fenv.h>.
33616         (tan): Save and restore rounding mode and use round-to-nearest for
33617         all computations.
33618         * math/libm-test.inc (cos_test_tonearest): New function.
33619         (cos_test_towardzero): Likewise.
33620         (cos_test_downward): Likewise.
33621         (cos_test_upward): Likewise.
33622         (sin_test_tonearest): Likewise.
33623         (sin_test_towardzero): Likewise.
33624         (sin_test_downward): Likewise.
33625         (sin_test_upward): Likewise.
33626         (tan_test_tonearest): Likewise.
33627         (tan_test_towardzero): Likewise.
33628         (tan_test_downward): Likewise.
33629         (tan_test_upward): Likewise.
33630         (main): Call the new functions.
33631         * sysdeps/i386/fpu/libm-test-ulps: Update.
33632         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33633
33634         [BZ #10135]
33635         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
33636         small n, then large n, before computing and testing k+n.
33637         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
33638         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
33639         Likewise.
33640         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
33641         Likewise.
33642         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
33643         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
33644         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
33645         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
33646         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
33647         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
33648         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
33649         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
33650         * math/libm-test.inc (scalbn_test): Add more tests.
33651         (scalbln_test): Likewise.
33652
33653         * manual/filesys.texi (mode_t): Describe constraints on size and
33654         signedness, not exact equivalence to a particular type.
33655         (ino_t): Likewise.
33656         (ino64_t): Likewise.
33657         (dev_t): Likewise.
33658         (nlink_t): Likewise.
33659         (blkcnt_t): Likewise.
33660         (blkcnt64_t): Likewise.
33661         * manual/llio.texi (off_t): Likewise.
33662
33663         [BZ #3976]
33664         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
33665         (__ieee754_exp): Save and restore rounding mode and use
33666         round-to-nearest for all computations.
33667         * math/libm-test.inc (exp_test_tonearest): New function.
33668         (exp_test_towardzero): Likewise.
33669         (exp_test_downward): Likewise.
33670         (exp_test_upward): Likewise.
33671         (main): Call the new functions.
33672         * sysdeps/i386/fpu/libm-test-ulps: Update.
33673         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33674
33675 2012-03-01  Chris Demetriou  <cgd@google.com>
33676
33677         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
33678         have predictable order.
33679
33680 2012-03-01  David S. Miller  <davem@davemloft.net>
33681
33682         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
33683
33684         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
33685         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
33686         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
33687         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
33688
33689         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
33690         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
33691         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
33692         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
33693         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
33694         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
33695         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
33696         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
33697         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
33698
33699         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33700
33701         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
33702         * sysdeps/sparc/fpu/libm-test-ulps: to here.
33703         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
33704
33705         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
33706         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
33707         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
33708         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
33709         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
33710         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
33711         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
33712         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
33713         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
33714         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
33715         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
33716         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
33717         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
33718         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
33719         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
33720         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
33721         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
33722         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
33723         * sysdeps/sparc/elf/configure: Regenerated.
33724
33725 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
33726
33727         * configure.in (AS, LD): Require binutils 2.20 or later.
33728         * configure: Regenerated.
33729         * manual/install.texi (Tools for Compilation): Give binutils 2.20
33730         as required minimum version.
33731         * INSTALL: Regenerated.
33732
33733         [BZ #2541]
33734         [BZ #4108]
33735         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
33736         before squaring exponent.
33737         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
33738         bottom long double and 27 bits of top long double before squaring
33739         exponent.
33740         * math/libm-test.inc (erfc_test): Add more tests.
33741         * sysdeps/i386/fpu/libm-test-ulps: Update.
33742         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
33743         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33744
33745 2012-03-01  Kai Tietz  <ktietz@redhat.com>
33746
33747         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
33748         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
33749         containing bit-fields.
33750         * soft-fp/extended.h (_FP_UNION_E): Likewise.
33751         * soft-fp/single.h (_FP_UNION_S): Likewise.
33752         * soft-fp/double.h (_FP_UNION_D): Likewise.
33753
33754 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
33755
33756         [BZ #13786]
33757         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
33758         not include ../strcmp.S.
33759         [USE_AS_STRNCASECMP_L]: Likewise.
33760         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
33761         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
33762         * sysdeps/i386/i686/multiarch/strncase_l-c.c
33763         (__strncasecmp_l_ia32): Define as alias to
33764         __strncasecmp_l_nonascii.
33765
33766         [BZ #5794]
33767         * math/libm-test.inc (expm1_test): Add test for bug 5794.
33768         * sysdeps/i386/fpu/libm-test-ulps: Update.
33769         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33770
33771         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
33772         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33773
33774 2012-02-29  Jeff Law  <law@redhat.com>
33775
33776         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
33777         out of bounds read.
33778
33779 2012-02-29  Marek Polacek  <polacek@redhat.com>
33780
33781         [BZ #13706]
33782         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
33783         * elf/Makefile: Add rules to run tst-unused-dep.out.
33784
33785 2012-02-28  David S. Miller  <davem@davemloft.net>
33786
33787         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
33788         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
33789         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
33790         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
33791         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
33792         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
33793
33794 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
33795
33796         * math/libm-test.inc (llround_test): Move one test from
33797         lround_test.  Use TEST_f_L in moved test.
33798         (lround_test): Move misplaced test to llround_test.  Add testcase
33799         from bug 2561.
33800
33801 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
33802
33803         * sysdeps/x86_64/fpu/e_expf.S: New file.
33804         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
33805
33806 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
33807
33808         [BZ #13637]
33809         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
33810         of remain_len that may cause incomplete multi-byte character and
33811         false match.
33812         * posix/bug-regex33.c: New file.
33813         * posix/Makefile (tests): Add bug-regex33.
33814
33815 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
33816
33817         * manual/macros.texi: New file.
33818         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
33819         * manual/libc.texinfo: Include macros.texi.
33820         * manual/creatute.texi: Likewise.
33821         * manual/install.texi: Likewise.
33822         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
33823         @glibcadj{} in references to the GNU C Library.
33824         * manual/charset.texi: Likewise.
33825         * manual/conf.texi: Likewise.
33826         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
33827         when not using those macros.
33828         * manual/creature.texi: Likewise.
33829         * manual/crypt.texi: Likewise.
33830         * manual/errno.texi: Likewise.
33831         * manual/filesys.texi: Likewise.
33832         * manual/header.texi: Likewise.
33833         * manual/install.texi: Likewise.
33834         * manual/intro.texi: Likewise.
33835         * manual/io.texi: Likewise.
33836         * manual/job.texi: Likewise.
33837         * manual/lang.texi: Likewise.
33838         * manual/libc.texiinfo: Likewise.
33839         * manual/llio.texi: Likewise.
33840         * manual/locale.texi: Likewise.
33841         * manual/maint.texi: Likewise.
33842         * manual/math.texi: Likewise.
33843         * manual/memory.texi: Likewise.
33844         * manual/message.texi: Likewise.
33845         * manual/nss.texi: Likewise.
33846         * manual/pattern.texi: Likewise.
33847         * manual/process.texi: Likewise.
33848         * manual/resource.texi: Likewise.
33849         * manual/search.texi: Likewise.
33850         * manual/setjmp.texi: Likewise.
33851         * manual/signal.texi: Likewise.
33852         * manual/socket.texi: Likewise.
33853         * manual/startup.texi: Likewise.
33854         * manual/stdio.texi: Likewise.
33855         * manual/string.texi: Likewise.
33856         * manual/sysinfo.texi: Likewise.
33857         * manual/syslog.texi: Likewise.
33858         * manual/terminal.texi: Likewise.
33859         * manual/time.texi: Likewise.
33860         * manual/users.texi: Likewise.
33861         * INSTALL: Regenerated.
33862         * NOTES: Regenerated.
33863         * sysdeps/gnu/errlist.c: Regenerated.
33864
33865 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
33866
33867         * include/dirent.h: Include <dirstream.h> before
33868         <dirent/dirent.h>.
33869
33870 2012-02-28  David S. Miller  <davem@davemloft.net>
33871
33872         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
33873         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
33874         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
33875         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
33876
33877 2012-02-27  David S. Miller  <davem@davemloft.net>
33878
33879         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
33880         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
33881         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
33882         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
33883
33884         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
33885         frame pointer instead of stack pointer relative arg slot.
33886         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
33887         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
33888         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
33889
33890 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
33891
33892         [BZ #3992]
33893         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
33894
33895 2012-02-27  David S. Miller  <davem@davemloft.net>
33896
33897         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
33898         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
33899         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
33900         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
33901         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
33902         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
33903         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
33904         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
33905
33906 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
33907
33908         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
33909         later.  Allow versions 5-9.
33910         * configure: Regenerated.
33911         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
33912         required minimum version and 4.6 as recommended version.  Do not
33913         mention bugs in GCC 2.7 and 2.8.
33914         * INSTALL: Regenerated.
33915
33916 2012-02-27  David S. Miller  <davem@davemloft.net>
33917
33918         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
33919         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
33920         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
33921         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
33922         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
33923         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
33924         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
33925         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
33926
33927         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
33928         manipulate bits before adding and subtracting TWO112[sx].
33929         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
33930
33931 2012-02-27  Roland McGrath  <roland@hack.frob.com>
33932
33933         [BZ #13775]
33934         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
33935         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
33936         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
33937         being in POSIX, because they are in 1003.1-2008.
33938
33939         * rt/tst-aio.c: Include <fcntl.h>.
33940         * rt/tst-aio7.c: Likewise.
33941         * rt/tst-aio64.c: Likewise.
33942
33943         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
33944
33945 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
33946
33947         * manual/install.texi (--with-headers): Describe headers as
33948         interface headers, not private headers.
33949         (Specific advice for GNU/Linux systems): Describe use of headers
33950         from "make headers_install", not private headers from older
33951         kernels.
33952         * INSTALL: Regenerated.
33953         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
33954         Change to 2.6.19.
33955         * sysdeps/unix/sysv/linux/configure: Regenerated.
33956
33957         * manual/llio.texi (fclean): Remove documentation.
33958
33959         * manual/Makefile (libc-texi-generated): New variable.  Include
33960         version.texi.
33961         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
33962         $(libc-texi-generated), not duplicated list of files.
33963         (version.texi, stamp-version): New rules.
33964         (realclean): Remove $(libc-texi-generated), not individual files
33965         from that list.  Do not remove dir-add.texinfo.
33966         * manual/libc.texinfo: Comment out uses of edition numbers and
33967         references to printed manual.  Remove last-updated dates.
33968         (EDITION): Comment out.
33969         (ISBN): Likewise.
33970         (VERSION, UPDATED): Remove.
33971         (version.texi): Include.
33972
33973 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
33974
33975         * sysdeps/posix/spawni.c: Include <signal.h>.
33976         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
33977         * sysdeps/pthread/aio_fsync.c: Likewise.
33978
33979 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
33980
33981         * conform/Makefile (tests): Run only when not cross-compiling and
33982         when fast-check is not defined.
33983
33984         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
33985         * conform/data/limits.h-data: Fixes for POSIX2008.
33986         * conform/run-conformtest.sh: Run all tests.
33987         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
33988         headers.
33989         * include/bits/dlfcn.h: Likewise.
33990         * include/langinfo.h: Likewise.
33991         * include/monetary.h: Likewise.
33992         * include/sys/poll.h: Likewise.
33993
33994         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
33995         for __USE_GNU.
33996         * posix/spawn.h: Define __need_sigset_t.
33997         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
33998         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
33999         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
34000         to get sigevent_t only.
34001         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
34002         only for __USE_GNU.
34003         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
34004         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
34005         process_vm_writev only for __USE_GNU.
34006         * termios/termios.h: Declare tcgetsid also for POSIX2008.
34007
34008         * conform/Makefile: For now ignore errors from run-conformtest.
34009         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
34010         POSIX to avoid namespace pollution.  Don't prepend headers.
34011         * conform/data/aio.h-data: Fixes for POSIX testing.
34012         * conform/data/fcntl.h-data: Likewise.
34013         * conform/data/glob.h-data: Likewise.
34014         * conform/data/grp.h-data: Likewise.
34015         * conform/data/pthread.h-data: Likewise.
34016         * conform/data/pwd.h-data: Likewise.
34017         * conform/data/signal.h-data: Likewise.
34018         * conform/data/spawn.h-data: Likewise.
34019         * conform/data/stdio.h-data: Likewise.
34020         * conform/data/stdlib.h-data: Likewise.
34021         * conform/data/stropts.h-data: Likewise.
34022         * conform/data/sys/mman.h-data: Likewise.
34023         * conform/data/sys/stat.h-data: Likewise.
34024         * conform/data/sys/types.h-data: Likewise.
34025         * conform/data/sys/wait.h-data: Likewise.
34026         * conform/data/time.h-data: Likewise.
34027         * conform/data/unistd.h-data: Likewise.
34028         * conform/data/utime.h-data: Likewise.
34029
34030         * io/sys/stat.h: fchmod was always in POSIX.
34031         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
34032         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
34033         * rt/aio.h: Define __need_timespec before including <time.h>.
34034         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
34035         struct.  Add forward declaration of pthread_attr_t and use it in
34036         sigevent.
34037         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
34038         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
34039         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
34040         always remove CLK_TCK definition.
34041
34042 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
34043
34044         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
34045
34046 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
34047
34048         * conform/run-conformtest.sh: New file.
34049         * conform/Makefile: Run run-conformtest for tests.
34050         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
34051         support.
34052
34053         * conform/data/uchar.h-data: New file.
34054         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
34055         * conform/data/arpa/inet.h-data: Likewise.
34056         * conform/data/assert.h-data: Likewise.
34057         * conform/data/complex.h-data: Likewise.
34058         * conform/data/cpio.h-data: Likewise.
34059         * conform/data/ctype.h-data: Likewise.
34060         * conform/data/dirent.h-data: Likewise.
34061         * conform/data/dlfcn.h-data: Likewise.
34062         * conform/data/errno.h-data: Likewise.
34063         * conform/data/fcntl.h-data: Likewise.
34064         * conform/data/float.h-data: Likewise.
34065         * conform/data/fmtmsg.h-data: Likewise.
34066         * conform/data/fnmatch.h-data: Likewise.
34067         * conform/data/ftw.h-data: Likewise.
34068         * conform/data/glob.h-data: Likewise.
34069         * conform/data/grp.h-data: Likewise.
34070         * conform/data/iconv.h-data: Likewise.
34071         * conform/data/inttypes.h-data: Likewise.
34072         * conform/data/langinfo.h-data: Likewise.
34073         * conform/data/libgen.h-data: Likewise.
34074         * conform/data/limits.h-data: Likewise.
34075         * conform/data/locale.h-data: Likewise.
34076         * conform/data/math.h-data: Likewise.
34077         * conform/data/monetary.h-data: Likewise.
34078         * conform/data/mqueue.h-data: Likewise.
34079         * conform/data/ndbm.h-data: Likewise.
34080         * conform/data/net/if.h-data: Likewise.
34081         * conform/data/netdb.h-data: Likewise.
34082         * conform/data/netinet/in.h-data: Likewise.
34083         * conform/data/nl_types.h-data: Likewise.
34084         * conform/data/poll.h-data: Likewise.
34085         * conform/data/pthread.h-data: Likewise.
34086         * conform/data/pwd.h-data: Likewise.
34087         * conform/data/regex.h-data: Likewise.
34088         * conform/data/sched.h-data: Likewise.
34089         * conform/data/search.h-data: Likewise.
34090         * conform/data/semaphore.h-data: Likewise.
34091         * conform/data/setjmp.h-data: Likewise.
34092         * conform/data/signal.h-data: Likewise.
34093         * conform/data/spawn.h-data: Likewise.
34094         * conform/data/stdarg.h-data: Likewise.
34095         * conform/data/stdio.h-data: Likewise.
34096         * conform/data/stdlib.h-data: Likewise.
34097         * conform/data/string.h-data: Likewise.
34098         * conform/data/strings.h-data: Likewise.
34099         * conform/data/stropts.h-data: Likewise.
34100         * conform/data/sys/ipc.h-data: Likewise.
34101         * conform/data/sys/mman.h-data: Likewise.
34102         * conform/data/sys/msg.h-data: Likewise.
34103         * conform/data/sys/resource.h-data: Likewise.
34104         * conform/data/sys/select.h-data: Likewise.
34105         * conform/data/sys/sem.h-data: Likewise.
34106         * conform/data/sys/shm.h-data: Likewise.
34107         * conform/data/sys/socket.h-data: Likewise.
34108         * conform/data/sys/stat.h-data: Likewise.
34109         * conform/data/sys/statvfs.h-data: Likewise.
34110         * conform/data/sys/time.h-data: Likewise.
34111         * conform/data/sys/timeb.h-data: Likewise.
34112         * conform/data/sys/times.h-data: Likewise.
34113         * conform/data/sys/types.h-data: Likewise.
34114         * conform/data/sys/uio.h-data: Likewise.
34115         * conform/data/sys/un.h-data: Likewise.
34116         * conform/data/sys/utsname.h-data: Likewise.
34117         * conform/data/sys/wait.h-data: Likewise.
34118         * conform/data/syslog.h-data: Likewise.
34119         * conform/data/tar.h-data: Likewise.
34120         * conform/data/termios.h-data: Likewise.
34121         * conform/data/utime.h-data: Likewise.
34122         * conform/data/utmpx.h-data: Likewise.
34123         * conform/data/varargs.h-data: Likewise.
34124         * conform/data/wchar.h-data: Likewise.
34125         * conform/data/wctype.h-data: Likewise.
34126         * conform/data/wordexp.h-data: Likewise.
34127
34128         * include/stropts.h: New file.
34129         * include/uchar.h: New file.
34130         * include/aio.h: Changes to allow conformtest.pl to use the headers.
34131         * include/assert.h: Likewise.
34132         * include/ctype.h: Likewise.
34133         * include/dirent.h: Likewise.
34134         * include/dlfcn.h: Likewise.
34135         * include/fcntl.h: Likewise.
34136         * include/fnmatch.h: Likewise.
34137         * include/glob.h: Likewise.
34138         * include/grp.h: Likewise.
34139         * include/libio.h: Likewise.
34140         * include/locale.h: Likewise.
34141         * include/math.h: Likewise.
34142         * include/net/if.h: Likewise.
34143         * include/netdb.h: Likewise.
34144         * include/netinet/in.h: Likewise.
34145         * include/pthread.h: Likewise.
34146         * include/pwd.h: Likewise.
34147         * include/regex.h: Likewise.
34148         * include/sched.h: Likewise.
34149         * include/search.h: Likewise.
34150         * include/setjmp.h: Likewise.
34151         * include/signal.h: Likewise.
34152         * include/stdio.h: Likewise.
34153         * include/stdlib.h: Likewise.
34154         * include/string.h: Likewise.
34155         * include/sys/cdefs.h: Likewise.
34156         * include/sys/mman.h: Likewise.
34157         * include/sys/msg.h: Likewise.
34158         * include/sys/resource.h: Likewise.
34159         * include/sys/select.h: Likewise.
34160         * include/sys/socket.h: Likewise.
34161         * include/sys/stat.h: Likewise.
34162         * include/sys/statvfs.h: Likewise.
34163         * include/sys/time.h: Likewise.
34164         * include/sys/times.h: Likewise.
34165         * include/sys/uio.h: Likewise.
34166         * include/sys/utsname.h: Likewise.
34167         * include/sys/wait.h: Likewise.
34168         * include/termios.h: Likewise.
34169         * include/time.h: Likewise.
34170         * include/ulimit.h: Likewise.
34171         * include/unistd.h: Likewise.
34172         * include/utime.h: Likewise.
34173         * include/wchar.h: Likewise.
34174         * include/wctype.h: Likewise.
34175         * include/wordexp.h: Likewise.
34176
34177         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
34178
34179         * time/time.h: TIME_UTC must be a macro.
34180         Make timespec_get available for ISO C11 only as well.
34181
34182 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
34183
34184         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
34185         Reported by Peng Haitao <penght@cn.fujitsu.com>.
34186
34187 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
34188
34189         * configure.in: Use -o not -a in test for unsupported multi-arch.
34190
34191 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
34192
34193         * manual/texinfo.tex: Update to version 2012-01-19.16.
34194
34195 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
34196
34197         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
34198
34199 2012-02-24  Roland McGrath  <roland@hack.frob.com>
34200
34201         [BZ #13738]
34202         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
34203         * manual/fdl-1.3.texi: New file.
34204         * manual/fdl-1.1.texi: File removed.
34205
34206         [BZ #13738]
34207         * manual/libc.texinfo (FDL_VERSION): New @set.
34208         Use it for mention of FDL in cover text.
34209         (Documentation License): Use it in @include file name.
34210
34211 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
34212             Roland McGrath  <roland@hack.frob.com>
34213
34214         [BZ #5461]
34215         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN,
34216         not LONG_LONG_MAX and LONG_LONG_MIN.
34217         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
34218         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
34219         name.
34220         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
34221
34222 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
34223
34224         [BZ #2547]
34225         [BZ #11365]
34226         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
34227         manipulate bits before adding and subtracting TWO23[sx].
34228         * math/libm-test.inc (nearbyint_test): Add more tests.
34229
34230 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
34231
34232         [BZ #2548]
34233         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
34234         bits before adding and subtracting TWO23[sx].
34235         * math/libm-test.inc (rint_test): Add more tests.
34236         (rint_test_tonearest): Likewise.
34237         (rint_test_towardzero): Likewise.
34238         (rint_test_downward): Likewise.
34239         (rint_test_upward: Likewise.
34240
34241 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
34242
34243         [BZ #10110]
34244         * include/stdc-predef.h: New file.  Extracted from features.h.
34245         * include/features.h: Include stdc-predef.h.
34246         * Makefile (headers): Add stdc-predef.h.
34247         * CONFORMANCE (Compiler limitations): Update.
34248
34249 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
34250
34251         * manual/libc.texinfo (VERSION, UPDATED): Revert.
34252
34253 2012-02-21  David S. Miller  <davem@davemloft.net>
34254
34255         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
34256         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
34257
34258 2012-02-20  David S. Miller  <davem@davemloft.net>
34259
34260         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
34261         using a normal save/restore sequence, rather than allocating a
34262         dummy stack frame just to store a frame pointer and restore.
34263         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
34264
34265 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
34266
34267         * manual/install.texi: Fix stray word in line-wrapped comment.
34268
34269 2012-02-20  David S. Miller  <davem@davemloft.net>
34270
34271         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
34272         both binutils and gcc support GOTDATA.
34273
34274         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
34275         "rd %pc" in the PIC register setup sequences.
34276
34277         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
34278         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
34279         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
34280         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
34281         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
34282         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
34283         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
34284         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
34285         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
34286         (SYSCALL_ERROR_HANDLER): Likewise.
34287         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
34288         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
34289         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
34290         (SYSCALL_ERROR_HANDLER): Likewise.
34291
34292         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
34293         (HAVE_GCC_GOTDATA): New.
34294         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
34295         relocation support in both binutils and gcc.
34296         * sysdeps/sparc/elf/configure: Regenerate.
34297
34298         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
34299         * sysdeps/sparc/sparc32/elf/configure: Delete.
34300         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
34301         * sysdeps/sparc/sparc64/elf/configure: Delete.
34302         * sysdeps/sparc/elf/configure.in: New file.
34303         * sysdeps/sparc/elf/configure: Generate.
34304
34305         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
34306         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
34307         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
34308         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
34309         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
34310
34311 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
34312
34313         * manual/install.texi: Do not mention specific glibc version
34314         numbers.
34315         * manual/libc.texinfo (VERSION, UPDATED): Update.
34316         (@copying): Use @copyright{} and range of years.
34317
34318 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
34319
34320         [BZ #13695]
34321         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
34322         [crti.S not in sysdirs] (generated): Do not append.
34323         [crti.S not in sysdirs] (omit-deps): Likewise.
34324         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
34325         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
34326         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
34327         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
34328         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
34329         Likewise.
34330         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
34331         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
34332         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
34333         * csu/defs.awk: Remove file.
34334         * sysdeps/generic/initfini.c: Likewise.
34335         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
34336         variable.
34337         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
34338         Likewise.
34339
34340 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
34341
34342         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
34343         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
34344         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
34345         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
34346         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
34347         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
34348         <bits/epoll.h>.
34349         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
34350         (__EPOLL_PACKED): Define to empty if not defined by
34351         <bits/epoll.h>.
34352         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
34353         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34354         bits/epoll.h.
34355
34356 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
34357
34358         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
34359         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
34360         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
34361         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
34362         <bits/timerfd.h>.
34363         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
34364         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34365         bits/timerfd.h.
34366
34367 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
34368
34369         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
34370         in C locale.
34371         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
34372         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
34373         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
34374         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34375
34376 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
34377
34378         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
34379         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
34380
34381 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
34382
34383         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
34384         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
34385         defined.
34386         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
34387         Likewise.
34388         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
34389         entry for 2.16.
34390
34391 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
34392
34393         * math/w_acos.c: Use non-signaling floating-point comparisons.
34394         * math/w_acosf.c: Likewise.
34395         * math/w_acosh.c: Likewise.
34396         * math/w_acoshf.c: Likewise.
34397         * math/w_acoshl.c: Likewise.
34398         * math/w_acosl.c: Likewise.
34399         * math/w_asin.c: Likewise.
34400         * math/w_asinf.c: Likewise.
34401         * math/w_asinl.c: Likewise.
34402         * math/w_atanh.c: Likewise.
34403         * math/w_atanhf.c: Likewise.
34404         * math/w_atanhl.c: Likewise.
34405         * math/w_exp2.c: Likewise.
34406         * math/w_exp2f.c: Likewise.
34407         * math/w_exp2l.c: Likewise.
34408         * math/w_j0.c: Likewise.
34409         * math/w_j0f.c: Likewise.
34410         * math/w_j0l.c: Likewise.
34411         * math/w_j1.c: Likewise.
34412         * math/w_j1f.c: Likewise.
34413         * math/w_j1l.c: Likewise.
34414         * math/w_jn.c: Likewise.
34415         * math/w_jnf.c: Likewise.
34416         * math/w_log.c: Likewise.
34417         * math/w_log10.c: Likewise.
34418         * math/w_log10f.c: Likewise.
34419         * math/w_log10l.c: Likewise.
34420         * math/w_log2.c: Likewise.
34421         * math/w_log2f.c: Likewise.
34422         * math/w_log2l.c: Likewise.
34423         * math/w_logf.c: Likewise.
34424         * math/w_logl.c: Likewise.
34425         * math/w_sqrt.c: Likewise.
34426         * math/w_sqrtf.c: Likewise.
34427         * math/w_sqrtl.c: Likewise.
34428         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
34429         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
34430         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
34431         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
34432         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
34433
34434 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
34435
34436         [BZ #9739]
34437         * manual/string.texi (strnlen): Use correct parameter name in
34438         equivalent expression.
34439
34440 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
34441
34442         [BZ #11174]
34443         * manual/users.texi (seteuid): Consistently use neweuid for
34444         argument name.
34445
34446 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
34447
34448         [BZ #13704]
34449         * manual/nss.texi (Services in the NSS configuration): Correct
34450         list of services in example configuration file.
34451
34452 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
34453
34454         [BZ #11322]
34455         * manual/arith.texi: Remove statements about negative zero
34456         behaving identically to zero.
34457
34458 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
34459
34460         [BZ #5993]
34461         * manual/install.texi: Do not document upgrading from libc5.
34462
34463 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
34464
34465         [BZ #4596]
34466         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
34467
34468 2012-02-18  David S. Miller  <davem@davemloft.net>
34469
34470         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
34471         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
34472         %o7 across the call.
34473         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
34474         instead.
34475         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
34476         SETUP_PIC_REG_LEAF.
34477         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
34478         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
34479         * sysdeps/sparc/crtn.S: Likewise.
34480
34481 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
34482
34483         * aout/Makefile: Remove.
34484
34485 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
34486
34487         [BZ #13058]
34488         * manual/examples/argp-ex1.c (main): Format definition in GNU
34489         style.
34490         * manual/examples/argp-ex2.c (main): Likewise.
34491         * manual/examples/argp-ex3.c (main): Likewise.
34492         * manual/examples/argp-ex4.c (main): Likewise.
34493         * manual/examples/longopt.c (main): Use new-style prototype
34494         definition.
34495         * manual/examples/strncat.c (main): Specify return type and use
34496         (void) for arguments.
34497         * manual/examples/subopt.c (main): Use char **argv argument.
34498
34499 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
34500
34501         [BZ #5077]
34502         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
34503         rounding modes.
34504
34505 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
34506
34507         [BZ #6907]
34508         * manual/string.texi (strchr): Change when strchrnul is
34509         recommended.
34510
34511 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
34512
34513         [BZ #174]
34514         * manual/locale.texi (setlocale): Document LOCPATH.
34515
34516 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
34517
34518         [BZ #10210]
34519         * manual/process.texi (execle): Move @dots{} before last argument.
34520
34521 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
34522
34523         [BZ #12047]
34524         * manual/charset.texi (Generic Charset Conversion): Fix typo
34525         (LC_TYPE -> LC_CTYPE).
34526
34527 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
34528
34529         [BZ #5805]
34530         * manual/arith.texi (scalbn): Use @var{} on parameter names.
34531         (scalbnf): Likewise.
34532         (scalbnl): Likewise.
34533         (scalbln): Likewise.
34534         (scalblnf): Likewise.
34535         (scalblnl): Likewise.
34536         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
34537         (vwarnx): Likewise.
34538         (verr): Likewise.
34539         (verrx): Likewise.
34540         * manual/filesys.texi (telldir): Use braces around return type.
34541         * manual/llio.texi (mmap): Add space after comma.
34542         (mmap64): Likewise.
34543         * manual/math.texi (jn): Use @var{} on parameter names.
34544         (jnf): Likewise.
34545         (jnl): Likewise.
34546         (yn): Likewise.
34547         (ynf): Likewise.
34548         (ynl): Likewise.
34549         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
34550         line.
34551         * manual/resource.texi (ulimit): Use @dots{} instead of literal
34552         "...".
34553         (sched_get_priority_min): Remove semicolon on @deftypefun line.
34554         (sched_get_priority_max): Likewise.
34555         * manual/signal.texi (sigvec): Add space after comma.
34556         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
34557         names.
34558         (if_indextoname): Likewise.
34559         (if_freenameindex): Likewise.
34560         (sendto): Use ',' instead of '.' in prototype.
34561         * manual/startup.texi (syscall): Use @dots{} instead of literal
34562         "...".
34563         * manual/stdio.texi (__fpending): Separate initial words of
34564         paragraph from @deftypefun line.
34565         * manual/syslog.texi (syslog): Use @dots{} instead of literal
34566         "...".
34567         (vsyslog): Use @var{} on parameter names.
34568         * manual/terminal.texi (stty): Use @var{} on parameter names.
34569         * manual/users.texi (getutmp): Use @var{} on parameter names.
34570         (getutmpx): Likewise.
34571
34572 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
34573
34574         [BZ #6884]
34575         * manual/stdio.texi (fopen): Fix typos in description of
34576         ",ccs=STRING".
34577
34578 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
34579
34580         [BZ #4026]
34581         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
34582         get clock_id definition.
34583
34584 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
34585
34586         [BZ #4822]
34587         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
34588         (madvise): Cast every argument to void on its own.
34589
34590 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
34591
34592         [BZ #9902]
34593         * manual/startup.texi (Exit Status): Fix typo.
34594
34595 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
34596
34597         [BZ #10140]
34598         * manual/examples/argp-ex1.c: Include <stdlib.h>.
34599         * manual/examples/argp-ex2.c: Likewise.
34600         * manual/examples/argp-ex3.c: Likewise.
34601
34602 2012-02-16  Richard Henderson  <rth@redhat.com>
34603
34604         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
34605         * sysdeps/s390/s390-32/initfini.c: Remove.
34606         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
34607         * sysdeps/s390/s390-64/initfini.c: Remove.
34608
34609 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34610
34611         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
34612         compiler output for sysdeps/generic/initfini.c.
34613         * sysdeps/sh/elf/initfini.c: Remove file.
34614
34615 2012-02-16  David S. Miller  <davem@davemloft.net>
34616
34617         [BZ #11494]
34618         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
34619
34620         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
34621         * sysdeps/sparc/crti.S: New file.
34622         * sysdeps/sparc/crtn.S: New file.
34623         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
34624         * sysdeps/sparc/sparc64/Makefile: Likewise.
34625
34626 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
34627
34628         [BZ #3335]
34629         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
34630
34631 2012-02-15  Roland McGrath  <roland@hack.frob.com>
34632
34633         [BZ #4822]
34634         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
34635
34636         * mach/devstream.c (cookie_io_functions_t): Macro removed.
34637         (write, read, close): Likewise.
34638         Patch by Aurelien Jarno <aurelien@aurel32.net>.
34639
34640 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
34641
34642         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
34643         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
34644         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
34645         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
34646         <bits/signalfd.h>.
34647         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
34648         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34649         bits/signalfd.h.
34650
34651 2012-02-14  Marek Polacek  <polacek@redhat.com>
34652
34653         * sysdeps/x86_64/crti.S: New file.
34654         * sysdeps/x86_64/crtn.S: New file.
34655         * sysdeps/x86_64/elf/initfini.c: Remove file.
34656
34657 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
34658
34659         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
34660         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
34661         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
34662         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
34663         <bits/inotify.h>.
34664         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
34665         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34666         bits/inotify.h.
34667
34668 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
34669
34670         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
34671         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
34672         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
34673         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
34674         <bits/eventfd.h>.
34675         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
34676         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34677         bits/eventfd.h.
34678
34679 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
34680
34681         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
34682         __feraiseexcept instead of feraiseexcept.
34683
34684         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
34685         nanosleep invocations.
34686         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
34687         strings, and add error checking for a nanosleep invocations.
34688
34689 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
34690
34691         Replace FSF snail mail address with URLs, as per GNU coding standards.
34692         Most of the snail mail addresses were wrong anyway, and omitting
34693         them makes the source code easier to maintain.  Almost all of the
34694         changes are to license notices and to locale LC_IDENTIFICATION
34695         addresses, except for this one:
34696         * manual/libc.texinfo: In "Published by", give the FSF's URL,
34697         not its snail mail address.
34698
34699 2012-02-09  Richard Henderson  <rth@twiddle.net>
34700
34701         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
34702         of kernel-features.h.
34703
34704         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
34705
34706 2012-02-08  Marek Polacek  <polacek@redhat.com>
34707
34708         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
34709         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
34710         * sysdeps/gnu/_G_config.h: Likewise.
34711         * sysdeps/generic/_G_config.h: Likewise.
34712
34713 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
34714
34715         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
34716         tests.
34717         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34718
34719         * sysdeps/powerpc/powerpc32/crti.S: New file.
34720         * sysdeps/powerpc/powerpc32/crtn.S: New file.
34721         * sysdeps/powerpc/powerpc64/crti.S: New file.
34722         * sysdeps/powerpc/powerpc64/crtn.S: New file.
34723
34724         * Makeconfig (have-initfini): Don't set.
34725         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
34726         * configure.in (nopic_initfini): Don't substitute.
34727         * config.h.in (HAVE_INITFINI): Don't #undef.
34728         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
34729         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
34730
34731 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
34732
34733         Support crti.S and crtn.S provided directly by architectures.
34734         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
34735         [crti.S in sysdirs] (omit-deps): Likewise.
34736         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
34737         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
34738         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
34739         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
34740         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
34741         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
34742         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
34743         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
34744         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
34745         compiler output for sysdeps/generic/initfini.c.
34746         * sysdeps/i386/elf/Makefile: Remove file.
34747         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
34748
34749 2012-02-07  Marek Polacek  <polacek@redhat.com>
34750
34751         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
34752         * sysdeps/gnu/_G_config.h: Likewise.
34753         * sysdeps/mach/hurd/_G_config.h: Likewise.
34754
34755 2012-02-07  Marek Polacek  <polacek@redhat.com>
34756
34757         * math/Makefile (tests): Add tst-CMPLX2.
34758         * math/tst-CMPLX2.c: New file.
34759
34760 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
34761
34762         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
34763
34764         * math/libm-test.inc (jn_test): Add missing L suffix.
34765
34766 2012-02-06  Marek Polacek  <polacek@redhat.com>
34767
34768         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
34769         * sysdeps/i386/fpu/e_powf.S: Likewise.
34770         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
34771         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
34772         * sysdeps/i386/fpu/e_acosh.S: Likewise.
34773         * sysdeps/i386/fpu/e_pow.S: Likewise.
34774         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
34775         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
34776         * sysdeps/i386/fpu/s_expm1.S: Likewise.
34777         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
34778         * sysdeps/i386/fpu/e_log2.S: Likewise.
34779         * sysdeps/i386/fpu/e_log2l.S: Likewise.
34780         * sysdeps/i386/fpu/e_scalb.S: Likewise.
34781         * sysdeps/i386/fpu/e_powl.S: Likewise.
34782         * sysdeps/i386/fpu/s_log1p.S: Likewise.
34783         * sysdeps/i386/fpu/e_log10f.S: Likewise.
34784         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
34785         * sysdeps/i386/fpu/e_logl.S: Likewise.
34786         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
34787         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
34788         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
34789         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
34790         * sysdeps/i386/fpu/e_log2f.S: Likewise.
34791         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
34792         * sysdeps/i386/fpu/e_log.S: Likewise.
34793         * sysdeps/i386/fpu/s_cexp.S: Likewise.
34794         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
34795         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
34796         * sysdeps/i386/fpu/e_logf.S: Likewise.
34797         * sysdeps/i386/fpu/e_log10l.S: Likewise.
34798         * sysdeps/i386/fpu/e_atanh.S: Likewise.
34799         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
34800         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
34801         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
34802         * sysdeps/i386/fpu/e_log10.S: Likewise.
34803         * sysdeps/i386/fpu/s_frexp.S: Likewise.
34804         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
34805         * sysdeps/i386/fpu/s_asinh.S: Likewise.
34806         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
34807         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
34808         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
34809         * sysdeps/i386/asm-syntax.h: Likewise.
34810         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
34811         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
34812         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
34813         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
34814         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
34815         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
34816         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
34817         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
34818         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
34819         * sysdeps/powerpc/sysdep.h: Likewise.
34820         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
34821         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34822
34823 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
34824
34825         [BZ #411]
34826         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
34827
34828 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
34829
34830         * sysdeps/i386/sysdep.h: Include <features.h>.
34831         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
34832         version.
34833
34834 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
34835
34836         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
34837         Define.
34838         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
34839         LOAD_PIC_REG_STR.
34840
34841 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
34842
34843         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
34844         (SETUP_PIC_REG): Use GET_PC_THUNK.
34845         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
34846         macro.
34847
34848 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
34849
34850         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
34851         for non-PIC compilation.
34852         (SETUP_PIC_REG): Add .p2align directive.
34853         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
34854         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
34855         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34856         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34857         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
34858         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34859         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
34860         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
34861         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34862         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34863         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34864         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34865         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34866         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34867         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34868         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
34869         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
34870         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34871         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34872         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34873         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34874         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
34875         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34876         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34877         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
34878         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
34879         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34880         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
34881         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34882         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34883         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34884         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34885         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34886         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34887         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34888         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34889         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34890         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34891         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34892         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34893         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34894
34895 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
34896
34897         * math/tst-CMPLX.c: Include <stdio.h>.
34898
34899 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
34900
34901         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
34902         float.
34903         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
34904         * sysdeps/sparc/bits/mathdef.h: Likewise.
34905
34906 2012-01-31  Marek Polacek  <polacek@redhat.com>
34907
34908         * libio/libio.h: Don't define _PARAMS.
34909         * locale/programs/config.h: Don't define PARAMS.
34910         * stdlib/strtol_l.c: Likewise.
34911         (__strtol_l): Remove PARAMS from the prototype.
34912
34913 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
34914
34915         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
34916         names.  Just use the correct names.  Remove unnecessary wrapper
34917         functions.
34918         * malloc/arena.c: Likewise.
34919         * malloc/hooks.c: Likewise.
34920
34921         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
34922         ARENA_TEST says not to.  Simplify test for creation of a new arena.
34923         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
34924
34925 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
34926
34927         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
34928         into tail calls.
34929         (update_get_addr): New function.
34930         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
34931         GET_ADDR_MODULE parameter.
34932
34933 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
34934
34935         * crypt/cert.c: Remove __STDC__ conditionals.
34936         * crypt/crypt-entry.c: Likewise.
34937         * crypt/crypt_util.c: Likewise.
34938         * libio/filedoalloc.c: Likewise.
34939         * libio/fileops.c: Likewise.
34940         * libio/genops.c: Likewise.
34941         * libio/iofclose.c: Likewise.
34942         * libio/iofdopen.c: Likewise.
34943         * libio/iofopen.c: Likewise.
34944         * libio/iofopen64.c: Likewise.
34945         * libio/iogetdelim.c: Likewise.
34946         * libio/iopopen.c: Likewise.
34947         * libio/obprintf.c: Likewise.
34948         * libio/oldfileops.c: Likewise.
34949         * libio/oldiofclose.c: Likewise.
34950         * libio/oldiofdopen.c: Likewise.
34951         * libio/oldiofopen.c: Likewise.
34952         * libio/oldiopopen.c: Likewise.
34953         * libio/wfiledoalloc.c: Likewise.
34954         * libio/wgenops.c: Likewise.
34955         * locale/programs/xmalloc.c: Likewise.
34956         * misc/syslog.c: Likewise.
34957         * stdio-common/xbug.c: Likewise.
34958         * string/memchr.c: Likewise.
34959         * string/memcmp.c: Likewise.
34960         * string/memrchr.c: Likewise.
34961         * string/rawmemchr.c: Likewise.
34962         * sysdeps/posix/getcwd.c: Likewise.
34963         * time/strftime_l.c: Likewise.
34964
34965 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
34966
34967         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
34968         * config.make.in (config-cflags-sse2avx): Define.
34969         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
34970         Fix typo.
34971
34972 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
34973
34974         * scripts/config.guess: Update from upstream config git repository.
34975         * scripts/config.sub: Likewise.
34976
34977 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
34978
34979         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
34980         (EM_NUM): Update.
34981         (R_TILEPRO_*, R_TILEGX_*): New macros.
34982
34983         * scripts/firstversions.awk: Fix bug in version range handling.
34984
34985         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
34986
34987         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
34988
34989         * include/sys/epoll.h: New file.
34990         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
34991         libc_hidden_def.
34992
34993 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
34994
34995         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
34996         Avoid unnecessary __WORDSIZE == 64 test.
34997         (fmaxf): Use VEX format if possible.
34998         (fmax): Likewise.
34999         (fminf): Likewise.
35000         (fmin): Likewise.
35001
35002         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
35003         * math/math_private.h: Remove libc_fegetround* and
35004         libc_fesetround*.
35005         * sysdeps/i386/configure.in: Check for -msse2avx.
35006         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
35007         also if SSE2AVX is defined.
35008         Remove libc_fegetround* and libc_fesetround*.
35009         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
35010         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
35011         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
35012         of HAS_YMM_USABLE.
35013         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
35014         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
35015         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
35016         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
35017         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
35018
35019         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
35020
35021 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35022
35023         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
35024         size is not set.
35025         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
35026
35027 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
35028
35029         [BZ #13618]
35030         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
35031         relocation.
35032         * Makeconfig (libm): Define.
35033         * elf/Makefile: Add rules to build and run tst-relsort1.
35034         * elf/tst-relsort1.c: New file.
35035         * elf/tst-relsort1mod1.c: New file.
35036         * elf/tst-relsort1mod2.c: New file.
35037
35038 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
35039
35040         * math/s_ldexp.c: Remove __STDC__ conditionals.
35041         * math/s_ldexpf.c: Likewise.
35042         * math/s_ldexpl.c: Likewise.
35043         * math/s_nextafter.c: Likewise.
35044         * math/s_nexttowardf.c: Likewise.
35045         * math/s_significand.c: Likewise.
35046         * math/s_significandf.c: Likewise.
35047         * math/s_significandl.c: Likewise.
35048         * math/w_jnl.c: Likewise.
35049         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
35050         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
35051         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
35052         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
35053         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
35054         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
35055         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
35056         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
35057         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
35058         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
35059         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
35060         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
35061         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
35062         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
35063         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
35064         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
35065         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
35066         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
35067         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
35068         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
35069         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
35070         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
35071         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
35072         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
35073         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
35074         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
35075         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
35076         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
35077         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
35078         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
35079         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
35080         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
35081         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
35082         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
35083         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
35084         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
35085         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
35086         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
35087         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
35088         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
35089         * sysdeps/ieee754/k_standard.c: Likewise.
35090         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
35091         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
35092         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
35093         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
35094         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
35095         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
35096         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
35097         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
35098         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
35099         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
35100         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
35101         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
35102         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
35103         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
35104         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
35105         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
35106         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
35107         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
35108         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
35109         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
35110         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
35111         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
35112         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
35113         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
35114         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
35115         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
35116         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
35117         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
35118         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
35119         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
35120         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
35121         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
35122         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
35123         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
35124         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
35125         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
35126         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
35127         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
35128         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
35129         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
35130         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
35131         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
35132         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
35133         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
35134         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
35135         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
35136         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
35137         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
35138         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
35139         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
35140         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
35141         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
35142         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
35143         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
35144         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
35145         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
35146         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
35147         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
35148         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
35149         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
35150         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
35151         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
35152         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
35153         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
35154         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
35155         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
35156         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
35157         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
35158         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
35159         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
35160         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
35161         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
35162         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
35163         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
35164         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
35165         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
35166         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
35167         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
35168         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
35169         * sysdeps/ieee754/s_matherr.c: Likewise.
35170         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
35171         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
35172         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
35173         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
35174
35175 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
35176
35177         * crypt/md5.h: Remove __STDC__ conditionals.
35178         * libio/libioP.h: Likewise.
35179         * locale/programs/config.h: Likewise.
35180         * sysdeps/generic/sysdep.h: Likewise.
35181         * sysdeps/i386/asm-syntax.h: Likewise.
35182         * sysdeps/s390/asm-syntax.h: Likewise.
35183         * sysdeps/unix/sysdep.h: Likewise.
35184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
35185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
35186
35187 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
35188
35189         * libio/libio.h: Remove __STDC__ conditionals.
35190         * malloc/obstack.h: Likewise.
35191         * math/complex.h: Likewise.
35192         * math/math.h: Likewise.
35193         * sysdeps/generic/_G_config.h: Likewise.
35194         * sysdeps/gnu/_G_config.h: Likewise.
35195         * sysdeps/mach/hurd/_G_config.h: Likewise.
35196         * sysdeps/powerpc/bits/mathdef.h: Likewise.
35197         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
35198         * sysdeps/sparc/bits/mathdef.h: Likewise.
35199
35200 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
35201
35202         [BZ #13583]
35203         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
35204         Clean up HAS_* macros.
35205         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
35206         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
35207         possible.
35208         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
35209         HAS_AVX.
35210         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
35211         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
35212         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
35213         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
35214         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
35215
35216 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
35217
35218         * elf/tst-unique3.cc (gets): Remove declaration.
35219         * elf/tst-unique3lib.cc (gets): Likewise.
35220         * elf/tst-unique3lib2.cc (gets): Likewise.
35221         * elf/tst-unique4.cc (gets): Likewise.
35222
35223 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
35224
35225         * include/stdio.h: Add C++ protection.  Add gets declarations and
35226         definitions.
35227         * debug/tst-chk1.c: Don't declare gets here.
35228         * stdio-common/tst-gets.c: Likewise.
35229
35230 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
35231
35232         * posix/glob: Remove directory.
35233
35234 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
35235
35236         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
35237
35238 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
35239
35240         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
35241         of the non-standard EPFNOSUPPORT.
35242
35243 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35244
35245         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
35246         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
35247         ANYWHERE set to 1 only on KERN_NO_SPACE error.
35248
35249 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
35250
35251         * wcsmbs/uchar.h: Test __STDC_VERSION__.
35252
35253 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
35254
35255         * nscd/aicache.c (addhstaiX): Do not cache negative results of
35256         transient errors.
35257         * nscd/grpcache.c (cache_addgr): Likewise.
35258         * nscd/hstcache.c (cache_addhst): Likewise.
35259         * nscd/initgrcache.c (addinitgroupsX): Likewise.
35260         * nscd/pwdcache.c (cache_addpw): Likewise.
35261         * nscd/servicescache.c (cache_addserv): Likewise.
35262
35263 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
35264
35265         * malloc/malloc.c: Various cleanups.
35266         * malloc/hooks.c: Likewise.
35267
35268         * stdlib/Makefile (tests): Add bug-fmtmsg1.
35269         * stdlib/bug-fmtmsg1.c: New file.
35270
35271         * stdlib/fmtmsg.c (init): Add missing unlock.
35272         Patch by Peng Haitao <penght@cn.fujitsu.com>.
35273
35274 2012-01-12  Marek Polacek  <polacek@redhat.com>
35275
35276         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
35277         and _GNU_SOURCE.
35278
35279 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
35280
35281         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
35282         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
35283         macro to ensure uniqueness of label name.
35284         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
35285         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
35286
35287 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
35288
35289         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
35290
35291         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
35292         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
35293         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
35294         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
35295
35296 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
35297
35298         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
35299
35300         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
35301         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
35302         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
35303
35304         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
35305
35306         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
35307         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
35308         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
35309         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
35310
35311         * math/bits/math-finite.h: Add ldexp support.
35312
35313 2012-01-10  Marek Polacek  <polacek@redhat.com>
35314
35315         * locale/programs/localedef.h (show_archive_content): Add noreturn
35316         attribute.
35317
35318 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
35319
35320         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
35321
35322 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
35323
35324         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
35325
35326         * io/Makefile (headers): Add bits/poll2.h.
35327
35328 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
35329
35330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
35331         typo #include statement.
35332
35333 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
35334
35335         * include/sys/cdefs.h: Define __attribute_alloc_size.
35336         * catgets/gencat.c: Add alloc_size attribute and apply consistently
35337         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
35338         * elf/pldd.c: Likewise.
35339         * iconv/iconv_charmap.c: Likewise.
35340         * iconv/iconvconfig.c: Likewise.
35341         * iconv/strtab.c: Likewise.
35342         * locale/programs/locale.c: Likewise.
35343         * locale/programs/localedef.h: Likewise.
35344         * locale/programs/simple-hash.c: Likewise.
35345         * nscd/nscd.h: Likewise.
35346         * nss/makedb.c: Likewise.
35347         * sysdeps/generic/ldconfig.h: Likewise.
35348         * locale/programs/localedef.c: Remove xmalloc prototype.
35349         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
35350
35351 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
35352
35353         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
35354         appropriate.
35355
35356 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
35357
35358         * math/Makefile (tests): Add tst-CMPLX.
35359         * math/tst-CMPLX.c: New file.
35360
35361         * math/complex.h (CMPLXL): Fix typo.
35362
35363         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
35364         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
35365         GLIBC_2.16.
35366         * debug/tst-chk1.c: Add poll and ppoll tests.
35367         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
35368         * include/sys/poll.h: Add hidden proto for ppoll.
35369         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
35370         * sysdeps/mach/hurd/ppoll.c: Likewise.
35371         * io/ppoll.c: Likewise.
35372         * debug/poll_chk.c: New file.
35373         * debug/ppoll_chk.c: New file.
35374         * include/bits/poll2.h: New file.
35375         * io/bits/poll2.h: New file.
35376
35377         [BZ #1350]
35378         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
35379
35380         * configure.in: static is always set to yes.  Remove.
35381         * config.make.in: Don't set build-static.
35382         * Makeconfig: Remove use of build-static.
35383         * dlfcn/Makefile: Likewise.
35384         * elf/Makefile: Likewise.
35385         * math/Makefile: Likewise.
35386         * misc/Makefile: Likewise.
35387         * nptl/Makefile: Likewise.
35388         * sysdeps/mach/hurd/Makefile: Likewise.
35389
35390         * configure.in: PWD_P is not used anymore.
35391         * config.make.in: Remove PWD_P entry.
35392
35393         * configure.in: Remove last remnants of RANLIB.
35394         No need to check for signed size_t anymore.
35395         Don't set libc_commonpagesize and libc_relro_required here for Alpha
35396         and IA-64.
35397         Remove __builtin_expect test because we require at least gcc 3.4.
35398         * aclocal.m4: Likewise.
35399
35400         * wcsmbs/mbrtoc16.c: Implement using towc function.
35401         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
35402         * wcsmbs/wcsmbsload.c: Likewise.
35403         * iconv/gconv_simple.c: Likewise.
35404         * iconv/gconv_int.h: Likewise.
35405         * iconv/gconv_builtin.h: Likewise.
35406         * iconv/iconv_prog.c: Remove CHAR16 handling.
35407
35408         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
35409
35410         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
35411
35412         * configure.in: Remove --with-elf and --enable-bounded options.
35413         Dont set base_machine for ia64.  More non-ELF conditions removed.
35414         Remove testing and setting of leading underscore information.
35415         * config.make.in (build-bounded): Set to no.
35416         * config.h.in: Remove NO_UNDERSCORES entry.
35417         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
35418         them.
35419         * csu/start.c: Remove !NO_UNDERSCORE code.
35420         * locale/localeinfo.h: Likewise.
35421         * sysdeps/generic/machine-gmon.h: Likewise.
35422         * sysdeps/generic/sysdep.h: Likewise.
35423         * sysdeps/i386/sysdep.h: Likewise.
35424         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
35425         * sysdeps/mach/sysdep.h: Likewise.
35426         * sysdeps/s390/s390-32/sysdep.h: Likewise.
35427         * sysdeps/s390/s390-64/sysdep.h: Likewise.
35428         * sysdeps/sh/sysdep.h: Likewise.
35429         * sysdeps/sparc/sparc32/alloca.S: Likewise.
35430         * sysdeps/unix/i386/sysdep.S: Likewise.
35431         * sysdeps/unix/sparc/start.c: Likewise.
35432         * sysdeps/unix/sparc/sysdep.S: Likewise.
35433         * sysdeps/unix/sparc/sysdep.h: Likewise.
35434         * sysdeps/unix/start.c: Likewise.
35435         * sysdeps/unix/x86_64/sysdep.S: Likewise.
35436         * sysdeps/x86_64/sysdep.h: Likewise.
35437
35438 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
35439
35440         [BZ #13553]
35441         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
35442         for non-gcc.
35443         * argp/argp-fmtstream.h: Use const instead __const.
35444         * argp/argp.h: Likewise.
35445         * assert/assert.h: Likewise.
35446         * bits/fenv.h: Likewise.
35447         * bits/sched.h: Likewise.
35448         * bits/sigset.h: Likewise.
35449         * bits/sigthread.h: Likewise.
35450         * catgets/nl_types.h: Likewise.
35451         * conform/data/pthread.h-data: Likewise.
35452         * crypt/crypt-private.h: Likewise.
35453         * crypt/crypt.h: Likewise.
35454         * crypt/crypt_util.c: Likewise.
35455         * ctype/ctype.h: Likewise.
35456         * debug/execinfo.h: Likewise.
35457         * debug/mbsnrtowcs_chk.c: Likewise.
35458         * debug/mbsrtowcs_chk.c: Likewise.
35459         * debug/wcsnrtombs_chk.c: Likewise.
35460         * debug/wcsrtombs_chk.c: Likewise.
35461         * debug/wcstombs_chk.c: Likewise.
35462         * dirent/dirent.h: Likewise.
35463         * dlfcn/dlfcn.h: Likewise.
35464         * elf/neededtest4.c: Likewise.
35465         * grp/grp.h: Likewise.
35466         * gshadow/gshadow.h: Likewise.
35467         * iconv/gconv.h: Likewise.
35468         * iconv/gconv_int.h: Likewise.
35469         * iconv/gconv_simple.c: Likewise.
35470         * iconv/iconv.h: Likewise.
35471         * iconv/loop.c: Likewise.
35472         * iconv/skeleton.c: Likewise.
35473         * include/aio.h: Likewise.
35474         * include/aliases.h: Likewise.
35475         * include/argz.h: Likewise.
35476         * include/arpa/inet.h: Likewise.
35477         * include/assert.h: Likewise.
35478         * include/dirent.h: Likewise.
35479         * include/dlfcn.h: Likewise.
35480         * include/execinfo.h: Likewise.
35481         * include/fcntl.h: Likewise.
35482         * include/fenv.h: Likewise.
35483         * include/glob.h: Likewise.
35484         * include/grp.h: Likewise.
35485         * include/libintl.h: Likewise.
35486         * include/mntent.h: Likewise.
35487         * include/netdb.h: Likewise.
35488         * include/pwd.h: Likewise.
35489         * include/rpc/netdb.h: Likewise.
35490         * include/sched.h: Likewise.
35491         * include/search.h: Likewise.
35492         * include/shadow.h: Likewise.
35493         * include/signal.h: Likewise.
35494         * include/stdio.h: Likewise.
35495         * include/stdlib.h: Likewise.
35496         * include/string.h: Likewise.
35497         * include/sys/socket.h: Likewise.
35498         * include/sys/stat.h: Likewise.
35499         * include/sys/statfs.h: Likewise.
35500         * include/sys/statvfs.h: Likewise.
35501         * include/sys/syslog.h: Likewise.
35502         * include/sys/time.h: Likewise.
35503         * include/sys/uio.h: Likewise.
35504         * include/time.h: Likewise.
35505         * include/unistd.h: Likewise.
35506         * include/utmp.h: Likewise.
35507         * include/wchar.h: Likewise.
35508         * include/wctype.h: Likewise.
35509         * inet/aliases.h: Likewise.
35510         * inet/arpa/inet.h: Likewise.
35511         * inet/netinet/ether.h: Likewise.
35512         * inet/netinet/in.h: Likewise.
35513         * intl/libintl.h: Likewise.
35514         * io/bits/fcntl2.h: Likewise.
35515         * io/fcntl.h: Likewise.
35516         * io/ftw.h: Likewise.
35517         * io/sys/poll.h: Likewise.
35518         * io/sys/stat.h: Likewise.
35519         * io/sys/statfs.h: Likewise.
35520         * io/sys/statvfs.h: Likewise.
35521         * io/utime.h: Likewise.
35522         * libio/bits/stdio.h: Likewise.
35523         * libio/bits/stdio2.h: Likewise.
35524         * libio/libio.h: Likewise.
35525         * libio/libioP.h: Likewise.
35526         * libio/stdio.h: Likewise.
35527         * locale/lc-ctype.c: Likewise.
35528         * locale/locale.h: Likewise.
35529         * login/utmp.h: Likewise.
35530         * malloc/arena.c: Likewise.
35531         * malloc/malloc.c: Likewise.
35532         * malloc/malloc.h: Likewise.
35533         * malloc/mcheck.c: Likewise.
35534         * malloc/mtrace.c: Likewise.
35535         * math/bits/mathcalls.h: Likewise.
35536         * math/fenv.h: Likewise.
35537         * math/math_private.h: Likewise.
35538         * misc/bits/error.h: Likewise.
35539         * misc/bits/syslog.h: Likewise.
35540         * misc/err.h: Likewise.
35541         * misc/error.h: Likewise.
35542         * misc/fstab.h: Likewise.
35543         * misc/mntent.h: Likewise.
35544         * misc/regexp.h: Likewise.
35545         * misc/search.h: Likewise.
35546         * misc/sgtty.h: Likewise.
35547         * misc/sys/mman.h: Likewise.
35548         * misc/sys/syslog.h: Likewise.
35549         * misc/sys/uio.h: Likewise.
35550         * misc/sys/xattr.h: Likewise.
35551         * misc/ttyent.h: Likewise.
35552         * nis/rpcsvc/ypclnt.h: Likewise.
35553         * nss/nss.h: Likewise.
35554         * posix/bits/unistd.h: Likewise.
35555         * posix/fnmatch.h: Likewise.
35556         * posix/glob.h: Likewise.
35557         * posix/sched.h: Likewise.
35558         * posix/spawn.h: Likewise.
35559         * posix/sys/wait.h: Likewise.
35560         * posix/unistd.h: Likewise.
35561         * posix/wordexp.h: Likewise.
35562         * pwd/pwd.h: Likewise.
35563         * resolv/netdb.h: Likewise.
35564         * resource/sys/resource.h: Likewise.
35565         * rt/aio.h: Likewise.
35566         * rt/bits/mqueue2.h: Likewise.
35567         * rt/mqueue.h: Likewise.
35568         * shadow/shadow.h: Likewise.
35569         * signal/signal.h: Likewise.
35570         * socket/send.c: Likewise.
35571         * socket/sendto.c: Likewise.
35572         * socket/sys/socket.h: Likewise.
35573         * stdio-common/printf.h: Likewise.
35574         * stdlib/bits/stdlib.h: Likewise.
35575         * stdlib/fmtmsg.h: Likewise.
35576         * stdlib/monetary.h: Likewise.
35577         * stdlib/stdlib.h: Likewise.
35578         * stdlib/ucontext.h: Likewise.
35579         * streams/stropts.h: Likewise.
35580         * string/argz.h: Likewise.
35581         * string/bits/string2.h: Likewise.
35582         * string/string.h: Likewise.
35583         * string/strings.h: Likewise.
35584         * sunrpc/rpc/auth.h: Likewise.
35585         * sunrpc/rpc/auth_des.h: Likewise.
35586         * sunrpc/rpc/clnt.h: Likewise.
35587         * sunrpc/rpc/netdb.h: Likewise.
35588         * sunrpc/rpc/pmap_clnt.h: Likewise.
35589         * sunrpc/rpc/xdr.h: Likewise.
35590         * sysdeps/generic/inttypes.h: Likewise.
35591         * sysdeps/generic/net/if.h: Likewise.
35592         * sysdeps/generic/sys/swap.h: Likewise.
35593         * sysdeps/gnu/net/if.h: Likewise.
35594         * sysdeps/gnu/utmpx.h: Likewise.
35595         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
35596         * sysdeps/i386/i486/bits/string.h: Likewise.
35597         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
35598         * sysdeps/s390/bits/string.h: Likewise.
35599         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
35600         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
35601         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
35602         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
35603         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
35604         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
35605         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
35606         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
35607         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
35608         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
35609         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
35610         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
35611         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
35612         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
35613         * sysdeps/unix/sysv/linux/readv.c: Likewise.
35614         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
35615         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
35616         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
35617         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
35618         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
35619         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
35620         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
35621         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
35622         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
35623         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
35624         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
35625         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
35626         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
35627         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
35628         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
35629         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
35630         * sysvipc/sys/ipc.h: Likewise.
35631         * sysvipc/sys/msg.h: Likewise.
35632         * sysvipc/sys/sem.h: Likewise.
35633         * sysvipc/sys/shm.h: Likewise.
35634         * termios/termios.h: Likewise.
35635         * time/sys/time.h: Likewise.
35636         * time/time.h: Likewise.
35637         * wcsmbs/bits/wchar2.h: Likewise.
35638         * wcsmbs/uchar.h: Likewise.
35639         * wcsmbs/wchar.h: Likewise.
35640         * wctype/wctype.h: Likewise.
35641
35642         [BZ #13551]
35643         * Makeconfig: Remove all but ELF support including AIX support.
35644         * Makerules: Likewise.
35645         * config.h.in: Likewise.
35646         * config.make.in: Likewise.
35647         * configure: Likewise.
35648         * configure.in: Likewise.
35649         * csu/Makefile: Likewise.
35650         * csu/version.c: Likewise.
35651         * debug/Makefile: Likewise.
35652         * dlfcn/Makefile: Likewise.
35653         * elf/Makefile: Likewise.
35654         * extra-lib.mk: Likewise.
35655         * iconv/Makefile: Likewise.
35656         * include/libc-symbols.h: Likewise.
35657         * include/shlib-compat.h: Likewise.
35658         * resolv/Makefile: Likewise.
35659         * resolv/res_libc.c: Likewise.
35660         * rt/Makefile: Likewise.
35661         * sysdeps/i386/asm-syntax.h: Likewise.
35662         * sysdeps/i386/sysdep.h: Likewise.
35663         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
35664         * sysdeps/mach/sysdep.h: Likewise.
35665         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
35666         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
35667         * sysdeps/s390/asm-syntax.h: Likewise.
35668         * sysdeps/s390/s390-32/sysdep.h: Likewise.
35669         * sysdeps/s390/s390-64/sysdep.h: Likewise.
35670         * sysdeps/sh/sysdep.h: Likewise.
35671         * sysdeps/unix/sparc/sysdep.h: Likewise.
35672         * sysdeps/wordsize-32/divdi3.c: Likewise.
35673         * sysdeps/x86_64/sysdep.h: Likewise.
35674
35675         * argp/Versions: Remove _argp_unlock_xxx.
35676
35677         [BZ #13559]
35678         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
35679         * abilist/libBrokenLocale.abilist: Likewise.
35680         * abilist/libanl.abilist: Likewise.
35681         * abilist/libc.abilist: Likewise.
35682         * abilist/libcrypt.abilist: Likewise.
35683         * abilist/libdl.abilist: Likewise.
35684         * abilist/libm.abilist: Likewise.
35685         * abilist/libnsl.abilist: Likewise.
35686         * abilist/libpthread.abilist: Likewise.
35687         * abilist/libresolv.abilist: Likewise.
35688         * abilist/librt.abilist: Likewise.
35689         * abilist/libthread_db.abilist: Likewise.
35690         * abilist/libutil.abilist: Likewise.
35691         * abilist/libnss_db.abilist: New file.
35692
35693         * scripts/abilist.awk: Add support for indirect functions.
35694
35695         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
35696
35697         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
35698
35699         * shlib-versions: Remove entries for ports architectures.
35700
35701         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
35702         files in ports.
35703         * elf/stackguard-macros.h: Remove support for IA-64.
35704         * elf/tst-auditmod1.c: Likewise.
35705         * sysdeps/generic/ldsodefs.h: Likewise.
35706
35707         * sysdeps/unix/sysv/linux/configure.in: Ports should define
35708         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
35709         configure files.
35710
35711         [BZ #13552]
35712         * configure.in: Remove --enable-omitfp support.
35713         * FAQ.in: Adjust.
35714         * config.make.in: Likewise.
35715         * Makeconfig: Likewise.
35716         * manual/install.texi: Likewise.
35717
35718         In case anyone cares, the IA-64 architecture could move to ports.
35719         * sysdeps/ia64/*: Removed.
35720         * sysdeps/unix/sysv/linux/ia64/*: Removed.
35721         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
35722
35723         [BZ #13555]
35724         * configure.in: Remove entries for unsupported architectures.
35725
35726         [BZ #13533]
35727         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
35728         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
35729         routines.
35730         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
35731         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
35732         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
35733         fall back to using wcrtomb.
35734         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
35735         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
35736         renaming.
35737         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
35738         * wcsmbs/tst-c16c32-1.c: New file.
35739
35740         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
35741         local variable.
35742
35743         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
35744
35745         * elf/tst-unique3.cc: Add explicit declaration of gets.
35746         * elf/tst-unique3lib.cc: Likewise.
35747         * elf/tst-unique3lib2.cc: Likewise.
35748         * elf/tst-unique4.cc: Likewise.
35749
35750         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
35751
35752 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
35753
35754         [BZ #13566]
35755         * assert/assert.h (static_assert): Don't define for C++.
35756         * libio/stdio.h (gets): Do declare for C++ <= C++11.
35757         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
35758
35759 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
35760
35761         * iconv/loop.c (single loop): Fix assertion in storing of
35762         remaining bytes.
35763
35764         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
35765
35766 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
35767
35768         * posix/getconf.c: Update copyright year.
35769         * nss/getent.c: Likewise.
35770         * nss/makedb.c: Likewise.
35771         * iconv/iconvconfig.c: Likewise.
35772         * iconv/iconv_prog.c: Likewise.
35773         * elf/ldconfig.c: Likewise.
35774         * elf/pldd.c: Likewise.
35775         * elf/sotruss.ksh: Likewise.
35776         * catgets/gencat.c: Likewise.
35777         * csu/version.c: Likewise.
35778         * elf/ldd.bash.in: Likewise.
35779         * elf/sprof.c (print_version): Likewise.
35780         * locale/programs/locale.c: Likewise.
35781         * locale/programs/localedef.c: Likewise.
35782         * login/programs/pt_chown.c: Likewise.
35783         * nscd/nscd.c (print_version): Likewise.
35784         * debug/xtrace.sh: Likewise.
35785         * malloc/memusage.sh: Likewise.
35786         * malloc/mtrace.pl: Likewise.
35787         * debug/catchsegv.sh: Likewise.
35788
35789 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
35790
35791         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
35792         pure attribute.
35793
35794 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
35795
35796         [BZ #13533]
35797         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
35798         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
35799         transformations.
35800         * iconv/gconv_int.h: Likewise.
35801         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
35802         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
35803         from libc for GLIBC_2.16.
35804         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
35805         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
35806         * wcsmbs/uchar.h: Really define mbstate_t.
35807         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
35808         * wcsmbs/c16rtomb.c: New file.
35809         * wcsmbs/mbrtoc16.c: New file.
35810         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
35811         for C/POSIX locale.
35812         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
35813         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
35814
35815         * wcsmbs/wchar.h: Add missing __restrict.
35816
35817 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
35818
35819         [BZ #13532]
35820         * time/Makefile (routines): Add timespec_get.
35821         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
35822         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
35823         timespec for ISO C11.
35824         * time/timespec_get.c: New file.
35825         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
35826         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
35827
35828         [BZ #13531]
35829         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
35830         * stdlib/stdlib.h: Declare aligned_alloc.
35831         * Versions.def: Add GLIBC_2.16 for libc.
35832         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
35833
35834         [BZ 13527]
35835         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
35836         ISO C11.
35837
35838         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
35839         code.
35840
35841         [BZ #13528]
35842         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
35843
35844         [BZ #13529]
35845         * assert/assert.h (static_assert): Define.
35846
35847         * version.h: Update for 2.16 development version.
35848
35849         [BZ #13526]
35850         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
35851         _ISOC11_SOURCE.
35852
35853         * version.h (RELEASE): Bump for 2.15 release.
35854         * include/features.h (__GLIBC_MINOR__): Bump to 15.
35855
35856         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
35857         Patch by Marek Polacek <mpolacek@redhat.com>.
35858
35859         * bits/byteswap.h: Protect long long constants with __extension__.
35860         * sysdeps/i386/bits/byteswap.h: Likewise.
35861         * sysdeps/ia64/bits/byteswap.h: Likewise.
35862         * sysdeps/s390/bits/byteswap.h: Likewise.
35863         * sysdeps/x86_64/bits/byteswap.h: Likewise.
35864
35865 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35866
35867         [BZ #13540]
35868         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
35869         destination buffer.
35870         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
35871
35872 2011-12-23  Marek Polacek  <polacek@redhat.com>
35873
35874         * elf/dl-addr.c (determine_info): Add inline keyword.
35875         * elf/tst-auditmod4b.c (check_avx): Likewise.
35876         * elf/tst-auditmod6b.c (check_avx): Likewise.
35877         * elf/tst-auditmod6c.c (check_avx): Likewise.
35878         * elf/tst-auditmod7b.c (check_avx): Likewise.
35879
35880 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
35881
35882         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
35883         !__SSE_MATH__.
35884
35885 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35886
35887         [BZ #13540]
35888         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
35889         processing for last bytes.
35890
35891 2011-08-06  Bruno Haible  <bruno@clisp.org>
35892
35893         [BZ #13061]
35894         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
35895         U+0385, not to U+1FEE.
35896
35897         [BZ #13062]
35898         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
35899         entry for U+00A5 U+0301.
35900
35901 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
35902
35903         [BZ #13166]
35904         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
35905         buffer for the output is too small.
35906
35907         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
35908         optimization.
35909
35910         [BZ #13185]
35911         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
35912         SSE flags if possible.
35913
35914 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35915
35916         [BZ #13540]
35917         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
35918         processing for last bytes.
35919
35920 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
35921
35922         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
35923         (syscall-list-default-options, syscall-list-default-condition)
35924         (syscall-list-includes): Define.
35925         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
35926         list of ABIs and options and #if conditions for each ABI.  Do not
35927         handle common syscalls between ABIs specially.
35928         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
35929         Remove.
35930         (syscall-list-variants, syscall-list-32bit-options)
35931         (syscall-list-32bit-condition, syscall-list-64bit-options)
35932         (syscall-list-64bit-condition): Define.
35933         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
35934         (syscall-list-variants, syscall-list-32bit-options)
35935         (syscall-list-32bit-condition, syscall-list-64bit-options)
35936         (syscall-list-64bit-condition): Define.
35937         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
35938         Remove.
35939         (syscall-list-variants, syscall-list-32bit-options)
35940         (syscall-list-32bit-condition, syscall-list-64bit-options)
35941         (syscall-list-64bit-condition): Define.
35942         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
35943         Remove.
35944         (syscall-list-variants, syscall-list-32bit-options)
35945         (syscall-list-32bit-condition, syscall-list-64bit-options)
35946         (syscall-list-64bit-condition): Define.
35947
35948 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
35949
35950         * locale/iso-639.def: Add brx entry.
35951
35952         [BZ #13328]
35953         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
35954         Proposed by Mariusz_Cukr <marcukr@op.pl>.
35955
35956         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
35957         __feraiseexcept_renamed.
35958
35959 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
35960
35961         [BZ #13538]
35962         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
35963         EPOLLET with unsigned values.
35964         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
35965         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
35966
35967         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
35968         to large cancellation.
35969         * math/s_cacoshf.c: Likewise.
35970         * math/s_cacoshl.c: Likewise.
35971
35972 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
35973
35974         [BZ #13305]
35975         [BZ #12786]
35976         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
35977         * math/s_cacoshf.c: Likewise.
35978         * math/s_cacoshl.c: Likewise.
35979
35980 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
35981
35982         [BZ #13439]
35983         * iconv/gconv.h: Define __GCONV_SWAP.
35984         * iconvdata/unicode.c: The swap bit must be stored in __flags.
35985         * iconvdata/utf-16.c: Likewise.
35986         * iconvdata/utf-32.c: Likewise.
35987
35988 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
35989
35990         [BZ #13524]
35991         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
35992         numerator after shifting it by one limb.
35993
35994 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
35995
35996         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
35997         under [__USE_EXTERN_INLINES].
35998
35999 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
36000
36001         [BZ #13446]
36002         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
36003
36004 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36005
36006         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
36007         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
36008         optimized code.
36009         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
36010         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
36011         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
36012         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
36013         for strncasecmp/strncasecmp_l compilation.
36014         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
36015         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
36016
36017 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
36018
36019         [BZ #13484]
36020         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
36021         of __asm__.
36022
36023 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
36024
36025         [BZ #13506]
36026         * time/tzfile.c (__tzfile_read): Check values from file header.
36027
36028 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
36029
36030         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
36031         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
36032         * powerpc/powerpc32/dl-start.S: Likewise.
36033         * powerpc/powerpc32/elf/start.S: Likewise.
36034         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
36035         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
36036         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
36037         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
36038         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
36039         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
36040         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
36041         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
36042         * powerpc/powerpc32/fpu/s_round.S: Likewise.
36043         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
36044         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
36045         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
36046         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
36047         * powerpc/powerpc32/memset.S: Likewise.
36048         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
36049         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
36050         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
36051         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
36052         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
36053         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
36054         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
36055         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
36056         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
36057         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
36058         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
36059         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
36060         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
36061
36062 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36063
36064         * math/libm-test.inc: Added more nearbyint tests.
36065         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
36066         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
36067         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
36068         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
36069
36070 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
36071
36072         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
36073         FD_CLOEXEC.
36074
36075 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36076
36077         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
36078         Add wcscpy-ssse3 wcscpy-c.
36079         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
36080         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
36081         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
36082         * sysdeps/x86_64/wcschr.S: New file.
36083         * sysdeps/x86_64/wcsrchr.S: New file.
36084         * string/test-strcmp.c: Remove checking of wcscmp function for
36085         wrong alignments.
36086         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
36087         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
36088         wcsrchr-sse2 wcsrchr-c.
36089         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
36090         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
36091         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
36092         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
36093         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
36094         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
36095         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
36096         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
36097         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
36098         * wcsmbc/wcschr.c (WCSCHR): New macro.
36099
36100 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36101
36102         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
36103         * wcsmbs/test-wcsrchr.c: New file.
36104         * string/test-strrchr.c: Add wcsrchr support.
36105         (WIDE): New macro.
36106         * wcsmbs/test-wcscpy.c: New file.
36107         * string/test-strcpy.c: Add wcscpy support.
36108         (WIDE): New macro.
36109
36110 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
36111
36112         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
36113         the inner loop.
36114
36115 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
36116
36117         [BZ #13472]
36118         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
36119
36120 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
36121
36122         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
36123         Minor optimizations.
36124
36125         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
36126         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
36127         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
36128
36129 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
36130
36131         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
36132         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
36133         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
36134         for gcc to avoid warnings.
36135         * inet/Makefile (tests): Add tst-checks.
36136         * inet/tst-checks.c: New file.
36137
36138         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
36139         warning.
36140
36141         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
36142         __wmemcmp_sse2.
36143
36144         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
36145         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
36146
36147         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
36148
36149 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
36150
36151         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
36152         problem.
36153
36154         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
36155
36156 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
36157
36158         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
36159         conditional on GCC version.
36160         (__arch_compare_and_exchange_val_8_acq)
36161         (__arch_compare_and_exchange_val_16_acq)
36162         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
36163         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
36164         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
36165
36166 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
36167
36168         * sysdeps/sh/backtrace.c: New file.
36169
36170 2011-12-02  Andreas Schwab  <schwab@redhat.com>
36171
36172         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
36173         parenthesis.
36174
36175 2011-12-01  Andreas Schwab  <schwab@redhat.com>
36176
36177         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
36178         falling back to utime.
36179
36180 2011-11-30  Andreas Schwab  <schwab@redhat.com>
36181
36182         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
36183         expectations for float.
36184
36185 2011-11-29  Andreas Schwab  <schwab@redhat.com>
36186
36187         * locale/weight.h (findidx): Add parameter len.
36188         * locale/weightwc.h (findidx): Likewise.
36189         * posix/fnmatch_loop.c (FCT): Adjust caller.
36190         * posix/regcomp.c (build_equiv_class): Likewise.
36191         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
36192         * posix/regexec.c (check_node_accept_bytes): Likewise.
36193         * string/strcoll_l.c (STRCOLL): Likewise.
36194         * string/strxfrm_l.c (STRXFRM): Likewise.
36195
36196 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
36197
36198         * Makefile.in: Remove CVSOPT handling.
36199         * configure.in: Remove use of AC_REVISION.
36200         * iconvdata/Makefile (distribute): No need to filter out CVS.
36201         * scripts/list-sources.sh: Remove CVS, subversion and monotone
36202         handling.
36203
36204 2011-11-16  Andreas Schwab  <schwab@redhat.com>
36205
36206         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
36207         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
36208         [USE_AS_STRNCASECMP_L]: Likewise.
36209         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
36210         NO_TLS_DIRECT_SEG_REFS.
36211         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
36212         Fix argument offsets for non-PIC.
36213         [USE_AS_STRNCASECMP_L]: Likewise.
36214         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
36215         NO_TLS_DIRECT_SEG_REFS.
36216
36217 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
36218
36219         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
36220         O_CLOEXEC.
36221         * locale/loadlocale.c (_nl_load_locale): Likewise.
36222
36223 2011-11-15  Andreas Schwab  <schwab@redhat.com>
36224
36225         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
36226         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
36227         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
36228         (SYSCALL_GETTIME): Set errno on error.
36229
36230         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
36231         count references to noai6ai_cached.
36232
36233 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
36234
36235         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
36236
36237         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
36238         FD_CLOEXEC for /proc/self/maps.
36239
36240         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
36241         FD_CLOEXEC for /proc/meminfo.
36242
36243         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
36244         gai.conf.
36245
36246         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
36247         FD_CLOEXEC for given file.
36248
36249         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
36250
36251         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
36252         FD_CLOEXEC for /etc/hosts.
36253         (_gethtent): Likewise.
36254
36255         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
36256
36257         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
36258         cancellation and set FD_CLOEXEC for /etc/netgroup.
36259
36260         * nss/nss_files/files-key.c (search): Don't allow cancellation when
36261         reading /etc/publickey.
36262
36263         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
36264         allow cancellation when reading /etc/group.
36265
36266         * nss/nss_files/files-alias.c (internal_setent): Don't allow
36267         cancellation.
36268         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
36269
36270         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
36271         when using data file.
36272
36273         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
36274
36275         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
36276         (write_nis_obj): Use "c" and "e" in fopen.
36277
36278         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
36279
36280         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
36281
36282         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
36283
36284         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
36285
36286         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
36287         locale.alias.
36288
36289         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
36290
36291         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
36292
36293         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
36294
36295         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
36296         file parsing and set FD_CLOEXEC.
36297
36298 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
36299
36300         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
36301
36302 2011-11-14  Andreas Schwab  <schwab@redhat.com>
36303
36304         * malloc/arena.c (arena_get2): Don't call reused_arena when
36305         _int_new_arena failed.
36306
36307 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
36308
36309         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
36310         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
36311         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
36312         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
36313         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
36314         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
36315         to compile strcasecmp and strncasecmp.
36316         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
36317         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
36318
36319         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
36320
36321 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
36322
36323         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
36324         locale-defines.sym to gen-as-const-headers.
36325         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
36326         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
36327         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
36328         to compile strcasecmp and strncasecmp.
36329         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
36330         strcasecmp_l and strncasecmp_l.
36331         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
36332         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
36333         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
36334         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
36335         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
36336         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
36337         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
36338         * sysdeps/i386/i686/multiarch/strncase.S: New file.
36339         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
36340         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
36341         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
36342
36343 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
36344
36345         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
36346         result of SYSDEP_GETTIME_CPU to retval.
36347         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
36348         parameter list to macro.  Remove trailing semicolon.  Adjust users.
36349
36350         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
36351         variable.
36352
36353         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
36354         mantissa words.
36355         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
36356
36357         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
36358         from unused variable.
36359
36360         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
36361         DWARF definitions.
36362         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
36363         for assembling.
36364
36365         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
36366         over namespaces.
36367
36368         * sunrpc/rpc_prot.c (rejected): Fix case value.
36369
36370         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
36371         unsigned long long int to avoid warnings in shift.
36372
36373         * posix/regex_internal.c (re_string_reconstruct): Actually use result
36374         of use of trans.
36375         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
36376         variable tmp.
36377
36378         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
36379         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
36380         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
36381
36382         * nis/nis_table.c (nis_list): Use variable of correct type for
36383         result of __follow_path call.
36384
36385 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36386
36387         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
36388         of math functions ceil, trunc, floor, round, and sqrt, when
36389         avaliable on the platform.
36390         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
36391         name clash.
36392         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
36393         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
36394         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
36395
36396 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
36397
36398         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
36399         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
36400
36401 2011-11-11  Roland McGrath  <roland@hack.frob.com>
36402
36403         * include/unistd.h: Fix __readlink return type.
36404         Reported by Chris Metcalf <cmetcalf@tilera.com>.
36405
36406 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
36407
36408         * stdlib/ucontext.h: Undo last change for makecontext.
36409
36410 2011-11-11  Andreas Schwab  <schwab@redhat.com>
36411
36412         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
36413
36414         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
36415         * setjmp/setjmp.h: Mark functions as non-leaf.
36416         * setjmp/bits/setjmp2.h: Likewise.
36417         * stdlib/ucontext.h: Likewise.
36418
36419 2011-11-10  Andreas Schwab  <schwab@redhat.com>
36420
36421         * malloc/arena.c (_int_new_arena): Don't increment narenas.
36422         (reused_arena): Don't check arena limit.
36423         (arena_get2): Atomically check arena limit.
36424
36425 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
36426
36427         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
36428         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
36429
36430         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
36431         instructions.
36432
36433 2011-11-07  Andreas Schwab  <schwab@redhat.com>
36434
36435         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
36436         handler when locking.
36437
36438         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
36439         Fix size of allocated buffer.
36440
36441 2011-11-04  Andreas Schwab  <schwab@redhat.com>
36442
36443         [BZ #10103]
36444         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
36445         declarations for long double functions.
36446         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
36447
36448         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
36449
36450 2011-11-03  Andreas Schwab  <schwab@redhat.com>
36451
36452         * nscd/nscd.c (main): Don't start AVC thread until credentials are
36453         installed.
36454
36455         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
36456         is disabled.
36457
36458 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36459
36460         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
36461
36462 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36463
36464         * include/alloca.h (stackinfo_alloca_round): Define.
36465         (extend_alloca): Use it.
36466         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
36467         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
36468         here.
36469
36470         * scripts/check-local-headers.sh: Ignore libaudit.h.
36471
36472         * nscd/Makefile (extra-objs): Make recursively expanded.
36473
36474 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
36475
36476         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
36477         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
36478
36479         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
36480         * posix/tst-rfc3484-2.c: Likewise.
36481         * posix/tst-rfc3484-3.c: Likewise.
36482
36483         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
36484         process_vm_writev.
36485         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
36486         process_vm_writev.
36487         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
36488         process_vm_writev from libc using GLIBC_2.15 version.
36489
36490         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
36491
36492 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
36493
36494         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
36495         stack usage.
36496
36497 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
36498
36499         [BZ #13367]
36500         * nss/getent.c (initgroups_keys): Show error message in case no group
36501         names are given.
36502
36503         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
36504         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
36505         __bump_nl_timestamp.
36506         * nscd/connections (nscd_init): When host database is served open
36507         netlink socket and request notification about configuration changes.
36508         (main_loop_poll): Track netlink file descriptor and bump timestamp
36509         in case data becomes available.
36510         (main_loop_epoll): Likewise.
36511         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
36512         (database_pers_head): Add extra_data fileds.
36513         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
36514         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
36515         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
36516         Adjust caller.
36517         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
36518         in6ai data, call __free_in6ai.
36519         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
36520         Add -DHAVE_NETLINK.
36521         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
36522         interface information.  Reuse previous data if netlink timestamp
36523         is not changed.
36524         (__bump_nl_timestamp): New function.
36525         (__free_in6ai): New function.
36526
36527 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
36528
36529         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
36530         close_not_cancel_no_status here.
36531         (__check_pf): Reorganize code a bit to not call close twice if OOM.
36532
36533 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
36534
36535         [BZ #13276]
36536         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
36537         return value.
36538
36539         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
36540         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
36541         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
36542
36543 2011-07-03  Andreas Jaeger  <aj@suse.de>
36544
36545         [BZ #10709]
36546         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
36547         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
36548         * math/libm-test.inc (sin_test): Add test case.
36549
36550 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
36551
36552         [BZ #13337]
36553         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
36554         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
36555
36556         * elf/chroot_canon.c (chroot_canon): Cleanups.
36557
36558         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
36559
36560         [BZ #13335]
36561         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
36562         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
36563
36564         * string/test-strchr.c: Make usable for strchrnul testing.
36565         * string/test-strchrnul.c: New file.
36566         * string/Makefile (strop-tests): Add strchrnul.
36567
36568         * po/it.po: Update from translation team.
36569         * po/es.po: Likewise.
36570
36571 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
36572
36573         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
36574         the three constants needed as parameters.  Drop the others.
36575         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
36576         __m128i_strloadu_tolower.
36577         Create and initialize variable zero and use it in all the places
36578         where _mm_setzero_si128 was used.
36579
36580         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
36581         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
36582         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
36583         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
36584         anymore.
36585         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
36586         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
36587         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
36588         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
36589         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
36590         __mpranred, __mptan.
36591         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
36592         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
36593         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
36594         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
36595         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
36596         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
36597         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
36598         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
36599         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
36600
36601 2011-10-28  Andreas Schwab  <schwab@redhat.com>
36602
36603         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
36604         redefine if SHARED.
36605         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
36606
36607         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
36608         wide char related routines to wcsmbs subdir.
36609
36610 2011-10-27  Andreas Schwab  <schwab@redhat.com>
36611
36612         [BZ #13344]
36613         * misc/sys/cdefs.h (__THROWNL): Define.
36614         * posix/unistd.h: Use __THREADNL instead of __THREAD
36615         for memory synchronization functions.
36616
36617 2011-10-26  Roland McGrath  <roland@hack.frob.com>
36618
36619         [BZ #13349]
36620         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
36621         doesn't exist.
36622         * manual/stdio.texi (Obstack Streams): Node removed.
36623
36624 2011-10-26  Andreas Schwab  <schwab@redhat.com>
36625
36626         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
36627         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
36628         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
36629
36630         * math/math_private.h (math_force_eval): Allow non-addressable
36631         arguments.
36632         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
36633
36634 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
36635
36636         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
36637         file is not needed.
36638
36639         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
36640         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
36641         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
36642         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
36643         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
36644         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
36645         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
36646         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
36647         Add AVX variants.
36648         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
36649         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
36650         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
36651         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
36652         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
36653         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
36654         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
36655         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
36656         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
36657         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
36658         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
36659         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
36660         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
36661         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
36662         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
36663         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
36664         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
36665         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
36666         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
36667
36668         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
36669         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
36670
36671         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
36672         place.  Use VEX encoding when compiling for AVX.
36673
36674 2011-10-25  Andreas Schwab  <schwab@redhat.com>
36675
36676         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
36677         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
36678
36679         * string/test-strchr.c (do_test): Don't generate NUL bytes.
36680
36681 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
36682
36683         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
36684         useless if() expression.
36685         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
36686         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
36687         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
36688         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
36689         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
36690         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
36691         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
36692         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
36693         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
36694         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
36695         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
36696         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
36697         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
36698         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
36699         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
36700         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
36701         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
36702         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
36703         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
36704
36705         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
36706
36707 2011-10-25  Andreas Schwab  <schwab@redhat.com>
36708
36709         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
36710         condition.
36711         * elf/dl-fini.c (_dl_sort_fini): Likewise.
36712
36713 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
36714
36715         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
36716         .text section.  Avoid duplicate constants.
36717         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
36718         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
36719         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
36720         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
36721         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
36722         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
36723         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
36724         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
36725         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
36726         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
36727         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
36728         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
36729         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
36730         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
36731         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
36732         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
36733         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
36734         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
36735         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
36736         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
36737         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
36738         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
36739         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
36740         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
36741         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
36742         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
36743         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
36744         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
36745         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
36746         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
36747         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
36748         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
36749         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
36750         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
36751         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
36752         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
36753         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
36754         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
36755         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
36756         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
36757         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
36758         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
36759         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
36760         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
36761         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
36762
36763 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
36764
36765         * sysdeps/x86_64/dla.h: Move to ...
36766         * sysdeps/x86_64/fpu/dla.h: ...here.
36767         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
36768         situations.  Use __builtin_fma only for gcc 4.6 and up.
36769
36770         * config.make.in: Add have-mfma4 entry.
36771         * configure.in: Substitute libc_cv_cc_fma4.
36772         * math/Makefile (dbl-only-routines): Add sincostab.
36773         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
36774         Use __sincostab not sincos.
36775         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
36776         name is a macro.
36777         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
36778         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
36779         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
36780         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
36781         using __copysign.
36782         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
36783         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
36784         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
36785         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
36786         and __inv.
36787         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
36788         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
36789         __copysign.
36790         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
36791         define aliases when function name is a macro.
36792         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
36793         sysdeps/ieee754/dbl-64/sincos.tbl.
36794         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
36795         fma4-enabled routines.
36796         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
36797         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
36798         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
36799         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
36800         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
36801         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
36802         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
36803         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
36804         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
36805         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
36806         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
36807         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
36808         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
36809         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
36810         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
36811         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
36812         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
36813         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
36814         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
36815         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
36816         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
36817         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
36818         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
36819         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
36820         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
36821         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
36822         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
36823         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
36824         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
36825         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
36826
36827         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
36828         rename.
36829         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
36830         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
36831         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
36832         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
36833         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
36834         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
36835         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
36836         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
36837
36838 2011-10-24  Andreas Schwab  <schwab@redhat.com>
36839
36840         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
36841
36842 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
36843
36844         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
36845
36846         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
36847         prediction.
36848         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
36849
36850         * string/strnlen.c: Don't define STRNLEN, reverse logic.
36851         Remove unused variable magic_bits.
36852         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
36853
36854         * string/strnlen.c: Define and use STRNLEN macro.
36855         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
36856         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
36857         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
36858         * wcsmbs/wcslen.c: Define and use WCSLEN.
36859         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
36860         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
36861         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
36862         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
36863         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
36864         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
36865         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
36866
36867 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36868
36869         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
36870         strnlen-sse2-no-bsf.
36871         Rename strlen-no-bsf to strlen-sse2-no-bsf.
36872         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
36873         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
36874         Add strnlen support.
36875         (USE_AS_STRNLEN): New macro.
36876         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
36877         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
36878         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
36879         * sysdeps/x86_64/wcslen.S: New file.
36880
36881 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
36882
36883         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
36884         XMM-moves are used for copying on small sizes.
36885
36886 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36887
36888         * wcsmbs/Makefile (strop-tests): Add wcschr.
36889         * wcsmbs/test-wcschr.c: New file.
36890         * string/test-strchr.c: Update.
36891         Add wcschr support.
36892         (WIDE): New macro.
36893
36894 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36895
36896         * wcsmbs/Makefile (strop-tests): Add wcslen.
36897         * wcsmbs/test-wcslen.c: New file.
36898         * string/test-strlen.c: Update.
36899         Add wcslen support.
36900         (WIDE): New macro.
36901
36902 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
36903
36904         * po/it.po: Update from translation team.
36905
36906 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36907
36908         * sysdeps/x86_64/wcscmp.S: Update.
36909         Fix wrong comparison semantics.
36910         wcscmp shall use signed comparison not unsigned.
36911         Don't use substraction to avoid overflow bug.
36912         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
36913         * wcsmbc/wcscmp.c: Likewise.
36914         * string/test-strcmp.c: Likewise.
36915         Add new tests to check cases with negative values.
36916
36917 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
36918
36919         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
36920         * sysdeps/x86_64/dla.h: ...here.  New file.
36921         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
36922         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
36923         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
36924         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
36925         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
36926         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
36927         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
36928         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
36929         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
36930
36931 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
36932
36933         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
36934         __ynl_finite aliases.
36935
36936 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
36937
36938         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36939
36940         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
36941         define DLA_FMA.
36942         [DLA_FMA] (EMULV): Use DLA_FMA.
36943         [DLA_FMA] (MUL12): Use EMULV.
36944         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
36945         that are not needed.
36946         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
36947         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
36948         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
36949         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
36950         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
36951         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
36952         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
36953
36954 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
36955
36956         * math/s_nan.c: Undef __nan.
36957         * math/s_nanf.c: Undef __nanf.
36958         * math/s_nanl.c: Undef __nanl.
36959         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
36960         "math_private.h".
36961
36962 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
36963
36964         * math/s_catan.c: Add branch predictions.
36965         * math/s_catanf.c: Likewise.
36966         * math/s_catanh.c: Likewise.
36967         * math/s_catanhf.c: Likewise.
36968         * math/s_catanhl.c: Likewise.
36969         * math/s_catanl.c: Likewise.
36970         * math/s_cexp.c: Likewise.
36971         * math/s_cexpf.c: Likewise.
36972         * math/s_cexpl.c: Likewise.
36973         * math/s_clog.c: Likewise.
36974         * math/s_clog10.c: Likewise.
36975         * math/s_clog10f.c: Likewise.
36976         * math/s_clog10l.c: Likewise.
36977         * math/s_clogf.c: Likewise.
36978         * math/s_clogl.c: Likewise.
36979         * math/s_csqrt.c: Likewise.
36980         * math/s_csqrtf.c: Likewise.
36981         * math/s_csqrtl.c: Likewise.
36982         * math/s_ctanf.c: Likewise.
36983         * math/s_ctanh.c: Likewise.
36984         * math/s_ctanhf.c: Likewise.
36985         * math/s_ctanhl.c: Likewise.
36986         * math/s_ctanl.c: Likewise.
36987
36988         * math/math_private.h: Define __nan, __nanf, __nanl.
36989         * math/s_cacosh.c: Include <math_private.h>.
36990         * math/s_cacoshl.c: Likewise.
36991         * math/s_casinh.c: Likewise.
36992         * math/s_casinhf.c: Likewise.
36993         * math/s_casinhl.c: Likewise.
36994         * math/s_ccos.c: Rely entire on ccosh.
36995         * math/s_ccosf.c: Rely entire on ccoshf.
36996         * math/s_ccosl.c: Rely entirely on ccoshl.
36997         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
36998         Remove tests for FE_INVALID.
36999         * math/s_ccoshf.c: Likewise.
37000         * math/s_ccoshl.c: Likewise.
37001         * math/s_csin.c: Likewise.
37002         * math/s_csinf.c: Likewise.
37003         * math/s_csinh.c Likewise.
37004         * math/s_csinhf.c: Likewise.
37005         * math/s_csinhl.c: Likewise.
37006         * math/s_csinl.c: Likewise.
37007         * math/s_ctan.c: Likewise.
37008         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
37009         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
37010         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
37011
37012 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
37013
37014         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
37015         compilation problems.
37016
37017         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
37018         __builtin_expect.
37019
37020 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
37021
37022         * sysdeps/i386/configure.in: Test for -mfma4 option.
37023         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
37024         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
37025         COMMON_CPUID_INDEX_80000001.
37026         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
37027         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
37028         use it if FMA3 is not supported.
37029         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
37030
37031         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
37032         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
37033
37034 2011-10-20  Andreas Schwab  <schwab@redhat.com>
37035
37036         [BZ #12892]
37037         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
37038         it would create a cycle with a link time dependency.
37039
37040 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
37041
37042         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
37043         instruction.
37044         * string/Makefile (strop-tests): Add rawmemchr.
37045         * string/test-rawmemchr.c: New file.
37046
37047         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
37048         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
37049         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
37050         when compiling str{,n}casecmp and when AVX is available.  Hook up
37051         new optimized code in initializers.
37052
37053 2011-10-19  Andreas Schwab  <schwab@redhat.com>
37054
37055         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
37056         __feraiseexcept instead of feraiseexcept.
37057
37058 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
37059
37060         * math/math_private.h: Define defaults for libc_fetestexcept and
37061         libc_feupdateenv.
37062         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
37063         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
37064         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
37065         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
37066         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
37067         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
37068         libc_fetestexcept and libc_feupdateenv.
37069
37070         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
37071         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
37072         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
37073         * sysdeps/x86_64/fpu/math_private.h: Define special version of
37074         libc_feholdexcept_setround.
37075
37076         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
37077         Add s_nearbyint-c and s_nearbyintf-c.
37078         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
37079         nearbyintf inlines.
37080         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
37081         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
37082         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
37083         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
37084
37085         * math/math_private.h: Define defaults for libc_fegetround,
37086         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
37087         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
37088         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
37089         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
37090         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
37091         standard functions.
37092         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
37093         Remove comments and hacks for old compiler versions.
37094         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
37095         libc_fegetround, libc_fesetround, libc_feholdexcept, and
37096         libc_feholdexceptl.
37097
37098 2011-10-18  Andreas Schwab  <schwab@redhat.com>
37099
37100         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
37101         (__feraiseexcept_renamed): Add __NTH.
37102         (feraiseexcept): Add __NTH.  Rename local variables to fix
37103         namespace violations.
37104
37105 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
37106
37107         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
37108
37109         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
37110
37111         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
37112         recently added interfaces.
37113         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
37114
37115         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
37116         about macro parameter expansion.
37117
37118         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
37119         __NO_MATH_INLINES is defined.  Cleanups.
37120
37121         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
37122         and __floorf is target has SSE4.1.
37123         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
37124         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
37125         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
37126         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
37127
37128         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
37129         name.
37130         (floorf): Likewise.
37131
37132         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
37133
37134 2011-10-17  Andreas Schwab  <schwab@redhat.com>
37135
37136         * misc/sys/cdefs.h: Fix last change.
37137
37138         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
37139         database lookup.
37140
37141 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
37142
37143         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
37144
37145         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
37146         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
37147         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
37148         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
37149         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
37150         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
37151         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
37152         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
37153         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
37154         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
37155         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
37156         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
37157         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
37158         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
37159         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
37160         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
37161         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
37162         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
37163         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
37164         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
37165         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
37166         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
37167
37168         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
37169         ceil, ceilf, floor, floorf.
37170
37171         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
37172         Perform IRELATIVE relocations last.
37173
37174         * elf/do-rel.h: Add another parameter nrelative, replacing the
37175         local variable with the same name.  Change name of the function
37176         to end in Rel or Rela (uppercase).
37177         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
37178         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
37179         elf_dynamic_do_##reloc function.
37180
37181 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
37182
37183         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
37184         is sufficient, at least on modern CPUs.
37185
37186         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
37187
37188         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
37189         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
37190
37191         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
37192         __expl_finite.
37193         * math/bits/math-finite.h: Add entries for exp.
37194         * math/e_expl.c: Add __*_finite alias.
37195         * sysdeps/i386/fpu/e_exp.S: Likewise.
37196         * sysdeps/i386/fpu/e_expf.S: Likewise.
37197         * sysdeps/i386/fpu/e_expl.c: Likewise.
37198         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
37199         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
37200         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
37201         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
37202         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
37203         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
37204         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
37205
37206         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
37207         is sufficient, at least on modern CPUs.
37208
37209         * ctype/ctype-info.c (__ctype_init): Define.
37210         * include/ctype.h (__ctype_init): Declare.
37211         (__ctype_b_loc): The variable is always initialized.
37212         (__ctype_toupper_loc): Likewise.
37213         (__ctype_tolower_loc): Likewise.
37214         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
37215         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
37216
37217 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
37218
37219         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
37220
37221         * configure.in: Also look in $cxxmachine/include for C++ system
37222         headers.
37223
37224 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37225
37226         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
37227         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
37228         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
37229         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
37230         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
37231         (USE_AS_WMEMCMP): New macro.
37232         Fixing indents.
37233         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
37234         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
37235         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
37236         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
37237         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
37238         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
37239         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
37240         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
37241         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
37242         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
37243         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
37244         (USE_AS_WMEMCMP): New macro.
37245         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
37246         * sysdeps/string/test-memcmp.c: Update.
37247         Fix simple_wmemcmp.
37248         Add new tests.
37249         * wcsmbs/wmemcmp.c: Update.
37250         (WMEMCMP): New macro.
37251         Fix overflow bug.
37252
37253 2011-10-12  Andreas Jaeger  <aj@suse.de>
37254
37255         [BZ #13268]
37256         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
37257
37258 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
37259
37260         * libio/iofwide.c (do_length): Avoid warning.
37261
37262         * ctype/ctype.h (__isctype_f): Add missing __THROW.
37263
37264 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
37265
37266         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
37267
37268         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
37269         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
37270         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
37271         * sysdeps/i386/i686/fpu/e_log.S: New file.
37272         * sysdeps/i386/i686/fpu/e_logf.S: New file.
37273         * sysdeps/i386/i686/fpu/e_logl.S: New file.
37274
37275         * ctype/ctype.h: Add support for inlined isXXX functions when
37276         compiling C++ code.
37277
37278 2011-10-14  Andreas Schwab  <schwab@redhat.com>
37279
37280         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
37281
37282         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
37283
37284 2011-10-13  Roland McGrath  <roland@hack.frob.com>
37285
37286         [BZ #13291]
37287         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
37288
37289 2011-10-13  Andreas Schwab  <schwab@redhat.com>
37290
37291         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
37292         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
37293         feraiseexcept.
37294
37295         * sysdeps/x86_64/memrchr.S: Check for zero size.
37296
37297         * string/stratcliff.c: Add memrchr tests.
37298
37299 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37300
37301         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
37302         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
37303         rawmemchr-sse2 rawmemchr-sse2-bsf.
37304         * sysdeps/i386/i686/multiarch/memchr.S: New file.
37305         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
37306         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
37307         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
37308         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
37309         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
37310         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
37311         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
37312         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
37313         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
37314         * string/memrchr.c (MEMRCHR): New macro.
37315
37316 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
37317
37318         Add integration with gcc's -ffinite-math-only and optimize wrapper
37319         functions in libm.
37320         * Versions.def: Define GLIBC_2.15 version for libm.
37321         * math/Makefile (headers): Add bits/math-finite.h.
37322         * math/bits/math-finite.h: New file.
37323         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
37324         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
37325         * math/e_acoshl.c: Add __*_finite alias.
37326         * math/e_acosl.c: Likewise.
37327         * math/e_asinl.c: Likewise.
37328         * math/e_atan2l.c: Likewise.
37329         * math/e_atanhl.c: Likewise.
37330         * math/e_coshl.c: Likewise.
37331         * math/e_exp10.c: Likewise.
37332         * math/e_exp10f.c: Likewise.
37333         * math/e_exp10l.c: Likewise.
37334         * math/e_exp2l.c: Likewise.
37335         * math/e_fmodl.c: Likewise.
37336         * math/e_gammal_r.c: Likewise.
37337         * math/e_hypotl.c: Likewise.
37338         * math/e_j0l.c: Likewise.
37339         * math/e_j1l.c: Likewise.
37340         * math/e_jnl.c: Likewise.
37341         * math/e_lgammal_r.c: Likewise.
37342         * math/e_log10l.c: Likewise.
37343         * math/e_log2l.c: Likewise.
37344         * math/e_logl.c: Likewise.
37345         * math/e_powl.c: Likewise.
37346         * math/e_sinhl.c: Likewise.
37347         * math/e_sqrtl.c: Likewise.
37348         * math/e_scalb.c: Completely rewritten and optimized.
37349         * math/e_scalbf.c: Likewise.
37350         * math/e_scalbl.c: Likewise.
37351         * math/w_acos.c: Likewise.
37352         * math/w_acosf.c: Likewise.
37353         * math/w_acosl.c: Likewise.
37354         * math/w_acosh.c: Likewise.
37355         * math/w_acoshf.c: Likewise.
37356         * math/w_acoshl.c: Likewise.
37357         * math/w_asin.c: Likewise.
37358         * math/w_asinf.c: Likewise.
37359         * math/w_asinl.c: Likewise.
37360         * math/w_atan2.c: Likewise.
37361         * math/w_atan2f.c: Likewise.
37362         * math/w_atan2l.c: Likewise.
37363         * math/w_atanh.c: Likewise.
37364         * math/w_atanhf.c: Likewise.
37365         * math/w_atanhl.c: Likewise.
37366         * math/w_exp10.c: Likewise.
37367         * math/w_exp10f.c: Likewise.
37368         * math/w_exp10l.c: Likewise.
37369         * math/w_fmod.c: Likewise.
37370         * math/w_fmodf.c: Likewise.
37371         * math/w_fmodl.c: Likewise.
37372         * math/w_j0.c: Likewise.
37373         * math/w_j0f.c: Likewise.
37374         * math/w_j0l.c: Likewise.
37375         * math/w_j1.c: Likewise.
37376         * math/w_j1f.c: Likewise.
37377         * math/w_j1l.c: Likewise.
37378         * math/w_jn.c: Likewise.
37379         * math/w_jnf.c: Likewise.
37380         * math/w_log.c: Likewise.
37381         * math/w_logf.c: Likewise.
37382         * math/w_logl.c: Likewise.
37383         * math/w_log10.c: Likewise.
37384         * math/w_log10f.c: Likewise.
37385         * math/w_log10l.c: Likewise.
37386         * math/w_log2.c: Likewise.
37387         * math/w_log2f.c: Likewise.
37388         * math/w_log2l.c: Likewise.
37389         * math/w_pow.c: Likewise.
37390         * math/w_powf.c: Likewise.
37391         * math/w_powl.c: Likewise.
37392         * math/w_remainder.c: Likewise.
37393         * math/w_remainderf.c: Likewise.
37394         * math/w_remainderl.c: Likewise.
37395         * math/w_scalb.c: Likewise.
37396         * math/w_scalbf.c: Likewise.
37397         * math/w_scalbl.c: Likewise.
37398         * math/w_sqrt.c: Likewise.
37399         * math/w_sqrtf.c: Likewise.
37400         * math/w_sqrtl.c: Likewise.
37401         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
37402         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
37403         used.
37404         * math/math_private.h: Declare __kernel_standard_f.
37405         * math/w_cosh.c: Remove cruft and optimize a bit.
37406         * math/w_coshf.c: Likewise.
37407         * math/w_coshl.c: Likewise.
37408         * math/w_exp2.c: Likewise.
37409         * math/w_exp2f.c: Likewise.
37410         * math/w_exp2l.c: Likewise.
37411         * math/w_hypot.c: Likewise.
37412         * math/w_hypotf.c: Likewise.
37413         * math/w_hypotl.c: Likewise.
37414         * math/w_lgamma.c: Likewise.
37415         * math/w_lgamma_r.c: Likewise.
37416         * math/w_lgammaf.c: Likewise.
37417         * math/w_lgammaf_r.c: Likewise.
37418         * math/w_lgammal.c: Likewise.
37419         * math/w_lgammal_r.c: Likewise.
37420         * math/w_sinh.c: Likewise.
37421         * math/w_sinhf.c: Likewise.
37422         * math/w_sinhl.c: Likewise.
37423         * math/w_tgamma.c: Likewise.
37424         * math/w_tgammaf.c: Likewise.
37425         * math/w_tgammal.c: Likewise.
37426         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
37427         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
37428         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
37429         Minor optimizations.  Pretty printing.  Remove cruft.
37430         * sysdeps/i386/fpu/e_acosf.S: Likewise.
37431         * sysdeps/i386/fpu/e_acosh.S: Likewise.
37432         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
37433         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
37434         * sysdeps/i386/fpu/e_acosl.c: Likewise.
37435         * sysdeps/i386/fpu/e_asin.S: Likewise.
37436         * sysdeps/i386/fpu/e_asinf.S: Likewise.
37437         * sysdeps/i386/fpu/e_atan2.S: Likewise.
37438         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
37439         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
37440         * sysdeps/i386/fpu/e_atanh.S: Likewise.
37441         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
37442         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
37443         * sysdeps/i386/fpu/e_exp10.S: Likewise.
37444         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
37445         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
37446         * sysdeps/i386/fpu/e_exp2.S: Likewise.
37447         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
37448         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
37449         * sysdeps/i386/fpu/e_fmod.S: Likewise.
37450         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
37451         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
37452         * sysdeps/i386/fpu/e_hypot.S: Likewise.
37453         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
37454         * sysdeps/i386/fpu/e_log.S: Likewise.
37455         * sysdeps/i386/fpu/e_log10.S: Likewise.
37456         * sysdeps/i386/fpu/e_log10f.S: Likewise.
37457         * sysdeps/i386/fpu/e_log10l.S: Likewise.
37458         * sysdeps/i386/fpu/e_log2.S: Likewise.
37459         * sysdeps/i386/fpu/e_log2f.S: Likewise.
37460         * sysdeps/i386/fpu/e_log2l.S: Likewise.
37461         * sysdeps/i386/fpu/e_logf.S: Likewise.
37462         * sysdeps/i386/fpu/e_logl.S: Likewise.
37463         * sysdeps/i386/fpu/e_pow.S: Likewise.
37464         * sysdeps/i386/fpu/e_powf.S: Likewise.
37465         * sysdeps/i386/fpu/e_powl.S: Likewise.
37466         * sysdeps/i386/fpu/e_remainder.S: Likewise.
37467         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
37468         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
37469         * sysdeps/i386/fpu/e_scalb.S: Likewise.
37470         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
37471         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
37472         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
37473         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
37474         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
37475         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
37476         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
37477         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
37478         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
37479         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
37480         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
37481         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
37482         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
37483         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
37484         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
37485         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
37486         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
37487         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
37488         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
37489         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
37490         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
37491         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
37492         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
37493         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
37494         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
37495         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
37496         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
37497         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
37498         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
37499         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
37500         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
37501         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
37502         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
37503         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
37504         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
37505         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
37506         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
37507         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
37508         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
37509         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
37510         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
37511         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
37512         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
37513         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
37514         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
37515         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
37516         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
37517         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
37518         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
37519         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
37520         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
37521         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
37522         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
37523         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
37524         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
37525         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
37526         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
37527         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
37528         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
37529         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
37530         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
37531         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
37532         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
37533         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
37534         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
37535         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
37536         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
37537         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
37538         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
37539         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
37540         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
37541         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
37542         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
37543         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
37544         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
37545         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
37546         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
37547         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
37548         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
37549         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
37550         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
37551         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
37552         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
37553         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
37554         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
37555         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
37556         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
37557         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
37558         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
37559         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
37560         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
37561         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
37562         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
37563         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
37564         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
37565         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
37566         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
37567         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
37568         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
37569         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
37570         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
37571         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
37572         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
37573         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
37574         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
37575         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
37576         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
37577         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
37578         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
37579         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
37580         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
37581         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
37582         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
37583         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
37584         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
37585         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
37586         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
37587         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
37588         (__isnanf): Likewise.
37589         (__isinf_ns): Likewise.
37590         (__isinf_nsf): Likewise.
37591         (__finite): Likewise.
37592         (__finitef): Likewise.
37593         (__ieee754_sqrt): Define as macro.
37594         (__ieee754_sqrtf): Define as macro.
37595         (__ieee754_sqrtl): Define as macro.
37596         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
37597         inlined copy.
37598         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
37599         __FINITE_MATH_ONLY__ consistent.
37600         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
37601
37602 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
37603
37604         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
37605         of rawmemchr.
37606
37607         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
37608
37609 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
37610
37611         * po/ja.po: Update from translation team.
37612
37613 2011-10-08  Roland McGrath  <roland@hack.frob.com>
37614
37615         * locale/programs/locarchive.c (prepare_address_space): New function.
37616         (create_archive, enlarge_archive, open_archive): Use it.
37617
37618         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
37619         inside [SHARED], where it is used.
37620
37621         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
37622
37623         * nss/getent.c (netgroup_keys): Remove unused variable.
37624         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
37625
37626 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
37627
37628         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
37629         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
37630         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
37631         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
37632         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
37633         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
37634         * math/Makefile (libm-calls): Add s_isinf_ns.
37635         * math/divtc3.c: Use __isinf_nsl instead of isinf.
37636         * math/multc3.c: Likewise.
37637         * math/s_casin.c: Likewise.
37638         * math/s_casinf.c: Likewise.
37639         * math/s_casinl.c: Likewise.
37640         * math/s_ccos.c: Likewise.
37641         * math/s_ccosf.c: Likewise.
37642         * math/s_ccosl.c: Likewise.
37643         * math/s_ctan.c: Likewise.
37644         * math/s_ctanf.c: Likewise.
37645         * math/s_ctanh.c: Likewise.
37646         * math/s_ctanhf.c: Likewise.
37647         * math/s_ctanhl.c: Likewise.
37648         * math/s_ctanl.c: Likewise.
37649         * math/w_fmod.c: Likewise.
37650         * math/w_fmodf.c: Likewise.
37651         * math/w_fmodl.c: Likewise.
37652         * math/w_remainder.c: Likewise.
37653         * math/w_remainderf.c: Likewise.
37654         * math/w_remainderl.c: Likewise.
37655         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
37656         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
37657         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
37658         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
37659         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
37660         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
37661         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
37662         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
37663
37664         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
37665         of the number.
37666         * stdio-common/printf_fphex.c: Likewise.
37667         * stdio-common/printf_size.c: Likewise.
37668
37669         * math/e_exp10.c: Include math_private.h using <...> not "...".
37670         * math/e_exp10f.c: Likewise.
37671         * math/e_exp10l.c: Likewise.
37672         * math/e_exp2l.c: Likewise.
37673         * math/e_j0l.c: Likewise.
37674         * math/e_j1l.c: Likewise.
37675         * math/e_jnl.c: Likewise.
37676         * math/e_lgammal_r.c: Likewise.
37677         * math/e_rem_pio2l.c: Likewise.
37678         * math/e_scalb.c: Likewise.
37679         * math/e_scalbf.c: Likewise.
37680         * math/e_scalbl.c: Likewise.
37681         * math/k_cosl.c: Likewise.
37682         * math/k_sinl.c: Likewise.
37683         * math/k_tanl.c: Likewise.
37684         * math/s_cacoshf.c: Likewise.
37685         * math/s_catan.c: Likewise.
37686         * math/s_catanf.c: Likewise.
37687         * math/s_catanh.c: Likewise.
37688         * math/s_catanhf.c: Likewise.
37689         * math/s_catanhl.c: Likewise.
37690         * math/s_catanl.c: Likewise.
37691         * math/s_ccosh.c: Likewise.
37692         * math/s_ccoshf.c: Likewise.
37693         * math/s_ccoshl.c: Likewise.
37694         * math/s_cexp.c: Likewise.
37695         * math/s_cexpf.c: Likewise.
37696         * math/s_cexpl.c: Likewise.
37697         * math/s_clog.c: Likewise.
37698         * math/s_clog10.c: Likewise.
37699         * math/s_clog10f.c: Likewise.
37700         * math/s_clog10l.c: Likewise.
37701         * math/s_clogf.c: Likewise.
37702         * math/s_clogl.c: Likewise.
37703         * math/s_csin.c: Likewise.
37704         * math/s_csinf.c: Likewise.
37705         * math/s_csinh.c: Likewise.
37706         * math/s_csinhf.c: Likewise.
37707         * math/s_csinhl.c: Likewise.
37708         * math/s_csinl.c: Likewise.
37709         * math/s_csqrt.c: Likewise.
37710         * math/s_csqrtf.c: Likewise.
37711         * math/s_csqrtl.c: Likewise.
37712         * math/s_ctan.c: Likewise.
37713         * math/s_ctanf.c: Likewise.
37714         * math/s_ctanh.c: Likewise.
37715         * math/s_ctanhf.c: Likewise.
37716         * math/s_ctanhl.c: Likewise.
37717         * math/s_ctanl.c: Likewise.
37718         * math/s_ldexp.c: Likewise.
37719         * math/s_ldexpf.c: Likewise.
37720         * math/s_ldexpl.c: Likewise.
37721         * math/s_significand.c: Likewise.
37722         * math/s_significandf.c: Likewise.
37723         * math/s_significandl.c: Likewise.
37724         * math/w_acos.c: Likewise.
37725         * math/w_acosf.c: Likewise.
37726         * math/w_acosh.c: Likewise.
37727         * math/w_acoshf.c: Likewise.
37728         * math/w_acoshl.c: Likewise.
37729         * math/w_acosl.c: Likewise.
37730         * math/w_asin.c: Likewise.
37731         * math/w_asinf.c: Likewise.
37732         * math/w_asinl.c: Likewise.
37733         * math/w_atan2.c: Likewise.
37734         * math/w_atan2f.c: Likewise.
37735         * math/w_atan2l.c: Likewise.
37736         * math/w_atanh.c: Likewise.
37737         * math/w_atanhf.c: Likewise.
37738         * math/w_atanhl.c: Likewise.
37739         * math/w_cosh.c: Likewise.
37740         * math/w_coshf.c: Likewise.
37741         * math/w_coshl.c: Likewise.
37742         * math/w_dremf.c: Likewise.
37743         * math/w_exp10.c: Likewise.
37744         * math/w_exp10f.c: Likewise.
37745         * math/w_exp10l.c: Likewise.
37746         * math/w_exp2.c: Likewise.
37747         * math/w_exp2f.c: Likewise.
37748         * math/w_fmod.c: Likewise.
37749         * math/w_fmodf.c: Likewise.
37750         * math/w_fmodl.c: Likewise.
37751         * math/w_hypot.c: Likewise.
37752         * math/w_hypotf.c: Likewise.
37753         * math/w_hypotl.c: Likewise.
37754         * math/w_j0.c: Likewise.
37755         * math/w_j0f.c: Likewise.
37756         * math/w_j0l.c: Likewise.
37757         * math/w_j1.c: Likewise.
37758         * math/w_j1f.c: Likewise.
37759         * math/w_j1l.c: Likewise.
37760         * math/w_jn.c: Likewise.
37761         * math/w_jnf.c: Likewise.
37762         * math/w_jnl.c: Likewise.
37763         * math/w_lgamma.c: Likewise.
37764         * math/w_lgamma_r.c: Likewise.
37765         * math/w_lgammaf.c: Likewise.
37766         * math/w_lgammaf_r.c: Likewise.
37767         * math/w_lgammal.c: Likewise.
37768         * math/w_lgammal_r.c: Likewise.
37769         * math/w_log.c: Likewise.
37770         * math/w_log10.c: Likewise.
37771         * math/w_log10f.c: Likewise.
37772         * math/w_log10l.c: Likewise.
37773         * math/w_log2.c: Likewise.
37774         * math/w_log2f.c: Likewise.
37775         * math/w_log2l.c: Likewise.
37776         * math/w_logf.c: Likewise.
37777         * math/w_logl.c: Likewise.
37778         * math/w_pow.c: Likewise.
37779         * math/w_powf.c: Likewise.
37780         * math/w_powl.c: Likewise.
37781         * math/w_remainder.c: Likewise.
37782         * math/w_remainderf.c: Likewise.
37783         * math/w_remainderl.c: Likewise.
37784         * math/w_scalb.c: Likewise.
37785         * math/w_scalbf.c: Likewise.
37786         * math/w_scalbl.c: Likewise.
37787         * math/w_sinh.c: Likewise.
37788         * math/w_sinhf.c: Likewise.
37789         * math/w_sinhl.c: Likewise.
37790         * math/w_sqrt.c: Likewise.
37791         * math/w_sqrtf.c: Likewise.
37792         * math/w_sqrtl.c: Likewise.
37793         * math/w_tgamma.c: Likewise.
37794         * math/w_tgammaf.c: Likewise.
37795         * math/w_tgammal.c: Likewise.
37796
37797         * po/ja.po: Update from translation team.
37798
37799 2011-09-29  Andreas Jaeger  <aj@suse.de>
37800
37801         [BZ #13179]
37802         * sunrpc/netname.c (netname2host): Fix logic.
37803
37804         [BZ #6779]
37805         [BZ #6783]
37806         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
37807         correctly.
37808         * math/w_remainder.c (__remainder): Likewise.
37809         * math/w_remainderf.c (__remainderf): Likewise.
37810         * math/libm-test.inc (remainder_test): Add test cases.
37811
37812 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37813
37814         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
37815         sdiv_qrnnd.
37816
37817 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
37818
37819         * string/test-memcmp.c: Avoid unncessary #defines.
37820         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
37821
37822 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37823
37824         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
37825         Use new sse2 version for core i3 - i7 as it's faster
37826         than sse42 version.
37827         (bit_Prefer_PMINUB_for_stringop): New.
37828         * sysdeps/x86_64/rawmemchr.S: Update.
37829         Replace with faster SSE2 version.
37830         * sysdeps/x86_64/memrchr.S: New file.
37831         * sysdeps/x86_64/memchr.S: Update.
37832         Replace with faster SSE2 version.
37833
37834 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
37835
37836         * elf/dl-load.c (lose): Add cast to avoid warning.
37837
37838 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
37839
37840         * po/ca.po: Update from translation team.
37841
37842         * inet/getnetgrent_r.c: Hook up nscd.
37843         * nscd/Makefile (routines): Add nscd_netgroup.
37844         (nscd-modules): Add netgroupcache.
37845         (CFLAGS-netgroupcache.c): Define.
37846         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
37847         (cache_search): Add const to second parameter.
37848         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
37849         INNETGR.
37850         (dbs): Add netgrdb entry.
37851         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
37852         (verify_persistent_db): Handle netgrdb.
37853         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
37854         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
37855         GETFDNETGR.
37856         (netgroup_response_header): Define.
37857         (innetgroup_response_header): Define.
37858         (datahead): Add netgroup_response_header and innetgroup_response_header
37859         elements.
37860         * nscd/nscd.conf: Add entries for netgroup cache.
37861         * nscd/nscd.h (dbtype): Add netgrdb.
37862         (_PATH_NSCD_NETGROUP_DB): Define.
37863         (netgroup_iov_disabled): Declare.
37864         (xmalloc, xcalloc, xrealloc): Move declarations here.
37865         (cache_search): Adjust prototype.
37866         Add netgroup-related prototypes.
37867         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
37868         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
37869         (__nscd_innetgr): Declare.
37870         * nscd/selinux.c (perms): Use access_vector_t as element type and
37871         add netgroup-related initializers.
37872         * nscd/netgroupcache.c: New file.
37873         * nscd/nscd_netgroup.c: New file.
37874         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
37875         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
37876         For four parameters use innetgr.
37877         * nss/nss_files/files-init.c: Add definition and callback for netgr.
37878         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
37879         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
37880         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
37881
37882         * nscd/connections.c (register_traced_file): Don't register file
37883         for disabled databases.
37884
37885 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
37886
37887         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
37888
37889         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
37890         from tree and freeing node.
37891
37892 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
37893
37894         * nss/nsswitch.c (__nss_database_lookup): Handle
37895         nss_parse_service_list out of memory case.
37896
37897 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
37898
37899         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
37900         out of memory case.
37901
37902 2011-10-04  Andreas Schwab  <schwab@redhat.com>
37903
37904         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
37905         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
37906         pass it down.
37907         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
37908         elf_machine_rela, elf_machine_lazy_rel.
37909         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
37910         (ELF_DYNAMIC_DO_REL): Likewise.
37911         (ELF_DYNAMIC_DO_RELA): Likewise.
37912         (ELF_DYNAMIC_RELOCATE): Likewise.
37913         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
37914         to ELF_DYNAMIC_DO_REL.
37915         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
37916         (dl_main): In trace mode always set __RTLD_NOIFUNC.
37917         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
37918         elf_machine_rela.
37919         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
37920         skip_ifunc, don't call ifunc function if non-zero.
37921         (elf_machine_rela): Likewise.
37922         (elf_machine_lazy_rel): Likewise.
37923         (elf_machine_lazy_rela): Likewise.
37924         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
37925         (elf_machine_lazy_rel): Likewise.
37926         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
37927         Likewise.
37928         (elf_machine_lazy_rel): Likewise.
37929         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
37930         Likewise.
37931         (elf_machine_lazy_rel): Likewise.
37932         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
37933         (elf_machine_lazy_rel): Likewise.
37934         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
37935         (elf_machine_lazy_rel): Likewise.
37936         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
37937         (elf_machine_lazy_rel): Likewise.
37938         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
37939         (elf_machine_lazy_rel): Likewise.
37940         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
37941         (elf_machine_lazy_rel): Likewise.
37942         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
37943         (elf_machine_lazy_rel): Likewise.
37944
37945 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
37946
37947         * nss/nss_files/files-init.c (_nss_files_init): Use static
37948         initialization for all the *_traced_file variables.
37949
37950 2011-09-28  Andreas Schwab  <schwab@redhat.com>
37951
37952         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
37953
37954 2011-09-27  Roland McGrath  <roland@hack.frob.com>
37955
37956         [BZ #13226]
37957         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
37958
37959 2011-09-27  Andreas Schwab  <schwab@redhat.com>
37960
37961         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
37962         Reread the line before reparsing it.
37963
37964 2011-09-26  Andreas Schwab  <schwab@redhat.com>
37965
37966         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
37967
37968 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
37969             Maxim Kuvyrkov  <maxim@codesourcery.com>
37970             Joseph Myers  <joseph@codesourcery.com>
37971
37972         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
37973         if needed for __stack_chk_guard.
37974
37975 2011-09-19  Roland McGrath  <roland@hack.frob.com>
37976
37977         * sysdeps/posix/spawni.c (script_execute): Always define it.
37978         It will be optimized away if unused.
37979         (maybe_script_execute): New function.
37980         (__spawni): Call it.
37981
37982         * Makerules: Don't include tls.make.
37983         (config-tls): Always set to thread.
37984         * tls.make.c: File removed.
37985
37986 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
37987
37988         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
37989         * config.make.in (CPPFLAGS-config): New substituted variable.
37990
37991 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
37992
37993         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
37994
37995         [BZ #13192]
37996         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
37997         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
37998
37999 2011-09-15  Roland McGrath  <roland@hack.frob.com>
38000
38001         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
38002         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
38003         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
38004         (CALL_FAIL): Likewise.
38005         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
38006         (CALL_FAIL): Macro removed.
38007         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
38008
38009 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
38010
38011         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
38012         for __FINITE_MATH_ONLY__ == 1.
38013
38014 2011-09-15  Andreas Schwab  <schwab@redhat.com>
38015
38016         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
38017         __ieee754_sqrt instead of sqrt.
38018         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
38019         __ieee754_sqrtf instead of sqrtf.
38020         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
38021         __floorf instead of floorf.
38022         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
38023         __floorf, __truncf instead of floorf, truncf.
38024
38025 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
38026
38027         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
38028
38029         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
38030         __extern_always_inline.
38031         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
38032         32-bit.
38033
38034 2011-09-14  Andreas Schwab  <schwab@redhat.com>
38035
38036         * elf/rtld.c (dl_main): Also relocate in dependency order when
38037         doing symbol dependency testing.
38038
38039 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
38040
38041         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
38042         Always define `refsym'.
38043
38044 2011-09-13  Andreas Schwab  <schwab@redhat.com>
38045
38046         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
38047         (__FD_ELT): Renamed from __FDELT.
38048         * misc/bits/select2.h (__FD_ELT): Likewise.
38049         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
38050         __FD_MASK instead of __FDELT, __FDMASK.
38051         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
38052         Likewise.
38053         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
38054         Likewise.
38055
38056         * elf/Makefile (gen-ldd): Fix pattern.
38057
38058         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
38059         (init_tls): Likewise.
38060
38061 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
38062
38063         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
38064
38065 2011-09-12  Andreas Schwab  <schwab@redhat.com>
38066
38067         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
38068         `struct cmsghdr *' instead of `void *'.
38069         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
38070         Likewise.
38071
38072 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
38073
38074         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
38075         if non-absolute.
38076         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
38077         ldd_rewrite_script.
38078
38079 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
38080
38081         * configure.in: Remove --with-tls option.
38082         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
38083         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
38084         out in case it is missing.
38085         * sysdeps/ia64/elf/configure.in: Likewise.
38086         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
38087         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
38088         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
38089         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
38090         * sysdeps/sh/elf/configure.in: Likewise.
38091         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
38092         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
38093         * sysdeps/x86_64/elf/configure.in: Likewise.
38094         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
38095         * sysdeps/mach/hurd/tls.h: Likewise.
38096
38097         [BZ #13067]
38098         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
38099
38100         [BZ #13090]
38101         * configure.in: Fix use of AC_INIT.
38102
38103         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
38104
38105 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
38106
38107         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
38108         __set_errno.
38109         * malloc/hooks.c: Likewise.
38110
38111         [BZ #11929]
38112         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
38113         variables statically.
38114         (narenas): Initialize.
38115         (list_lock): Initialize.
38116         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
38117         initializtion of main_arena and list_lock.  Small cleanups.
38118         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
38119         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
38120         Add initializers to main_arena and mp_.
38121         (malloc_state): Remove pagesize member.  Change all users to use
38122         GLRO(dl_pagesize).
38123
38124         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
38125         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
38126         is always initialized.
38127
38128         * malloc/malloc.c: Removed unused configurations and dead code.
38129         * malloc/arena.c: Likewise.
38130         * malloc/hooks.c: Likewise.
38131         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
38132
38133         * include/tls.h: Removed.  USE___THREAD must always be defined.
38134         * bits/libc-tsd.h: Don't handle !USE___THREAD.
38135         * elf/dl-libc.c: Likewise.
38136         * elf/dl-tsd.c: Likewise.
38137         * include/errno.h: Likewise.
38138         * include/netdb.h: Likewise.
38139         * include/resolv.h: Likewise.
38140         * inet/herrno-loc.c: Likewise.
38141         * inet/herrno.c: Likewise.
38142         * malloc/arena.c: Likewise.
38143         * malloc/hooks.c: Likewise.
38144         * malloc/malloc.c: Likewise.
38145         * resolv/res-state.c: Likewise.
38146         * resolv/res_libc.c: Likewise.
38147         * sysdeps/i386/dl-machine.h: Likewise.
38148         * sysdeps/ia64/dl-machine.h: Likewise.
38149         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
38150         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
38151         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
38152         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
38153         * sysdeps/sh/dl-machine.h: Likewise.
38154         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
38155         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
38156         * sysdeps/unix/i386/sysdep.S: Likewise.
38157         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
38158         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
38159         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
38160         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
38161         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
38162         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
38163         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
38164         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
38165         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
38166         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
38167         * sysdeps/unix/x86_64/sysdep.S: Likewise.
38168         * sysdeps/x86_64/dl-machine.h: Likewise.
38169         * tls.make.c: Likewise.
38170
38171         * configure.in: Remove --with-__thread option.  Make tests for
38172         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
38173         tls_model attribute fail if no support is available.  Remove
38174         USE_IN_LIBIO.
38175         * Makeconfig: Adjust for dropped configure option.  All features are
38176         now mandatory.
38177         * Makerules: Likewise.
38178         * Versions.def: Likewise.
38179         * argp/argp-fmtstream.c: Likewise.
38180         * argp/argp-fmtstream.h: Likewise.
38181         * argp/argp-help.c: Likewise.
38182         * assert/assert.c: Likewise.
38183         * config.h.in: Likewise.
38184         * config.make.in: Likewise.
38185         * configure: Likewise.
38186         * configure.in: Likewise.
38187         * csu/Versions: Likewise.
38188         * csu/init.c: Likewise.
38189         * elf/tst-audit2.c: Likewise.
38190         * elf/tst-tls10.c: Likewise.
38191         * elf/tst-tls10.h: Likewise.
38192         * elf/tst-tls11.c: Likewise.
38193         * elf/tst-tls12.c: Likewise.
38194         * elf/tst-tls14.c: Likewise.
38195         * elf/tst-tlsmod11.c: Likewise.
38196         * elf/tst-tlsmod12.c: Likewise.
38197         * elf/tst-tlsmod13.c: Likewise.
38198         * elf/tst-tlsmod13a.c: Likewise.
38199         * elf/tst-tlsmod14a.c: Likewise.
38200         * elf/tst-tlsmod15b.c: Likewise.
38201         * elf/tst-tlsmod16a.c: Likewise.
38202         * elf/tst-tlsmod16b.c: Likewise.
38203         * elf/tst-tlsmod7.c: Likewise.
38204         * elf/tst-tlsmod8.c: Likewise.
38205         * elf/tst-tlsmod9.c: Likewise.
38206         * gmon/gmon.c: Likewise.
38207         * grp/fgetgrent_r.c: Likewise.
38208         * grp/putgrent.c: Likewise.
38209         * hurd/fopenport.c: Likewise.
38210         * include/libc-symbols.h: Likewise.
38211         * include/tls.h: Likewise.
38212         * intl/gettextP.h: Likewise.
38213         * intl/loadinfo.h: Likewise.
38214         * locale/global-locale.c: Likewise.
38215         * locale/localeinfo.h: Likewise.
38216         * mach/devstream.c: Likewise.
38217         * malloc/arena.c: Likewise.
38218         * malloc/set-freeres.c: Likewise.
38219         * misc/err.c: Likewise.
38220         * misc/getttyent.c: Likewise.
38221         * misc/mntent_r.c: Likewise.
38222         * posix/getopt.c: Likewise.
38223         * posix/wordexp.c: Likewise.
38224         * pwd/fgetpwent_r.c: Likewise.
38225         * resolv/Versions: Likewise.
38226         * resolv/res_hconf.c: Likewise.
38227         * shadow/fgetspent_r.c: Likewise.
38228         * shadow/putspent.c: Likewise.
38229         * stdio-common/printf_fphex.c: Likewise.
38230         * stdio-common/tmpfile.c: Likewise.
38231         * stdlib/abort.c: Likewise.
38232         * stdlib/fmtmsg.c: Likewise.
38233         * sunrpc/auth_unix.c: Likewise.
38234         * sunrpc/clnt_perr.c: Likewise.
38235         * sunrpc/clnt_tcp.c: Likewise.
38236         * sunrpc/clnt_udp.c: Likewise.
38237         * sunrpc/clnt_unix.c: Likewise.
38238         * sunrpc/openchild.c: Likewise.
38239         * sunrpc/svc_simple.c: Likewise.
38240         * sunrpc/svc_tcp.c: Likewise.
38241         * sunrpc/svc_udp.c: Likewise.
38242         * sunrpc/svc_unix.c: Likewise.
38243         * sunrpc/xdr.c: Likewise.
38244         * sunrpc/xdr_array.c: Likewise.
38245         * sunrpc/xdr_rec.c: Likewise.
38246         * sunrpc/xdr_ref.c: Likewise.
38247         * sunrpc/xdr_stdio.c: Likewise.
38248
38249 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
38250
38251         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
38252
38253 2011-07-03  Andreas Jaeger  <aj@suse.de>
38254
38255         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
38256         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
38257         regenerate with gen-libm-tests.pl.
38258
38259 2010-05-12  Petr Baudis  <pasky@suse.cz>
38260
38261         [BZ #11589]
38262         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
38263         around j0() zero points by switching to j1().
38264         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
38265         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
38266         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
38267         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
38268
38269 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
38270
38271         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
38272         instead of 0.
38273         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
38274         instead of 0.
38275         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
38276         Patch in part by Pavel Roskin <proski@gnu.org>.
38277
38278         [BZ #13138]
38279         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
38280         realloc.
38281         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
38282         Free memory block if necessary.
38283
38284         [BZ #12847]
38285         * libio/genops.c (INTDEF): For string streams the _lock pointer can
38286         be NULL.  Don't lock in this case.
38287
38288 2011-09-09  Roland McGrath  <roland@hack.frob.com>
38289
38290         * elf/elf.h (ELFOSABI_GNU): New macro.
38291         (ELFOSABI_LINUX): Define to that.
38292
38293 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
38294
38295         * string/strncat.c (strncat): Undef the symbol in case it has been
38296         defined in bits/string.h.
38297
38298 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
38299
38300         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
38301
38302         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
38303         link map.
38304
38305 2011-08-17  Andreas Jaeger  <aj@suse.de>
38306
38307         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
38308
38309 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
38310             Ian Lance Taylor  <iant@google.com>
38311
38312         * math/libm-test.inc (lround_test): New testcase.
38313         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
38314
38315 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
38316
38317         * Makefile: Remove support for automatic cvs check-ins.
38318         * Makerules: Likewise.
38319         * config.make.in: Likewise.
38320         * configure.in: Likewise.
38321         * intl/Makefile: Likewise.
38322         * locale/Makefile: Likewise.
38323         * po/Makefile: Likewise.
38324         * posix/Makefile: Likewise.
38325         * sysdeps/gnu/Makefile: Likewise.
38326         * sysdeps/mach/hurd/Makefile: Likewise.
38327         * sysdeps/sparc/sparc32/Makefile: Likewise.
38328
38329         [BZ #13118]
38330         * posix/Makefile (bug-regex32-ENV): Define.
38331         Patch by John Stanley <jpsinthemix@verizon.net>.
38332
38333         * misc/Makefile (headers): Add bits/select2.h.
38334         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
38335         * misc/bits/select2.h: New file.
38336         * include/bits/select2.h: New file.
38337         * debug/Makefile (routines): Add fdelt_chk.
38338         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
38339         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
38340         FD_ISSET.
38341         * debug/fdelt_chk.c: New file.
38342
38343         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
38344         * wcsmbs/test-wmemcmp.c: Likewise.
38345         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
38346         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
38347
38348 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38349
38350         * string/Makefile (strop-tests): Add memcmp.
38351         * string/test-wmemcmp.c: New file.
38352         * string/test-memcmp.c: Add wmemcmp support.
38353
38354 2011-09-08  Roland McGrath  <roland@hack.frob.com>
38355
38356         [BZ #13153]
38357         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
38358         2011-07-19 change.
38359
38360         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
38361         garbage value in a __mach_port_mod_refs call in the cases of the
38362         task-self and thread-self ports.
38363
38364 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
38365
38366         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
38367
38368 2011-09-08  Andreas Schwab  <schwab@redhat.com>
38369
38370         * elf/dl-load.c (lose): Check for non-null L.
38371
38372 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
38373
38374         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
38375
38376         * elf/dl-libc.c (dlerror_run): Pass back error code from
38377         dl_catch_error.
38378
38379         [BZ #13123]
38380         * elf/dl-load.c (lose): Free l_origin if it is valid.
38381
38382         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
38383         names.
38384         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
38385         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
38386         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
38387         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
38388         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
38389         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
38390
38391 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38392
38393         * sysdeps/powerpc/fpu/e_hypot.c: New file.
38394         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
38395         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
38396         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
38397         * sysdeps/powerpc/fpu/k_cosf.c: New file.
38398         * sysdeps/powerpc/fpu/k_sinf.c: New file.
38399         * sysdeps/powerpc/fpu/s_cosf.c: New file.
38400         * sysdeps/powerpc/fpu/s_sinf.c: New file.
38401         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
38402         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
38403
38404 2011-08-15  Alan Modra  <amodra@gmail.com>
38405
38406         [BZ #13092]
38407         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
38408         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
38409         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
38410         ppc_mcount to static-only-routines.
38411         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
38412         __mcount_internal.
38413         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
38414         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
38415
38416 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
38417
38418         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
38419         for finite and infinity parameters.
38420
38421 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
38422
38423         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
38424         and add nop instructions for throughput optimization.
38425         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
38426
38427 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
38428
38429         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
38430         aligned copy for power7 with vector-scalar instructions.
38431         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
38432
38433 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
38434
38435         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
38436         AVX check.
38437
38438 2011-09-07  Andreas Schwab  <schwab@redhat.com>
38439
38440         [BZ #13144]
38441         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
38442         last change.
38443
38444 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
38445
38446         * sysdeps/unix/sysv/linux/x86_64/init-first.c
38447         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
38448         syscall wrapper around clock_gettime in __vdso_clock_gettime.
38449         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
38450         clock_gettime.
38451
38452 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
38453
38454         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
38455         Forgot to demangle the pointer.
38456
38457         * sysdeps/i386/sysdep.h: Define atom_text_section.
38458         * sysdeps/x86_64/sysdep.h: Likewise.
38459         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
38460         section with atom_text_section.
38461         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
38462         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
38463         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
38464         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
38465         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
38466
38467         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
38468         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
38469         already be defined.  Change to take two parameters and don't assign
38470         result to variable.  Adjust all users.
38471         Define INTERNAL_GETTIME if not already defined.
38472         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
38473         call.
38474         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
38475         HAVE_CLOCK_GETTIME_VSYSCALL.
38476         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
38477
38478         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
38479         gettimeofday vsyscall, just use time.
38480
38481 2011-09-06  Andreas Schwab  <schwab@redhat.com>
38482
38483         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
38484         <errno.h>.
38485
38486 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
38487
38488         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
38489         syscall on x86-64.
38490         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
38491         syscall.
38492         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
38493         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
38494         syscall if possible.
38495
38496 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
38497
38498         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
38499         e_ident.  Don't pass to find_mapsXX.
38500         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
38501
38502 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
38503
38504         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
38505         strchr-sse2-no-bsf strrchr-sse2-no-bsf
38506         * sysdeps/x86_64/multiarch/strchr.S: Update.
38507         Check bit_slow_BSF bit.
38508         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
38509         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
38510         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
38511
38512 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
38513
38514         [BZ #13134]
38515         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
38516         before glibc 2.15.
38517         (tryshell): Define.
38518         (__spawni): Change last parameter to be flag.  Test
38519         SPAWN_XFLAGS_USE_PATH flag to use path or not.
38520         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
38521         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
38522         * posix/spawni.c: Likewise.
38523         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
38524         * posix/spawnp.c: Likewise.  Change normal version to use
38525         SPAWN_XFLAGS_USE_PATH.
38526         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
38527         SPAWN_XFLAGS_TRY_SHELL.
38528
38529         [BZ #13150]
38530         * posix/glob.h: Remove gcc 1.x support.
38531
38532         [BZ #13068]
38533         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
38534
38535 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
38536
38537         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
38538         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
38539         strrchr-sse2-bsf
38540         * sysdeps/i386/i686/multiarch/strchr.S: New file.
38541         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
38542         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
38543         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
38544         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
38545         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
38546
38547 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38548
38549         * sysdeps/x86_64/wcscmp.S: New file.
38550
38551         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
38552         wcscmp-c wcscmp-sse2
38553         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
38554         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
38555         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
38556         * wcsmbs/wcscmp.c: Allow renaming.
38557
38558 2011-09-05  David S. Miller  <davem@davemloft.net>
38559
38560         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
38561         stack slot, rather than the struct return pointer slot.
38562         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
38563         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
38564         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
38565         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
38566
38567 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
38568
38569         * po/ja.po: Update from translation team.
38570
38571         [BZ #13144]
38572         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
38573         kernel in 64-bit binaries.
38574
38575 2011-09-01  David S. Miller  <davem@davemloft.net>
38576
38577         * elf/elf.h (HWCAP_SPARC_*): Move to..
38578         * sysdeps/sparc/sysdep.h: this new file and add new values.
38579         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
38580         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
38581         _DL_HWCAP_COUNT to 24.
38582         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
38583         entries.
38584         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
38585         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
38586         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
38587         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
38588         instead of magic constants.
38589         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
38590
38591 2011-08-31  David S. Miller  <davem@davemloft.net>
38592
38593         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
38594         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
38595         Reimplement to do errno handling inline.
38596         (SYSCALL_ERROR_HANDLER): New macro.
38597         (__SYSCALL_STRING): Do not do errno handling in asm.
38598         (__CLONE_SYSCALL_STRING): Delete.
38599         (__INTERNAL_SYSCALL_STRING): Delete.
38600         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
38601         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
38602         (PSEUDO): Reimplement to do errno handling inline.
38603         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
38604         (SYSCALL_ERROR_HANDLER): New macro.
38605         (__SYSCALL_STRING): Do not do errno handling in asm.
38606         (__CLONE_SYSCALL_STRING): Delete.
38607         (__INTERNAL_SYSCALL_STRING): Delete.
38608         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
38609         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
38610         i386.
38611         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
38612         (inline_syscall*): Add 'err' argument.
38613         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
38614         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
38615         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
38616         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
38617
38618         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
38619         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
38620
38621 2011-08-30  Andreas Schwab  <schwab@redhat.com>
38622
38623         * elf/rtld.c (dl_main): Relocate objects in dependency order.
38624
38625 2011-08-29  Jiri Olsa <jolsa@redhat.com>
38626
38627         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
38628         directive.
38629
38630 2011-08-24  David S. Miller  <davem@davemloft.net>
38631
38632         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
38633
38634 2011-08-24  Andreas Schwab  <schwab@redhat.com>
38635
38636         * elf/Makefile: Add rules to build and run unload8 test.
38637         * elf/unload8.c: New file.
38638         * elf/unload8mod1.c: New file.
38639         * elf/unload8mod1x.c: New file.
38640         * elf/unload8mod2.c: New file.
38641         * elf/unload8mod3.c: New file.
38642
38643         * elf/dl-close.c (_dl_close_worker): Reset private search list if
38644         it wasn't used.
38645
38646 2011-08-23  David S. Miller  <davem@davemloft.net>
38647
38648         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
38649         subtract stack bias.
38650         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
38651         %sp not %fp in calculations.
38652         (_JMPBUF_UNWINDS_ADJ): Likewise.
38653
38654         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
38655         (aio_suspend): Call it to force an exception region around the
38656         AIO_MISC_WAIT() invocation.
38657
38658 2011-08-23  Andreas Schwab  <schwab@redhat.com>
38659
38660         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
38661         backslash.
38662
38663 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
38664
38665         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
38666         protection macro.
38667         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
38668         and <dl-machine.h>.
38669         (Elf64_FuncDesc): Remove.
38670
38671 2011-08-22  David S. Miller  <davem@davemloft.net>
38672
38673         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
38674         sigaltstack check, add missing cfi directives.
38675         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
38676         missing cfi directives, and sigaltstack handling.
38677
38678 2011-08-16  Andreas Schwab  <schwab@redhat.com>
38679
38680         [BZ #11724]
38681         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
38682         object is seen twice.
38683         * elf/dl-fini.c (_dl_sort_fini): Likewise.
38684
38685         * elf/Makefile (distribute): Add tst-initorder2.c.
38686         (tests): Add tst-initorder2.
38687         (modules-names): Add tst-initorder2a tst-initorder2b
38688         tst-initorder2c tst-initorder2d.  Add rules to build them.
38689         ($(objpfx)tst-initorder2.out): New rule.
38690         * elf/tst-initorder2.c: New file.
38691         * elf/tst-initorder2.exp: New file.
38692
38693 2011-08-22  Andreas Schwab  <schwab@redhat.com>
38694
38695         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
38696
38697         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
38698         dependencies back to end of function.
38699
38700         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
38701         $(elfobjdir)/ld.so.
38702
38703 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
38704
38705         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
38706         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
38707         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
38708         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
38709         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
38710         of __vdso_gettimeofday.
38711         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
38712         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
38713         attribute_hidden.
38714         (_libc_vdso_platform_setup): Remove initialization of
38715         __vdso_gettimeofday and __vdso_time.
38716
38717 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
38718
38719         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
38720         and fgetc_unlocked.
38721         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
38722         getc_unlocked.
38723
38724         * elf/dl-open.c (add_to_global): Report additions to the global scope
38725         for LD_DEBUG=scopes.
38726         (dl_open_worker): Also print scope of newly loaded dependencies.
38727         (_dl_show_scope): Indicate if there is no scope.
38728
38729         [BZ #13114]
38730         * stdio-common/Makefile (tests): Add bug24.
38731         * stdio-common/bug24.c: New file.
38732
38733 2011-08-19  Andreas Jaeger  <aj@suse.de>
38734
38735         [BZ #13114]
38736         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
38737         non-existant file when using close-on-exec mode.
38738
38739 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
38740
38741         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
38742         the very first instruction.
38743
38744         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
38745         the CFI state in the end.
38746         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
38747         inclusion of dl-trampoline.h.
38748         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
38749
38750 2011-08-19  Andreas Schwab  <schwab@redhat.com>
38751
38752         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
38753         expectations for long double.
38754
38755         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
38756         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
38757
38758 2011-08-14  David S. Miller  <davem@davemloft.net>
38759
38760         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
38761         artificual limit depends upon the system page size.
38762
38763 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
38764
38765         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
38766         * resolv/Makefile: Define CFLAGS-libresolv.
38767
38768 2011-08-17  Andreas Schwab  <schwab@redhat.com>
38769
38770         * nss/makedb.c (compute_tables): Make variables used in nested
38771         function static.
38772
38773 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
38774
38775         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
38776         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
38777         if buffer was too small.
38778
38779         * elf/pldd.c (main): Attach to all threads in the process.
38780         Rewrite /proc handling to use *at functions.
38781
38782 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
38783
38784         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
38785         specifies first scope to show.
38786         (dl_open_worker): Update callers.  Move printing scope of new
38787         object to before the relocation.
38788         * elf/rtld.c (dl_main): Update _dl_show_scope call.
38789         * sysdeps/generic/ldsodefs.h: Update declaration.
38790
38791         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
38792         string for the scope number.
38793
38794 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
38795
38796         * nscd/servicescache.c (cache_addserv): Make sure written is always
38797         initialized.
38798
38799 2011-08-14  Roland McGrath  <roland@hack.frob.com>
38800
38801         * sysdeps/i386/i486/bits/atomic.h
38802         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
38803         statement expression, so as to suppress "set but not used" warning.
38804         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
38805
38806         * string/strncat.c (STRNCAT): Use prototype definition.
38807
38808         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
38809         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
38810         -Iprograms here.
38811         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
38812         (localedef-modules): Add localedef.
38813         (locale-modules): Add locale.
38814
38815         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
38816         * elf/rtld.c (dl_main): Invert order of assignment in last change,
38817         to avoid a warning.
38818
38819 2011-08-14  David S. Miller  <davem@davemloft.net>
38820
38821         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
38822         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
38823
38824 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
38825
38826         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
38827         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
38828         * elf/rtld.c (dl_main): Set l_name of vDSO.
38829         Call _dl_show_scope when DL_DEBUG_SCOPES.
38830         (process_dl_debug): Recognize scopes flag and also set it for all.
38831         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
38832         Declare _dl_show_scope.
38833
38834         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
38835         (do_dlopen): Pass caller_dlopen to dl_open.
38836         (__libc_dlopen_mode): Initialize caller_dlopen.
38837
38838         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
38839         of libc.  Make tolower call locale-independent.  Optimize a bit by
38840         using isdigit instead of isalnum.
38841         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
38842
38843 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
38844
38845         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
38846         was a dependency or dynamically loaded.
38847
38848 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
38849
38850         * intl/l10nflist.c: Allow architecture-specific pop function.
38851         * sysdeps/x86_64/l10nflist.c: New file.
38852
38853         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
38854         classification.
38855
38856 2011-08-10  Andreas Schwab  <schwab@redhat.com>
38857
38858         * include/dirent.h: Add libc_hidden_proto for scandirat and
38859         scandirat64.  Don't declare __scandirat64.
38860         * dirent/scandirat.c: Add libc_hidden_def.
38861         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
38862         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
38863
38864 2011-08-10  David S. Miller  <davem@davemloft.net>
38865
38866         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
38867         enum.
38868         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
38869         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
38870         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
38871
38872 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
38873
38874         * Versions.def [libc]: Add GLIBC_2.15.
38875         * dirent/Makefile (routines): Add scandirat and scandirat64.
38876         * dirent/Versions [libc]: Export scandirat and scandirat64 for
38877         GLIBC_2.15.
38878         * dirent/dirent.h: Declare scandirat and scandirat64.
38879         * dirent/scandirat.c: New file.
38880         * dirent/scandirat64.c: New file.
38881         * sysdeps/wordsize-64/scandirat.c: New file.
38882         * sysdeps/wordsize-64/scandirat64.c: New file.
38883         * dirent/opendir.c: Define opendirat.
38884         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
38885         using scandirat.
38886         * dirent/scandir64.c: Adjust for scandir.c change.
38887         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
38888         __scandirat64, and __scandir_cancel_handler.
38889         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
38890         additional parameter and use openat instead of open (outside of ld.so).
38891         Add new __opendir as wrapper around __opendirat.
38892         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
38893         here without requiring old scandirat implementation.
38894
38895 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
38896
38897         * dirent/scandir.c (cancel_handler): Renamed to
38898         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
38899         defined.  Adjust users.
38900         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
38901         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
38902
38903 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
38904
38905         * string/test-string.h (IMPL): Use __STRING to expand name and then
38906         stringify it.
38907
38908         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
38909         of cleanups.
38910
38911 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38912
38913         * string/Makefile: Update.
38914         (strop-tests): Append strncat.
38915         * string/test-wcscmp.c: New file.
38916         New comprehensive test for wcscmp.
38917         * string/test-strcmp.c: Update.
38918         (WIDE): New define.
38919
38920 2011-07-22  Andreas Schwab  <schwab@redhat.com>
38921
38922         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
38923         line.
38924
38925 2011-07-26  Andreas Schwab  <schwab@redhat.com>
38926
38927         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
38928         encoding to ACE if AI_IDN.
38929
38930 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
38931
38932         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
38933         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
38934
38935 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
38936
38937         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
38938         Fix overflow bug in strncat.
38939         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
38940
38941         * string/test-strncat.c: Update.
38942         Add new tests for checking overflow bugs.
38943
38944 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
38945
38946         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
38947         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
38948         * sysdeps/i386/i686/multiarch/strcat.S: New file.
38949         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
38950         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
38951         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
38952         * sysdeps/i386/i686/multiarch/strncat.S: New file.
38953         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
38954         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
38955
38956         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
38957         (USE_AS_STRCAT): Define.
38958         Add strcat and strncat support.
38959         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
38960
38961 2011-07-25  Andreas Schwab  <schwab@redhat.com>
38962
38963         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
38964         __n bigger than INT_MAX+1.
38965         (__strncmp_g): Likewise.
38966
38967 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
38968
38969         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
38970         * libio/stido.h: Likewise.
38971
38972         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
38973         (AF_NFC): Define.
38974         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
38975         (AF_NFC): Define.
38976
38977         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
38978         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
38979         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
38980         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
38981         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
38982
38983         [BZ #13021]
38984         * scripts/test-installation.pl: Don't expect libnss_test1 to be
38985         installed.
38986
38987         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
38988         typo.
38989         (_dl_x86_64_save_sse): Likewise.
38990
38991 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
38992
38993         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
38994         OSXSAVE.
38995         (_dl_x86_64_save_sse): Likewise.
38996
38997         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
38998
38999         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
39000
39001 2011-07-21  Andreas Schwab  <schwab@redhat.com>
39002
39003         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
39004         change.
39005         (_dl_x86_64_save_sse): Use correct AVX check.
39006
39007 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39008
39009         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
39010         bug in strncpy/strncat.
39011         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
39012
39013 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
39014
39015         * string/tester.c (test_strcat): Add tests for different alignments
39016         of source and destination.
39017         (test_strncat): Likewise.
39018
39019 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
39020
39021         [BZ #12852]
39022         * posix/glob.c (glob): Check passed in values before using them in
39023         expressions to avoid some overflows.
39024         (glob_in_dir): Likewise.
39025
39026         [BZ #13007]
39027         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
39028         check for AVX enablement so that we don't crash with old kernels and
39029         new hardware.
39030         * elf/tst-audit4.c: Add same checks here.
39031         * elf/tst-audit6.c: Likewise.
39032
39033         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
39034
39035 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
39036
39037         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
39038
39039 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
39040
39041         * po/cs.po: Update from translation team.
39042         * po/bg.po: Likewise.
39043
39044 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
39045
39046         * misc/sys/cdefs.h: Add support for const attribute.
39047         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
39048         to gnu_dev_{major,minor,makedev} functions.
39049
39050 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
39051
39052         * intl/dcigettext.c (get_output_charset): Add missing bracket.
39053
39054 2011-07-20  Andreas Schwab  <schwab@redhat.com>
39055
39056         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
39057         strlen results.
39058
39059 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39060
39061         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
39062         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
39063         register in order to avoid conflicts with the soft frame pointer
39064         being held in r11 when necessary.
39065         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
39066         (INTERNAL_VSYSCALL_NCS): Likewise.
39067
39068 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
39069
39070         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
39071         * elf/dl-fini.c (_dl_fini): Adjust caller.
39072         * elf/dl-close.c (_dl_close_worker): Likewise.
39073         * sysdeps/generic/ldsodefs.h: Adjust declaration.
39074
39075 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
39076
39077         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
39078         "aux_cache->nlibs < 0".
39079
39080         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
39081         in the reload-count case.
39082
39083 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
39084
39085         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
39086         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
39087         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
39088         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
39089         * sysdeps/x86_64/multiarch/strcat.S: New file.
39090         * sysdeps/x86_64/multiarch/strncat.S: New file.
39091         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
39092         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
39093         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
39094         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
39095         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
39096         (USE_AS_STRCAT): Define.
39097         Add strcat and strncat support.
39098         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
39099         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
39100         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
39101         * string/strncat.c: Update.
39102         (USE_AS_STRNCAT): Define.
39103         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39104         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
39105         and i7.
39106         * sysdeps/x86_64/multiarch/init-arch.h
39107         (bit_Prefer_PMINUB_for_stringop): New.
39108         (index_Prefer_PMINUB_for_stringop): Likewise.
39109         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
39110         bit_Prefer_PMINUB_for_stringop.
39111
39112 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
39113
39114         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
39115         buffer64.
39116         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
39117         of casting of buffer.
39118         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
39119         buffer32 and buffer64.
39120         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
39121         writes instead of casting of buffer.
39122         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
39123         buffer32.
39124         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
39125         casting of buffer.
39126
39127 2011-07-19  Andreas Schwab  <schwab@redhat.com>
39128
39129         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
39130
39131 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
39132
39133         * nscd/nscd.c (termination_handler): Don't do anything for a database
39134         if it has not yet been initialized.
39135
39136 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
39137
39138         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
39139
39140 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
39141
39142         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
39143
39144 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
39145
39146         * po/nl.po: Update from translation team.
39147         * po/sv.po: Likewise.
39148
39149 2011-07-16  Roland McGrath  <roland@hack.frob.com>
39150
39151         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
39152         now disallowed by GCC.
39153
39154         * configure.in (use-default-link): Default to yes if a test -shared
39155         link meets our qualifications.
39156         * configure: Regenerated.
39157
39158         * config.make.in (output-format): New variable.
39159         * configure.in: Check for ld --print-output-format support.
39160         * configure: Regenerated.
39161         * Makerules ($(common-objpfx)format.lds)
39162         [$(output-format) != unknown]: Just use $(output-format),
39163         instead of the linker-script munging.
39164
39165 2011-07-14  Roland McGrath  <roland@hack.frob.com>
39166
39167         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
39168         of $(common-objpfx)shlib.lds.
39169         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
39170
39171         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
39172         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
39173
39174         * configure.in (-z relro check): Adjust test code to add a large
39175         writable data section after it.
39176         * configure: Regenerated.
39177
39178 2011-07-11  Roland McGrath  <roland@hack.frob.com>
39179
39180         * configure.in (-z relro check): Fix test code to make the variable
39181         truly const.
39182         * configure: Regenerated.
39183
39184 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
39185
39186         * nscd/nscd.h (struct traced_file): Define.
39187         (struct database_dyn): Remove inotify_descr, reset_res, and filename
39188         elements.  Add traced_files.
39189         (inotify_fd): Declare.
39190         (register_traced_file): Declare.
39191         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
39192         (inotify_fd): Export.
39193         (resolv_conf_descr): Remove.
39194         (nscd_init): Move inotify descriptor creation to main.
39195         Don't register files for notification here.
39196         (register_traced_file): New function.
39197         (invalidate_cache): Don't use reset_res to determine whether to call
39198         res_init, go through the list of registered files.
39199         (main_loop_poll): The inotify descriptors are now stored in the
39200         structures for the traced files.
39201         (main_loop_epoll): Likewise
39202         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
39203         to __nss_disable_nscd.
39204         * nscd/cache.c (prune_cache): There is no single inotify descriptor
39205         for a database anymore.  Check the records for all the registered
39206         files instead.
39207         * nss/Makefile (libnss_files-routines): Add files-init.
39208         (libnss_db-routines): Add db-init.
39209         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
39210         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
39211         * nss/nss_db/db-init.c: New file.
39212         * nss/nss_files/files-init.c: New file.
39213         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
39214         __nss_lookup_function.
39215         (__nss_lookup_function): Call nss_load_library.
39216         (nss_load_all_libraries): New function.
39217         (__nss_disable_nscd): Take parameter with callback function for files
39218         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
39219         used for the cached services.
39220         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
39221         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
39222         options for features to all the files in nscd.
39223
39224         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
39225
39226 2011-07-10  Roland McGrath  <roland@hack.frob.com>
39227
39228         * csu/elf-init.c (__libc_csu_init): Comment typo.
39229
39230 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
39231
39232         * po/pl.po: Update from translation team.
39233         * po/ja.po: Likewise.
39234         * po/ru.po: Likewise.
39235         * po/ko.po: Likewise.
39236         * po/fr.po: Likewise.
39237
39238 2011-07-09  Roland McGrath  <roland@hack.frob.com>
39239
39240         * configure.in (.ctors/.dtors header and trailer check):
39241         Use an empirical test on a built program.
39242         * configure: Regenerated.
39243
39244         * configure.in (-z relro check): Use an empirical test on a built DSO.
39245         Detect, but do not require, on ia64.
39246         * configure: Regenerated.
39247
39248         * configure.in (READELF): Find it with AC_CHECK_TOOL.
39249         Update tests that use readelf to use $READELF instead.
39250         * configure: Regenerated.
39251
39252 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
39253
39254         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
39255         if the result is not used.
39256
39257 2011-07-05  Andreas Jaeger  <aj@suse.de>
39258
39259         [BZ#9696]
39260         * stdlib/tst-strtod.c: Add testcase.
39261
39262 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
39263
39264         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
39265         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
39266         The latter has a higher limit.  Take additional parameter to pass to
39267         the new function.
39268         (__pathconf): Pass file to __statfs_link_max.
39269         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
39270         __statfs_link_max.
39271         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
39272         __statfs_link_max.
39273
39274         [BZ #12868]
39275         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
39276         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
39277         Handle Lustre.
39278         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
39279         (__statfs_filesize_max): Likewise.
39280         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
39281
39282 2011-07-05  Andreas Jaeger  <aj@suse.de>
39283
39284         * resolv/res_comp.c (dn_skipname): Remove unused variable.
39285
39286 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
39287
39288         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
39289         `status' variable.
39290         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
39291         Likewise.
39292
39293 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
39294
39295         * Makefile (strop-tests): Add strncat.
39296         * string/test-strncat.c: New file.
39297
39298 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
39299
39300         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
39301
39302 2011-06-21  Andreas Jaeger  <aj@suse.de>
39303
39304         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
39305         Copy rule from iconvdata/Makefile.
39306
39307 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
39308
39309         [BZ #12922]
39310         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
39311         but no long options are defined, just return 'W'.
39312
39313 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
39314
39315         [BZ #9696]
39316         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
39317
39318 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
39319
39320         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
39321         netgroups to read.
39322         (innetgr): Likewise.
39323
39324 2011-07-05  Roland McGrath  <roland@hack.frob.com>
39325
39326         * config.make.in (install_root): Default to $(DESTDIR).
39327
39328 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
39329
39330         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
39331
39332 2011-07-02  Roland McGrath  <roland@hack.frob.com>
39333
39334         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
39335
39336         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
39337         containing directory rather than embedding absolute directory names.
39338
39339         * scripts/check-local-headers.sh: Rewritten using awk.
39340         Match by word, not by line.  Print error messages for matches.
39341         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
39342
39343         * Makerules [shlib-lds-flags empty]:
39344         ($(common-objpfx)libc_pic.opts): New target.
39345         ($(common-objpfx)libc_pic.os.clean): New target.
39346         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
39347
39348         * config.make.in (OBJCOPY): New variable.
39349         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
39350         * configure: Regenerated.
39351
39352         * config.make.in (use-default-link): New variable.
39353         * configure.in (use_default_link): Grok --with-default-link to set it.
39354         * configure: Regenerated.
39355         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
39356         (shlib-lds, shlib-lds-flags): Define to empty.
39357
39358         * Makerules (shlib-lds): New variable.
39359         (shlib-lds-flags): New variable.
39360         (build-shlib, build-moduile, build-module-asneeded): Use it.
39361         ($(common-objpfx)libc.so): Use $(shlib-lds).
39362         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
39363         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
39364
39365         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
39366         DT_FLAGS/DT_FLAGS_1 with zero flags.
39367
39368         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
39369         linker script munging.
39370
39371 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
39372
39373         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
39374         as 128-bit value.
39375         * crypt/sha512.c (sha512_process_block): Perform total addition using
39376         128-bit if possible.
39377         (__sha512_finish_ctx): Likewise.
39378         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
39379         as 64-bit value.
39380         * crypt/sha256.c (SWAP64): Define.
39381         (sha256_process_block): Perform total addition using 64-bit if
39382         possible.
39383         (__sha256_finish_ctx): Likewise.
39384
39385 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
39386
39387         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
39388         * nscd/initgrcache.c (addinitgroupsX): Likewise.
39389         * nscd/hstcache.c (cache_addhst): Likewise.
39390         * nscd/grpcache.c (cache_addgr): Likewise.
39391         * nscd/aicache.c (addhstaiX): Likewise
39392         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
39393
39394 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
39395
39396         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
39397         * nscd/initgrcache.c (addinitgroupsX): Likewise.
39398         * nscd/hstcache.c (cache_addhst): Likewise.
39399         * nscd/grpcache.c (cache_addgr): Likewise.
39400         * nscd/aicache.c (addhstaiX): Likewise
39401
39402 2011-07-01  Andreas Schwab  <schwab@redhat.com>
39403
39404         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
39405         domain only when needed.
39406
39407 2011-06-30  Andreas Schwab  <schwab@redhat.com>
39408
39409         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
39410         is always restored.
39411
39412 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
39413
39414         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
39415         are re-adding the entry.
39416         * nscd/servicescache.c (cache_addserv): Likewise.
39417
39418 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
39419
39420         * sysdeps/generic/dl-irel.h: fix protection against multiple
39421         inclusions.
39422         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
39423
39424 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
39425
39426         [BZ #12935]
39427         * malloc/memusage.sh: Fix quoting in message.
39428         * debug/xtrace.sh: Likewise.
39429
39430         * configure.in: Remove support for --experimental-malloc option, make
39431         it the default.
39432         * config.make.in: Likewise.
39433         * malloc/Makefile: Likewise.
39434
39435 2011-06-27  Andreas Schwab  <schwab@redhat.com>
39436
39437         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
39438         two-byte characters.
39439
39440 2011-06-27  Roland McGrath  <roland@hack.frob.com>
39441
39442         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
39443         AC_CACHE_CHECK invocation.
39444         * configure: Regenerated.
39445
39446         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
39447
39448 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
39449
39450         [BZ #12350]
39451         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
39452         bit from old_res_options.
39453
39454         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
39455
39456         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
39457         value type for setfct.
39458
39459 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
39460
39461         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
39462         __gettimeofday instead of gettimeofday.
39463
39464 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
39465
39466         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
39467
39468 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
39469
39470         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
39471
39472         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
39473         info.
39474
39475 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
39476
39477         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
39478         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
39479         strcpy-sse2-unaligned strncpy-sse2-unaligned
39480         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
39481         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
39482         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
39483         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
39484         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
39485         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
39486         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
39487         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
39488         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
39489         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
39490         (STRCPY): Support SSE2 and SSSE3 versions.
39491
39492 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
39493
39494         [BZ #12874]
39495         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
39496         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
39497         kernels which artificially limit size of requests.
39498
39499 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
39500
39501         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
39502         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
39503         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
39504         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
39505         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
39506         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
39507         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
39508         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
39509         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
39510         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
39511         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
39512         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
39513         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
39514         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
39515         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
39516         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39517         Enable unaligned load optimization for Intel Core i3, i5 and i7
39518         processors.
39519         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
39520         Define.
39521         (index_Fast_Unaligned_Load): Define.
39522         (HAS_FAST_UNALIGNED_LOAD): Define.
39523
39524 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
39525
39526         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
39527
39528 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
39529
39530         [BZ #12907]
39531         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
39532         until it is clear that the information is realy needed.
39533         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
39534
39535 2011-06-22  Andreas Schwab  <schwab@redhat.com>
39536
39537         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
39538
39539 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
39540
39541         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
39542         /sys/devices/system/cpu/online if it is usable.
39543
39544         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
39545         reading the information from the /proc filesystem to once a second.
39546
39547 2011-06-21  Andreas Jaeger  <aj@suse.de>
39548
39549         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
39550         NULL after inclusion of kernel headers.
39551
39552 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
39553
39554         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
39555         calls to internal_setent.
39556
39557         [BZ #12885]
39558         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
39559         addresses using gethostbyname4_r ignore IPv4 addresses.
39560
39561         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
39562         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
39563
39564         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
39565
39566 2011-06-20  David S. Miller  <davem@davemloft.net>
39567
39568         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
39569         inclusions.
39570         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
39571
39572         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
39573         (elf_irel): Use it.
39574         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
39575         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
39576         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
39577         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
39578         * sysdeps/x86_64/dl-irel.h: Likewise.
39579
39580         * elf/dl-runtime.c: Use elf_ifunc_invoke.
39581         * elf/dl-sym.c: Likewise.
39582
39583 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
39584
39585         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
39586         need to dereference resplen2.
39587
39588 2011-06-14  Andreas Schwab  <schwab@redhat.com>
39589
39590         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
39591
39592 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
39593
39594         * Makeconfig: Define vardbdir and inst_vardbdir.
39595         * nss/Makefile: Add rules to install db-Makefile.
39596
39597         * nss/nss_db/db-XXX.c: Cleanup.
39598
39599         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
39600         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
39601         GLIBC_PRIVATE.
39602         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
39603         * nss/makedb.c: Implement -g option to specify that value strings
39604         are generated and should not be added to table iterated over for
39605         get*ent calls.
39606         * nss/nss_db/db-initgroups.c: New file.
39607
39608         * nss/getent.c: Add support for initgroups lookups through getgrouplist
39609         interface.
39610
39611         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
39612         (internal_getgrouplist): Adjust to name change.
39613         Update use_initgroups_entry if this is not the first call.
39614         * nss/databases.def: Add initgroups entry.
39615
39616         * nss/makedb.c (compute_tables): Check result of multiple hash table
39617         sizes to minimize maximum chain length.
39618
39619 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
39620
39621         * Versions.def: Add entry for libnss_db.
39622         * shlib-versions: Likewise.
39623         * nss/Makefile: Add rules to build libnss_db.
39624         * nss/Versions: Add libnss_db information.  Organize libnss_files
39625         entries better.
39626         * nss/db-Makefile: Add gshadow support.  Change rules for the new
39627         makedb progra.  Some minor improvements to generate smaller files.
39628         * nss/nss_db/nss_db.h: Move NSS database header data structures to
39629         here from...
39630         * nss/makedb.c: ...here.
39631         Improve database format to be smaller and require less memory at
39632         runtime.
39633         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
39634         db anymore.
39635         * nss/nss_db/db-netgrp.c: Likewise.
39636         * nss/nss_db/db-open.c: Likewise.
39637         * nss/nss_files/flies-XXX.x: Adjust comments.
39638         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
39639         * nss/nss_files/files-grp.c: Likewise.
39640         * nss/nss_files/files-hosts.c: Likewise.
39641         * nss/nss_files/files-network.c: Likewise.
39642         * nss/nss_files/files-proto.c: Likewise.
39643         * nss/nss_files/files-pwd.c: Likewise.
39644         * nss/nss_files/files-rpc.c: Likewise.
39645         * nss/nss_files/files-service.c: Likewise.
39646         * nss/nss_files/files-sgrp.c: Likewise.
39647         * nss/nss_files/files-spwd.c: Likewise.
39648         * nss/nss_db/db-alias.c: Removed.
39649         * nss/nss_db/dummy-db.h: Removed.
39650
39651 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
39652
39653         * nss/makedb.c: Rewritten to not use database library.
39654         * nss/Makefile: Update to build new makedb program.
39655
39656 2011-06-14  Andreas Jaeger  <aj@suse.de>
39657
39658         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
39659         memset declaration.
39660
39661 2011-06-10  Andreas Schwab  <schwab@redhat.com>
39662
39663         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
39664         tmpbuf.
39665
39666 2011-06-10  Roland McGrath  <roland@hack.frob.com>
39667
39668         * Makerules (shlib.lds): Fail if the linker script comes out empty.
39669         * elf/Makefile ($(objpfx)ld.so): Likewise.
39670
39671         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
39672         Don't list ld.so twice in dependencies.
39673
39674         * posix/bug-regex31.c: Include <stdlib.h>.
39675
39676         * nscd/hstcache.c (cache_addhst): Remove unused variable.
39677
39678         * nis/nss_compat/compat-spwd.c
39679         (getspent_next_nss_netgr): Remove unused variable.
39680         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
39681
39682         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
39683         nonmembers" output to use the right array.
39684
39685         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
39686
39687         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
39688
39689         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
39690         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
39691         * catgets/gencat.c (read_input_file): Likewise.
39692         * locale/programs/locarchive.c (enlarge_archive): Likewise.
39693
39694         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
39695         variable definition inside #if's controlling its use.
39696
39697         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
39698
39699         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
39700
39701         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
39702
39703         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
39704         unreachable code.
39705
39706         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
39707
39708         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
39709         * configure: Regenerated.
39710
39711         * Makerules: Revert last change.
39712         * elf/Makefile: Likewise.
39713
39714 2011-06-09  Roland McGrath  <roland@hack.frob.com>
39715
39716         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
39717         * elf/Makefile ($(objpfx)librtld.os): Likewise.
39718         (reloc-link): Likewise.
39719
39720 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
39721
39722         * elf/Makefile: Add rules to build pldd.
39723         * elf/pldd.c: New file.
39724         * elf/pldd-xx.c: New file.
39725
39726 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
39727
39728         * version.h: Update for 2.15 development version.
39729
39730 2011-06-07  David S. Miller  <davem@davemloft.net>
39731
39732         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
39733         ifuncs.
39734         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
39735         elf_machine_lazy_rel): Likewise.
39736         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
39737         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
39738         elf_machine_lazy_rel): Likewise.
39739         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
39740         dl_hwcap via passed in argument.
39741         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
39742         Likewise.
39743
39744 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39745
39746         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
39747
39748 2011-06-06  Roland McGrath  <roland@hack.frob.com>
39749
39750         [BZ #12849]
39751         * manual/fdl-1.1.texi: New file, verbatim from:
39752         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
39753         * manual/lgpl-2.1.texi: New file, verbatim from:
39754         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
39755         * manual/Makefile (licenses): New variable, list those new file names.
39756         (texis): Use it.
39757         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
39758
39759         * manual/fdl.texi: File removed.
39760         * manual/lesser.texi: File removed.
39761         * manual/libc.texinfo (Copying, Documentation License):
39762         Use new @include file names, put @appendix directive before @include.
39763
39764 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
39765
39766         [BZ #12841]
39767         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
39768         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
39769         (mq_open): Add __NTH.
39770
39771 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
39772
39773         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39774         Assume Intel Core i3/i5/i7 processor if AVX is available.
39775
39776 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
39777
39778         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
39779         typo.
39780
39781 2011-05-31  Andreas Schwab  <schwab@redhat.com>
39782
39783         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
39784         memory.  Use alloca_account.  Fix memory leak when retrying.
39785
39786 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
39787
39788         * version.h (RELEASE): Bump for 2.14 release.
39789         * include/features.h (__GLIBC_MINOR__): Bump to 14.
39790
39791         * config.make.in (RANLIB): Remove entry.
39792
39793 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
39794
39795         * po/Makefile (po-sed-cmd): Add ksh to extensions.
39796         (libc.pot): Work around missing support for .ksh extension in xgettext.
39797
39798         [BZ #12684]
39799         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
39800         if both request failed.
39801         (send_dg): In case of server errors clear resplen or *resplen2.
39802
39803         [BZ #12454]
39804         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
39805         when there are multiple maps.
39806         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
39807         (_dl_fini): Remove test here.
39808
39809         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
39810
39811 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
39812
39813         [BZ #12350]
39814         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
39815         bit from old_res_options.
39816         (gaih_inet): Likewise.
39817
39818         [BZ #11099]
39819         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
39820         as signed.
39821
39822         * resolv/res_init.c (res_setoptions): Make the code more compact.
39823
39824         [BZ #11558]
39825         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
39826         set RES_USEVC.
39827
39828         [BZ #11634]
39829         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
39830
39831         * malloc/malloc.h: Mark malloc hook variables as deprecated.
39832
39833         [BZ #11781]
39834         * malloc/malloc.h: Declare malloc hook variables as volatile.
39835
39836         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
39837         in last patch.
39838
39839         [BZ #11799]
39840         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
39841         raise in the comment.
39842         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
39843         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
39844         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
39845
39846 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
39847
39848         [BZ #12811]
39849         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
39850         grow the buffers more if it already has to be sufficient.
39851         (build_wcs_upper_buffer): Likewise.
39852         * posix/regexec.c (check_matching): Likewise.
39853         (clean_state_log_if_needed): Likewise.
39854         (extend_buffers): Don't enlarge buffers beyond size of the input
39855         buffer.
39856         Patches mostly by Emil Wojak <emil@wojak.eu>.
39857         * posix/bug-regex32.c: New file.
39858         * posix/Makefile (tests): Add bug-regex32.
39859
39860         * locale/findlocale.c (_nl_find_locale): Return right away if
39861         _nl_explode_name failed.
39862         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
39863
39864         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
39865
39866         * debug/xtrace.sh: Unify messages.
39867         * malloc/memusage.sh: Likewise.
39868
39869         [BZ #12813]
39870         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
39871         time symbol from vDSO.  Substitute with vsyscall if not available.
39872         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
39873         __vdso_time.
39874
39875         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
39876         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
39877         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
39878         Add sendmmsg and internal_sendmmsg.
39879         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
39880         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
39881         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
39882
39883         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
39884         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
39885         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
39886
39887 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
39888
39889         [BZ #12813]
39890         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
39891         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
39892         available.
39893         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
39894         __vdso_getcpu.
39895
39896         [BZ #12814]
39897         * iconvdata/Makefile (tests): Add bug-iconv9.
39898         * iconvdata/bug-iconv9.c: New file.
39899
39900 2011-05-27  Andreas Schwab  <schwab@redhat.com>
39901
39902         [BZ #12814]
39903         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
39904
39905 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
39906
39907         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
39908         (struct user_regs_struct): Change intcs field back to cs.
39909
39910 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
39911
39912         * po/ja.po: Update from translation team.
39913
39914 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
39915
39916         [BZ #12795]
39917         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
39918         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
39919
39920 2011-05-20  Andreas Schwab  <schwab@redhat.com>
39921
39922         * stdlib/longlong.h: Update from GCC.
39923
39924 2011-05-23  Andreas Schwab  <schwab@redhat.com>
39925
39926         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
39927         parameter name.
39928         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
39929         Add parameter name.
39930         (__sysconf): Pass it down.
39931
39932 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
39933
39934         [BZ #12671]
39935         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
39936         some situations.
39937         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
39938         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
39939         add in in __libc_use_alloca calls.  Adjust callers.
39940         (glob): Use malloc in some situations.
39941
39942         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
39943         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
39944         pltexit.
39945
39946 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
39947
39948         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
39949         and CLOCK_BOOTTIME_ALARM.
39950
39951         [BZ #12782]
39952         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
39953         is returned.
39954
39955         * string/_strerror.c (__strerror_r): Print negative errors as signed
39956         numbers.
39957
39958         [BZ #12777]
39959         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
39960         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
39961         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
39962
39963         * configure.in: Fix typo in redirection and correct removal of test
39964         files in two cases.
39965
39966         [BZ #12788]
39967         * locale/setlocale.c (new_composite_name): Fix test to check for
39968         identical name of all categories.
39969
39970         [BZ #12792]
39971         * libio/filedoalloc.c (local_isatty): New function.
39972         (_IO_file_doallocate): Use local_isatty.
39973         * stdio-common/perror.c (perror): In case a new stream is used
39974         forward the stream error.
39975         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
39976         error flag.
39977
39978 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
39979
39980         [BZ #11869]
39981         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
39982         alloca.
39983         * include/alloca.h (extend_alloca_account): Define.
39984
39985         [BZ #11857]
39986         * posix/regex.h: Fix comments with documentation of user-accessible
39987         fields after compilation and describe correct free'ing of pattern
39988         after re_compile_pattern.
39989         Patch by Reuben Thomas <rrt@sc3d.org>.
39990
39991 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
39992
39993         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
39994         and -mno-altivec to prevent the compiler from using Altivec and/or
39995         VSX instructions when the corresponding registers are not available.
39996
39997 2011-05-19  Andreas Schwab  <schwab@redhat.com>
39998
39999         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
40000
40001 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
40002
40003         * libio/freopen.c (freopen): Use __dup2, not dup2.
40004         * libio/freopen64.c (freopen64): Likewise.
40005
40006 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
40007
40008         [BZ #12775]
40009         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
40010         * math/Makefile (tests): Add test-powl.
40011         (CFLAGS-test-powl.c): Define.
40012         * math/test-powl.c: New file.
40013
40014 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40015
40016         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
40017
40018 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
40019
40020         [BZ #11837]
40021         * iconvdata/gb18030.c: Update to GB18020-2005.
40022
40023 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
40024
40025         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
40026         RE_SYNTAX_POSIX_AWK): Update to match recent development.
40027         Patch by Aharon Robbins <arnold@skeeve.com>.
40028
40029         [BZ #11892]
40030         * stdlib/putenv.c (putenv): Don't always create copy of the variable
40031         on the stack.
40032
40033         [BZ #11895]
40034         * misc/pselect.c (__pselect): Handle timeout value errors hidden
40035         through underflows.
40036
40037         [BZ #12766]
40038         * misc/error.c (error_at_line): Ensure file_name and old_file_name
40039         point to strings before performing equality test for error_one_per_line
40040         mode.
40041
40042         [BZ #11697]
40043         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
40044
40045         [BZ #11820]
40046         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
40047         (struct user_fpregs_struct): Avoid __uint*_t types.
40048
40049         [BZ #6420]
40050         * malloc/mtrace.c (tr_where): Add additional parameter to point to
40051         symbol info.  Use it instead of calling _dl_addr locally.
40052         (lock_and_info): New function.
40053         (tr_freehook): Call lock_and_info and pass symbol info as additional
40054         parameter to tr_where.
40055         (tr_mallochook): Likewise.
40056         (tr_reallochook): Likewise.
40057         (tr_memalignhook): Likewise.
40058
40059         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
40060         used and couldn't be at all thread-safe.
40061
40062 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
40063
40064         * libio/freopen.c (freopen): Don't close old file descriptor
40065         before the new one is opened.  Instead dup the new file descriptor
40066         to the old one after the new stream is created.
40067         * libio/freopen64.c (freopen64): Likewise.
40068         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
40069         * libio/fileops.c (_IO_new_file_close_it): Handle new
40070         _IO_FLAGS2_NOCLOSE flag.
40071         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
40072         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
40073         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
40074         _IO_FLAGS2_NOCLOSE flag.
40075         * include/unistd.h: Add hidden_proto for dup3.
40076         Define __have_dup3.
40077         * io/dup3.c: Define hidden symbol.
40078         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
40079
40080         [BZ #7101]
40081         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
40082         when an incomplete long option is used.
40083         * posix/tst-getopt_long1.c: New file.
40084         * posix/Makefile (tests): Add tst-getopt_long1.
40085
40086         [BZ #10138]
40087         * scripts/config.guess: Update from autoconf-2.68.
40088         * scripts/config.sub: Likewise.
40089
40090         [BZ #10157]
40091         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
40092         tests into ...
40093         (has_cpuclock): ...this.  New function.
40094         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
40095         macro here based on has_cpuclock code.
40096
40097         [BZ #10149]
40098         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
40099         First byte (not low byte) is now always NUL.
40100         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
40101
40102         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
40103         Use non-cancelable interfaces.
40104
40105         [BZ #9809]
40106         * locale/iso-639.def: Add entry for Sorani.
40107
40108         [BZ #11901]
40109         * include/stdlib.h: Move include protection to the right place.
40110         Define abort_msg_s.  Declare __abort_msg with it.
40111         * stdlib/abort.c (__abort_msg): Adjust type.
40112         * assert/assert.c (__assert_fail_base): New function.  Majority
40113         of code from __assert_fail.  Allocate memory for __abort_msg with
40114         mmap.
40115         (__assert_fail): Now call __assert_fail_base.
40116         * assert/assert-perr.c: Remove bulk of implementation.  Use
40117         __assert_fail_base.
40118         * include/assert.hL Declare __assert_fail_base.
40119         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
40120         mmap.
40121         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
40122
40123 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
40124
40125         [BZ #11952]
40126         [BZ #12453]
40127         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
40128         until all modules are registered in the DTV.
40129         * elf/Makefile: Add rules to build and run tst-tls19.
40130         * elf/tst-tls19.c: New file.
40131         * elf/tst-tls19mod1.c: New file.
40132         * elf/tst-tls19mod2.c: New file.
40133         * elf/tst-tls19mod3.c: New file.
40134         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
40135
40136         [BZ #12083]
40137         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
40138         correctly.
40139
40140         [BZ #12601]
40141         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
40142         two-byte sequence errors.
40143         * iconvdata/Makefile (tests): Add bug-iconv8.
40144         * iconvdata/bug-iconv8.c: New file.
40145
40146         [BZ #12626]
40147         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
40148         buf2 definition.
40149
40150         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
40151
40152         [BZ #12432]
40153         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
40154         (dummy_getcfa): New function.
40155         (init): Get _Unwind_GetCFA address, use dummy if not found.
40156         (backtrace_helper): In recursion check, also check whether CFA changes.
40157         (__backtrace): Completely initialize arg.
40158
40159         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
40160         storing incomplete byte sequence in state object.  Avoid testing for
40161         guaranteed too small input if we know there is enough data available.
40162
40163 2011-05-11  Andreas Schwab  <schwab@redhat.com>
40164
40165         * Makeconfig (+link-pie): Indent.
40166         * Rules (binaries-pie): Define if $(have-fpie) and
40167         $(build-shared).
40168         (binaries-shared): Also filter out $(binaries-pie).
40169         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
40170         * nscd/Makefile (others-pie): Add nscd.
40171         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
40172         ($(objpfx)nscd): Remove command override.
40173         * login/Makefile (others-pie): Add pt_chown.
40174         ($(objpfx)pt_chown): Remove command override.
40175         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
40176         remove command overrides.
40177
40178 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
40179
40180         * libio/tst_putwc.c: Fix error messages.
40181
40182         [BZ #12724]
40183         * libio/fileops.c (_IO_new_file_close_it): Always flush when
40184         currently writing and seek to current position when not.
40185         * libio/Makefile (tests): Add bug-fclose1.
40186         * libio/bug-fclose1.c: New file.
40187
40188 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
40189
40190         [BZ #12511]
40191         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
40192         don't set DF_1_NODELETE here.
40193         (do_lookup_x): When entering new entry test for copy relocation
40194         and if necessary set DF_1_NODELETE flag.
40195         * elf/tst-unique4.cc: New file.
40196         * elf/tst-unique4.h: New file.
40197         * elf/tst-unique4lib.cc: New file.
40198         * elf/Makefile: Add rules to build and run tst-unique4.
40199         Patch by Piotr Bury <pbury@goahead.com>.
40200
40201 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
40202
40203         [BZ #12052]
40204         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
40205
40206         [BZ #12625]
40207         * misc/mntent_r.c (addmntent): Flush the stream after the output
40208
40209         [BZ #12393]
40210         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
40211         (is_trusted_path_normalize): Skip initial colon.  Append slash
40212         to empty buffer.  Duplicate is_trusted_path code but allow
40213         constructed patch to be prefix.
40214         (is_dst): Allow $ORIGIN followed by /.
40215         (_dl_dst_substitute): Correct clearing of check_for_trusted.
40216         Correct testing of result of is_trusted_path_normalize
40217         (decompose_rpath): Fix warning.
40218
40219 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
40220
40221         [BZ #11257]
40222         * grp/initgroups.c (internal_getgrouplist): When we found the service
40223         list through the initgroups entry in nsswitch.conf do not always
40224         continue on a successful lookup.  Don't always use the
40225         __nss_group_database value if it is set.
40226         * nss/nsswitch.conf (initgroups): Change action for successful db
40227         lookup to continue for compatibility.
40228
40229 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
40230
40231         [BZ #11532]
40232         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
40233         and CP774 modules.
40234         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
40235         and CP774 modules.
40236         * iconvdata/tst-tables.sh: Likewise.
40237         * iconvdata/cp770.c: New file.
40238         * iconvdata/cp771.c: New file.
40239         * iconvdata/cp772.c: New file.
40240         * iconvdata/cp773.c: New file.
40241         * iconvdata/cp774.c: New file.
40242         * iconvdata/testdata/CP770: New file.
40243         * iconvdata/testdata/CP770..UTF8: New file.
40244         * iconvdata/testdata/CP771: New file.
40245         * iconvdata/testdata/CP771..UTF8: New file.
40246         * iconvdata/testdata/CP772: New file.
40247         * iconvdata/testdata/CP772..UTF8: New file.
40248         * iconvdata/testdata/CP773: New file.
40249         * iconvdata/testdata/CP773..UTF8: New file.
40250         * iconvdata/testdata/CP774: New file.
40251         * iconvdata/testdata/CP774..UTF8: New file.
40252
40253         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
40254         END CHARMAP line.
40255         * iconvdata/gen-8bit-gap.sh: Likewise.
40256         * iconvdata/gen-8bit.sh: Likewise.
40257
40258         * locale/iso-639.def: Add ary entry.
40259
40260         [BZ #11258]
40261         * locale/C-translit.h.in: Add U20A1 transliteration.
40262
40263         [BZ #12178]
40264         * locale/iso-639.def: Add wae entry.
40265         Patch by Kevin Bortis <bortis@translate-wae.ch>.
40266
40267         [BZ #12545]
40268         * locale/programs/localedef.c (construct_output_path): Use ssize_t
40269         for n.
40270
40271         [BZ #12711]
40272         * locale/C-translit.h.in: Add entry for U20B9.
40273         Patch by pravin.d.s@gmail.com.
40274
40275 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
40276
40277         [BZ #12713]
40278         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
40279         ENAMETOOLONG use generic getcwd.
40280         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
40281         in rtld.  Use *stat64.
40282         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
40283         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
40284         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
40285         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
40286         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
40287         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
40288         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
40289         __fstatat64 macros.
40290         * include/dirent.h: Add libc_hidden_proto for rewinddir.
40291         * dirent/rewinddir.c: Add libc_hidden_def.
40292         * sysdeps/mach/hurd/rewinddir.c: Likewise.
40293         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
40294
40295         * include/dirent.h (__alloc_dir): Add flags parameter.
40296         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
40297         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
40298         __alloc_dir.
40299         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
40300         from fdopendir if O_CLOEXEC is already set.
40301
40302 2011-03-15  Alan Modra  <amodra@gmail.com>
40303
40304         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
40305         l_tls_firstbyte_offset non-zero.  Save padding offset in
40306         l_tls_firstbyte_offset for later use.
40307         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
40308         freeing static tls block.
40309
40310 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
40311
40312         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
40313         where #ifdef was intended.  The intent is to prevent ARG_MAX from
40314         being defined by the kernel headers.
40315
40316 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
40317
40318         [BZ #12734]
40319         * resolv/resolv.h: Define RES_NOTLDQUERY.
40320         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
40321         no-tld-query and set RES_NOTLDQUERY.
40322         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
40323         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
40324         modern BIND to search name as TLD unless forbidden.
40325
40326 2011-05-07  Petr Baudis  <pasky@suse.cz>
40327             Ulrich Drepper  <drepper@gmail.com>
40328
40329         [BZ #12393]
40330         * elf/dl-load.c (fillin_rpath): Move trusted path check...
40331         (is_trusted_path): ...to here.
40332         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
40333         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
40334         using is_trusted_path_normalize() in setuid scripts.
40335
40336 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
40337
40338         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
40339         __BEGIN/__END_DECLS.
40340
40341 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
40342
40343         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
40344         NSS_STATUS_NOTFOUND if no record was found.
40345
40346 2011-05-05  Andreas Schwab  <schwab@redhat.com>
40347
40348         * sunrpc/Makefile (headers): Add rpc/netdb.h.
40349         (headers-not-in-tirpc): Remove rpc/netdb.h
40350         * resolv/netdb.h: Revert last change.
40351
40352 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
40353
40354         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
40355         circular dependency between libgcc.a and libc.a.
40356
40357 2011-05-05  Andreas Schwab  <schwab@redhat.com>
40358
40359         * resolv/netdb.h: Don't include <rpc/netdb.h>.
40360         * nis/Makefile: Don't install rpcsvc/*.
40361         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
40362         instead of <rpc/types.h>.
40363         (MAXHOSTNAMELEN): Define.
40364
40365 2011-05-03  Andreas Schwab  <schwab@redhat.com>
40366
40367         * elf/ldconfig.c (add_dir): Don't crash on empty path.
40368
40369 2011-04-28  Maciej Babinski  <mbabinski@google.com>
40370
40371         [BZ #12714]
40372         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
40373         gethostbyname4_r when IPv6 results are possible.
40374
40375 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
40376
40377         [BZ #12723]
40378         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
40379         _PC_PIPE_BUF handling.
40380
40381 2011-04-30  Bruno Haible  <bruno@clisp.org>
40382
40383         [BZ #12717]
40384         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
40385         * resolv/netdb.h (getnameinfo): Change type of flags parameter
40386         to 'int'.
40387         * inet/getnameinfo.c (getnameinfo): Likewise.
40388
40389 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
40390
40391         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
40392         to groups setting in database lookup.
40393         * nss/nsswitch.conf: Add initgroups entry.
40394
40395 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
40396
40397         [BZ #12685]
40398         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
40399         mode string.
40400         Patch by Eric Blake <eblake@redhat.com>.
40401
40402 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
40403
40404         * sunrpc/Makefile (need-export-routines): Add svc_run.
40405         (routines): Remove svc_run.
40406         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
40407         * sunrpc/clnt_perr.c (clnt_perrno): Export.
40408         * sunrpc/svc_run.c (svc_run): Likewise.
40409         * sunrpc/svc_udp.c (svcudp_create): Likewise.
40410
40411 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
40412
40413         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
40414         problem in reallocation in last patch.
40415
40416 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
40417
40418         * sunrpc/Makefile: Move inclusion of Rules.
40419
40420 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
40421
40422         * nss/nss_files/files-initgroups.c: New file.
40423         * nss/Makefile (libnss_files-routines): Add files-initgroups.
40424         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
40425         _nss_files_initgroups_dyn.
40426
40427 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
40428
40429         * elf/elf.h (R_ARM_IRELATIVE): Define.
40430
40431 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
40432
40433         * po/ru.po: Update from translation team.
40434
40435 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
40436
40437         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
40438         dependencies.
40439
40440 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
40441
40442         [BZ #12653]
40443         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
40444         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
40445         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
40446         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
40447         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
40448
40449 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
40450
40451         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
40452         differing bytes.
40453         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
40454         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
40455         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
40456
40457 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
40458
40459         [BZ #12420]
40460         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
40461         storing it.
40462         * stdlib/bug-getcontext.c: New file.
40463         * stdlib/Makefile: Add rules to build and run bug-getcontext.
40464
40465 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40466
40467         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
40468         instructions into .machine "z9-109".
40469         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
40470         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
40471
40472 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40473
40474         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
40475         between environment variables and auxiliary vector.
40476
40477 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
40478
40479         * Makefile: Add rules to build linkobj/libc.so.
40480         * include/libc-symbols.h: Define libc_hidden_nolink.
40481         * include/rpc/auth.h: Mark functions which are to be hidden.
40482         * include/rpc/auth_des.h: Likewise.
40483         * include/rpc/auth_unix.h: Likewise.
40484         * include/rpc/clnt.h: Likewise.
40485         * include/rpc/des_crypt.h: Likewise.
40486         * include/rpc/key_prot.h: Likewise.
40487         * include/rpc/pmap_clnt.h: Likewise.
40488         * include/rpc/pmap_prot.h: Likewise.
40489         * include/rpc/pmap_rmt.h: Likewise.
40490         * include/rpc/rpc_msg.h: Likewise.
40491         * include/rpc/svc.h: Likewise.
40492         * include/rpc/svc_auth.h: Likewise.
40493         * include/rpc/xdr.h: Likewise.
40494         * nis/Makefile: Link all DSOs against linkobj/libc.so.
40495         * nss/Makefile: Likewise.
40496         * sunrpc/Makefile: Don't install headers.  Build library with normal
40497         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
40498         * sunrpc/auth_des.c: Hide exported symbols by default, export some
40499         for the compat linking library.  Remove use of INTDEF/INTUSE.
40500         * sunrpc/auth_none.c: Likewise.
40501         * sunrpc/auth_unix.c: Likewise.
40502         * sunrpc/authdes_prot.c: Likewise.
40503         * sunrpc/authuxprot.c: Likewise.
40504         * sunrpc/clnt_gen.c: Likewise.
40505         * sunrpc/clnt_perr.c: Likewise.
40506         * sunrpc/clnt_raw.c: Likewise.
40507         * sunrpc/clnt_simp.c: Likewise.
40508         * sunrpc/clnt_tcp.c: Likewise.
40509         * sunrpc/clnt_udp.c: Likewise.
40510         * sunrpc/clnt_unix.c: Likewise.
40511         * sunrpc/des_crypt.c: Likewise.
40512         * sunrpc/des_soft.c: Likewise.
40513         * sunrpc/get_myaddr.c: Likewise.
40514         * sunrpc/key_call.c: Likewise.
40515         * sunrpc/key_prot.c: Likewise.
40516         * sunrpc/netname.c: Likewise.
40517         * sunrpc/pm_getmaps.c: Likewise.
40518         * sunrpc/pm_getport.c: Likewise.
40519         * sunrpc/pmap_clnt.c: Likewise.
40520         * sunrpc/pmap_prot.c: Likewise.
40521         * sunrpc/pmap_prot2.c: Likewise.
40522         * sunrpc/pmap_rmt.c: Likewise.
40523         * sunrpc/publickey.c: Likewise.
40524         * sunrpc/rpc_cmsg.c: Likewise.
40525         * sunrpc/rpc_common.c: Likewise.
40526         * sunrpc/rpc_dtable.c: Likewise.
40527         * sunrpc/rpc_prot.c: Likewise.
40528         * sunrpc/rpc_thread.c: Likewise.
40529         * sunrpc/rtime.c: Likewise.
40530         * sunrpc/svc.c: Likewise.
40531         * sunrpc/svc_auth.c: Likewise.
40532         * sunrpc/svc_authux.c: Likewise.
40533         * sunrpc/svc_raw.c: Likewise.
40534         * sunrpc/svc_run.c: Likewise.
40535         * sunrpc/svc_simple.c: Likewise.
40536         * sunrpc/svc_tcp.c: Likewise.
40537         * sunrpc/svc_udp.c: Likewise.
40538         * sunrpc/svc_unix.c: Likewise.
40539         * sunrpc/svcauth_des.c: Likewise.
40540         * sunrpc/xcrypt.c: Likewise.
40541         * sunrpc/xdr.c: Likewise.
40542         * sunrpc/xdr_array.c: Likewise.
40543         * sunrpc/xdr_float.c: Likewise.
40544         * sunrpc/xdr_intXX_t.c: Likewise.
40545         * sunrpc/xdr_mem.c: Likewise.
40546         * sunrpc/xdr_rec.c: Likewise.
40547         * sunrpc/xdr_ref.c: Likewise.
40548         * sunrpc/xdr_sizeof.c: Likewise.
40549         * sunrpc/xdr_stdio.c: Likewise.
40550
40551 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
40552
40553         [BZ #12650]
40554         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
40555         * sysdeps/ia64/dl-tls.h: Likewise.
40556         * sysdeps/powerpc/dl-tls.h: Likewise.
40557         * sysdeps/s390/dl-tls.h: Likewise.
40558         * sysdeps/sh/dl-tls.h: Likewise.
40559         * sysdeps/sparc/dl-tls.h: Likewise.
40560         * sysdeps/x86_64/dl-tls.h: Likewise.
40561         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
40562
40563 2011-03-14  Andreas Schwab  <schwab@redhat.com>
40564
40565         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
40566         rpath element also skip the following colon.
40567         (expand_dynamic_string_token): Add is_path parameter and pass
40568         down to DL_DST_REQUIRED and _dl_dst_substitute.
40569         (decompose_rpath): Call expand_dynamic_string_token with
40570         non-zero is_path.  Ignore empty rpaths.
40571         (_dl_map_object_from_fd): Call expand_dynamic_string_token
40572         with zero is_path.
40573
40574 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
40575
40576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
40577         Make cancelable.
40578
40579 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
40580
40581         [BZ #12655]
40582         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
40583         Patch by Filipe David Manana <fdmanana@apache.org>.
40584
40585 2011-04-07  Andreas Schwab  <schwab@redhat.com>
40586
40587         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
40588         Maintain aligned stack.
40589         (CHECK_RSP): Remove unused macro.
40590
40591 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
40592
40593         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
40594         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
40595
40596 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
40597
40598         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
40599
40600         * include/features.h: Mention __USE_XOPEN2K8 in comment.
40601
40602 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
40603
40604         [BZ #12518]
40605         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
40606         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
40607         * sysdeps/x86_64/memmove.c: New file.
40608         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
40609         (memcpy): Renamed to ...
40610         (__new_memcpy): This.
40611         (memcpy): Provide GLIBC_2_14 memcpy.
40612         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
40613         (memcpy): Provide GLIBC_2_2_5 memcpy.
40614
40615 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
40616
40617         [BZ #12631]
40618         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
40619
40620 2011-03-30  Andreas Schwab  <schwab@redhat.com>
40621
40622         * misc/syncfs.c: New file.
40623         * misc/Makefile (routines): Add syncfs.
40624         * posix/unistd.h: Declare syncfs.
40625         * sysdeps/unix/syscalls.list: Add syncfs.
40626
40627 2011-04-01  Andreas Schwab  <schwab@redhat.com>
40628
40629         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
40630         open_by_handle_at.
40631         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
40632         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
40633         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
40634         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
40635         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
40636         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
40637         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
40638
40639 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
40640
40641         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
40642         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
40643         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
40644         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
40645         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
40646         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
40647         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
40648
40649         * io/Makefile: Compile fallocate.c, fallocate64.c, and
40650         sync_file_range.c with -fexceptions.
40651         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
40652         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
40653         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
40654         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
40655         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
40656         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
40657         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
40658         sync_file_range as cancellation point
40659         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
40660         now a wrapper around __call_sync_file_range with cancellation handling.
40661         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
40662         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
40663         function name to __call_sync_file_range.
40664         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
40665         Add call_sync_file_range.
40666
40667 2011-04-01  Andreas Schwab  <schwab@redhat.com>
40668
40669         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40670         bits/timex.h.
40671
40672 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
40673
40674         * iconv/iconv.h: Fix typo in comment.
40675         * io/fcntl.h: Likewise.
40676         * libio/stdio.h: Likewise.
40677         * posix/spawn.h: Likewise.
40678         * posix/unistd.h: Likewise.
40679         * stdlib/stdlib.h: Likewise.
40680         * time/time.h: Likewise.
40681         * wcsmbs/wchar.h: Likewise.
40682
40683         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
40684         open_by_handle): Add.
40685         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
40686         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
40687         Augment a few comments.
40688         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
40689         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
40690         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
40691         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
40692         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
40693         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
40694         open_by_handle.
40695
40696         * io/fcntl.h (AT_EMPTY_PATH): Define.
40697
40698 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
40699
40700         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
40701         * sysdeps/unix/sysv/linux/bits/time.h: New file.
40702         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
40703         to...
40704         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
40705         * Versions.def: Add GLIBC_2.14.
40706         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
40707         Export.
40708
40709 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
40710
40711         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
40712         round counter.
40713         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
40714
40715 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40716
40717         [BZ #12597]
40718         * string/test-strncmp.c (do_page_test): New function.
40719         (check2): Likewise.
40720         (test_main): Call check2.
40721         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
40722
40723 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
40724
40725         [BZ #12587]
40726         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
40727         Handle cache information in CPU leaf 4.
40728         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
40729
40730 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
40731
40732         [BZ #12583]
40733         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
40734         character representation.
40735         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
40736
40737 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
40738
40739         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
40740         END(__isnan) to END(__isnanf) to match function entry point/label
40741         EALIGN(__isnanf,...).
40742
40743 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
40744
40745         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
40746
40747 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
40748
40749         [BZ #12510]
40750         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
40751         copy from the symbol referenced in the relocation to initialize the
40752         used variable.
40753         Patch by Piotr Bury <pbury@goahead.com>.
40754         * elf/Makefile: Add rules to build and tst-unique3.
40755         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
40756         * elf/tst-unique3.cc: New file.
40757         * elf/tst-unique3.h: New file.
40758         * elf/tst-unique3lib.cc: New file.
40759         * elf/tst-unique3lib2.cc: New file.
40760
40761         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
40762
40763 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
40764
40765         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
40766         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
40767         to _start.
40768
40769 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
40770
40771         * elf/dl-load.c (_dl_map_object): If we are looking for the first
40772         to-be-loaded object along a path to loader is ld.so.
40773
40774 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
40775             Ulrich Drepper  <drepper@gmail.com>
40776
40777         * sysdeps/x86_64/memset.S: After aligning destination, code
40778         branches to different locations depending on the value of
40779         misalignment, when multiarch is enabled. Fix this.
40780
40781 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
40782
40783         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
40784         Set _x86_64_preferred_memory_instruction for AMD processsors.
40785         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
40786         Set bit_Prefer_SSE_for_memop for AMD processors.
40787
40788 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
40789
40790         * libio/fmemopen.c (fmemopen): Optimize a bit.
40791
40792 2011-03-03  Andreas Schwab  <schwab@redhat.com>
40793
40794         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
40795
40796 2011-03-03  Roland McGrath  <roland@redhat.com>
40797
40798         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
40799
40800 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
40801
40802         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
40803         __bzero_ultra1 instead of __memset_ultra1.
40804
40805 2011-02-23  Andreas Schwab  <schwab@redhat.com>
40806             Ulrich Drepper  <drepper@gmail.com>
40807
40808         [BZ #12509]
40809         * include/link.h (struct link_map): Add l_orig_initfini.
40810         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
40811         returning unsuccessfully.
40812         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
40813         close of a file loaded at startup, restore the original l_initfini
40814         list.
40815         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
40816         list, store the pointer.
40817         * elf/Makefile ($(objpfx)noload-mem): New rule.
40818         (noload-ENV): Define.
40819         (tests): Add $(objpfx)noload-mem.
40820         * elf/noload.c: Include <memcheck.h>.
40821         (main): Call mtrace.  Close all opened handles.
40822
40823 2011-02-17  Andreas Schwab  <schwab@redhat.com>
40824
40825         [BZ #12454]
40826         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
40827         dependencies are missing.
40828
40829 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40830
40831         Fix __if_freereq crash: Unlike the generic version which uses free,
40832         Hurd needs munmap.
40833         * sysdeps/mach/hurd/ifreq.h: New file.
40834
40835 2011-01-27  Petr Baudis  <pasky@suse.cz>
40836             Ulrich Drepper  <drepper@gmail.com>
40837
40838         [BZ 12445]#
40839         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
40840         to extend_alloca().
40841         * stdio-common/bug23.c: New file.
40842         * stdio-common/Makefile (tests): Add bug23.
40843
40844 2010-09-28  Andreas Schwab  <schwab@redhat.com>
40845             Ulrich Drepper  <drepper@gmail.com>
40846
40847         [BZ #12489]
40848         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
40849         before performing relro protection.  At old place add assertion
40850         to make sure nothing changed.
40851
40852 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
40853             Glauber de Oliveira Costa  <glommer@gmail.com>
40854
40855         * elf/elf.h: Add new ARM TLS relocs.
40856
40857 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
40858
40859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
40860         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
40861         cast from r3.
40862         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
40863         'tests' variable.
40864         * sysdeps/wordsize-64/tst-writev.c: New file.
40865
40866 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
40867
40868         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
40869         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
40870         insns in _dl_start to prevent a TOC reference before relocs are
40871         resolved.
40872
40873 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
40874
40875         [BZ #12469]
40876         * Makeconfig: Remove RANLIB definition.
40877         * Makerules: Don't use RANLIB.
40878         * aclocal.m4: Remove ranlib test.
40879         * configure.in: No need to check for ranlib.
40880         * elf/rtld-Rules: Don't use RANLIB.
40881
40882 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40883
40884         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
40885         protection macro.
40886         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
40887         inclusion protection macro.
40888
40889         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
40890         SIGRTMIN and SIGRTMAX and print information in that case only when
40891         SIGRTMIN is defined.
40892
40893 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
40894
40895         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
40896         arginfo fn returning -1.
40897
40898         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
40899         and thousands string is zero terminated.
40900
40901 2011-02-03  Andreas Schwab  <schwab@redhat.com>
40902
40903         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
40904         sysdeps/unix/sysv/linux/bits/socket.h.
40905
40906 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40907
40908         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
40909         (__CPU_COUNT): Remove old macros.
40910         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
40911         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
40912         (__CPU_ALLOC, __CPU_FREE): Add macros.
40913         (__sched_cpualloc, __sched_cpufree): Add declarations.
40914
40915 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
40916
40917         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
40918         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
40919         * nscd/aicache.c (addhstaiX): Return timeout of added value.
40920         (readdhstai): Return value of addhstaiX call.
40921         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
40922         (addgrbyX): Return value returned by cache_addgr.
40923         (readdgrbyname): Return value returned by addgrbyX.
40924         (readdgrbygid): Likewise.
40925         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
40926         (addpwbyX): Return value returned by cache_addpw.
40927         (readdpwbyname): Return value returned by addhstbyX.
40928         (readdpwbyuid): Likewise.
40929         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
40930         (addservbyX): Return value returned by cache_addserv.
40931         (readdservbyname): Return value returned by addservbyX:
40932         (readdservbyport): Likewise.
40933         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
40934         (addhstbyX): Return value returned by cache_addhst.
40935         (readdhstbyname): Return value returned by addhstbyX.
40936         (readdhstbyaddr): Likewise.
40937         (readdhstbynamev6): Likewise.
40938         (readdhstbyaddrv6): Likewise.
40939         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
40940         (readdinitgroups): Return value returned by addinitgroupsX.
40941         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
40942         (prune_cache): Keep track of timeout value of re-added entries.
40943         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
40944         * nscd/nscd.h: Adjust prototypes of readd* functions.
40945
40946 2011-02-04  Roland McGrath  <roland@redhat.com>
40947
40948         * nis/nis_server.c (nis_servstate): Use the right name for 0.
40949         (nis_stats): Likewise.
40950         * nis/nis_modify.c (nis_modify): Likewise.
40951         * nis/nis_remove.c (nis_remove): Likewise.
40952         * nis/nis_add.c (nis_add): Likewise.
40953
40954         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
40955
40956         * posix/fnmatch_loop.c: Add some consts.
40957
40958         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
40959
40960 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
40961
40962         [BZ #12460]
40963         * config.make.in (config-cflags-novzeroupper): Define.
40964         * configure.in: Substitute libc_cv_cc_novzeroupper.
40965         * elf/Makefile (AVX-CFLAGS): Define.
40966         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
40967         (CFLAGS-tst-auditmod4a.c): Likewise.
40968         (CFLAGS-tst-auditmod4b.c): Likewise.
40969         (CFLAGS-tst-auditmod6b.c): Likewise.
40970         (CFLAGS-tst-auditmod6c.c): Likewise.
40971         (CFLAGS-tst-auditmod7b.c): Likewise.
40972         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
40973
40974 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
40975
40976         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
40977         function to the callback.
40978         Patch partly by Jiri Olsa <jolsa@redhat.com>.
40979
40980 2011-02-02  Andreas Schwab  <schwab@redhat.com>
40981
40982         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
40983         of errno.
40984
40985 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
40986
40987         [BZ #11724]
40988         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
40989         of constructors.
40990         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
40991         of destructors.
40992         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
40993
40994         [BZ #11724]
40995         * elf/Makefile: Add rules to build and run new test.
40996         * elf/tst-initorder.c: New file.
40997         * elf/tst-initorder.exp: New file.
40998         * elf/tst-initordera1.c: New file.
40999         * elf/tst-initordera2.c: New file.
41000         * elf/tst-initordera3.c: New file.
41001         * elf/tst-initordera4.c: New file.
41002         * elf/tst-initorderb1.c: New file.
41003         * elf/tst-initorderb2.c: New file.
41004         * elf/tst-order-a1.c: New file.
41005         * elf/tst-order-a2.c: New file.
41006         * elf/tst-order-a3.c: New file.
41007         * elf/tst-order-a4.c: New file.
41008         * elf/tst-order-b1.c: New file.
41009         * elf/tst-order-b2.c: New file.
41010         * elf/tst-order-main.c: New file.
41011         New test case by George Gensure <werkt0@gmail.com>.
41012
41013 2010-10-01  Andreas Schwab  <schwab@redhat.com>
41014
41015         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
41016         decoding ACE if AI_CANONIDN.
41017
41018 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
41019
41020         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
41021
41022 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
41023
41024         * version.h (RELEASE): Bump for 2.13 release.
41025         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
41026
41027         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
41028
41029         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
41030         MADV_NOHUGEPAGE.
41031         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
41032         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
41033         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
41034         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
41035         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
41036         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
41037
41038         * posix/getconf.c: Update copyright year.
41039         * catgets/gencat.c: Likewise.
41040         * csu/version.c: Likewise.
41041         * debug/catchsegv.sh: Likewise.
41042         * debug/xtrace.sh: Likewise.
41043         * elf/ldconfig.c: Likewise.
41044         * elf/ldd.bash.in: Likewise.
41045         * elf/sprof.c (print_version): Likewise.
41046         * iconv/iconv_prog.c: Likewise.
41047         * iconv/iconvconfig.c: Likewise.
41048         * locale/programs/locale.c: Likewise.
41049         * locale/programs/localedef.c: Likewise.
41050         * malloc/memusage.sh: Likewise.
41051         * malloc/mtrace.pl: Likewise.
41052         * nscd/nscd.c (print_version): Likewise.
41053         * nss/getent.c: Likewise.
41054
41055         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
41056         PF_CAIF, and PF_ALG.
41057         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
41058
41059 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
41060
41061         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
41062         (modules-names): Use them.
41063         (ifunc-test-modules, ifunc-pie-tests): Define.
41064         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
41065         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
41066         (test-extras): Likewise.
41067         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
41068         $(compile-command.c).
41069         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
41070         (all-built-dso): Define.
41071         (check-textrel.out, check-execstack.out): Depend on it.
41072
41073         * configure.in: Don't override --enable-multi-arch.
41074
41075 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
41076
41077         [BZ #6812]
41078         * nscd/hstcache.c (tryagain): Define.
41079         (cache_addhst): Return tryagain not notfound for temporary errors.
41080         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
41081         failed.
41082
41083 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
41084
41085         [BZ #10563]
41086         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
41087         to make the syscall.
41088         * sysdeps/unix/sysv/linux/setgroups.c: New file.
41089
41090         [BZ #12378]
41091         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
41092         and fall back to matching as normal character if the string ends before
41093         the matching ']' is found.  This is what POSIX requires.
41094         * posix/testfnm.c: Adjust test result.
41095         * posix/globtest.sh: Adjust test result.  Add new test.
41096         * posix/tst-fnmatch.input: Likewise.
41097         * posix/tst-fnmatch2.c: Add new test.
41098
41099 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
41100
41101         * elf/Makefile (check-execstack): Revert last change.  Depend on
41102         check-execstack.h.
41103         (check-execstack.h): New target.
41104         (generated): Add check-execstack.h.
41105         * elf/check-execstack.c: Include "check-execstack.h".
41106         (main): Revert last change.
41107         (handle_file): Return zero if GNU_STACK is absent and
41108         DEFAULT_STACK_PERMS doesn't include PF_X.
41109
41110 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
41111
41112         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
41113         in child fails because the descriptor is already closed.
41114         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
41115         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
41116         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
41117
41118         [BZ #12397]
41119         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
41120         syscall.
41121
41122         [BZ #10484]
41123         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
41124         temporary buffer used to handle multi lookups locally.
41125         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
41126
41127 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
41128
41129         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
41130         loader is ld.so.
41131
41132 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
41133
41134         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
41135         alignment for SSE2.
41136
41137 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
41138
41139         [BZ #12394]
41140         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
41141         characters.  When rounding increased number of integer digits recompute
41142         number of groups.
41143         * stdio-common/tst-grouping.c: New file.
41144         * stdio-common/Makefile: Add rules to build and run tst-grouping.
41145
41146 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
41147
41148         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
41149         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
41150
41151         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
41152         void.
41153         * bits/select.h: Likewise.
41154
41155 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
41156
41157         * po/ja.po: Update from translation team.
41158
41159 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
41160
41161         [BZ #11155]
41162         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
41163         implementation just like for lxstat, fxstatat, et al.
41164
41165 2010-12-27  Jim Meyering  <meyering@redhat.com>
41166
41167         [BZ #12348]
41168         * posix/regexec.c (build_trtable): Return failure indication upon
41169         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
41170
41171 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
41172
41173         [BZ #12201]
41174         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
41175         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
41176         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
41177         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
41178
41179         [BZ #12207]
41180         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
41181
41182         [BZ #12204]
41183         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
41184         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
41185
41186 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
41187
41188         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
41189         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
41190         script has SORT_BY_INIT_PRIORITY.
41191         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
41192         NO_CTORS_DTORS_SECTIONS is defined.
41193         * elf/soinit.c: Likewise.
41194         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
41195         NO_CTORS_DTORS_SECTIONS is defined.
41196         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
41197         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
41198         * sysdeps/sh/init-first.c: Likewise.
41199         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
41200
41201 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
41202
41203         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
41204         always use the slow path.
41205
41206 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
41207
41208         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
41209         similar rule which adds the sysdep directories to the header search in
41210         order to pick up the correct platform stackinfo.h.
41211         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
41212         perform test if it is, otherwise return successfully without testing.
41213         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
41214         DEFAULT_STACK_PERMS define in stackinfo.h.
41215         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
41216         defined in stackinfo.h.
41217         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
41218         DEFAULT_STACK_PERMS defined in stackinfo.h.
41219         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
41220         * sysdeps/ia64/stackinfo.h: Likewise.
41221         * sysdeps/s390/stackinfo.h: Likewise.
41222         * sysdeps/sh/stackinfo.h: Likewise.
41223         * sysdeps/sparc/stackinfo.h: Likewise.
41224         * sysdeps/x86_64/stackinfo.h: Likewise.
41225         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
41226         PF_X for powerpc64.  Retain PF_X for powerpc32.
41227
41228 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
41229
41230         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
41231         accurately.
41232         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
41233         GETDENTS_64BIT_ALIGNED.
41234
41235 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
41236
41237         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
41238
41239 2010-12-10  Andreas Schwab  <schwab@redhat.com>
41240
41241         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
41242         _GNU_SOURCE.
41243
41244         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
41245         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
41246         Remove __restrict.
41247         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
41248         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
41249
41250 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
41251
41252         [BZ #11655]
41253         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
41254         are initialized.
41255
41256 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
41257
41258         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
41259
41260 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
41261
41262         * po/it.po: Update from translation team.
41263
41264 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
41265
41266         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
41267         unused codes.
41268
41269 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
41270
41271         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
41272
41273 2010-11-24  Andreas Schwab  <schwab@redhat.com>
41274
41275         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
41276         specially.
41277         (gaih_getanswer_slice): Likewise.
41278
41279 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
41280
41281         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
41282
41283 2010-05-31  Petr Baudis  <pasky@suse.cz>
41284
41285         [BZ #11149]
41286         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
41287         silently even in the chroot mode.
41288
41289 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
41290
41291         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
41292         last patch a bit.  Pretty printing
41293
41294 2010-05-31  Petr Baudis <pasky@suse.cz>
41295
41296         [BZ #10085]
41297         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
41298         initialization of skip_initgroups_dyn.
41299
41300 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
41301
41302         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
41303         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
41304
41305 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
41306
41307         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
41308
41309 2010-11-11  Andreas Schwab  <schwab@redhat.com>
41310
41311         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
41312         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
41313         (tst-fnmatch-ENV): Set MALLOC_TRACE.
41314         ($(objpfx)tst-fnmatch-mem): New rule.
41315         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
41316         * posix/tst-fnmatch.c (main): Call mtrace.
41317
41318 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
41319
41320         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
41321         Support Intel processor model 6 and model 0x2c.
41322
41323 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
41324
41325         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
41326           signed comparison.
41327
41328 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
41329
41330         [BZ #12205]
41331         * string/test-strncasecmp.c (check_result): New function.
41332         (do_one_test): Use it.
41333         (check1): New function.
41334         (test_main): Use it.
41335         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
41336         Support strcasecmp and strncasecmp.
41337
41338 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
41339
41340         [BZ #12194]
41341         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
41342         * sysdeps/x86_64/bits/byteswap.h: Likewise.
41343
41344 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
41345
41346         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
41347         IFUNC support.
41348         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
41349         memset-x86-64.
41350         * sysdeps/x86_64/multiarch/bzero.S: New file.
41351         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
41352         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
41353         * sysdeps/x86_64/multiarch/memset.S: New file.
41354         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
41355         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
41356         Set bit_Prefer_SSE_for_memop for Intel processors.
41357         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
41358         Define.
41359         (index_Prefer_SSE_for_memop): Define.
41360         (HAS_PREFER_SSE_FOR_MEMOP): Define.
41361
41362 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
41363
41364         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
41365         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
41366
41367 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
41368
41369         [BZ #12191]
41370         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
41371         (__x86_64_raw_data_cache_size_half): Likewise.
41372         (__x86_64_raw_shared_cache_size): Likewise.
41373         (__x86_64_raw_shared_cache_size_half): Likewise.
41374
41375         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
41376         (__x86_64_raw_data_cache_size_half): Likewise.
41377         (__x86_64_raw_shared_cache_size): Likewise.
41378         (__x86_64_raw_shared_cache_size_half): Likewise.
41379         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
41380         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
41381         and __x86_64_raw_shared_cache_size_half.  Round
41382         __x86_64_data_cache_size_half, __x86_64_data_cache_size
41383         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
41384         to multiple of 256 bytes.
41385
41386 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
41387
41388         [BZ #12167]
41389         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
41390         of inacessible symlinks.  Verify result of symlink before returning it.
41391         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
41392         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
41393
41394 2010-10-28  Erich Ritz  <erichritz@gmail.com>
41395
41396         * math/math.h (isinf): Fix typo in comment.
41397
41398 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
41399
41400         * po/da.po: Update from translation team.
41401
41402 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
41403
41404         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
41405         is added to the list.
41406
41407 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41408             Ulrich Drepper  <drepper@gmail.com>
41409
41410         * elf/dl-object.c (_dl_new_object): Don't append the new object to
41411         the global list here.  Move code to...
41412         (_dl_add_to_namespace_list): ...here.  New function.
41413         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
41414         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
41415         * elf/dl-load.c (lose): Don't remove the element from the list.
41416         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
41417         (_dl_map_object): Likewise.
41418
41419 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
41420
41421         [BZ #12159]
41422         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
41423         into all bytes of SSE register.
41424         Patch by Richard Li <richardpku@gmail.com>.
41425
41426 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
41427
41428         [BZ #12140]
41429         * malloc/malloc.c (_int_free): Fill correct number of bytes when
41430         perturbing.
41431
41432 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
41433
41434         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
41435         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
41436         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
41437         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
41438         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
41439         submachine.
41440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
41441
41442 2010-10-22  Andreas Schwab  <schwab@redhat.com>
41443
41444         * include/dlfcn.h (__RTLD_SECURE): Define.
41445         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
41446         mode & __RTLD_SECURE instead.
41447         (open_path): Rename preloaded parameter to secure.
41448         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
41449         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
41450         * elf/dl-deps.c (openaux): Likewise.
41451         * elf/rtld.c (struct map_args): Remove is_preloaded.
41452         (map_doit): Don't use it.
41453         (dl_main): Likewise.
41454         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
41455         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
41456
41457 2010-09-09  Andreas Schwab  <schwab@redhat.com>
41458
41459         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
41460         (sysd-rules-targets): Remove duplicates.
41461         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
41462         rtld-%.$o dependency.
41463
41464 2010-10-18  Andreas Schwab  <schwab@redhat.com>
41465
41466         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
41467         _dl_map_object do it.
41468
41469 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
41470
41471         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
41472         fast fma builtins, define the macros in the C99 standard.
41473         (FP_FAST_FMAF): Likewise.
41474         (FP_FAST_FMAL): Likewise.
41475         * sysdeps/x86_64/bits/mathdef.h: Likewise.
41476
41477         * bits/mathdef.h: Update copyright year.
41478         * sysdeps/powerpc/bits/mathdef.h: Likewise.
41479
41480 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
41481
41482         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
41483         builtins, define the macros in the C99 standard.
41484         (FP_FAST_FMAF): Likewise.
41485         (FP_FAST_FMAL): Likewise.
41486         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
41487         multiply/add.
41488         (FP_FAST_FMAF): Likewise.
41489
41490 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
41491
41492         [BZ #3268]
41493         * math/libm-test.inc (fma_test): Some new testcases.
41494         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
41495         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
41496         y and infinite z.  Do multiplication by C already in long double.
41497         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
41498         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
41499         y and infinite z.  Do bitwise or of inexact bit into u.d.
41500         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
41501         * sysdeps/i386/fpu/s_fmaf.S: Removed.
41502         * sysdeps/i386/fpu/s_fma.S: Removed.
41503         * sysdeps/i386/fpu/s_fmal.S: Removed.
41504
41505 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
41506
41507         [BZ #3268]
41508         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
41509         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
41510         computation is not scheduled after fetestexcept.  Fix value
41511         of minimum denormal long double.
41512
41513 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
41514
41515         [BZ #3268]
41516         * math/libm-test.inc (fma_test): Add some more tests.
41517         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
41518         correctly.
41519
41520 2010-10-15  Andreas Schwab  <schwab@redhat.com>
41521
41522         * scripts/data/localplt-s390-linux-gnu.data: New file.
41523         * scripts/data/localplt-s390x-linux-gnu.data: New file.
41524
41525 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
41526
41527         [BZ #3268]
41528         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
41529         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
41530         instead of dbl-64.
41531         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
41532         inlines.
41533         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
41534         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
41535         if one of x and y is very large and the other is subnormal.
41536         * sysdeps/s390/fpu/s_fmaf.c: New file.
41537         * sysdeps/s390/fpu/s_fma.c: New file.
41538         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
41539         * sysdeps/powerpc/fpu/s_fma.S: New file.
41540         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
41541         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
41542         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
41543
41544 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
41545
41546         [BZ #3268]
41547         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
41548         fma tests.
41549         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
41550         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
41551         * sysdeps/i386/i686/multiarch/s_fma.c: Include
41552         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
41553         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
41554         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
41555         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
41556
41557 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
41558
41559         [BZ #12078]
41560         * posix/regcomp.c (parse_branch): One more memory leak plugged.
41561         * posix/bug-regex31.input: Add test case.
41562
41563 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
41564
41565         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
41566         * posix/bug-regex31.input: New file.
41567
41568         [BZ #12078]
41569         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
41570         (parse_sub_exp): Fix last change, use postorder.
41571
41572         * posix/bug-regex31.c: New file.
41573         * posix/Makefile: Add rules to build and run bug-regex31.
41574
41575         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
41576
41577         [BZ #12078]
41578         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
41579
41580         [BZ #12108]
41581         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
41582         to have entries in sys_siglist.
41583
41584         [BZ #12093]
41585         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
41586         be NULL.
41587
41588 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
41589
41590         [BZ #3268]
41591         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
41592         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
41593         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
41594         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
41595         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
41596         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
41597         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
41598         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
41599         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
41600         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
41601         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
41602         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
41603         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
41604         * math/ftestexcept.c (fetestexcept): Likewise.
41605         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
41606         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
41607         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
41608         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
41609         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
41610         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
41611         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41612
41613 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
41614
41615         [BZ #12107]
41616         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
41617         newline.
41618
41619 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
41620
41621         * string/bug-strstr1.c: New file.
41622         * string/Makefile: Add rules to build and run bug-strstr1.
41623
41624 2010-10-05  Eric Blake  <eblake@redhat.com>
41625
41626         [BZ #12092]
41627         * string/str-two-way.h (two_way_long_needle): Always clear memory
41628         when skipping input due to the shift table.
41629
41630 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
41631
41632         [BZ #12005]
41633         * malloc/mcheck.c: Handle large requests.
41634
41635         [BZ #12077]
41636         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
41637         for strncmp and strncasecmp.
41638         * string/stratcliff.c: Add tests for strcmp and strncmp.
41639         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
41640
41641 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
41642
41643         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
41644         __set_fpscr.
41645
41646 2010-09-30  Andreas Jaeger  <aj@suse.de>
41647
41648         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
41649         (CGROUP_SUPER_MAGIC): Define.
41650         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
41651         Handle btrfs and cgroup file systems.
41652         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
41653         Likewise.
41654
41655 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
41656
41657         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
41658         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
41659
41660 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41661
41662         [BZ #12067]
41663         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
41664         trying to locate the ELF header.
41665
41666 2010-09-27  Andreas Schwab  <schwab@redhat.com>
41667
41668         [BZ #11611]
41669         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
41670         Mask out sign-bit copies when constructing f_fsid.
41671
41672 2010-09-24  Petr Baudis <pasky@suse.cz>
41673
41674         * debug/stack_chk_fail_local.c: Add missing licence exception.
41675         * debug/warning-nop.c: Likewise.
41676
41677 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
41678
41679         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
41680         implementing getdents64 using getdents syscall, set d_type if
41681         __ASSUME_GETDENTS32_D_TYPE.
41682
41683 2010-09-16  Andreas Schwab  <schwab@redhat.com>
41684
41685         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
41686         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
41687
41688 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
41689
41690         [BZ #12037]
41691         * posix/unistd.h: Undo change of feature selection for ftruncate from
41692         2010-01-11.
41693
41694 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
41695
41696         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
41697         detection.
41698
41699 2010-09-20  Andreas Schwab  <schwab@redhat.com>
41700
41701         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
41702         fanotify_mark.
41703         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
41704
41705 2010-09-14  Andreas Schwab  <schwab@redhat.com>
41706
41707         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
41708         variables after CHECK_SP call.
41709         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
41710
41711 2010-09-13  Andreas Schwab  <schwab@redhat.com>
41712             Ulrich Drepper  <drepper@redhat.com>
41713
41714         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
41715         re-relocationg ld.so.
41716         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
41717         _dl_init_paths call.
41718         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
41719         here anymore.
41720
41721 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
41722
41723         * resolv/res_init.c (__res_vinit): Count the default server we added.
41724
41725 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
41726             Ulrich Drepper  <drepper@redhat.com>
41727
41728         [BZ #11968]
41729         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
41730         (____longjmp_chk): Use %ebx for saving value across system call.
41731         Add unwind info.
41732
41733 2010-09-06  Andreas Schwab  <schwab@redhat.com>
41734
41735         * manual/Makefile: Don't mix pattern rules with normal rules.
41736
41737 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
41738
41739         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
41740         operation.
41741         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
41742         * libio/iofopncook.c (_IO_cookie_init): Likewise.
41743         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
41744         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
41745         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
41746         Likewise.
41747
41748 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
41749
41750         [BZ #11979]
41751         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
41752         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
41753
41754 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
41755
41756         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
41757         * sysdeps/x86_64/addmul_1.S: Likewise.
41758         * sysdeps/x86_64/lshift.S: Likewise.
41759         * sysdeps/x86_64/mul_1.S: Likewise.
41760         * sysdeps/x86_64/rshift.S: Likewise.
41761         * sysdeps/x86_64/sub_n.S: Likewise.
41762         * sysdeps/x86_64/submul_1.S: Likewise.
41763
41764 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41765
41766         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
41767         Define __sched_param instead of SCHED_* and sched_param when
41768         <bits/sched.h> is included with __need_schedparam defined.
41769         * bits/sched.h [__need_schedparam]
41770         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
41771         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
41772         (__defined_schedparam): Define to 1.
41773         (__sched_param): New structure, identical to sched_param.
41774         (__need_schedparam): Undefine.
41775
41776 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
41777
41778         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
41779         (epoll_create1): Declare.
41780
41781         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
41782
41783 2010-08-31  Andreas Schwab  <schwab@redhat.com>
41784
41785         [BZ #7066]
41786         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
41787         shifting retval into place.
41788
41789 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
41790
41791         * nis/rpcsvc/nis.h: Update copyright notice.
41792         * nis/rpcsvc/nis.x: Likewise.
41793         * nis/rpcsvc/nis_callback.h: Likewise.
41794         * nis/rpcsvc/nis_callback.x: Likewise.
41795         * nis/rpcsvc/nis_object.x: Likewise.
41796         * nis/rpcsvc/nis_tags.h: Likewise.
41797         * nis/rpcsvc/yp.h: Likewise.
41798         * nis/rpcsvc/yp.x: Likewise.
41799         * nis/rpcsvc/ypupd.h: Likewise.
41800         * nis/yp_xdr.c: Likewise.
41801         * nis/ypupdate_xdr.c: Likewise.
41802
41803         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
41804         mainly the body of pmap_getport.  Add parameters to specify timeouts.
41805         (pmap_getport): Use __libc_rpc_getport.
41806         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
41807         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
41808         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
41809
41810 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
41811
41812         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
41813         fanotify_mark.
41814
41815 2010-08-27  Roland McGrath  <roland@redhat.com>
41816
41817         * sysdeps/i386/i686/multiarch/Makefile
41818         (CFLAGS-varshift.c): New variable.
41819
41820 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
41821
41822         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
41823         * sysdeps/i386/i686/multiarch/varshift.c: New file.
41824
41825         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
41826
41827         * sysdeps/x86_64/strlen.S: Minimal code improvement.
41828
41829 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
41830
41831         * sysdeps/x86_64/strlen.S: Unroll the loop.
41832         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
41833         strlen-sse2 strlen-sse2-bsf.
41834         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
41835         __strlen_no_bsf if bit_Slow_BSF is set.
41836         (__strlen_sse42): Removed.
41837         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
41838         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
41839
41840 2010-08-25  Roland McGrath  <roland@redhat.com>
41841
41842         * sysdeps/x86_64/multiarch/varshift.S: File removed.
41843         * sysdeps/x86_64/multiarch/varshift.c: New file.
41844         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
41845         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
41846         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
41847         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
41848
41849 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
41850
41851         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
41852         strlen-sse2 strlen-sse2-bsf.
41853         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
41854         __strlen_sse2_bsf if bit_Slow_BSF is unset.
41855         (__strlen_sse2): Removed.
41856         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
41857         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
41858         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
41859         bit_Slow_BSF for Atom.
41860         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
41861         (index_Slow_BSF): Define.
41862         (HAS_SLOW_BSF): Define.
41863
41864 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
41865
41866         [BZ #10851]
41867         * resolv/res_init.c (__res_vinit): When no server address at all
41868         is given default to loopback.
41869
41870 2010-08-24  Roland McGrath  <roland@redhat.com>
41871
41872         * configure.in: Remove config-name.h generation.
41873         * configure: Regenerated.
41874         * config-name.in: File removed.
41875         * scripts/config-uname.sh: New file.
41876         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
41877         ($(objdir)config-name.h): New target.
41878
41879         * sunrpc/rpc_parse.h: Avoid nested comment.
41880
41881 2010-08-24  Richard Henderson  <rth@redhat.com>
41882             Ulrich Drepper  <drepper@redhat.com>
41883             H.J. Lu  <hongjiu.lu@intel.com>
41884
41885         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
41886         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
41887         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
41888         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
41889         _mm_alignr_epi8 with _mm_loadu_si128.
41890         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
41891         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
41892         (__m128i_shift_right): Removed.
41893         * sysdeps/i386/i686/multiarch/varshift.h: New file.
41894         * sysdeps/i386/i686/multiarch/varshift.S: New file.
41895         * sysdeps/x86_64/multiarch/varshift.h: New file.
41896         * sysdeps/x86_64/multiarch/varshift.S: New file.
41897
41898 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
41899
41900         * configure.in: Move assembler checks to before sysdep dir checking.
41901
41902 2010-08-20  Petr Baudis  <pasky@suse.cz>
41903
41904         * LICENSES: Sync the sunrpc license.
41905
41906 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
41907
41908         * sunrpc/auth_des.c: Update copyright notice once again.
41909         * sunrpc/auth_none.c: Likewise.
41910         * sunrpc/auth_unix.c: Likewise.
41911         * sunrpc/authdes_prot.c: Likewise.
41912         * sunrpc/authuxprot.c: Likewise.
41913         * sunrpc/bindrsvprt.c: Likewise.
41914         * sunrpc/clnt_gen.c: Likewise.
41915         * sunrpc/clnt_perr.c: Likewise.
41916         * sunrpc/clnt_raw.c: Likewise.
41917         * sunrpc/clnt_simp.c: Likewise.
41918         * sunrpc/clnt_tcp.c: Likewise.
41919         * sunrpc/clnt_udp.c: Likewise.
41920         * sunrpc/clnt_unix.c: Likewise.
41921         * sunrpc/des_crypt.c: Likewise.
41922         * sunrpc/des_soft.c: Likewise.
41923         * sunrpc/get_myaddr.c: Likewise.
41924         * sunrpc/getrpcport.c: Likewise.
41925         * sunrpc/key_call.c: Likewise.
41926         * sunrpc/key_prot.c: Likewise.
41927         * sunrpc/openchild.c: Likewise.
41928         * sunrpc/pm_getmaps.c: Likewise.
41929         * sunrpc/pm_getport.c: Likewise.
41930         * sunrpc/pmap_clnt.c: Likewise.
41931         * sunrpc/pmap_prot.c: Likewise.
41932         * sunrpc/pmap_prot2.c: Likewise.
41933         * sunrpc/pmap_rmt.c: Likewise.
41934         * sunrpc/rpc/auth.h: Likewise.
41935         * sunrpc/rpc/auth_unix.h: Likewise.
41936         * sunrpc/rpc/clnt.h: Likewise.
41937         * sunrpc/rpc/des_crypt.h: Likewise.
41938         * sunrpc/rpc/key_prot.h: Likewise.
41939         * sunrpc/rpc/netdb.h: Likewise.
41940         * sunrpc/rpc/pmap_clnt.h: Likewise.
41941         * sunrpc/rpc/pmap_prot.h: Likewise.
41942         * sunrpc/rpc/pmap_rmt.h: Likewise.
41943         * sunrpc/rpc/rpc.h: Likewise.
41944         * sunrpc/rpc/rpc_des.h: Likewise.
41945         * sunrpc/rpc/rpc_msg.h: Likewise.
41946         * sunrpc/rpc/svc.h: Likewise.
41947         * sunrpc/rpc/svc_auth.h: Likewise.
41948         * sunrpc/rpc/types.h: Likewise.
41949         * sunrpc/rpc/xdr.h: Likewise.
41950         * sunrpc/rpc_clntout.c: Likewise.
41951         * sunrpc/rpc_cmsg.c: Likewise.
41952         * sunrpc/rpc_common.c: Likewise.
41953         * sunrpc/rpc_cout.c: Likewise.
41954         * sunrpc/rpc_dtable.c: Likewise.
41955         * sunrpc/rpc_hout.c: Likewise.
41956         * sunrpc/rpc_main.c: Likewise.
41957         * sunrpc/rpc_parse.c: Likewise.
41958         * sunrpc/rpc_parse.h: Likewise.
41959         * sunrpc/rpc_prot.c: Likewise.
41960         * sunrpc/rpc_sample.c: Likewise.
41961         * sunrpc/rpc_scan.c: Likewise.
41962         * sunrpc/rpc_scan.h: Likewise.
41963         * sunrpc/rpc_svcout.c: Likewise.
41964         * sunrpc/rpc_tblout.c: Likewise.
41965         * sunrpc/rpc_util.c: Likewise.
41966         * sunrpc/rpc_util.h: Likewise.
41967         * sunrpc/rpcinfo.c: Likewise.
41968         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
41969         * sunrpc/rpcsvc/key_prot.x: Likewise.
41970         * sunrpc/rpcsvc/klm_prot.x: Likewise.
41971         * sunrpc/rpcsvc/mount.x: Likewise.
41972         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
41973         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
41974         * sunrpc/rpcsvc/rex.x: Likewise.
41975         * sunrpc/rpcsvc/rstat.x: Likewise.
41976         * sunrpc/rpcsvc/rusers.x: Likewise.
41977         * sunrpc/rpcsvc/sm_inter.x: Likewise.
41978         * sunrpc/rpcsvc/spray.x: Likewise.
41979         * sunrpc/rpcsvc/yppasswd.x: Likewise.
41980         * sunrpc/rtime.c: Likewise.
41981         * sunrpc/svc.c: Likewise.
41982         * sunrpc/svc_auth.c: Likewise.
41983         * sunrpc/svc_authux.c: Likewise.
41984         * sunrpc/svc_raw.c: Likewise.
41985         * sunrpc/svc_run.c: Likewise.
41986         * sunrpc/svc_simple.c: Likewise.
41987         * sunrpc/svc_tcp.c: Likewise.
41988         * sunrpc/svc_udp.c: Likewise.
41989         * sunrpc/svc_unix.c: Likewise.
41990         * sunrpc/svcauth_des.c: Likewise.
41991         * sunrpc/xcrypt.c: Likewise.
41992         * sunrpc/xdr.c: Likewise.
41993         * sunrpc/xdr_array.c: Likewise.
41994         * sunrpc/xdr_float.c: Likewise.
41995         * sunrpc/xdr_mem.c: Likewise.
41996         * sunrpc/xdr_rec.c: Likewise.
41997         * sunrpc/xdr_ref.c: Likewise.
41998         * sunrpc/xdr_sizeof.c: Likewise.
41999         * sunrpc/xdr_stdio.c: Likewise.
42000
42001         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
42002         handling.
42003
42004 2010-08-19  Andreas Schwab  <schwab@redhat.com>
42005
42006         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
42007
42008 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
42009
42010         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
42011         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
42012         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
42013         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
42014         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
42015         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
42016         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
42017         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
42018         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
42019         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
42020         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
42021         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
42022         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
42023         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
42024
42025 2010-07-26  Anton Blanchard  <anton@samba.org>
42026
42027         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
42028         * malloc/arena.c (heap_trim): Likewise.
42029
42030 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
42031
42032         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
42033         here.  Not...
42034         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
42035         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
42036
42037 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
42038
42039         * sysdeps/i386/elf/Makefile: New file.
42040
42041 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
42042
42043         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
42044         from fanotify_init.
42045         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
42046         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
42047
42048 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
42049
42050         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
42051         of strncasecmp_l.
42052         * sysdeps/multiarch/strcmp.S: Likewise.
42053
42054 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
42055
42056         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
42057         strncase_l-nonascii.
42058         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
42059         Add strncase_l-ssse3.
42060         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
42061         * sysdeps/x86_64/strcmp.S: Likewise.
42062         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
42063         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
42064         * sysdeps/x86_64/strncase.S: New file.
42065         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
42066         * sysdeps/x86_64/strncase_l.S: New file.
42067         * string/Makefile (strop-tests): Add strncasecmp.
42068         * string/test-strncasecmp.c: New file.
42069
42070         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
42071         warning.
42072
42073         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
42074         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
42075
42076 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
42077
42078         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
42079
42080 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
42081
42082         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
42083         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
42084         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
42085
42086 2010-05-01  Alan Modra  <amodra@gmail.com>
42087
42088         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
42089         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
42090         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
42091         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
42092         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
42093         tidying.  Don't tail-call __sigjmp_save for static lib.
42094         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
42095         save location.
42096         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
42097         (CALL_MCOUNT): Add eh info, and nop after bl.
42098         (TAIL_CALL_SYSCALL_ERROR): New macro.
42099         (PSEUDO_RET): Use it.
42100         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
42101         Correct save location of integer regs and cr.
42102         (_dl_profile_resolve): Correct cr save location.  Delete nops
42103         after bl when SHARED.  Reduce cfi size a little by better
42104         placement of cfi directives.
42105         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
42106         make a stack frame.  Instead use parm save area as a temp.
42107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
42108         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
42109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
42110         Don't make a stack frame for parent, use parm save area.
42111         Increase child stack frame to 112 bytes.  Don't save unused reg,
42112         and adjust reg usage.  Set up cfi on error recovery and
42113         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
42114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
42115         (__makecontext): Add dummy nop after jump to exit.
42116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
42117         Use correct parm save area and cr save, reduce stack frame.
42118         Correct cfi for possible PSEUDO_RET frame setup.
42119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
42120         Branch to local label emitted by PSEUDO_RET rather than
42121         __syscall_error.
42122
42123 2010-08-12  Andreas Schwab  <schwab@redhat.com>
42124
42125         [BZ #11904]
42126         * locale/programs/locale.c (print_assignment): New function.
42127         (show_locale_vars): Use it.
42128
42129 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
42130
42131         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
42132         field.
42133         (struct statfs64): Likewise.
42134         (_STATFS_F_FLAGS): Define.
42135         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
42136         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
42137         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
42138         (ST_VALID): Define locally.
42139         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
42140         __statvfs_getflags, use the provided value.
42141         * sysdeps/unix/sysv/linux/kernel-features.h: Define
42142         __ASSUME_STATFS_F_FLAGS.
42143
42144         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
42145
42146         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
42147         Add sys/fanotify.h.
42148         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
42149         fanotify_mask for GLIBC_2.13.
42150         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
42151         fanotify_init and fanotify_mark.
42152         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
42153         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
42154
42155         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
42156         Add prlimit.
42157         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
42158         prlimit64 for GLIBC_2.13.
42159         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
42160         prlimit64.
42161         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
42162         syscall.
42163         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
42164         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
42165         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
42166         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
42167         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
42168         add prlimit alias.
42169         * sysdeps/unix/sysv/linux/prlimit.c: New file.
42170
42171         [BZ #11903]
42172         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
42173         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
42174
42175         * nss/Makefile: Add rules to build and run tst-nss-test1.
42176         * shlib-versions: Add entry for libnss_test1.
42177         * nss/nss_test1.c: New file.
42178         * nss/tst-nss-test1.c: New file.
42179
42180         * nss/nsswitch.c (__nss_database_custom): Define new variable.
42181         (__nss_configure_lookup): Set appropriate entry in
42182         __nss_configure_lookup to true.
42183         * nss/nsswitch.h: Define enum with indeces of databases in
42184         databases and __nss_database_custom arrays.  Declare
42185         __nss_database_custom.
42186         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
42187         to avoid using nscd when custom rules are installed.
42188         * nss/getXXbyYY_r.c: Likewise.
42189         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
42190
42191         * nss/nss_files/files-parse.c: Whitespace fixes.
42192
42193 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
42194
42195         [BZ #11883]
42196         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
42197         * posix/fnmatch_loop.c: Likewise.
42198
42199 2010-07-17  Andi Kleen  <ak@linux.intel.com>
42200
42201         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
42202         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
42203         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
42204         * Versions.def [GLIBC_2.13]: Add.
42205
42206 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
42207
42208         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
42209         Also fail if tpwd after pwuid call is NULL.
42210
42211 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42212
42213         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
42214         when converting to ms.
42215
42216 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42217
42218         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
42219         EOPNOTSUPP errors with ENOTTY.
42220         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
42221         EOPNOTSUPP errors with ENOTTY.
42222
42223 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
42224
42225         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
42226         Add strcasecmp_l-ssse3.
42227         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
42228         strcasecmp.
42229         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
42230         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
42231         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
42232
42233 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
42234
42235         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
42236
42237         * string/Makefile (strop-tests): Add strcasecmp.
42238         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
42239         strcasecmp_l-nonascii.
42240         (gen-as-const-headers): Add locale-defines.sym.
42241         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
42242         * sysdeps/x86_64/strcasecmp.S: New file.
42243         * sysdeps/x86_64/strcasecmp_l.S: New file.
42244         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
42245         * sysdeps/x86_64/locale-defines.sym: New file.
42246         * string/test-strcasecmp.c: New file.
42247
42248         * string/test-strcasestr.c: Test both ends of the range of characters.
42249         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
42250
42251 2010-07-29  Roland McGrath  <roland@redhat.com>
42252
42253         [BZ #11856]
42254         * manual/locale.texi (Yes-or-No Questions): Fix example code.
42255
42256 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
42257
42258         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
42259         for ld.so.
42260
42261 2010-07-27  Andreas Schwab  <schwab@redhat.com>
42262
42263         * manual/memory.texi (Malloc Tunable Parameters): Document
42264         M_PERTURB.
42265
42266 2010-07-26  Roland McGrath  <roland@redhat.com>
42267
42268         [BZ #11840]
42269         * configure.in (-fgnu89-inline check): Set and substitute
42270         gnu89_inline, not libc_cv_gnu89_inline.
42271         * configure: Regenerated.
42272         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
42273
42274 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
42275
42276         * string/test-strnlen.c: New file.
42277         * string/Makefile (strop-tests): Add strnlen.
42278         * string/tester.c (test_strnlen): Add a few more test cases.
42279         * string/tst-strlen.c: Better error reporting.
42280
42281         * sysdeps/x86_64/strnlen.S: New file.
42282
42283 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
42284
42285         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
42286         lower-latency instructions.
42287
42288 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
42289
42290         * string/test-strcasestr.c: New file.
42291         * string/test-strstr.c: New file.
42292         * string/Makefile (strop-tests): Add strstr and strcasestr.
42293         * string/str-two-way.h: Don't undefine MAX.
42294         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
42295
42296 2010-07-21  Andreas Schwab  <schwab@redhat.com>
42297
42298         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
42299         strcasestr-nonascii.
42300         (CFLAGS-strcasestr-nonascii.c): Define.
42301         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
42302         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
42303         Remove unused attribute.
42304
42305 2010-07-20  Roland McGrath  <roland@redhat.com>
42306
42307         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
42308         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
42309         ld.so.cache was broken.  With it, there is no way to disable dsocaps
42310         like LD_HWCAP_MASK can disable hwcaps.
42311
42312 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
42313
42314         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
42315
42316 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
42317
42318         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
42319         call in strcasestr.
42320         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
42321         __strcasestr_sse42_nonascii.
42322         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
42323         strcasestr-nonascii.c.
42324         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
42325
42326 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
42327
42328         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
42329         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
42330         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
42331         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
42332
42333 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
42334
42335         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
42336         fcntl.
42337
42338 2010-07-06  Andreas Schwab  <schwab@redhat.com>
42339
42340         [BZ #11577]
42341         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
42342         dl_signal_cerror.
42343
42344 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
42345
42346         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
42347         _PC_PIPE_BUF using F_GETPIPE_SZ.
42348
42349 2010-07-05  Roland McGrath  <roland@redhat.com>
42350
42351         * manual/arith.texi (Rounding Functions): Fix rint description
42352         implicit in round description.
42353
42354 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
42355
42356         * elf/Makefile: Fix linking for a few tests to make recent linker
42357         happy.
42358
42359 2010-06-30  Andreas Schwab  <schwab@redhat.com>
42360
42361         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
42362         $(common-objpfx)libc_nonshared.a.
42363
42364 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
42365
42366         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
42367         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
42368         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
42369         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
42370         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
42371         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
42372         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
42373         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
42374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
42375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
42376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
42377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
42378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
42379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
42380         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
42381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
42382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
42383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
42384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
42385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
42386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
42387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
42388         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
42389         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
42390         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
42391         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
42392         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
42393         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
42394         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
42395         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
42396         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
42397         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
42398         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
42399         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
42400         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
42401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
42402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
42403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
42404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
42405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
42406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
42407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
42408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
42409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
42410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
42411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
42412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
42413         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
42414
42415 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
42416
42417         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
42418         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
42419         * string/memmove.c (memmove): Renamed to ...
42420         (MEMMOVE): ...this.  Default to memmove.
42421         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
42422         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
42423         (END_CHK): Define.
42424         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
42425         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
42426         mempcpy-ssse3-back memmove-ssse3-back.
42427         * sysdeps/x86_64/multiarch/bcopy.S: New file .
42428         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
42429         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
42430         * sysdeps/x86_64/multiarch/memcpy.S: New file.
42431         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
42432         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
42433         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
42434         * sysdeps/x86_64/multiarch/memmove.c: New file.
42435         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
42436         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
42437         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
42438         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
42439         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
42440         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
42441         Define.
42442         (index_Fast_Copy_Backward): Define.
42443         (HAS_ARCH_FEATURE): Define.
42444         (HAS_FAST_REP_STRING): Define.
42445         (HAS_FAST_COPY_BACKWARD): Define.
42446
42447 2010-06-21  Andreas Schwab  <schwab@redhat.com>
42448
42449         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
42450         Restore proper fallback handling.
42451
42452 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
42453
42454         [BZ #11701]
42455         * posix/group_member.c (__group_member): Correct checking loop.
42456
42457         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
42458         OOM in getpwuid_r correctly.  Return error number when the caller
42459         should return, otherwise -1.
42460         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
42461         call returning > 0 value.
42462         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
42463
42464 2010-06-07  Andreas Schwab  <schwab@redhat.com>
42465
42466         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
42467         libc_nonshared.a from targets in modules-names.
42468
42469 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
42470
42471         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
42472         requires it.
42473
42474 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
42475
42476         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
42477         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
42478         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
42479         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
42480
42481 2010-06-02  Andreas Schwab  <schwab@redhat.com>
42482
42483         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
42484
42485 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
42486
42487         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
42488         and F_GETPIPE_SZ.
42489         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
42490         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
42491         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
42492         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
42493         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
42494         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
42495
42496 2010-06-14  Roland McGrath  <roland@redhat.com>
42497
42498         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
42499
42500 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
42501
42502         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
42503         __REDIRECT followed by __THROW.
42504         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
42505         * posix/getopt.h (getopt): Likewise.
42506
42507 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
42508
42509         * hurd/lookup-at.c (__file_name_lookup_at): Accept
42510         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
42511         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
42512         in AT_FLAGS.
42513         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
42514         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
42515
42516 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
42517
42518         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
42519
42520 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
42521
42522         [BZ #11640]
42523         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
42524         Properly check family and model.
42525
42526 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
42527
42528         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
42529
42530 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
42531
42532         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
42533
42534 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
42535
42536         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
42537         symbol reference.
42538
42539 2010-05-19  Andreas Schwab  <schwab@redhat.com>
42540
42541         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
42542         symbol reference.
42543
42544 2010-05-21  Andreas Schwab  <schwab@redhat.com>
42545
42546         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
42547         and internal_recvmmsg.
42548         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
42549         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
42550         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
42551         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
42552
42553         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
42554         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
42555         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
42556
42557 2010-05-20  Andreas Schwab  <schwab@redhat.com>
42558
42559         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
42560
42561 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
42562
42563         POWER7 optimizations.
42564         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
42565         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
42566
42567 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
42568
42569         * version.h: Update for 2.13 development version.
42570
42571 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
42572
42573         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
42574         exceptions.  Return 0.
42575
42576 2010-05-07  Roland McGrath  <roland@redhat.com>
42577
42578         * elf/ldconfig.c (main): Add a const.
42579
42580 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
42581
42582         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
42583         (args_options): Add no-idn option.
42584         (ahosts_keys_int): Add idn_flags to ai_flags.
42585         (parse_option): Handle 'i' option to clear idn_flags.
42586
42587         * malloc/malloc.c (_int_free): Possible race in the most recently
42588         added check.  Only act on the data if no current modification
42589         happened.
42590
42591 See ChangeLog.17 for earlier changes.